diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-13 11:11:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-13 11:11:38 +0000 |
commit | e8bc63f99afc174220760b87782139e9f84a42cc (patch) | |
tree | 11c6d3b46bf7aa152f3d57229cbcfbf6ebf4f4bf /main | |
parent | cb78b518c914966ed6fd57ec55674c7b229a52de (diff) | |
download | aports-e8bc63f99afc174220760b87782139e9f84a42cc.tar.bz2 aports-e8bc63f99afc174220760b87782139e9f84a42cc.tar.xz |
main/busybox: ping6 needs suid root
Diffstat (limited to 'main')
-rw-r--r-- | main/busybox/APKBUILD | 4 | ||||
-rw-r--r-- | main/busybox/bbsuid.c | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index c129848cb7..7550aba600 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.20.0 -pkgrel=5 +pkgrel=6 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net arch="all" @@ -100,7 +100,7 @@ static() { } md5sums="4334b34fa1cdae54e9d2dc174f35c9ae busybox-1.20.0.tar.bz2 -b7b06c7d5cff6935e4ff68a245cc64b5 bbsuid.c +8485cf1e389e891914cbb8771a6d9bbd bbsuid.c d64b58a30892c558bdbab7f0d0997577 nologin.c 4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch b5375210f13fd6e1ca61a565e8fabd35 busybox-uname-is-not-gnu.patch diff --git a/main/busybox/bbsuid.c b/main/busybox/bbsuid.c index a970b01e71..9fc9bb1972 100644 --- a/main/busybox/bbsuid.c +++ b/main/busybox/bbsuid.c @@ -22,6 +22,7 @@ const static char * applets[] = { "/bin/mount", "/bin/ping", + "/bin/ping6", "/bin/umount", "/usr/bin/crontab", "/usr/bin/passwd", |