diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-03-18 15:33:32 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-03-18 15:33:32 +0200 |
commit | 57009c41f7ffabb6e76c642ab267b835260045ff (patch) | |
tree | e0c48652139ad1c3788e3df9f208b57ac4481ba4 /main/libc0.9.32/APKBUILD | |
parent | 666fcc262b9181a7abefdd4c2caeb4bd859cf71b (diff) | |
download | aports-57009c41f7ffabb6e76c642ab267b835260045ff.tar.bz2 aports-57009c41f7ffabb6e76c642ab267b835260045ff.tar.xz |
main/libc0.9.32: update to 0.9.32-rc3 and refresh patches
* patches merged upstream dropped
* refreshed compat-stack-guard.patch (weird that we still need this;
we should recompile all apps depending on the symbol)
* added three more patches that will help building and running openjdk
Diffstat (limited to 'main/libc0.9.32/APKBUILD')
-rw-r--r-- | main/libc0.9.32/APKBUILD | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD index 2593caa31b..c63ff2c931 100644 --- a/main/libc0.9.32/APKBUILD +++ b/main/libc0.9.32/APKBUILD @@ -2,9 +2,9 @@ _abiver=0.9.32 pkgname=libc$_abiver _gitver= -pkgver=0.9.32_rc2 +pkgver=0.9.32_rc3 _ver=${pkgver/_/-} -pkgrel=3 +pkgrel=0 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" @@ -20,10 +20,10 @@ _snapurl="http://git.uclibc.org/uClibc/snapshot/master.tar.bz2" _snapfile="$pkgname-$pkgver.tar.bz2" source="http://uclibc.org/downloads/uClibc-${_ver}.tar.bz2 compat-stack-guard.patch - config-has-fortify.patch - pthread.patch 0001-libm-x86_64-implement-fesetround.patch - arm-nptl-tls.patch + 0001-ldso-limited-support-for-ORIGIN-in-rpath.patch + 0002-stdlib-fix-arc4random-return-type-to-u_int32_t.patch + 0003-ldso-support-RTLD_NOLOAD.patch uclibcconfig.x86 uclibcconfig.x86_64 uclibcconfig.i486 @@ -118,15 +118,15 @@ libthread_db() { mv "$pkgdir"/lib/libthread_db* "$subpkgdir"/lib/ } -md5sums="c8d2cd2c4dbcf5218b6db843cf66ac0f uClibc-0.9.32-rc2.tar.bz2 -4d408f72142ce55a0754948cc9cfe447 compat-stack-guard.patch -fb349592e75c25aa03461740a7929ee5 config-has-fortify.patch -c92ab246b4f92487c98938a297208829 pthread.patch +md5sums="e7f420aa2fb28e7021d02c043acba71b uClibc-0.9.32-rc3.tar.bz2 +a9bfb77ea7dc5fb9abf4d4b19201c614 compat-stack-guard.patch e0c901502602f7e9e002d910d0f32ab9 0001-libm-x86_64-implement-fesetround.patch -2b4e27207b15e2d4b3e9b853513634f6 arm-nptl-tls.patch -145aaeb1833159397cfac9902e3877ab uclibcconfig.x86 -cb1bcf2ff83029b6943d4799d926932b uclibcconfig.x86_64 -145aaeb1833159397cfac9902e3877ab uclibcconfig.i486 -e46de2eb20803d93ff08e205b8ed228a uclibcconfig.arm -2c32eadd57ac4b39a93683f6a07bf901 uclibcconfig.powerpc +bc164e262c5feab55c800780704fa71c 0001-ldso-limited-support-for-ORIGIN-in-rpath.patch +b4fb68ad3d0e8331b1b40c30eb21dfdc 0002-stdlib-fix-arc4random-return-type-to-u_int32_t.patch +6147efd2eee5af5e734896823c2d1a3d 0003-ldso-support-RTLD_NOLOAD.patch +a06b654d73b8a8726af6b276c4e36fbf uclibcconfig.x86 +fcd976cd03baceb3c3795d92aa186868 uclibcconfig.x86_64 +a06b654d73b8a8726af6b276c4e36fbf uclibcconfig.i486 +2c1e143152b941b5a32319cb318ae2b8 uclibcconfig.arm +19686636eee494ac609b04b7aae42391 uclibcconfig.powerpc 7bf1af84106de9e05160ed6d4853c54f sha512-crypt.patch" |