aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/linux-vanilla: upgrade to 3.14.6Natanael Copa2014-06-243-12/+14
| | | | (cherry picked from commit 15a93a9c732bd02b5b2fda7e20ffdeb4f7317f32)
* main/linux-vanilla: enable armhf buildNatanael Copa2014-06-242-41/+192
| | | | (cherry picked from commit a22e248e43d078e824390ce71cf73a52bac75aad)
* testing/zfs-grsec: rebuild against kernel 3.14.8-r1Natanael Copa2014-06-241-2/+2
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.14.8-r1Natanael Copa2014-06-241-2/+2
|
* testing/spl-grsec: rebuild against kernel 3.14.8-r1Natanael Copa2014-06-241-2/+2
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.14.8-r1Natanael Copa2014-06-241-2/+2
|
* main/xtables-addons-grsec: rebuild against kernel 3.14.8-r1Natanael Copa2014-06-241-2/+2
|
* main/open-vm-tools-grsec: rebuild against kernel 3.14.8-r1Natanael Copa2014-06-241-2/+2
|
* main/ipfw-grsec: rebuild against kernel 3.14.8-r1Natanael Copa2014-06-241-2/+2
|
* main/enhanceio-grsec: rebuild against kernel 3.14.8-r1Natanael Copa2014-06-241-5/+5
|
* main/dahdi-linux-grsec: rebuild against kernel 3.14.8-r1Natanael Copa2014-06-241-2/+2
|
* main/linux-grsec: upgrade to grsecurity-3.0-3.14.8-201406222110Natanael Copa2014-06-242-275/+379
| | | | | | This fixes #3061 the virtio nic driver issue (cherry picked from commit aa208ccf55f922c1eaa884efd00dff1cf5abae7b)
* main/linux-grsec: upgrade to 3.14.8Natanael Copa2014-06-243-310/+374
| | | | (cherry picked from commit a042f036ba3f9e08754019b0fe07327e87b1784f)
* main/linux-virt-grsec: upgrade to 3.14.6Leonardo Arena2014-06-247-545/+802
| | | | (cherry picked from commit 4b9bdd091433922a764989985def78f4a312993a)
* main/linux-grsec: fix null pointer derefNatanael Copa2014-06-242-1/+18
| | | | | http://forums.grsecurity.net/viewtopic.php?f=3&t=3982 (cherry picked from commit 55c939eb379a9a23eabf35eb106f27e8150afd4d)
* main/linux-grsec: tune configNatanael Copa2014-06-244-63/+70
| | | | | | Tune config to better match linux-vanilla config (cherry picked from commit a2a70eb4fc4b01cef57146689641b346146afd68)
* main/clamav: force large stacks on muslTimo Teräs2014-06-241-1/+2
| | | | | | | | clamav assumes glibc on linux with huge stacks; but musl has smallish default stack size similar to bsd. force clamav to manually set required sizes to work without crashing. (cherry picked from commit d911f2daafe662bea88751ecc9a84d183a76fdeb)
* main/alpine-conf: upgrade to 3.0.3Natanael Copa2014-06-231-4/+4
| | | | | | fixes #3040 fixes #3057 fixes #3060
* main/php: fix CVE-2014-4049Natanael Copa2014-06-232-4/+38
| | | | | | fixes #3071 (cherry picked from commit fec747b9906380f6b5bc0cb26a8f387014b81b72)
* main/sysklogd: rebuild against fixed musl-devTimo Teräs2014-06-211-1/+1
| | | | | | fixes random crashes caused by aliasing violation in musl syslog.h (cherry picked from commit 643930a8387638d8d33a071879c9dd0e1034c86c)
* main/sysklogd: update init.d scriptNatanael Copa2014-06-212-15/+11
| | | | | | | | import from gentoo remove vserver specifics, use --signal for reload (cherry picked from commit 938d0a8b57717d5b8691a3f8e88a5359d4e20d76)
* main/musl: cherry-pick fix for syslog.h aliasing violationTimo Teräs2014-06-213-11/+62
|
* main/musl: cherry-pick bug fixes from gitTimo Teräs2014-06-206-1/+251
| | | | | while 3.0-stable will likely be upgraded to next feature release of musl, we just cherry-pick the important bug fixes for the time being.
* main/bash: upgrade to 4.3.018 and update the suid patchNatanael Copa2014-06-203-39/+58
| | | | (cherry picked from commit a7d689678a9c8f50ddb81af366bde03a47164f40)
* main/collectd: limit stack usage to reasonable amountTimo Teräs2014-06-202-1/+26
| | | | | | fixes a crash with musl as it defaults to smaller (sane) stack size (cherry picked from commit 480a758e59bbe099af01d90f36e117d4342a3a18)
* main/nspr: security upgrade to 4.10.6 (CVE-2014-1545)Natanael Copa2014-06-201-4/+4
| | | | fixes #3066
* main/vsftpd: fix to work with musl, and clean upsTimo Teräs2014-06-194-30/+39
| | | | (cherry picked from commit 27bbcb6d3871985ad908bf302a50d0d75f90010c)
* main/bind: remove duplicate depend functionNatanael Copa2014-06-192-11/+4
| | | | | | fixes #3059 (cherry picked from commit 6f89add111b93cf1ba82a68db9e37d8288987567)
* main/clamav: upgrade to 0.98.4Natanael Copa2014-06-192-19/+4
|
* main/vsftpd: post-install: dont exit with error if user existsNatanael Copa2014-06-192-1/+2
| | | | (cherry picked from commit fafccf1f2ef96e45997c1a73d032a6fab4b31129)
* main/fping: fix fping6 for non-root usersNatanael Copa2014-06-191-2/+2
| | | | | | | | | fixes #3000 (cherry picked from commit 10be6429c9aaafb568e1158310287a7b814613db) Conflicts: main/fping/APKBUILD
* main/php: fix php-fpm scriptNatanael Copa2014-06-192-10/+28
| | | | | | | | | | | | | | ref #2685 The problem was that it usesd start-stop-daemon --exec but the argv[0] name didnt correpond so start-stop-daemon could not know that it was up and running. The fix is to use pidfile. Script is based on update from gentoo. (cherry picked from commit 0449861a8f541e2091c0e4b049682f8deee67333)
* Security fix (CVE-2013-3215). Fixes #3031Leonardo Arena2014-06-182-3/+84
|
* main/bash: fix setuid bugNatanael Copa2014-06-172-1/+36
| | | | | | | ref #2990 fixes #2994 (cherry picked from commit 15eb98780f3c051d2835df3860b5bcba16bf1aae)
* main/wireshark: security upgrade to 1.10.8 (CVE-2014-4020)Natanael Copa2014-06-171-4/+4
| | | | fixes #3044
* main/freeradius: fix openssl version checkTimo Teräs2014-06-132-1/+17
| | | | | | | | Make sure ABI version is correct, and that we are linked at least to the version compled against. This allows openssl security upgrades that are ABI stable without recompiling freeradius. (cherry picked from commit 94983a506d2e95be0a5864ae7bcc7d7d61dc6cce)
* main/asterisk: security upgrade to 12.3.2Timo Teräs2014-06-131-5/+7
| | | | Fixes a major regression in the fix to AST-2014-007
* main/asterisk: security upgrade to 12.3.1Timo Teräs2014-06-131-1/+4
| | | | | | | AST-2014-005: Remote Crash in PJSIP Channel Driver's Pub/Sub Framework AST-2014-006: Permission Escalation via Manager User Unauthorized Shell Access AST-2014-007: DoS via Exhaustion of Allowed Concurrent HTTP Connections AST-2014-008: Denial of Service in PJSIP Channel Driver Subscriptions
* main/gitolite: use rm instead of unlinkNatanael Copa2014-06-122-7/+27
| | | | busybox does not provide unlink
* main/freeswitch: enable and upgrade to 1.4.6Carlo Landmeter2014-06-124-57/+65
|
* main/bind: security upgrade to 9.10.0_p2 (CVE-2014-3859)Natanael Copa2014-06-121-4/+4
| | | | fixes #3033
* testing/zfs-grsec: rebuild against kernel 3.14.6-r0Natanael Copa2014-06-121-1/+1
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.14.6-r0Natanael Copa2014-06-121-1/+1
|
* testing/spl-grsec: rebuild against kernel 3.14.6-r0Natanael Copa2014-06-121-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.14.6-r0Natanael Copa2014-06-121-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 3.14.6-r0Natanael Copa2014-06-121-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 3.14.6-r0Natanael Copa2014-06-121-1/+1
|
* main/ipfw-grsec: rebuild against kernel 3.14.6-r0Natanael Copa2014-06-121-1/+1
|
* main/enhanceio-grsec: rebuild against kernel 3.14.6-r0Natanael Copa2014-06-121-4/+4
|
* main/dahdi-linux-grsec: rebuild against kernel 3.14.6-r0Natanael Copa2014-06-121-1/+1
|