diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-02 12:45:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-02 12:45:17 +0000 |
commit | 56a3c98cf54d9ddf93d912e1ba0e3cbd482834c2 (patch) | |
tree | 60d18381719ff9dec9fc1fb4e81f6b5080406c2c /main/busybox | |
parent | fae93727d154ad73cf8be0c62dec4cd7400c07fd (diff) | |
download | aports-56a3c98cf54d9ddf93d912e1ba0e3cbd482834c2.tar.bz2 aports-56a3c98cf54d9ddf93d912e1ba0e3cbd482834c2.tar.xz |
main/busybox: fixes for mktemp and sed from upstream
Diffstat (limited to 'main/busybox')
-rw-r--r-- | main/busybox/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 928e82a63e..bedc84b752 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.17.1 -pkgrel=0 +pkgrel=1 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net license="GPL-2" @@ -11,6 +11,8 @@ subpackages="$pkgname-static" triggers="busybox.trigger:/bin /usr/bin /sbin /usr/sbin /lib/modules/*" source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2 http://busybox.net/downloads/fixes-1.17.1/busybox-1.17.1-shell.patch + http://busybox.net/downloads/fixes-1.17.1/busybox-1.17.1-mktemp.patch + http://busybox.net/downloads/fixes-1.17.1/busybox-1.17.1-sed.patch $pkgname-1.11.1-bb.patch busyboxconfig" @@ -70,5 +72,7 @@ static() { md5sums="c7fe7533b7fc4018b0b49a05ee0ee601 busybox-1.17.1.tar.bz2 ecbd34ef0d291a5a6c9ded3a16c7f544 busybox-1.17.1-shell.patch +74b8d7366ef0d1b8c10abdf3f88d51de busybox-1.17.1-mktemp.patch +70e310bad1f9d2aa605ded62cf891c60 busybox-1.17.1-sed.patch 4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch e4c9f09bcc27b57f8f0344c69607f4c4 busyboxconfig" |