From 0f7eec26e8a6b307a86e46cad2f14d4932813296 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 5 Aug 2012 23:23:19 +0200 Subject: net-tools 1.60.20120804git-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net-tools/.footprint.i686 | 4 ++-- net-tools/.footprint.x86_64 | 4 ++-- net-tools/.md5sum.i686 | 2 +- net-tools/.md5sum.x86_64 | 2 +- net-tools/Pkgfile | 8 ++++---- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'net-tools') diff --git a/net-tools/.footprint.i686 b/net-tools/.footprint.i686 index e20b7272e..015589852 100644 --- a/net-tools/.footprint.i686 +++ b/net-tools/.footprint.i686 @@ -2,19 +2,19 @@ drwxr-xr-x root/root bin/ lrwxrwxrwx root/root bin/dnsdomainname -> hostname lrwxrwxrwx root/root bin/domainname -> hostname -rwxr-xr-x root/root bin/hostname +-rwxr-xr-x root/root bin/ifconfig -rwxr-xr-x root/root bin/netstat lrwxrwxrwx root/root bin/nisdomainname -> hostname +-rwxr-xr-x root/root bin/route lrwxrwxrwx root/root bin/ypdomainname -> hostname drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/arp --rwxr-xr-x root/root sbin/ifconfig -rwxr-xr-x root/root sbin/ipmaddr -rwxr-xr-x root/root sbin/iptunnel -rwxr-xr-x root/root sbin/mii-tool -rwxr-xr-x root/root sbin/nameif -rwxr-xr-x root/root sbin/plipconfig -rwxr-xr-x root/root sbin/rarp --rwxr-xr-x root/root sbin/route -rwxr-xr-x root/root sbin/slattach drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/share/ diff --git a/net-tools/.footprint.x86_64 b/net-tools/.footprint.x86_64 index e20b7272e..015589852 100644 --- a/net-tools/.footprint.x86_64 +++ b/net-tools/.footprint.x86_64 @@ -2,19 +2,19 @@ drwxr-xr-x root/root bin/ lrwxrwxrwx root/root bin/dnsdomainname -> hostname lrwxrwxrwx root/root bin/domainname -> hostname -rwxr-xr-x root/root bin/hostname +-rwxr-xr-x root/root bin/ifconfig -rwxr-xr-x root/root bin/netstat lrwxrwxrwx root/root bin/nisdomainname -> hostname +-rwxr-xr-x root/root bin/route lrwxrwxrwx root/root bin/ypdomainname -> hostname drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/arp --rwxr-xr-x root/root sbin/ifconfig -rwxr-xr-x root/root sbin/ipmaddr -rwxr-xr-x root/root sbin/iptunnel -rwxr-xr-x root/root sbin/mii-tool -rwxr-xr-x root/root sbin/nameif -rwxr-xr-x root/root sbin/plipconfig -rwxr-xr-x root/root sbin/rarp --rwxr-xr-x root/root sbin/route -rwxr-xr-x root/root sbin/slattach drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/share/ diff --git a/net-tools/.md5sum.i686 b/net-tools/.md5sum.i686 index 2fe52be84..27cf91ad7 100644 --- a/net-tools/.md5sum.i686 +++ b/net-tools/.md5sum.i686 @@ -1 +1 @@ -6be14ed473cacdd68edeaa9605adc469 net-tools-CVS_20101030.tar.gz +b43f354758cbd6ed139b0e62d9b8888f net-tools-1.60.20120804git.tar.xz diff --git a/net-tools/.md5sum.x86_64 b/net-tools/.md5sum.x86_64 index 2fe52be84..27cf91ad7 100644 --- a/net-tools/.md5sum.x86_64 +++ b/net-tools/.md5sum.x86_64 @@ -1 +1 @@ -6be14ed473cacdd68edeaa9605adc469 net-tools-CVS_20101030.tar.gz +b43f354758cbd6ed139b0e62d9b8888f net-tools-1.60.20120804git.tar.xz diff --git a/net-tools/Pkgfile b/net-tools/Pkgfile index cf0734b40..cb1ef6dcd 100755 --- a/net-tools/Pkgfile +++ b/net-tools/Pkgfile @@ -5,13 +5,13 @@ # Depends on: name=net-tools -version=1.60 -release=20101030-1 -source=(http://anduin.linuxfromscratch.org/sources/BLFS/svn/n/net-tools-CVS_${release%-*}.tar.gz) +version=1.60.20120804git +release=1 +source=(http://ftp.archlinux.org/other/$name/$name-$version.tar.xz) build() { unset MAKEFLAGS - cd $name-CVS_${release%-*} + cd $name-$version yes "" | make config && sed -i -e 's|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g' \ -e 's|HAVE_MII 0|HAVE_MII 1|g' config.h && -- cgit v1.2.3-54-g00ecf