aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/ipt-netflow-grsec: rebuild against kernel 3.10.40-r0Natanael Copa2014-05-141-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 3.10.40-r0Natanael Copa2014-05-141-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 3.10.40-r0Natanael Copa2014-05-141-1/+1
|
* main/flashcache-grsec: rebuild against kernel 3.10.40-r0Natanael Copa2014-05-141-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 3.10.40-r0Natanael Copa2014-05-141-1/+1
|
* mian/linux-grsec: upgrade to 3.14.4Natanael Copa2014-05-142-133/+132
|
* main/lua-zlib: fix lua/lua5.1 conflictNatanael Copa2014-05-131-3/+3
|
* main/lua-pc: fix lua5.1/lua conflictNatanael Copa2014-05-132-1/+227
|
* main/lua-zlib: upgrade to 0.4.1 and build for lua 5.1 and 5.2Timo Teräs2014-05-101-14/+44
|
* main/lua-lpc: fix flagsTimo Teräs2014-05-102-58/+65
|
* main/lua-pc: rebuild to recover from previous build failureTimo Teräs2014-05-101-1/+1
|
* main/lua-pc: fix checksumTimo Teräs2014-05-101-3/+3
|
* main/lua-pc: fix lua5.2 buildTimo Teräs2014-05-102-4/+273
|
* main/lua-pc: fix install prefix, and subpkg dependenciesTimo Teräs2014-05-102-8/+9
|
* main/lua-pc: build for lua5.1 and lua5.2Timo Teräs2014-05-102-10/+95
|
* main/nginx-lua: backported from edgeTimo Teräs2014-05-077-0/+224
|
* main/luajit: backport from edgeTimo Teräs2014-05-071-0/+38
|
* main/rt4: upgrade to 4.0.19 (and fix displayed RT version)Timo Teräs2014-05-062-4/+19
|
* ==== release 2.7.7 ====v2.7.7Natanael Copa2014-05-061-1/+1
|
* backports/zabbix: fix default zabbix_proxy.confNatanael Copa2014-05-062-10/+4
| | | | fixes #2868
* main/ca-certificates: fix few minor issues in lua versionTimo Teräs2014-05-062-32/+35
| | | | | | also optimize and cleanup the lua code a bit too. fixes #2846 (cherry picked from commit 5f8b675b20728b5589dcd6216e0f154065aec7b8)
* main/ca-certificates: rewrite update-ca-certificates in luaTimo Teräs2014-05-063-10/+103
| | | | | | | fix also overlay protected paths to exclude generated links. ref #2846 (cherry picked from commit af18a975d8494f923d0ff3754dd250ffc641b6ef)
* main/ca-certificates: upgrade to 20140325Natanael Copa2014-05-061-6/+6
| | | | (cherry picked from commit 9259e3f26083f93c39706a9893dd715bc27c5710)
* testing/zfs-grsec: rebuild against kernel 3.10.38-r0Natanael Copa2014-05-061-1/+1
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.10.38-r0Natanael Copa2014-05-061-1/+1
|
* testing/spl-grsec: rebuild against kernel 3.10.38-r0Natanael Copa2014-05-061-1/+1
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.10.38-r0Natanael Copa2014-05-061-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 3.10.38-r0Natanael Copa2014-05-061-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 3.10.38-r0Natanael Copa2014-05-061-1/+1
|
* main/flashcache-grsec: rebuild against kernel 3.10.38-r0Natanael Copa2014-05-061-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 3.10.38-r0Natanael Copa2014-05-061-1/+1
|
* main/linux-grsec: upgrade to 3.10.38Natanael Copa2014-05-062-29/+29
|
* main/apache2: rebuild against apr-1.5 for MPM eventNatanael Copa2014-05-061-1/+10
| | | | | | and make sure we have all MPMs we expect. fixes #2866
* main/apr-util: upgrade to 1.5.3Natanael Copa2014-05-061-6/+5
|
* main/apr: upgrade to 1.5.1Natanael Copa2014-05-061-5/+5
| | | | ref #2866
* main/busybox-initscripts: add support for broadcast from dhcpNatanael Copa2014-05-062-6/+6
| | | | | | fixes #2880 (cherry picked from commit 692420e9abb5049050b09d1385ad98befba1ecfc)
* main/busybox-initscripts: support 'peer-dns' in udhcpc hookTimo Teräs2014-05-061-1/+1
| | | | | | fixes #2781 (cherry picked from commit f7ec72d86e29789c1363774aa5986b0c016599d4)
* main/owncloud: upgrade to 5.0.16Leonardo Arena2014-04-291-4/+4
|
* main/py-django: bugfix upgrade for security fixEivind Uggedal2014-04-291-4/+4
|
* main/squid: security upgrade to 3.3.12 (CVE-2014-0128)Natanael Copa2014-04-281-5/+5
| | | | fixes #2872
* main/squid: allow more than 16384 filedescriptorsNatanael Copa2014-04-282-10/+6
| | | | | | | | | | | | | | | It seems that when squid is compiled with --with-filedescriptors, that becomes a hard limit[1]. Without this compile option it will use the system ulimit setting, which is the behaviour we want. For compatibility we set SQUID_MAXFD to 16384 if unset but still allow it to go over 16384 if needed. It should also be possible to set max_filedescriptors in squid.conf[2]. fixes #2850 [1] https://bugzilla.redhat.com/show_bug.cgi?id=976815 [2] http://www.squid-cache.org/Versions/v3/3.3/cfgman/max_filedescriptors.html
* main/py-django: security upgrade to 1.5.6 ↵Eivind Uggedal2014-04-261-4/+4
| | | | (CVE-2014-0472,CVE-2014-0473,CVE-2014-0474)
* main/btrfs-progs: upgrade to 3.14.1Carlo Landmeter2014-04-252-15/+50
|
* main/quagga: cherry-pick upstream commitsTimo Teräs2014-04-247-5/+6387
| | | | | fixes an annoying bug, and contains a required change for the bgpd-implement-next-hop-self-all patch to work.
* main/quagga: apply patch to implement bgp next-hop-self allTimo Teräs2014-04-242-1/+141
| | | | | | | | | | | Useful in various situations. And practically counts as a bugfix because the route-map set ip next-hop does not work for iBGP but it should. (cherry picked from commit ab986e0a47c9ee28c006cd0388eb92ff71724cab) Conflicts: main/quagga/APKBUILD
* main/asterisk: upgrade to 11.9.0Natanael Copa2014-04-242-109/+4
|
* backports/zabbix: ship zabbix_proxy.confNatanael Copa2014-04-221-5/+7
|
* main/awall: fix dependenciesTimo Teräs2014-04-211-3/+3
|
* main/lua-cjson: fix pkgname to create the metapackageKaarle Ritvanen2014-04-211-2/+2
|
* main/linux-virt-grsec: upgrade to 3.10.37Leonardo Arena2014-04-212-77/+69
|