summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-grsec: enable DMAR on x86_64Natanael Copa2012-01-036-8/+12
| | | | | for Xen (cherry picked from commit 7a411f6fa191f497187eb25fdcec7fa961d7a827)
* main/linux-grsec: add netlink taskstats accounting supportWilliam Pitcock2012-01-037-10/+16
| | | | (cherry picked from commit 6ae1b47de9d5866ee5f2c57413045585171d8e20)
* main/*-grsec: upgrade to grsecurity-2.2.2-3.0.12-unofficialNatanael Copa2012-01-037-52/+52
| | | | (cherry picked from commit 088254038bd02d3fe0336fe7b2d699627bb4e165)
* main/open-vm-tools: upgrade to 2011.11.20Natanael Copa2012-01-035-250/+23
| | | | (cherry picked from commit 30e5d90f5d575e5873becdf330af42ca67eec878)
* main/open-vm-tools-vserver: rebuild against 3.0.14 kernelNatanael Copa2012-01-031-1/+1
| | | | (cherry picked from commit ccc2e7a30cb37aab9a36c552f05a9bb3c4a7116d)
* main/dahdi-linux-vserver: rebuild against 3.0.14 kernelNatanael Copa2012-01-031-1/+1
| | | | (cherry picked from commit f415f43985746bcf211627e565b2a41c68449517)
* main/linux-vserver: upgrade to 3.0.14 kernelNatanael Copa2012-01-032-26521/+4
|
* main/open-vm-tools-vserver: rebuild against 3.0.13 kernelNatanael Copa2012-01-031-3/+3
| | | | (cherry picked from commit 1d14f37cea33666974d6adf5d93daba1542bf7f5)
* main/dahdi-linux-vserver: rebuild against 3.0.13 kernelNatanael Copa2012-01-031-2/+2
| | | | (cherry picked from commit b807b5139ca6d7c5477b8c4e2802148a2f466797)
* main/linux-vserver: upgrade to 3.0.13 kernelNatanael Copa2012-01-032-6/+6
| | | | (cherry picked from commit ce03a9b61269db2056efcb3353fa1f0f8bf47f60)
* main/open-vm-tools-vserver: upgrade to 2011.11.20Natanael Copa2012-01-031-4/+5
| | | | (cherry picked from commit 703b9580ec2d7a0f919b63cd409a526933a8eaab)
* main/linux-vserver: harden vcontext access, add support for memory ↵William Pitcock2012-01-035-16/+27
| | | | | | controller cgroup (needed by newest util-vserver), add netlink task stats accounting (cherry picked from commit 7329021845d3341154b1340a3caffc01c48f9a51)
* main/opennhrp: upgrade to 0.13Timo Teräs2012-01-032-44/+3
| | | | (cherry picked from commit d44b11bae2080fe72cd6081686f9d157699b0201)
* main/asterisk: upgrade to 1.8.8.1Timo Teräs2012-01-031-3/+3
|
* main/postgresql: Bump pkgrel for new pg-restore init.d fileTed Trask2012-01-021-2/+2
| | | | (cherry picked from commit 1315c01ce7efeb02572acc13ca499b2b5b4bbce8)
* main/postgresql: upgrade to 9.1.2Natanael Copa2012-01-021-3/+3
| | | | (cherry picked from commit 7acf000fb5f52c5d64e881ee022c23367e0eff57)
* main/postgresql: Remove the stop function from pg-restore init.d scriptTed Trask2012-01-021-5/+0
| | | | (cherry picked from commit a5636ad0745cea325def3da749da9aae76e06728)
* main/acf-skins: upgrade to 0.4.2Ted Trask2011-12-291-2/+2
| | | | (cherry picked from commit f2dfb6f1c43c0ee6aa069f5f4fdbccb28ee712c2)
* main/ulogd: update checksumLeonardo Arena2011-12-281-1/+1
| | | | (cherry picked from commit dd7d5a89d549e9a9813559fe504a2f37ff3b30e5)
* main/ulogd: fix logrotateLeonardo Arena2011-12-282-10/+3
| | | | (cherry picked from commit 0d155d05733a5ac80cae05286a509ad64561f0a0)
* main/unbound: update root.hints by defaultNatanael Copa2011-12-224-8/+141
| | | | | fixes #848 (cherry picked from commit 47bb2a62b5d584ca4a2e7228aa72a58fe1919f15)
* main/util-vserver: fix the init script to properly mount the entire cgroups ↵Elizabeth J. Myers2011-12-222-1/+14
| | | | | | | hierarchy. fixes #853 fixes #852
* main/gcc: remove ffi docsNatanael Copa2011-12-221-2/+3
| | | | fixes #870
* main/xorg-server: security upgrade to 1.11.3 (CVE-2011-4613)Natanael Copa2011-12-221-3/+3
| | | | fixes #882
* main/jasper: security fixes (CVE-2011-4516, CVE-2011-4517)Natanael Copa2011-12-225-4/+998
| | | | fixes #878
* main/pidgin: security upgrade to 2.10.1 (CVE-2011-1091)Natanael Copa2011-12-161-3/+3
| | | | | fixes #864 fixes #867
* main/dhcp: security upgrade to 4.2.3_p1 (CVE-2011-4539)Natanael Copa2011-12-161-3/+3
| | | | fixes #875
* main/asterisk: upgrade to 1.8.8.0Timo Teräs2011-12-161-2/+2
| | | | ref #775
* main/ldns: build drill and example toolsNatanael Copa2011-12-151-4/+24
| | | | | fixes #861 (cherry picked from commit 55d08e35363c3ac6741723c20b3559002585ff6f)
* main/shorewall-shell: set all/rp_filter based on ROUTE_FILTERNatanael Copa2011-12-082-2/+21
| | | | | | | | | | | | | The kernel changed behavior around 2.6.31. We need a way to turn off rp_filter. details: http://article.gmane.org/gmane.comp.security.shorewall/23329/match=rp_filter This will disable routefilter if ROUTE_FILTER=no in /etc/shorewall/shorewall.conf default. To enable you will need set the routefilter option in /etc/shorewall/interfaces (cherry picked from commit 438e9609e25928bc0033ad9a29f628ee9b294af7)
* main/dahdi-tools: do not depend on firmware (dahdi-linux)Natanael Copa2011-12-051-2/+2
| | | | (cherry picked from commit dbd4006671bde2f1c12977827ae1ad853b00fba3)
* main/bitlbee: upgrade to 3.0.4Natanael Copa2011-12-051-3/+3
|
* main/zabbix: upgrade to 1.8.9Natanael Copa2011-12-031-3/+3
| | | | | fixes #851 (cherry picked from commit 1300bc42740a954a6c30d5f71c1240c214d6aa3d)
* Replace instances of "--chuid" to "--user" in initd scriptsJesse Young2011-12-0323-49/+49
| | | | | | | | | | | | | | | | | | | | | Fixes #776 Signed-off-by: Jesse Young <jlyo@jlyo.org> (cherry picked from commit ae1967b66eba132dd8c9fa5b5f57712d012b6647) Conflicts: main/open-vm-tools/APKBUILD main/transmission/APKBUILD testing/cherokee/APKBUILD testing/cherokee/cherokee.initd testing/cluster-glue/ha_logd.initd testing/drizzle/APKBUILD testing/drizzle/drizzle.initd testing/prosody/APKBUILD testing/prosody/prosody.initd testing/rrdbot/APKBUILD testing/rrdbot/rrdbotd.initd
* main/squid: update init.d script from gentooNatanael Copa2011-12-022-57/+72
| | | | | This should actually work and will enable support for multiple instances (cherry picked from commit 6554dce65a5d32c68a77484323c0450df8a613a0)
* main/squid: fix logdir and default userNatanael Copa2011-12-022-1/+25
| | | | | fixes #843 (cherry picked from commit 379338be8b4cd31b24080f7f01ae14fe124a84ae)
* main/apache2: security hotfix #844 (CVE-2011-4317)Leonardo Arena2011-11-282-3/+41
| | | | (cherry picked from commit 9f987f8ab1533bc6cdb29f36f144101bae980efe)
* main/ffmpeg: push leftover patchLeonardo Arena2011-11-241-0/+58
|
* main/ffmpeg: fix buffer overflow in qdm2 decoderLeonardo Arena2011-11-241-3/+5
|
* ==== release 2.3.2 ====v2.3.2Natanael Copa2011-11-221-1/+1
|
* main/*-vserver: upgrade to 3.0.10-vs2.3.2.1-unofficialNatanael Copa2011-11-224-9/+26526
| | | | (cherry picked from commit 972686408af9f0fd661213df86d37b77834b08e2)
* main/*-vserver: enable CRYPTO_DEV_GEODENatanael Copa2011-11-224-6/+6
| | | | (cherry picked from commit d00cfdd26717c0ca8a61d57197a7121eb1d3a138)
* main/*-vserver: upgrade to 3.0.9-vs2.3.2.1 and enable up to 32 CPUsNatanael Copa2011-11-226-28415/+14
| | | | (cherry picked from commit 50b5864e4fd1666f02f56cd8e9dbe1aa54731bd9)
* main/*-grsec: upgrade to kernel 3.0.10 and rebase grsecurity patchNatanael Copa2011-11-227-11293/+12811
| | | | | based on grsecurity-2.2.2-3.0.9-201111161802 (cherry picked from commit 16adb43e460bf8a7e8d3d34b5aee74e2e56c8088)
* main/*-grsec: enable CRYPTO_DEV_GEODENatanael Copa2011-11-226-7/+7
| | | | (cherry picked from commit 78ca6319638430577850e60eefa2ef6142777f58)
* main/*-grsec: bump _kpkgrelWilliam Pitcock2011-11-224-4/+4
| | | | (cherry picked from commit 341a0357c7f9a6a10b4a0dcd10716e55716097f4)
* main/linux-grsec: SMP-related bugfixes (see extended commit message)William Pitcock2011-11-223-9/+8
| | | | | | | | | | | | | | | | | | | | | [x86] - enable CONFIG_X86_BIGSMP - set CONFIG_NR_CPUS to 32 [x86_64] - set CONFIG_NR_CPUS to 32 With CONFIG_NR_CPUS > 8 on x86, the kernel may hang upon encountering more than 8 logical CPUs without CONFIG_X86_BIGSMP enabled. x86_64 does not have this problem, but as a side effect of the CONFIG_X86_BIGSMP change, needed to have CONFIG_NR_CPUS adjusted there as well. Discussions on various distribution lists: Alpine: http://lists.alpinelinux.org/alpine-devel/0496.html Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=480844 rPath: https://issues.rpath.com/browse/RPL-3022 (cherry picked from commit 762e510f082f422e3219c9ec270bcf5b48395adf)
* main/*-grsec: upgrade kernel to 3.0.9-201111121310Natanael Copa2011-11-2210-4828/+4589
| | | | (cherry picked from commit 4ba20c01bd90e5ed8719131447ef65dba0bc0d2a)
* main/freetype: security upgrade to 2.4.8 (CVE-2011-3439)Natanael Copa2011-11-221-2/+2
| | | | | fixes #832 (cherry picked from commit 30153ff3b13acd029a177a03c9fbe6ed6ec671b0)
* main/openldap: security fix (CVE-2011-4079)Natanael Copa2011-11-222-1/+58
| | | | fixes #838