aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/acf-provisioning: upgrade to 0.8.1Ted Trask2015-07-131-4/+4
| | | | (cherry picked from commit 3d42535a6d49fe9aad231c618e6b9a3570e89ee9)
* main/quagga-nhrp: snapshot of 2015.07.10Timo Teräs2015-07-101-5/+6
| | | | (cherry picked from commit f00e82a95677cff20f87081de25cdce10a9e21ee)
* main/alpine-baselayout: misc fixesNatanael Copa2015-07-103-10/+15
| | | | | | | | | | | | | | | | | | - suggest the setup-alpine command in motd - fix sysctl location and contents put sysctl to /etc/sysctl.d with 00 prefix so later sysctl.d files can override it if needed. also remove ip_forward, it default to zero in kernel, and is controlled by iptables init.d or quagga. - mkmntdirs: add missing header string.h is needed for strcmp definition - profile: remove LANG. ref #4428 (cherry picked from commit ee65d272cda3aee4ac47ac67433ee7853d35702a)
* main/alpine-baselayout: create etc/modules-load.d dirNatanael Copa2015-07-101-1/+2
| | | | (cherry picked from commit 4bb701b33ac7e53565ced79d17c857286acadc00)
* main/openrc: fix sysctl init.c scriptNatanael Copa2015-07-102-13/+19
| | | | | | | busybox sysctl only accept one file so we need to re-run it for each config file. (cherry picked from commit e24406612af6110fe7e2c881a6532c725dfb249e)
* main/fprobe-ulog: migrate to nflog apiTimo Teräs2015-07-102-5/+626
| | | | | | | | | | | ULOG is no longer present in kernels we use. The compat library is deficient and does not support e.g. mapping of interface names or timestamps. This patch updates the code to use nflog natively and removes the ifindex to name mappings using syscalls so this improves performance too. (cherry picked from commit a7717ec784fd112e74ca5a5ddf6da8a59d742049) (cherry picked from commit 6c9d9325fe81174d7e1de61f3f49c88c2a7d194a)
* main/openvpn: upgrade to 2.3.7Natanael Copa2015-07-102-22/+5
| | | | (cherry picked from commit 6fbb8247cb9a548f589e7c250196bacf72daf88c)
* main/openssl: security upgrade to 1.0.1d (CVE-2015-1793)Timo Teräs2015-07-092-26/+21
| | | | (cherry picked from commit 4cc1178d550587aaaf640ef084feeadb2e751b80)
* ==== release 3.2.1 ====v3.2.1Natanael Copa2015-07-081-1/+1
|
* main/ruby-rails4.2: upgrade to 4.2.3 (incl. dependencies)Kaarle Ritvanen2015-07-0817-80/+77
| | | | | | fixes #4367 (cherry picked from commit 390c5e61822473fce8eca628ebc0105fec79361b)
* main/ruby-activesupport4.2: add missing dependencyKaarle Ritvanen2015-07-081-1/+2
| | | | (cherry picked from commit d18e2412fa0fa1ac7ed0f4b9d9836e1f87444cb9)
* main/rsyslog: fix default permissions (CVE-2015-3243)Natanael Copa2015-07-082-4/+11
| | | | | | ref #4406 (cherry picked from commit 3cb5210cdac46fb8805d4028df16f5889f393a09)
* main/linux-vanilla: upgrade to 3.18.17Timo Teräs2015-07-084-16/+19
| | | | (cherry picked from commit 7b30ba05f5f1d97f2a9430b7f4dd87002f32ca04)
* main/freeswitch-sounds-fr-ca-june-8000: upgrade to 1.0.51Natanael Copa2015-07-081-5/+5
| | | | | | fixes #4422 (cherry picked from commit 64fb8f27c6db8fee32688fa19b6b6ef867c72cf7)
* main/freeswitch-sounds-fr-*: move from testingNatanael Copa2015-07-082-0/+56
| | | | | | ref #4422 (cherry picked from commit 244d70926be696fe7d4491c549aecfe8c8dba562)
* main/polkit: various security fixesNatanael Copa2015-07-084-1/+1203
| | | | | | | | | | | CVE-2015-3218 CVE-2015-3255 CVE-2015-4625 ref #4411 fixes #4415 (cherry picked from commit a215f1937c91916b1b5162e49e996708eb456e67)
* main/qemu: security fix for CVE-2015-4037Natanael Copa2015-07-082-0/+54
| | | | | | | ref #4324 fixes #4328 (cherry picked from commit 786a06d135bec56c5f93b9b5a0099cb34957f1da)
* main/quagga-nhrp: update to 2015.07.08Timo Teräs2015-07-081-6/+6
| | | | (cherry picked from commit 1c9a2c4a4368247649ca29b0ae63ced9dd3bf402)
* main/lvm2: use mlockall by defaultNatanael Copa2015-07-082-1/+16
| | | | | | | this works around issue with the "smart" memory locking fixes #3107 (cherry picked from commit 7cfe57d546e6a336fc5e0eb9c305bb9c3707bee2)
* main/lvm2: upgrade to 2.02.122Natanael Copa2015-07-081-4/+4
|
* main/musl: apply dn_skiprr and syslog fixTimo Teräs2015-07-083-1/+76
|
* main/squashfs-tools: security fix for CVE-2015-4645/4646Natanael Copa2015-07-072-4/+37
| | | | | | | ref #4416 fixes #4420 (cherry picked from commit 10422f18285619f8f57b8b4ab5ca829eb21c115f)
* main/squashfs-tools: fix variable length array overflowNatanael Copa2015-07-072-4/+29
| | | | | | | | | we can not guarantee that block size specified in user data will not overflow the stack so we need to use malloc. this fixes segfault when doing unsquashfs (cherry picked from commit 2fafe3d1eb933216776b191c85565ec5289161da)
* main/linux-pam: security upgrade to 1.2.1 (CVE-2015-3238)Natanael Copa2015-07-072-6/+41
| | | | | ref #4387 fixes #4391
* main/freeradius: security fix for CVE-2015-4680Natanael Copa2015-07-072-4/+87
| | | | | | | ref #4377 fixes #4381 (cherry picked from commit 1314c0d82fee33213ea17cc7805bdf3a60efac78)
* main/alpine-conf: fix setup-apkreposNatanael Copa2015-07-072-1/+33
| | | | | | fixes #4365 (cherry picked from commit 9b06e4bb86d3151e0d69b6b5ddf6b554e215581a)
* main/freeswitch-sounds-pt-br-karina-8000: move from testingAlan Lacerda2015-07-071-0/+32
| | | | | | fixes #4422 (cherry picked from commit 9485fcd2d360167cc28ae121e9840d48c7547681)
* main/lighttpd: security fix for CVE-2015-3200Natanael Copa2015-07-0730-1/+16580
| | | | | | | | | The upstream patch does not apply without applying lot other stuff so we simply apply all since 1.4.35 release. fixes #4330 (cherry picked from commit c1ee7a6e6d21447788c7512e7197d49ebfbc3096)
* main/apk-tools: upgrade to 2.6.3Timo Teräs2015-07-071-4/+4
| | | | (cherry picked from commit 33c3a706bad78049366a3148bc2ffc950ac24172)
* main/apk-tools: upgrade to 2.6.2Timo Teräs2015-07-071-4/+4
| | | | (cherry picked from commit 75eaafed0816f977932ee82290db5d60961bd9a9)
* main/pcre: various security fixesNatanael Copa2015-07-074-6/+178
| | | | | | | | | | | CVE-2015-3210 CVE-2015-3217 CVE-2015-5073 fixes #4291 fixes #4404 (cherry picked from commit 77345a923c72d9e8d0a4202d893239ba43b903a3)
* main/owncloud: upgrade to 8.0.5Leonardo Arena2015-07-071-19/+19
|
* main/alpine-conf: fix issue when for it on lvm on cciss raidNatanael Copa2015-07-072-4/+53
| | | | | | fixes #4421 (cherry picked from commit f06947663b0d988c62c583e121839c62a75c775a)
* main/pmacct: fix trivial typo in stacksizeNatanael Copa2015-07-072-5/+5
| | | | fixes #4272
* xtables-addons-grsec/xtables-addons-grsec: rebuild against kernel 3.18.17-r0Natanael Copa2015-07-071-2/+2
|
* open-vm-tools-grsec/open-vm-tools-grsec: rebuild against kernel 3.18.17-r0Natanael Copa2015-07-071-2/+2
|
* ipfw-grsec/ipfw-grsec: rebuild against kernel 3.18.17-r0Natanael Copa2015-07-071-2/+2
|
* devicemaster-linux-grsec/devicemaster-linux-grsec: rebuild against kernel ↵Natanael Copa2015-07-071-2/+2
| | | | 3.18.17-r0
* dahdi-linux-grsec/dahdi-linux-grsec: rebuild against kernel 3.18.17-r0Natanael Copa2015-07-071-2/+2
|
* main/zeromq: security upgrade to 4.0.7 (CVE-2014-9721)Natanael Copa2015-07-071-4/+4
| | | | fixes #4294
* main/linux-grsec: ugprade to 3.18.17Timo Teräs2015-07-075-20/+82
| | | | (cherry picked from commit 29c90c9cc0f74cb010ffecb016356640a226c489)
* main/linux-grsec: fix makedependsNatanael Copa2015-07-071-1/+2
| | | | | | we need more headers for gcc plugins (cherry picked from commit 3a062aad5ee6f761e696d8ed520b1534aff7f97b)
* main/linux-grsec: upgrade to 3.14.16Natanael Copa2015-07-071-9/+9
| | | | (cherry picked from commit e0251f3d67ce2c147029e4d27bfe18ce65ef5132)
* main/acf-provisioning: upgrade to 0.8.0Ted Trask2015-07-061-4/+4
| | | | (cherry picked from commit ba99a9cb7fe4621e3f22b6bd9724e572987fc2ed)
* main/quagga-nhrp: new snapshotTimo Teräs2015-07-041-5/+5
| | | | (cherry picked from commit 4d8904db38def531a6e91248ffce7164d62b2e12)
* main/roundcubemail: more depends fixesLeonardo Arena2015-07-041-2/+3
| | | | (cherry picked from commit e2c06701587a8a70ad09d1e8dc4760d7aee817fc)
* main/php-pear-net_smtp: new aportLeonardo Arena2015-07-041-0/+40
| | | | (cherry picked from commit acf6709ef3658cabf157868691ebf127a2ea87e4)
* main/php-pear-mail_mime: new aportLeonardo Arena2015-07-041-0/+40
| | | | (cherry picked from commit e6ccbfa27930b071a967a8a4ca0039e1c6b865de)
* main/roundcubemail: fix dependsLeonardo Arena2015-07-041-2/+2
| | | | (cherry picked from commit fddcdfea44f65f8fade8d44007fce798c2fe8ef0)
* main/roundcubemail: upgrade to 1.1.2Leonardo Arena2015-07-041-4/+4
| | | | (cherry picked from commit 78797c241f56837e1457710e5c8378db05914073)