ports/core (3.2): iputils: update to s20151218
commit 6d3c071f472d07b9ae7f1894fc29834ae3e2b1fe Author: Juergen Daubert <jue@jue.li> Date: Fri Dec 18 17:28:26 2015 +0100 iputils: update to s20151218 diff --git a/iputils/.md5sum b/iputils/.md5sum index e873d4a..cbfb9ce 100644 --- a/iputils/.md5sum +++ b/iputils/.md5sum @@ -1,2 +1,2 @@ -c5808ed90bbf3cf40031c7d4aa0ada67 iputils-man-s20121221.tar.xz -6072aef64205720dd1893b375e184171 iputils-s20121221.tar.bz2 +1766771d945dc6bc7c859fd76c3c6c4e iputils-man-s20151218.tar.xz +8aaa7395f27dff9f57ae016d4bc753ce iputils-s20151218.tar.bz2 diff --git a/iputils/Pkgfile b/iputils/Pkgfile index f567727..e4f1690 100644 --- a/iputils/Pkgfile +++ b/iputils/Pkgfile @@ -1,18 +1,18 @@ # Description: Basic networking applet # URL: http://www.linuxfoundation.org/collaborate/workgroups/networking/iputils # Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: libcap openssl sysfsutils +# Depends on: libcap openssl name=iputils -version=s20121221 -release=2 +version=s20151218 +release=1 source=(http://www.skbuff.net/iputils/$name-$version.tar.bz2 http://crux.nu/files/distfiles/$name-man-$version.tar.xz) build() { cd $name-$version - make USE_GNUTLS=no CCOPTOPT="$CFLAGS" + make USE_GCRYPT=no USE_GNUTLS=no CCOPTOPT="$CFLAGS" install -d $PKG/{{s,}bin,usr/{sbin,share/man/man8}} install ping{,6} $PKG/bin/
participants (1)
-
crux@crux.nu