ports/contrib (3.1): fping: Removed explicit set suid bit on binaries
commit 8795e49fecef15e2486b4c64f19625c86e66e324 Author: James Mills <prologic@shortcircuit.net.au> Date: Thu Nov 6 12:25:36 2014 +1000 fping: Removed explicit set suid bit on binaries diff --git a/fping/.footprint b/fping/.footprint index 7027b0d..40d58b5 100644 --- a/fping/.footprint +++ b/fping/.footprint @@ -1,7 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --r-sr-xr-x root/root usr/bin/fping --r-sr-xr-x root/root usr/bin/fping6 +-rwsr-xr-x root/root usr/bin/fping +-rwsr-xr-x root/root usr/bin/fping6 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/fping.8.gz diff --git a/fping/Pkgfile b/fping/Pkgfile index 27a5dff..459c583 100644 --- a/fping/Pkgfile +++ b/fping/Pkgfile @@ -6,7 +6,7 @@ name=fping version=3.10 -release=1 +release=2 source=(http://www.fping.org/dist/${name}-${version}.tar.gz) build () { @@ -24,8 +24,6 @@ build () { # Package make DESTDIR=$PKG install - chmod 4555 ${PKG}/usr/bin/fping - chmod 4555 ${PKG}/usr/bin/fping6 chown -R root:root $PKG }
participants (1)
-
crux@crux.nu