Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/nasm: upgrade to 2.10.04 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/msmtp: upgrade to 1.4.29 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/mercurial: upgrade to 2.3.1 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/mpc1: upgrade to 1.0.1 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/libmicrohttpd: upgrade to 0.9.22 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/fping: upgrade to 3.4 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/firefox: upgrade to 15.0.1 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/xulrunner: upgrade to 15.0.1 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.26 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/openjdk6: build fix | Natanael Copa | 2012-09-10 | 1 | -0/+1 |
| | | | | Tell abuild to search recursively for .so files | ||||
* | main/abuild: add support for option 'ldpath-recursive' | Natanael Copa | 2012-09-10 | 2 | -8/+12 |
| | | | | It is needed for building openjdk6 | ||||
* | main/gcc: upgrade to 4.7.1 | Natanael Copa | 2012-09-10 | 13 | -443/+514 |
| | | | | Disable gcc-go for now. It needs ucontext which we don't have. | ||||
* | main/mpc1: new parallel version of libmpc | Natanael Copa | 2012-09-10 | 1 | -0/+42 |
| | | | | It needs to be parallel to current libmpc so we dont break gcc | ||||
* | main/dev86: build fix for x86_64 | Natanael Copa | 2012-09-10 | 2 | -1/+24 |
| | |||||
* | main/xulrunnel: build fix for provides | Natanael Copa | 2012-08-16 | 1 | -0/+2 |
| | | | | We need help abuild to find the dir where the .so files are | ||||
* | main/abuild: more provides fixes | Natanael Copa | 2012-08-16 | 8 | -224/+207 |
| | | | | | | | | | | | need special handling when file name is .so (no version number suffix) and soname has a version number suffix. This is so we dont set provides version to 0 when it should have been something else. This fixes issue with libgcj/gcc-java who ships a file libgcj_bc.so with soname libgcj_bc.so.1 in addition to the libgcj_bc.so.1.0.0 file. We cannot have 2 provides with same name but with different version. | ||||
* | main/xscreensaver: upgrade to 5.19 | Natanael Copa | 2012-08-16 | 1 | -3/+3 |
| | |||||
* | main/dev86: upgrade to 0.16.19 | Natanael Copa | 2012-08-16 | 3 | -48/+3 |
| | |||||
* | main/perl-cps: upgrade to 0.17 | Natanael Copa | 2012-08-16 | 1 | -3/+4 |
| | |||||
* | main/qemu: upgrade to 1.2.0 | Carlo Landmeter | 2012-09-10 | 2 | -32/+24 |
| | |||||
* | main/xf86-video-openchrome: upgrade to 0.3.1 | Natanael Copa | 2012-09-06 | 1 | -2/+2 |
| | |||||
* | main/asterisk: cherry-pick bugfix for ASTERISK-13456 from Asterisk 11 | Timo Teräs | 2012-09-06 | 2 | -1/+366 |
| | | | | | | An annying bug that can cause incoming SIP calls for a registered number to be associated with wrong peer entry. This can also have security implications on some systems. | ||||
* | main/abuild: use correct version number for provides | Natanael Copa | 2012-09-05 | 3 | -3/+101 |
| | |||||
* | main/perl-http-body: upgrade to 1.15 | Natanael Copa | 2012-08-16 | 1 | -2/+2 |
| | |||||
* | main/abuild: add version number to provides | Natanael Copa | 2012-09-05 | 2 | -2/+31 |
| | |||||
* | main/rrdtool: minor fix for pkgconf | Natanael Copa | 2012-09-05 | 2 | -6/+31 |
| | | | | | | | | 'pkg-config --cflags lua' returns a space with freedesktop and no space with pkgconf, so the the following gave different result: if test "$LUA_CFLAGS" = ""; then ... | ||||
* | main/less: upgrade to 451 | Natanael Copa | 2012-09-05 | 1 | -3/+3 |
| | |||||
* | testing/asterisk: fork main/asterisk and upgrade to 11.0.0-beta1 | Timo Teräs | 2012-09-05 | 12 | -0/+1789 |
| | | | | | | * remove patches upstreamed ASTERISK-18977 and 900-tryinclude.patch * add ASTERISK-20362 required to fix parallel compile issues * rebase the ConfBridge 'deaf participant' patch ASTERISK-19109 | ||||
* | main/openjdk6: security upgrade to icedtea6 1.11.4 | Timo Teras | 2012-09-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IcedTea 1.11.4 S7162476, CVE-2012-1682: XMLDecoder security issue via ClassFinder S7163201, CVE-2012-0547: Simplify toolkit internals references IcedTea 1.11.3 S7079902, CVE-2012-1711: Refine CORBA data models S7110720: Issue with vm config file loadingIssue with vm config file loading S7143606, CVE-2012-1717: File.createTempFile should be improved for temporary files created by the platform. S7143614, CVE-2012-1716: SynthLookAndFeel stability improvement S7143617, CVE-2012-1713: Improve fontmanager layout lookup operations S7143851, CVE-2012-1719: Improve IIOP stub and tie generation in RMIC S7143872, CVE-2012-1718: Improve certificate extension processing S7145239: Finetune package definition restriction S7152811, CVE-2012-1723: Issues in client compiler S7157609, CVE-2012-1724: Issues with loop S7160677: missing else in fix for 7152811 S7160757, CVE-2012-1725: Problem with hotspot/runtime_classfile IcedTea 1.11.1 S7082299, CVE-2011-3571: Fix in AtomicReferenceArray S7088367, CVE-2011-3563: Fix issues in java sound S7110683, CVE-2012-0502: Issues with some KeyboardFocusManager method S7110687, CVE-2012-0503: Issues with TimeZone class S7110700, CVE-2012-0505: Enhance exception throwing mechanism in ObjectStreamClass S7110704, CVE-2012-0506: Issues with some method in corba S7112642, CVE-2012-0497: Incorrect checking for graphics rendering object S7118283, CVE-2012-0501: Better input parameter checking in zip file processing S7126960, CVE-2011-5035: (httpserver) Add property to limit number of request headers to the HTTP Server | ||||
* | main/sqlite: upgrade to 3.7.14 | Natanael Copa | 2012-08-16 | 1 | -3/+3 |
| | |||||
* | main/mpfr3: upgrade to 3.1.1 | Natanael Copa | 2012-08-16 | 1 | -2/+2 |
| | |||||
* | testing/fancontroled: add init.d script | Natanael Copa | 2012-09-04 | 3 | -3/+47 |
| | | | | ref #1175 | ||||
* | main/pkgconfig: replace with metapackage to pull in pkgconf | Natanael Copa | 2012-09-04 | 1 | -13/+10 |
| | | | | | | | For now we simply replace this package with a dummy, to pull in pkgconf. fixes #1239 | ||||
* | main/pkgconf: moved from testing | Natanael Copa | 2012-09-04 | 1 | -0/+0 |
| | |||||
* | main/freetds: upgrade to 0.92.63 | Natanael Copa | 2012-08-16 | 1 | -3/+3 |
| | |||||
* | main/gd: update source location | Natanael Copa | 2012-09-04 | 1 | -2/+2 |
| | |||||
* | main/abuild: start add 'provides' info | Natanael Copa | 2012-08-16 | 3 | -2/+68 |
| | | | | ref #574 | ||||
* | main/apache2: upgrade to 2.4.3 | Natanael Copa | 2012-08-16 | 3 | -171/+21 |
| | |||||
* | testing/pkgconf: upgrade to 0.8.8 | Natanael Copa | 2012-08-16 | 1 | -3/+4 |
| | |||||
* | testing/zfs-grsec: fails on x86 | Carlo Landmeter | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | testing/zfs-grsec: new aport | Carlo Landmeter | 2012-09-04 | 2 | -0/+94 |
| | |||||
* | testing/spl-grsec: new aport | Carlo Landmeter | 2012-09-04 | 1 | -0/+73 |
| | |||||
* | main/apk-tools: fix directory re-creation | Natanael Copa | 2012-09-04 | 2 | -2/+42 |
| | | | | ref #1348 | ||||
* | main/p11-kit: upgrade to 0.13 | Natanael Copa | 2012-09-04 | 1 | -2/+2 |
| | |||||
* | main/iproute2: upgrade to 3.5.1 | Natanael Copa | 2012-09-04 | 1 | -2/+2 |
| | |||||
* | main/busybox: ifupdown: pass interface device name for ipv6 route cmd | Natanael Copa | 2012-09-04 | 2 | -1/+51 |
| | |||||
* | testing/virt-manager: upgrade to 0.9.4 | Natanael Copa | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | main/imagemagick: upgrade to 6.7.9.3 | Natanael Copa | 2012-09-04 | 1 | -2/+2 |
| | |||||
* | main/valgrind: upgrade to 3.8.0 | Natanael Copa | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | main/perl-image-exiftool: upgrade to 9.01 | Natanael Copa | 2012-09-04 | 1 | -2/+2 |
| |