aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/python: fix ctypes.util.find_library() and set CFLAGSNatanael Copa2013-06-042-5/+25
| | | | | fixes #2012 (cherry picked from commit 7816089f20b107fb4f6620903bfd745956038467)
* main/open-iscsi: don't report error when no targets are configured. Fixes #1526Leonardo Arena2013-06-042-2/+12
| | | | (cherry picked from commit 3fd9b5d2c14b7134f73218248596790fa2c287b2)
* main/xen: security fixes (CVE-2013-2076,CVE-2013-2077,CVE-2013-2078)Natanael Copa2013-06-044-1/+140
| | | | | | | | | | ref #2044 ref #2049 ref #2054 fixes #2045 fixes #2050 fixes #2055 (cherry picked from commit f6e99451d47fbe7cdb852f48dd11006808db52ae)
* main/xen: rebase pod2man patch properlyWilliam Pitcock2013-06-042-14/+3
| | | | (cherry picked from commit 6267268090d5c23664a5b13dfe02eb3594d5e5db)
* main/xen: more pod2man fixesWilliam Pitcock2013-06-042-3/+64
| | | | (cherry picked from commit 6e8d8f7559a5bcde7f49af5c9944fa642ad77fa2)
* main/xen: fix more pod2man breakageWilliam Pitcock2013-06-042-3/+14
| | | | (cherry picked from commit 36bfee190e2e5cafe5bf04546f291831d72073a7)
* main/xen: fix pod2man chokingWilliam Pitcock2013-06-042-0/+16
| | | | (cherry picked from commit c664d6766c3aef2a323bf49feb1bb2f542f60800)
* main/xen: unset LANG/LC_ALLWilliam Pitcock2013-06-041-0/+2
| | | | (cherry picked from commit 5b97248f06efe1114dc3545585b3b92eb1cf4490)
* main/xen: remove obsolete XSA patches.William Pitcock2013-06-048-872/+0
| | | | (cherry picked from commit d3978bf9dc42f00c8d05d8eac255f93ef154b503)
* main/xen: upgrade to 4.2.2William Pitcock2013-06-041-40/+8
| | | | (cherry picked from commit f43d4be65d60aff92ecb0352209c4037ccc38d33)
* main/qemu: security upgrade to 1.4.2 (CVE-2013-2007)Natanael Copa2013-06-041-4/+4
| | | | fixes #2060
* main/apk-tools: strip static binary before signingKaarle Ritvanen2013-06-041-2/+5
| | | | | otherwise, abuild would strip the binary after this phase, altering the correct digest (cherry picked from commit f991d7fbc3150e92c9528c5b0dc8e69e9d809671)
* main/apk-tools: sign the apk.staticNatanael Copa2013-06-041-1/+14
| | | | | See http://www.mail-archive.com/lxc-devel@lists.sourceforge.net/msg03378.html (cherry picked from commit 756a86906db7d0b5303b0a7043672a6326f5f50a)
* main/znc: fix NULL pointer dereference in webadmin (CVE-2013-2130)Natanael Copa2013-06-042-2/+69
| | | | fixes #2037
* testing/zfs-grsec: rebuild against kernel 3.9.4-r1Natanael Copa2013-06-031-2/+2
|
* testing/wanpipe-grsec: rebuild against kernel 3.9.4-r1Natanael Copa2013-06-031-2/+2
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.9.4-r1Natanael Copa2013-06-031-2/+2
|
* testing/spl-grsec: rebuild against kernel 3.9.4-r1Natanael Copa2013-06-031-2/+2
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.9.4-r1Natanael Copa2013-06-031-2/+2
|
* main/xtables-addons-grsec: rebuild against kernel 3.9.4-r1Natanael Copa2013-06-031-2/+2
|
* main/open-vm-tools-grsec: rebuild against kernel 3.9.4-r1Natanael Copa2013-06-031-2/+2
|
* main/dahdi-linux-grsec: rebuild against kernel 3.9.4-r1Natanael Copa2013-06-031-2/+2
|
* main/crystalhd-git-grsec: rebuild against kernel 3.9.4-r1Natanael Copa2013-06-031-2/+2
|
* main/linux-grsec: upgrade to grsecurity-2.9.1-3.9.4-201306011536Natanael Copa2013-06-032-55/+771
| | | | | fixes #2039 (cherry picked from commit 3310ac9accc6cebf3ad021b1f7129f77f1ddb8b9)
* main/linux-grsec: upgrade to 3.9.4 and use reworked arp and frag patchesNatanael Copa2013-06-039-774/+1257
| | | | | | fixes #1782 (cherry picked from commit a43c9a4092402400bd3f008d2841a468773ddad0)
* main/linux-grsec: fix for fragmentation issue on tunnel devicesNatanael Copa2013-06-032-1/+183
| | | | | ref #1782 (cherry picked from commit d0149d1c8a6f773c34c018f6af4c6ba8177e5648)
* main/linux-grsec: fix gre+xfrm+gso crashesNatanael Copa2013-06-032-1/+49
| | | | | fixes #1925 (cherry picked from commit 55bed09ef364d3268dad8a067181f00a0e0c8789)
* main/linux-grsec: upgprade to 3.9.3 and update flush arp cache patchNatanael Copa2013-06-036-227/+306
| | | | | fixes #1926 (cherry picked from commit e5c176c6a337804bd6007231d967faf435ea5210)
* main/libtirpc: fix CVE-2013-1950Natanael Copa2013-06-032-5/+47
| | | | fixes #2034
* main/libc0.9.32: avoid libgcc unwind functions in nptlWilliam Pitcock2013-06-012-1/+16
| | | | | | | | | | | | | | Normally for 'performance', nptl uses the _Unwind_ForcedUnwind() function, which is provided by GCC. However, this function depends on libunwind tracking all register state, which neither libunwind itself (which we do not want as a core dependency) or GCC's libunwind support register state on some newer x86 CPUs fully. Thusly, we turn off the unwind-using code and return to using the traditional cleanup functions. Conflicts: main/libc0.9.32/APKBUILD
* main/acf-weblog: upgrade to 0.8.3Ted Trask2013-05-311-4/+4
| | | | (cherry picked from commit af0e2bbe0250605e8fb97cd7f4a9f20b18f91118)
* main/roundcubemail: upgrade to 0.9.1Leonardo Arena2013-05-301-4/+4
| | | | (cherry picked from commit 54a26d3e26ad47888bc4bf7f0dc52e9d0c42414e)
* main/freeswitch: set stacksize to 240Natanael Copa2013-05-292-3/+15
| | | | | fixes #1929 (cherry picked from commit 361e18e8327b89aa11943dd236d5df7e8e4e7781)
* main/abuild: upgrade to 2.14.3Natanael Copa2013-05-292-63/+6
| | | | (cherry picked from commit 453635e2122d4c367db3da152a6a752a496fb3f6)
* main/xf86-video-openchrome: security upgrade to 0.3.3 (CVE-2013-1994)Natanael Copa2013-05-291-4/+4
| | | | | | fixes #2013 (cherry picked from commit 6f1d75b5103ad276d531dfc86801f4c7c42b8123)
* main/cgit: security upgrade to 0.9.2 (CVE-2013-2117)Natanael Copa2013-05-281-6/+11
| | | | | | fixes #2018 (cherry picked from commit 44e740eef26389110713c40214989466c8c83ba5)
* main/socat: security upgrade to 1.7.2.2 (CVE-2013-3571)Natanael Copa2013-05-271-2/+4
| | | | | | | ref #2000 fixes #2001 (cherry picked from commit b9d344ff691b31bdf9a9e33d1937d0959bbbd72a)
* main/libxtst: fix CVE-2013-2063Natanael Copa2013-05-273-8/+199
| | | | | | | ref #1931 fixes #1968 (cherry picked from commit ca33affea49de655ea0a1aa27accea11f84df7c1)
* main/asterisk: upgrade to 11.4.0Timo Teräs2013-05-271-5/+7
| | | | (cherry picked from commit ef905175a4166e2c380c3e1dfdbc94db69db23ce)
* main/acf-freeswitch-vmail: upgrade to 0.2.1Ted Trask2013-05-261-2/+4
| | | | (cherry picked from commit ee83467874cc92ebc5accd3deae8a78994fc06b8)
* main/acf-lib: upgrade to 0.5.1Ted Trask2013-05-261-2/+4
| | | | (cherry picked from commit 9724265d718fc111c813fe10d2b0700a88438c4c)
* main/gmp5: upgrade to 5.1.2Bartłomiej Piotrowski2013-05-251-2/+6
|
* main/python: upgrade to 2.7.5Bartłomiej Piotrowski2013-05-251-3/+5
|
* main/samba: upgrade to 3.6.15Bartłomiej Piotrowski2013-05-251-5/+5
|
* main/libxt: fix CVE-2013-2002,CVE-2013-2005Natanael Copa2013-05-243-8/+282
| | | | | | | ref #1931 fixes #1992 (cherry picked from commit e6d9eccdf7eeb94ed8fdd2cd4e7ebd51ed7fb04a)
* main/libxxf86dga: fix CVE-2013-1991,CVE-2013-2000Natanael Copa2013-05-247-5/+323
| | | | | | | ref #1931 fixes #1980 (cherry picked from commit decef4fe3c4a8fac3afe45c8beebfa95550484f7)
* main/libxxf86vm: fix CVE-2013-2001Natanael Copa2013-05-249-8/+603
| | | | | | | ref #1931 fixes #1988 (cherry picked from commit a632a13327ab882c590bbae004b3be338edc14cf)
* main/libxvmc: fix CVE-2013-1990,CVE-2013-1999Natanael Copa2013-05-247-7/+413
| | | | | | | ref #1931 fixes #1976 (cherry picked from commit dfac4cbecc1c27d53504a0d9a80019146c9c9bfb)
* main/libxv: fix CVE-2013-1989,CVE-2013-2066Natanael Copa2013-05-246-7/+296
| | | | | | | ref #1931 fixes #1972 (cherry picked from commit a04d1c8ff925273f3caf3a46393cf73ac2b96ab5)
* main/libxres: fix CVE-2013-1988Natanael Copa2013-05-245-9/+224
| | | | | | | ref #1931 fixes #1964 (cherry picked from commit b262cf6c02f0e15dc88618b6a9e1298ace184057)