aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/gcc: fix ada bootstrap once moreTimo Teräs2013-10-181-1/+3
| | | | | | | | | | | | The new gentoo piepatches add -fstack-check to defaults which make ADA bootstrap break on certain platforms (at least arm). The configure patch affects stage1_cflags, which is needed if the currently installed host compiler has -fstack-check in it. The Makefile.in part affects rest of the bootstrap stages and is required if the current patch set includes -fstack-check in the default spec.
* main/gcc: upgrade to 4.8.2Natanael Copa2013-10-1712-116/+834
|
* main/php: upgrade to 5.5.5Bartłomiej Piotrowski2013-10-172-50/+7
|
* main/libdvbpsi: fix musl buildTimo Teräs2013-10-172-4/+39
|
* main/tumpler: remove poppler-gtk from makedepends, update urlNatanael Copa2013-10-171-3/+3
|
* main/gimp: remove poppler-gtk from makedependsNatanael Copa2013-10-171-2/+2
|
* main/evince: remove poppler-gtk referenceNatanael Copa2013-10-171-2/+2
|
* main/claws-mail: remove poppler-gtk dependencyNatanael Copa2013-10-171-2/+2
|
* main/openjdk6: upgrade to icedtea6 1.12.6Timo Teräs2013-10-174-49/+62
| | | | | | * use --with-pax from upstream instead of our patches * build without bootstrapping by default to speed up compiles (define BOOTSTRAP=yes to do bootstrap build with gcj)
* main/sntpc: fix checksum, and add package()Timo Teräs2013-10-171-3/+14
|
* main/vlc: fix versioned depends for subpackagesNatanael Copa2013-10-171-4/+4
|
* main/lcms2: update config.sub (fix musl build)Timo Teräs2013-10-171-0/+1
|
* main/glib: remove charset.aliasTimo Teräs2013-10-171-0/+2
|
* main/live-media: upgrade to 2013.10.16Natanael Copa2013-10-171-4/+4
|
* main/perl-dbd-sqlite: split out -dev subpackage and use system sqliteNatanael Copa2013-10-172-9/+32
| | | | ref #2277
* main/tzdata: update source url for posixtzNatanael Copa2013-10-171-1/+1
|
* main/boost: fix arm buildTimo Teräs2013-10-171-2/+4
|
* main/phpmyadmin: upgrade to 4.0.8Bartłomiej Piotrowski2013-10-161-4/+4
|
* main/git: fix patchBartłomiej Piotrowski2013-10-162-6/+6
|
* main/git: update checksumsBartłomiej Piotrowski2013-10-161-6/+6
|
* main/git: upgrade to 1.8.4.1Bartłomiej Piotrowski2013-10-162-68/+41
|
* Revert "main/php: upgrade to 5.5.5"Bartłomiej Piotrowski2013-10-161-5/+5
|
* main/php: fix checksumsBartłomiej Piotrowski2013-10-161-3/+3
|
* main/irqbalance: remove update_config_subBartłomiej Piotrowski2013-10-161-1/+0
|
* main/libdrm: update checksumNatanael Copa2013-10-161-3/+3
| | | | Appears that checksum has changed but content is equal
* Revert "main/git: upgrade to 1.8.4.1"Bartłomiej Piotrowski2013-10-161-4/+8
|
* main/git: fix buildBartłomiej Piotrowski2013-10-161-4/+0
|
* main/libmikmod: upgrade to 3.3.3Bartłomiej Piotrowski2013-10-161-5/+5
|
* main/vte3: upgrade to 0.34.9Bartłomiej Piotrowski2013-10-161-4/+4
|
* main/php: upgrade to 5.5.5Bartłomiej Piotrowski2013-10-161-5/+5
|
* main/librsvg: upgrade to 2.40.0Bartłomiej Piotrowski2013-10-161-4/+4
|
* main/irqbalance: upgrade to 1.0.7Bartłomiej Piotrowski2013-10-161-5/+5
|
* main/iptables: upgrade to 1.4.20Bartłomiej Piotrowski2013-10-161-4/+4
|
* main/iproute2: upgrade to 3.11.0Bartłomiej Piotrowski2013-10-161-4/+4
|
* main/gtk+3.0: upgrade to 3.10.2Bartłomiej Piotrowski2013-10-161-4/+4
|
* main/glib: upgrade to 2.38.1Bartłomiej Piotrowski2013-10-161-4/+4
|
* main/git: upgrade to 1.8.4.1Bartłomiej Piotrowski2013-10-161-4/+4
|
* main/dhcpcd: upgrade to 6.1.0Bartłomiej Piotrowski2013-10-161-4/+4
|
* main/coreutils: rebuild with posix_spawn and link to librtNatanael Copa2013-10-161-2/+2
|
* main/graphviz: move rsvg plugin to -gtk subpackageNatanael Copa2013-10-161-2/+3
| | | | ref #2279
* main/poppler-qt4: use lcms2Natanael Copa2013-10-161-2/+2
|
* main/poppler: rebuild against lcms2Natanael Copa2013-10-161-2/+2
|
* main/lcms2: moved from testingNatanael Copa2013-10-161-0/+56
|
* main/openjdk6: upgrade to icedtea 1.11.13Timo Teräs2013-10-161-67/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update pkgver to include java version, build and icedtea version * do not build ecj, instead use the javac from java-gcj-compat * remove jaxws, jaxp and jaf drop zips as they are not used * enable x86_64 build again (apparently using java-gcj-compat fixes things) * minor other clean ups Includes also security fixes from 1.11.12 (2013-07-10) - S6741606, CVE-2013-2407: Integrate Apache Santuario - S7158805, CVE-2013-2445: Better rewriting of nested subroutine calls - S7170730, CVE-2013-2451: Improve Windows network stack support. - S8000638, CVE-2013-2450: Improve deserialization - S8000642, CVE-2013-2446: Better handling of objects for transportation - S8001032: Restrict object access - S8001033, CVE-2013-2452: Refactor network address handling in virtual machine identifiers - S8001034, CVE-2013-1500: Memory management improvements - S8001038, CVE-2013-2444: Resourcefully handle resources - S8001043: Clarify definition restrictions - S8001309: Better handling of annotation interfaces - S8001318, CVE-2013-2447: Socket.getLocalAddress not consistent with InetAddress.getLocalHost - S8001330, CVE-2013-2443: Improve on checking order - S8003703, CVE-2013-2412: Update RMI connection dialog box - S8004584: Augment applet contextualization - S8005007: Better glyph processing - S8006328, CVE-2013-2448: Improve robustness of sound classes - S8006611: Improve scripting - S8007467: Improve robustness of JMX internal APIs - S8007471: Improve MBean notifications - S8007812, CVE-2013-2455: (reflect) Class.getEnclosingMethod problematic for some classes - S8008120, CVE-2013-2457: Improve JMX class checking - S8008124, CVE-2013-2453: Better compliance testing - S8008128: Better API coherence for JMX - S8008132, CVE-2013-2456: Better serialization support - S8008585: Better JMX data handling - S8008593: Better URLClassLoader resource management - S8008603: Improve provision of JMX providers - S8008611: Better handling of annotations in JMX - S8008615: Improve robustness of JMX internal APIs - S8008623: Better handling of MBeanServers - S8008744, CVE-2013-2407: Rework part of fix for JDK-6741606 - S8008982: Adjust JMX for underlying interface changes - S8009004: Better implementation of RMI connections - S8009013: Better handling of T2K glyphs - S8009034: Improve resulting notifications in JMX - S8009038: Improve JMX notification support - S8009067: Improve storing keys in KeyStore - S8009071, CVE-2013-2459: Improve shape handling - S8009235: Improve handling of TSA data - S8011243, CVE-2013-2470: Improve ImagingLib - S8011248, CVE-2013-2471: Better Component Rasters - S8011253, CVE-2013-2472: Better Short Component Rasters - S8011257, CVE-2013-2473: Better Byte Component Rasters - S8012375, CVE-2013-1571: Improve Javadoc framing - S8012421: Better positioning of PairPositioning - S8012438, CVE-2013-2463: Better image validation - S8012597, CVE-2013-2465: Better image channel verification - S8012601, CVE-2013-2469: Better validation of image layouts - S8014281, CVE-2013-2461: Better checking of XML signature - S8015997: Additional improvement in Javadoc framing
* main/imlib2: rebuild against giflib-5Natanael Copa2013-10-162-3/+29
|
* main/giflib: upgrade to 5.0.4Natanael Copa2013-10-161-4/+4
|
* main/gettext: rebuild with posix_spawnNatanael Copa2013-10-161-1/+2
|
* main/qt: fix arm buildTimo Teräs2013-10-151-0/+1
| | | | | seems that pch is somehow broken, or something wrong with the parallel build if there's slow cpu.
* main/xtables-addons-grsec: rebuild against kernel 3.10.16-r0Natanael Copa2013-10-151-1/+1
|
* main/open-vm-tools-grsec: rebuild against kernel 3.10.16-r0Natanael Copa2013-10-151-1/+1
|