diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-02 12:59:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-02 12:59:29 +0000 |
commit | a3000292c2ad297acb9247c17009c9f380cfdc4c (patch) | |
tree | 5f48ef6756f5e679a8c203fe9f6049a4b8387044 /main/busybox/APKBUILD | |
parent | 3d478505dc80b169488f86f24a66a7c839129fd8 (diff) | |
download | aports-a3000292c2ad297acb9247c17009c9f380cfdc4c.tar.bz2 aports-a3000292c2ad297acb9247c17009c9f380cfdc4c.tar.xz |
main/busybox: fix for httpd
fixes #300
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r-- | main/busybox/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index 86bb66723..2f43d3e8d 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.16.0 -pkgrel=2 +pkgrel=3 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net license="GPL-2" @@ -19,6 +19,7 @@ source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2 busybox-1.16.0-tftp.patch busybox-1.16.0-usage.patch busybox-1.16.0-wget.patch + 0001-Revert-add-remove-safe_-it-seems-we-had-a-few-incorr.patch busyboxconfig" _builddir="$srcdir"/$pkgname-$pkgver @@ -70,4 +71,5 @@ f4758daa8023f000228e9509cceb02d1 busybox-1.16.0-md5_sha_compat.patch e24dc9e56b5de4fff706cfbe5c75d9b2 busybox-1.16.0-tftp.patch 289c8ee19cc43fe175bbd7933c6b5cdf busybox-1.16.0-usage.patch 928ca5a26599cd1dbb80e08132140832 busybox-1.16.0-wget.patch +092adeebfc30b1fad282546d8fdcaa77 0001-Revert-add-remove-safe_-it-seems-we-had-a-few-incorr.patch 9743e7ecd48f37b0d420f64bef7fb2a8 busyboxconfig" |