diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-21 14:23:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-21 14:23:15 +0000 |
commit | f0da2a7793f17fdca10df09ca568cea681f53d31 (patch) | |
tree | 1b398d6b12a714fa850d7e55979ba33bb5253106 /main/libc0.9.32/APKBUILD | |
parent | da7d55d04ef1a98f44cdff112afdde3dda7810f6 (diff) | |
download | aports-f0da2a7793f17fdca10df09ca568cea681f53d31.tar.bz2 aports-f0da2a7793f17fdca10df09ca568cea681f53d31.tar.xz |
main/libc0.9.32: add fix from upstream
Diffstat (limited to 'main/libc0.9.32/APKBUILD')
-rw-r--r-- | main/libc0.9.32/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/libc0.9.32/APKBUILD b/main/libc0.9.32/APKBUILD index acb107f370..cbf5aa3392 100644 --- a/main/libc0.9.32/APKBUILD +++ b/main/libc0.9.32/APKBUILD @@ -4,7 +4,7 @@ pkgname=libc$_abiver _gitver= pkgver=0.9.32 _ver=${pkgver/_/-} -pkgrel=3 +pkgrel=4 pkgdesc="C library for developing embedded Linux systems" url=http://uclibc.org license="LGPL-2" @@ -22,6 +22,7 @@ _snapfile="$pkgname-$pkgver.tar.bz2" source="http://uclibc.org/downloads/uClibc-${_ver}.tar.bz2 compat-stack-guard.patch uclibc-resolv-cname-fix.diff + uclibc-resolv-fix-memory-leak.patch 0001-resolv-fix-resolver-to-return-TRY_AGAIN-on-timeout.patch 0001-libm-x86_64-implement-some-fenv-functions.patch 0001-ldso-limited-support-for-ORIGIN-in-rpath.patch @@ -130,6 +131,7 @@ libthread_db() { md5sums="cfcb6c25d8ebe12817499d8749ee8ae1 uClibc-0.9.32.tar.bz2 a9bfb77ea7dc5fb9abf4d4b19201c614 compat-stack-guard.patch 5d6e3e382b66f59cfd7242a4fe453f98 uclibc-resolv-cname-fix.diff +6bdb884bd00b053247e02b4024d33b39 uclibc-resolv-fix-memory-leak.patch 08f31006426a0fca561f262f36bcfb01 0001-resolv-fix-resolver-to-return-TRY_AGAIN-on-timeout.patch 68913d6f096fd647e8bdb7ef182c05a4 0001-libm-x86_64-implement-some-fenv-functions.patch bc164e262c5feab55c800780704fa71c 0001-ldso-limited-support-for-ORIGIN-in-rpath.patch |