summaryrefslogtreecommitdiff
path: root/ethtool
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2017-09-21 14:26:57 +0200
committerJuergen Daubert <jue@jue.li>2017-09-21 14:26:57 +0200
commit0283dcfc14d405c08430c7d93f3f07364d5d5175 (patch)
tree621491facfd857bb44bff351c4002191242feb38 /ethtool
parentf558e327b40699f5434e3f6429c18131aaa271a4 (diff)
downloadcontrib-0283dcfc14d405c08430c7d93f3f07364d5d5175.tar.gz
contrib-0283dcfc14d405c08430c7d93f3f07364d5d5175.tar.xz
ethtool: update to 4.11, closes FS#1474
Diffstat (limited to 'ethtool')
-rw-r--r--ethtool/.footprint7
-rw-r--r--ethtool/.md5sum2
-rw-r--r--ethtool/.signature8
-rw-r--r--ethtool/Pkgfile7
4 files changed, 11 insertions, 13 deletions
diff --git a/ethtool/.footprint b/ethtool/.footprint
index 50faffc16..920035eb0 100644
--- a/ethtool/.footprint
+++ b/ethtool/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/ethtool.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ethtool
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/ethtool.8.gz
diff --git a/ethtool/.md5sum b/ethtool/.md5sum
index 498b056ff..499d0ae8d 100644
--- a/ethtool/.md5sum
+++ b/ethtool/.md5sum
@@ -1 +1 @@
-fbf1a167b88a5966a2c56a2483af68c6 ethtool-3.18.tar.xz
+16d38f4ebe23e44f96f7d8b38ed3652c ethtool-4.11.tar.xz
diff --git a/ethtool/.signature b/ethtool/.signature
index 185d2a99f..a562e498f 100644
--- a/ethtool/.signature
+++ b/ethtool/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3/BuZdBpA8+3mumS35Pf1IRpFmMBZuhzDc9oV2X87ZYYtFBxXtxevvubtxhGE8Q4afP9Uxjj6iO2Hcz6S9VZfw8=
-SHA256 (Pkgfile) = f18ad558d5187bfafe8c389d515ca1115e7a6a1f991fa937440720143f0b7ac2
-SHA256 (.footprint) = 3c63b260f3c92e199344e4fefbbe89496f77c8049dde5c90b323769cab364f74
-SHA256 (ethtool-3.18.tar.xz) = 813ffe59fddd2db423c578448b10e33e2e2d4cc2ba780f1f0c603642b20342f6
+RWSagIOpLGJF3+HwzEu3iTUbTEsYi2/K2oXmimXHBhB6kkhwN/nCH2A4HlF+/hpFq5zhF24wHcJ0L2upfPPNzMstXNoAG5RVEw8=
+SHA256 (Pkgfile) = b5686db964940c7dba76d45f130b4d65ac342bc42838f64042be5da213acf1e6
+SHA256 (.footprint) = 0c1414ae37bf1aa07394d0619ee65d30799bf11d9f93f53f6f5a6f12d0261359
+SHA256 (ethtool-4.11.tar.xz) = 12d8edaa8064966b8ef19cc44fecc096a68828035b6a1f2c67a27531a718e1b2
diff --git a/ethtool/Pkgfile b/ethtool/Pkgfile
index 99d03aaef..5d7bc8d4c 100644
--- a/ethtool/Pkgfile
+++ b/ethtool/Pkgfile
@@ -5,16 +5,13 @@
# Depends on:
name=ethtool
-version=3.18
+version=4.11
release=1
source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz)
build() {
cd $name-$version
-
- ./configure --prefix=/usr \
- --mandir=/usr/man
-
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

Generated by cgit