ethtool: update to 4.11, closes FS#1474

This commit is contained in:
Juergen Daubert 2017-09-21 14:26:57 +02:00
parent f558e327b4
commit 0283dcfc14
4 changed files with 11 additions and 13 deletions

View File

@ -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

View File

@ -1 +1 @@
fbf1a167b88a5966a2c56a2483af68c6 ethtool-3.18.tar.xz
16d38f4ebe23e44f96f7d8b38ed3652c ethtool-4.11.tar.xz

View File

@ -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

View File

@ -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
}