aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/linux-grsec: upgrade to 3.14.22Natanael Copa2014-10-202-199/+596
|
* main/collectd: build libvirt module as subpackageNatanael Copa2014-10-201-5/+7
|
* main/postfix: upgrade to 2.11.3Natanael Copa2014-10-201-4/+4
|
* main/sqlite: upgrade to 3.8.7Natanael Copa2014-10-201-4/+4
|
* main/libvirt: rebuild against new xenCarlo Landmeter2014-10-201-1/+1
|
* main/mesa: enable -dbgTimo Teräs2014-10-191-2/+2
|
* main/oscam: new snapshotCarlo Landmeter2014-10-191-4/+4
|
* main/man-pages: upgrade to 3.75Bartłomiej Piotrowski2014-10-181-4/+4
|
* testing/quicktun: rebuild against libsodium 1.0.0Bartłomiej Piotrowski2014-10-181-1/+1
|
* testing/dnscrypt-proxy: rebuild against libsodium 1.0.0Bartłomiej Piotrowski2014-10-181-1/+1
|
* testing/libsodium: upgrade to 1.0.0Bartłomiej Piotrowski2014-10-181-4/+4
|
* main/libgee: build with gobject-introspectionCarlo Landmeter2014-10-171-2/+2
|
* testing/kde-workspace: set suid optionNatanael Copa2014-10-171-0/+1
|
* testing/kde-runtime: set suid optionNatanael Copa2014-10-171-0/+1
|
* testing/kdelibs: set suid optionNatanael Copa2014-10-171-0/+1
|
* testing/libiodbc: Fix buildingk0r10n2014-10-172-2/+18
|
* Added KDE core packagesLinux User2014-10-1761-597/+1372
|
* testing/minetest: new aportxming2014-10-171-0/+77
| | | | | Infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft and the like. http://minetest.net/
* main/syncthing: upgrade to 0.10.1Carlo Landmeter2014-10-171-4/+4
|
* testing/mopidy: add setuptools to depsCarlo Landmeter2014-10-171-3/+3
|
* testing/greybird-themes: fix checkboxes and radios in gtk-3.14Natanael Copa2014-10-172-4/+220
| | | | https://github.com/shimmerproject/Greybird/pull/70
* testing/greybird-themes: add fix for gtk-3.14Natanael Copa2014-10-172-5/+27
| | | | from https://github.com/shimmerproject/Greybird/issues/69
* main/freeradius: fix configure check for TLSNatanael Copa2014-10-172-1/+56
| | | | | | | Fix the configure script to correctly detect if TLS is available. TLS is needed for rlm_unix to work without segfaulting. (cherry picked from commit d698c183c3183ce3772c4b833c0c4971394942fd)
* bind: Modify default config to be more secureHugo Landau2014-10-165-64/+177
| | | | | | | | | | | | | | | | | | | | | By default BIND will happily serve as both an authoritative nameserver and recursive resolver, but this is no longer a recommended or desirable configuration. The previous default configuration did not draw attention to this fact and the issues involved. Users are now made to rename one of two sample configuration files, named.conf.authoritative or named.conf.recursive. Comments inside either file advise DNS administrators of the most prevalent security issues. This ensures that users setting up an authoritative nameserver do not unwittingly also operate a resolver. In the previous default configuration, BIND would happily perform recursive resolution for localhost, which means that the local machine may receive non-authoritative data from what is supposed to be an authoritative nameserver. Both default configurations disable zone transfers by default, as BIND defaults to enabling them for any host (!).
* main/pciutils: build shared libNatanael Copa2014-10-161-2/+4
|
* main/pciutils: Added -fPIC flag to fix pci_malloc relocationk0r10n2014-10-162-2/+17
|
* main/gettext: upgrade to 0.19.3Natanael Copa2014-10-161-4/+4
|
* main/php: upgrade to 5.6.2Natanael Copa2014-10-161-5/+5
|
* main/php: install php-cli as default instead of php-cgiNatanael Copa2014-10-161-2/+2
| | | | | | | when you do 'apk add php' you will not get /usr/bin/php instead of /usr/bin/php-cgi This is more logic.
* main/php: build phpdbgNatanael Copa2014-10-161-1/+11
| | | | fixes #2683
* main/openjdk7: remove unused xulrunner from makedependsNatanael Copa2014-10-161-1/+1
|
* testing/py-gstreamer0.10: remove duplicate aportCarlo Landmeter2014-10-161-51/+0
|
* testing/py-pykka: new aportCarlo Landmeter2014-10-161-0/+40
|
* testing/py-mopidy-moped: new aportCarlo Landmeter2014-10-161-0/+40
|
* testing/py-mopidy-beets: new aportCarlo Landmeter2014-10-161-0/+40
|
* testing/mopidy: new aportCarlo Landmeter2014-10-163-0/+112
|
* main/linux-vanilla: upgrade to 3.14.21Natanael Copa2014-10-161-5/+5
|
* main/openjdk7: security upgrade to icedtea 2.5.3Timo Teräs2014-10-161-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | S8015256: Better class accessibility S8022783, CVE-2014-6504: Optimize C2 optimizations S8035162: Service printing service S8035781: Improve equality for annotations S8036805: Correct linker method lookup. S8036810: Correct linker field lookup S8036936: Use local locales S8037066, CVE-2014-6457: Secure transport layer S8037846, CVE-2014-6558: Ensure streaming of input cipher streams S8038364: Use certificate exceptions correctly S8038899: Safer safepoints S8038903: More native monitor monitoring S8038908: Make Signature more robust S8038913: Bolster XML support S8039509, CVE-2014-6512: Wrap sockets more thoroughly S8039533, CVE-2014-6517: Higher resolution resolvers S8041540, CVE-2014-6511: Better use of pages in font processing S8041529: Better parameterization of parameter lists S8041545: Better validation of generated rasters S8041564, CVE-2014-6506: Improved management of logger resources S8041717, CVE-2014-6519: Issue with class file parser S8042609, CVE-2014-6513: Limit splashiness of splash images S8042797, CVE-2014-6502: Avoid strawberries in LogRecord S8044274, CVE-2014-6531: Proper property processing
* testing/github-cli: new aportFrancesco Colista2014-10-161-0/+31
|
* main/pcmanfm: upgrade to 1.2.3Natanael Copa2014-10-161-5/+5
|
* testing/zfs-grsec: rebuild against kernel 3.14.21-r0Natanael Copa2014-10-161-2/+2
|
* testing/virtualbox-additions-grsec: rebuild against kernel 3.14.21-r0Natanael Copa2014-10-161-2/+2
|
* testing/spl-grsec: rebuild against kernel 3.14.21-r0Natanael Copa2014-10-161-2/+2
|
* testing/ipt-netflow-grsec: rebuild against kernel 3.14.21-r0Natanael Copa2014-10-161-2/+2
|
* testing/flashcache-grsec: rebuild against kernel 3.14.21-r0Natanael Copa2014-10-161-2/+2
|
* main/xtables-addons-grsec: rebuild against kernel 3.14.21-r0Natanael Copa2014-10-161-2/+2
|
* main/open-vm-tools-grsec: rebuild against kernel 3.14.21-r0Natanael Copa2014-10-161-2/+2
|
* main/ipfw-grsec: rebuild against kernel 3.14.21-r0Natanael Copa2014-10-161-2/+2
|
* main/dahdi-linux-grsec: rebuild against kernel 3.14.21-r0Natanael Copa2014-10-161-2/+2
|
* main/linux-grsec: upgrade to 3.14.21Natanael Copa2014-10-163-466/+318
|