aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-02 12:45:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-08-02 12:45:17 +0000
commit56a3c98cf54d9ddf93d912e1ba0e3cbd482834c2 (patch)
tree60d18381719ff9dec9fc1fb4e81f6b5080406c2c
parentfae93727d154ad73cf8be0c62dec4cd7400c07fd (diff)
downloadalpine_aports-56a3c98cf54d9ddf93d912e1ba0e3cbd482834c2.tar.bz2
alpine_aports-56a3c98cf54d9ddf93d912e1ba0e3cbd482834c2.tar.xz
alpine_aports-56a3c98cf54d9ddf93d912e1ba0e3cbd482834c2.zip
main/busybox: fixes for mktemp and sed from upstream
-rw-r--r--main/busybox/APKBUILD6
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 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=busybox 2pkgname=busybox
3pkgver=1.17.1 3pkgver=1.17.1
4pkgrel=0 4pkgrel=1
5pkgdesc="Size optimized toolbox of many common UNIX utilities" 5pkgdesc="Size optimized toolbox of many common UNIX utilities"
6url=http://busybox.net 6url=http://busybox.net
7license="GPL-2" 7license="GPL-2"
@@ -11,6 +11,8 @@ subpackages="$pkgname-static"
11triggers="busybox.trigger:/bin /usr/bin /sbin /usr/sbin /lib/modules/*" 11triggers="busybox.trigger:/bin /usr/bin /sbin /usr/sbin /lib/modules/*"
12source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2 12source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2
13 http://busybox.net/downloads/fixes-1.17.1/busybox-1.17.1-shell.patch 13 http://busybox.net/downloads/fixes-1.17.1/busybox-1.17.1-shell.patch
14 http://busybox.net/downloads/fixes-1.17.1/busybox-1.17.1-mktemp.patch
15 http://busybox.net/downloads/fixes-1.17.1/busybox-1.17.1-sed.patch
14 $pkgname-1.11.1-bb.patch 16 $pkgname-1.11.1-bb.patch
15 busyboxconfig" 17 busyboxconfig"
16 18
@@ -70,5 +72,7 @@ static() {
70 72
71md5sums="c7fe7533b7fc4018b0b49a05ee0ee601 busybox-1.17.1.tar.bz2 73md5sums="c7fe7533b7fc4018b0b49a05ee0ee601 busybox-1.17.1.tar.bz2
72ecbd34ef0d291a5a6c9ded3a16c7f544 busybox-1.17.1-shell.patch 74ecbd34ef0d291a5a6c9ded3a16c7f544 busybox-1.17.1-shell.patch
7574b8d7366ef0d1b8c10abdf3f88d51de busybox-1.17.1-mktemp.patch
7670e310bad1f9d2aa605ded62cf891c60 busybox-1.17.1-sed.patch
734c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch 774c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch
74e4c9f09bcc27b57f8f0344c69607f4c4 busyboxconfig" 78e4c9f09bcc27b57f8f0344c69607f4c4 busyboxconfig"