Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/abuild: more fixes for shared objects scanning | Natanael Copa | 2012-09-12 | 2 | -20/+19 | |
| | ||||||
* | main/augeas: -dev needs libxml2-dev | Natanael Copa | 2012-09-11 | 1 | -2/+3 | |
| | ||||||
* | main/augeas: fix pkg-config file | Natanael Copa | 2012-09-11 | 2 | -3/+26 | |
| | | | | fixes fatal error: libxml/tree.h: No such file or directory | |||||
* | main/aria2: upgrade to 1.15.2 | Natanael Copa | 2012-09-11 | 1 | -3/+3 | |
| | ||||||
* | main/alsa-utils: upgrade to 1.0.26 | Natanael Copa | 2012-09-11 | 1 | -2/+2 | |
| | ||||||
* | main/llvm: remove rpath | Natanael Copa | 2012-09-11 | 1 | -2/+3 | |
| | ||||||
* | main/chrpath: moved from testing | Natanael Copa | 2012-09-11 | 1 | -0/+45 | |
| | ||||||
* | main/make: fix from upstream for parallel builds | Natanael Copa | 2012-09-11 | 2 | -1/+60 | |
| | | | | https://savannah.gnu.org/bugs/?30653 | |||||
* | main/haproxy: enable splice, and other nice features | Timo Teräs | 2012-09-11 | 1 | -2/+2 | |
| | | | | | Use the built in make target linux2628 meaning linux-2.6.28 or higher kernel can be assumed. | |||||
* | main/vim: update checksum | Natanael Copa | 2012-09-11 | 1 | -1/+1 | |
| | ||||||
* | main/lua-posix: upgrade to 5.1.21 | Natanael Copa | 2012-09-11 | 1 | -5/+5 | |
| | ||||||
* | main/gtk+2.0: upgrade to 2.24.12 | Natanael Copa | 2012-09-10 | 1 | -3/+3 | |
| | ||||||
* | main/glib: upgrade to 2.32.4 | Natanael Copa | 2012-09-10 | 1 | -3/+3 | |
| | ||||||
* | main/ipset: upgrade to 6.13 | Natanael Copa | 2012-09-10 | 1 | -3/+3 | |
| | ||||||
* | main/libiconv: fix bad rpath | Natanael Copa | 2012-09-10 | 1 | -6/+10 | |
| | ||||||
* | main/xf86-video-intel: upgrade to 2.20.7 | Natanael Copa | 2012-09-10 | 2 | -3/+25 | |
| | ||||||
* | main/memcached: upgrade to 1.4.15 | Natanael Copa | 2012-09-10 | 1 | -2/+2 | |
| | ||||||
* | main/vim: upgrade to 7.3.659 | Natanael Copa | 2012-09-10 | 1 | -3/+62 | |
| | ||||||
* | main/sudo: upgrade to 1.8.6 | Natanael Copa | 2012-09-10 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 |