aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/devicemaster-linux-grsec: rebuild against kernel 4.4.20-r1Natanael Copa2016-09-141-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.4.20-r1Natanael Copa2016-09-141-1/+1
|
* main/linux-grsec: add fix for xenNatanael Copa2016-09-132-1/+41
| | | | | | | fixes #6071 upstream: https://forums.grsecurity.net/viewtopic.php?f=3&t=4441 (cherry picked from commit 4799a0b4154a75627fd05e9f7d118ebc9adc160e)
* main/linux-rpi: upgrade to 4.4.20, refresh rpi patchesTimo Teräs2016-09-133-22/+26
| | | | (cherry picked from commit 8088427361adf2da50539af915f58a9441441f87)
* main/linux-rpi: Adds dual mode OTG supportScrumpyJack2016-09-132-7/+8
| | | | | | Makes the dwc2 module support both host and gadget mode. (cherry picked from commit a08abce9b1ae6e92f4de3508583f99bba7c30647)
* main/linux-vanilla: upgrade to 4.4.20Natanael Copa2016-09-131-4/+4
|
* main/xtables-addons-grsec: rebuild against kernel 4.4.20-r0Natanael Copa2016-09-131-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 4.4.20-r0Natanael Copa2016-09-131-1/+1
|
* main/ipfw-grsec: rebuild against kernel 4.4.20-r0Natanael Copa2016-09-131-1/+1
|
* main/drbd9-grsec: rebuild against kernel 4.4.20-r0Natanael Copa2016-09-131-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.4.20-r0Natanael Copa2016-09-131-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.4.20-r0Natanael Copa2016-09-131-1/+1
|
* main/linux-grsec: upgrade to 4.4.20Natanael Copa2016-09-131-7/+7
|
* main/wireshark: track more sec fixesLeonardo Arena2016-09-131-0/+2
| | | | (cherry picked from commit 6ebfa63cc3b58907d0d1ba7e084b3bd455bc6e93)
* main/wireshark: security upgrade to 2.0.5. Fixes #6051Leonardo Arena2016-09-121-4/+14
| | | | | | CVE-2016-6505, CVE-2016-6506, CVE-2016-6508, CVE-2016-6509, CVE-2016-6510, CVE-2016-6511 (cherry picked from commit e1d225fddc4d9dbb88b2f6f5bbcb4b00d04f5012)
* main/zabbix: fix secfix commentNatanael Copa2016-09-121-2/+2
|
* main/collectd: fix secfixes commentNatanael Copa2016-09-121-1/+1
|
* main/wpa_supplicant: add secfix commentNatanael Copa2016-09-121-0/+5
|
* main/wget: add secfix commentNatanael Copa2016-09-121-0/+4
|
* main/pcre: add secfix commentNatanael Copa2016-09-121-0/+5
|
* main/openssl: add secfix commentNatanael Copa2016-09-121-0/+7
|
* main/libssh2: add secfix commentNatanael Copa2016-09-121-0/+4
|
* main/libarchive: fix secfix commentNatanael Copa2016-09-121-1/+3
|
* main/jq: add secfix commentNatanael Copa2016-09-121-0/+4
|
* main/giflib: add secfix commentNatanael Copa2016-09-121-0/+4
|
* main/gd: add secfix commentNatanael Copa2016-09-121-0/+4
|
* main/expat: add secfix commentNatanael Copa2016-09-121-0/+4
|
* main/busybox: add secfix commentNatanael Copa2016-09-121-0/+5
|
* main/libisoburn: dont provide mkisofsNatanael Copa2016-09-121-2/+1
| | | | it conflicts with mkisofs from cdrkit
* main/rtmpdump: update upstream snapshot, fix chunk size patchTimo Teräs2016-09-092-28/+41
| | | | | | fixes #6127 (cherry picked from commit 69bc162319b12e9b6c6d3ea345dbf7c218753594)
* main/openssl: fix for CVE-2016-2180Daniel Sabogal2016-09-092-4/+46
| | | | | | fixes #6116 (cherry picked from commit ecfc04f3961ec4ffa2c972bd72253ba1a03a3c1e)
* main/busybox-initscripts: add support for DHCP search domainsDavid Scott2016-08-312-7/+12
| | | | | | | | This also updates /etc/resolv.conf atomically to avoid transient failures during updates. Signed-off-by: David Scott <dave.scott@docker.com> (cherry picked from commit 9223390957114a01f06a7d402f52462917ed34aa)
* main/bridge-utils: linux-headers build fixNatanael Copa2016-08-231-2/+3
| | | | | | | the make will return success even if it fails. so we also check if brctl was successfully built. (cherry picked from commit cec59c9a31b98de61666f03481fd4862e44d023a)
* main/bridge-utils: trigger rebuildNatanael Copa2016-08-231-2/+2
| | | | apparently the package is empty. we trigger rebuild
* main/openssh: Fix pid dir expectation in confd and initd files.Przemyslaw Pawelczyk2016-08-233-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.) (cherry picked from commit 528334a1c482176781261a8a8a1c7a5aec582c1b)
* main/php5: Upgrade to 5.6.25Andy Postnikov2016-08-231-4/+4
|
* main/gnupg1: security upgrade to 1.4.21Sören Tempel2016-08-191-4/+4
| | | | CVE-2016-6316
* main/postgresql: security upgrade to 9.5.4 (CVE-2016-5423,CVE-2016-5424)Natanael Copa2016-08-171-5/+5
| | | | fixes #6045
* main/openssh: security fix for CVE-2016-6515Natanael Copa2016-08-172-4/+60
| | | | fixes #6040
* main/zabbix: security upgrade to 3.0.4Leonardo Arena2016-08-151-4/+8
|
* ==== release 3.4.3 ====v3.4.3Natanael Copa2016-08-121-1/+1
|
* main/busybox: include whois fix from upstreamSören Tempel2016-08-122-1/+190
| | | | | | Fixes #4488 (cherry picked from commit 4eb826279c131257c3bc37d42f394208022ef07e)
* main/alpine-conf: fix bad typoCarlo Landmeter2016-08-122-4/+33
| | | | | | fixes #5960 (cherry picked from commit dc7fda197a3664b715eb74c816fea8496d05db6e)
* main/openrc: fix sysfsconf load orderNatanael Copa2016-08-122-5/+5
| | | | | | | the directory is so packages can ship config. User may want override those in the config file so we let the config file win. This is also consistent with sysctl.
* main/linux-rpi: uprade to 4.4.17Natanael Copa2016-08-121-4/+4
| | | | (cherry picked from commit 02ddd15e9c42044d8fecd41aba173d8f95a989e4)
* main/xtables-addons-grsec: rebuild against kernel 4.4.17-r0Natanael Copa2016-08-121-2/+2
|
* main/open-vm-tools-grsec: rebuild against kernel 4.4.17-r0Natanael Copa2016-08-121-2/+2
|
* main/ipfw-grsec: rebuild against kernel 4.4.17-r0Natanael Copa2016-08-121-2/+2
|
* main/drbd9-grsec: rebuild against kernel 4.4.17-r0Natanael Copa2016-08-121-2/+2
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.4.17-r0Natanael Copa2016-08-121-2/+2
|