aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* main/aria2: upgrade to 1.26.0Natanael Copa2016-08-261-4/+4
|
* main/cgit: upgrade to 1.0Natanael Copa2016-08-261-8/+8
|
* main/gtkman: upgrade to 1.0.1Natanael Copa2016-08-261-4/+4
|
* main/spice: upgrade to 0.12.8Natanael Copa2016-08-261-5/+5
|
* main/at-spi2-core: upgrade to 2.21.4Natanael Copa2016-08-261-5/+5
|
* main/python2: add subpackage py2-tkinterJakub Jirutka2016-08-261-3/+11
|
* main/python2: rename py-gdbm to py2-gdbmJakub Jirutka2016-08-261-4/+4
|
* main/nghttp2: upgrade to 1.14.0Francesco Colista2016-08-261-4/+4
|
* main/pkgconf: upgrade to 1.0.1Carlo Landmeter2016-08-261-5/+5
|
* main/re2c: upgrade to 0.16Natanael Copa2016-08-251-4/+4
|
* main/json-glib: upgrade to 1.2.2Natanael Copa2016-08-251-4/+4
|
* main/conntrack-tools: upgrade to 1.4.4Natanael Copa2016-08-251-4/+4
|
* main/libnetfilter_conntrack: upgrade to 1.0.6Natanael Copa2016-08-251-4/+4
|
* main/libva-intel-driver: upgrade to 1.7.1Natanael Copa2016-08-251-4/+4
|
* main/libgsf: upgrade to 1.14.40Natanael Copa2016-08-251-5/+5
|
* main/pangomm: upgrade to 2.40.1Natanael Copa2016-08-251-4/+4
|
* main/gnupg: upgrade to 2.1.15Natanael Copa2016-08-251-4/+4
|
* main/memcached: upgrade to 1.4.31Natanael Copa2016-08-252-56/+5
|
* main/ldoc: upgrade to 1.4.5Natanael Copa2016-08-251-4/+4
|
* main/monit: upgrade to 5.19.0Natanael Copa2016-08-251-4/+4
|
* main/parallel: upgrade to 20160822Natanael Copa2016-08-251-4/+4
|
* main/mpc: upgrade to 0.28Natanael Copa2016-08-251-5/+5
|
* main/util-linux: upgrade to 2.28.1Natanael Copa2016-08-251-5/+5
|
* main/libmikmod: upgrade to 3.3.9Natanael Copa2016-08-251-4/+4
|
* main/mosquitto: upgrade to 1.4.10Natanael Copa2016-08-251-4/+4
|
* main/nginx: fix lua module on grsec, add $replaces and $providesJakub Jirutka2016-08-241-3/+11
|
* main/gnu-efi: disable on armhfCarlo Landmeter2016-08-241-1/+1
|
* main/bridge-utils: linux-headers build fixNatanael Copa2016-08-231-3/+4
| | | | | the make will return success even if it fails. so we also check if brctl was successfully built.
* main/openssh: Fix pid dir expectation in confd and initd files.Przemyslaw Pawelczyk2016-08-223-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Since commit 71eb72d62425082850604f526dbcbfdcf2808c31 (2016-03-13, pre-v3.4) openssh is build with pid dir explicitly set to /run. The change was not reflected in sshd.confd or sshd.initd, though, and sadly not even in the commit message. (Before it was set implicitly to /var/run.) /var/run and /run semantics are the same, but AL does not truly guarantee (at least yet) that the first is symlinked to the latter (which is a common practice among Linux distributions nowadays, where /run is tmpfs mounted very early - in AL openrc's init.sh does that). alpine-baselayout package simply has run and var/run directories and they are not related in any way from the package point of view. Unless you create such symlink yourself or it is created via openrc's boot service bootmisc (performing /var/run -> /run migration and some other stuff), you cannot use /var/run/ and /run/ paths interchangeably. The patch should be applied to 3.4-stable branch too (without changing pkgver used there and with proper pkgrel increment, of course). I was seeing false crashed state next to sshd in rc-status after upgrading AL from 3.3 to 3.4 on machine where bootmisc is not used. (I don't think it's a grave enough lack to warrant patch rejection.)
* main/zfs-vanilla: upgrade to 4.4.19 kernelNatanael Copa2016-08-221-1/+1
|
* main/spl-vanilla: upgrade to 4.4.19 kernelNatanael Copa2016-08-221-1/+1
|
* main/zfs-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|
* main/spl-grsec: rebuild against kernel 4.4.19-r0Natanael Copa2016-08-221-1/+1
|