aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/nodejs: upgrade to v6.5.0Jose-Luis Rivas2016-09-011-4/+4
|
* main/nodejs-lts: upgrade to v4.5.0Jose-Luis Rivas2016-09-011-4/+4
|
* main/lua-cqueues: upgrade to 20160808Jakub Jirutka2016-09-011-49/+27
|
* main/syslinux: upgrade to 6.04_pre1Natanael Copa2016-09-011-26/+6
|
* main/py-yaml: upgrade to 3.12Jakub Jirutka2016-08-301-4/+4
|
* main/py-yaml: add py2/py3 subpackagesJakub Jirutka2016-08-301-10/+29
|
* main/py-lxml: upgrade to 3.6.4Jakub Jirutka2016-08-301-5/+5
|
* main/py-lxml: add py2/py3 subpackagesJakub Jirutka2016-08-301-9/+29
|
* main/python3: add provides=py3-pipJakub Jirutka2016-08-301-1/+2
| | | | | | | python3 includes pip, but python2 does not; there's a separate package py2-pip. Debian does not respect upstream's decision to bundle pip with Python 3, so some users may be confused when they don't find py3-pip package in Alpine.
* main/py-pip: rename to py2-pipJakub Jirutka2016-08-301-4/+7
| | | | Python 3 already includes pip, so there will not be py3-pip.
* main/py-pip: improve abuild, change python to python2Jakub Jirutka2016-08-301-10/+7
|
* main/feh: upgrade to 2.17Daniel Sabogal2016-08-301-10/+8
|
* main/coova-chilli: leave maintainershipLeonardo Arena2016-08-301-1/+1
|
* main/gd: remove doc subpkgCarlo Landmeter2016-08-301-1/+1
|
* main/gd: security upgrade to 2.2.3 (8 CVEs)Daniel Sabogal2016-08-301-6/+5
| | | | | | | | | | | | | | | | 2.2.3 CVE-2016-6905 CVE-2016-6214 CVE-2016-6132 CVE-2016-6128 CVE-2016-6207 CVE-2016-5766 2.2.2 CVE-2016-5767 CVE-2015-8874 https://libgd.github.io/
* main/gcc: upgrade to 6.2.0Natanael Copa2016-08-302-54453/+5
|
* main/qt5-qtwebkit: downgrade to patch other qt5 packagesCarlo Landmeter2016-08-301-4/+4
|
* main/nextcloud: add missing patchLeonardo Arena2016-08-292-1/+13
|
* main/nextcloud: upgrade to 10.0.0Leonardo Arena2016-08-292-21/+9
|
* main/lua5.1: add $pkgname to $depends_devJakub Jirutka2016-08-291-1/+2
| | | | To make it the same as in lua5.2-dev and lua5.3-dev.
* main/lua5.1: improve abuildJakub Jirutka2016-08-291-33/+31
|
* main/qt5-qtwebkit: upgrade to 5.6.1 and build fixCarlo Landmeter2016-08-292-10/+37
|
* main/py-cparser: move from communityJakub Jirutka2016-08-291-0/+46
| | | | It's a dependency of main/py-cffi.
* main/openrc: uncompress font before dumping it to RC_LIBEXECDIRSören Tempel2016-08-282-8/+8
| | | | | Fixes setting the font during early boot when using kdbs setfont implementation.
* main/libevdev: upgrade to 1.5.4Daniel Sabogal2016-08-281-5/+5
|
* main/libevdev: improve abuildDaniel Sabogal2016-08-281-17/+6
|
* main/libbsd: upgrade to 0.8.3 (CVE-2016-2090)Daniel Sabogal2016-08-282-26/+25
| | | | | | CVE-2016-2090 fixed in 0.8.2 https://lists.freedesktop.org/archives/libbsd/2016-April/000133.html https://lists.freedesktop.org/archives/libbsd/2016-April/000134.html
* main/libbsd: improve abuildDaniel Sabogal2016-08-281-15/+9
|
* main/ffmpeg: upgrade to 3.1.3Daniel Sabogal2016-08-281-4/+4
|
* main/gummiboot: disable on armhrCarlo Landmeter2016-08-271-1/+1
|
* main/jq: Depend on oniguruma library to provide regexp support.Przemyslaw Pawelczyk2016-08-261-2/+2
|
* main/oniguruma: Move from testing.Przemyslaw Pawelczyk2016-08-261-0/+40
| | | | | | It's necessary step to make possible jq being dependent on this library. Otherwise Alpine Linux's jq (which is in main already) would remain deprived of regexp support.
* community/glide: move from mainNatanael Copa2016-08-261-36/+0
| | | | glide depends on go so we cannot have it in main
* main/lua-aports: regenerate index if packages was deletedNatanael Copa2016-08-263-4/+63
|
* main/python3: add subpackage py3-tkinterJakub Jirutka2016-08-261-3/+12
|
* main/python3: improve abuildJakub Jirutka2016-08-261-20/+15
|
* main/glide update to 0.12.0ENA APK Build User2016-08-261-4/+4
|
* main/spice: bump pkgrelNatanael Copa2016-08-261-1/+1
|
* main/spice: security upgrade to 0.12.8Daniel Sabogal2016-08-262-135/+9
| | | | | | | | CVE-2016-0749 CVE-2016-2150 Removed unused patch (CVE-2015-3247 fixed in 0.12.6) https://cgit.freedesktop.org/spice/spice/tree/NEWS?h=0.12
* Revert "main/spice: upgrade to 0.12.8"Natanael Copa2016-08-261-5/+5
| | | | This reverts commit debb73c1ab0b5435bc565b7e4f984dcdf8f23dfb.
* main/busybox-initscripts: add support for DHCP search domainsDavid Scott2016-08-262-7/+12
| | | | | | | This also updates /etc/resolv.conf atomically to avoid transient failures during updates. Signed-off-by: David Scott <dave.scott@docker.com>
* Revert "main/busybox-initscripts: fix default.script DHCP behaviour"Natanael Copa2016-08-261-21/+5
| | | | | | Logic was broken. This reverts commit 703e83eaed5020ebe2aa4dbfdfce21259abf2e83.
* main/gawk: upgrade to 4.1.4Natanael Copa2016-08-261-4/+4
|
* main/xf86-input-synaptics: upgrade to 1.8.99.1Natanael Copa2016-08-261-4/+4
|
* main/libevdev: upgrade to 1.5.3Natanael Copa2016-08-261-4/+4
|
* main/xfce4-notifyd: upgrade to 0.3.0Natanael Copa2016-08-261-6/+5
|
* main/iso-codes: upgrade to 3.69Natanael Copa2016-08-261-4/+4
|
* main/zeromq: upgrade to 4.1.5Natanael Copa2016-08-261-5/+6
|
* main/lua-penlight: upgrade to 1.4.1Natanael Copa2016-08-261-4/+4
|
* main/cups-filters: upgrade to 1.11.1Natanael Copa2016-08-262-81/+4
|