summaryrefslogtreecommitdiffstats
path: root/main/busybox/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-29 13:42:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-29 13:43:00 +0000
commitf9c71e0714e1c2a0b7202ba08dc1012636e360c9 (patch)
tree4b743df8fe1de735345ad16af8f03cc25bbd8b7b /main/busybox/APKBUILD
parent2ebdd848882a3c71f3e082e4182f414eec55b92e (diff)
downloadaports-f9c71e0714e1c2a0b7202ba08dc1012636e360c9.tar.bz2
aports-f9c71e0714e1c2a0b7202ba08dc1012636e360c9.tar.xz
main/busybox: backport grep -x support
util-vserver needs it
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r--main/busybox/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index a0311abb6..460c753bb 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.19.4
-pkgrel=0
+pkgrel=1
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
arch="all"
@@ -21,6 +21,7 @@ source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2
acpid.patch
busybox-mkdir-permissions-64bit.patch
0001-acpid-do-not-install-handlers-for-fatal-signals.patch
+ 0001-grep-support-for-x-match-whole-line.patch
busyboxconfig"
@@ -92,4 +93,5 @@ b5375210f13fd6e1ca61a565e8fabd35 busybox-uname-is-not-gnu.patch
361a26d690e6f1585c6710b3afeb10a6 acpid.patch
78bb1e70897124a0e09d50c425210e83 busybox-mkdir-permissions-64bit.patch
cfafb917f777437f428ea97da0a63915 0001-acpid-do-not-install-handlers-for-fatal-signals.patch
+699701047d05468a13e5c37b5ebc3824 0001-grep-support-for-x-match-whole-line.patch
42e2f49483e650193c0e142ade7de142 busyboxconfig"