# HG changeset patch # User Pascal Bellard # Date 1521151393 -3600 # Node ID 8a51ff35261592de3cfc39fdd646b7cf4886f4db # Parent b586ad58c40146ca57c8296ddf1962a6070aafdb Up ndiswrapper-driver (1.61), dummynet (20150115) diff -r b586ad58c401 -r 8a51ff352615 dummynet/receipt --- a/dummynet/receipt Thu Mar 15 18:29:25 2018 +0100 +++ b/dummynet/receipt Thu Mar 15 23:03:13 2018 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="dummynet" -VERSION="20120812" +VERSION="20150115" +GITHASH="e717cdd4bef764a4aa7babedc54220b35b04c777" CATEGORY="network" SHORT_DESC="Network testing/emulation tool." MAINTAINER="samuel_trassare@yahoo.com" LICENSE="BSD" WEB_SITE="http://info.iet.unipi.it/~luigi/dummynet/" -TARBALL="$VERSION-ipfw3.tgz" -WGET_URL="http://info.iet.unipi.it/~luigi/doc/$TARBALL" +TARBALL="$VERSION-ipfw3.zip" +WGET_URL="https://github.com/luigirizzo/dummynet/archive/$GITHASH.zip" BUILD_DEPENDS="linux-module-headers" diff -r b586ad58c401 -r 8a51ff352615 dummynet64/receipt --- a/dummynet64/receipt Thu Mar 15 18:29:25 2018 +0100 +++ b/dummynet64/receipt Thu Mar 15 23:03:13 2018 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="dummynet64" -VERSION="20120812" +VERSION="20150115" +GITHASH="e717cdd4bef764a4aa7babedc54220b35b04c777" CATEGORY="network" SHORT_DESC="Network testing/emulation tool." MAINTAINER="samuel_trassare@yahoo.com" LICENSE="BSD" WEB_SITE="http://info.iet.unipi.it/~luigi/dummynet/" -TARBALL="$VERSION-ipfw3.tgz" -WGET_URL="http://info.iet.unipi.it/~luigi/doc/$TARBALL" +TARBALL="$VERSION-ipfw3.zip" +WGET_URL="https://github.com/luigirizzo/dummynet/archive/$GITHASH.zip" PROVIDE="dummynet:linux64" BUILD_DEPENDS="linux64-module-headers uclibc-cross-compiler-x86_64" diff -r b586ad58c401 -r 8a51ff352615 ndiswrapper-driver/receipt --- a/ndiswrapper-driver/receipt Thu Mar 15 18:29:25 2018 +0100 +++ b/ndiswrapper-driver/receipt Thu Mar 15 23:03:13 2018 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ndiswrapper-driver" -VERSION="1.59" +VERSION="1.61" CATEGORY="system-tools" SHORT_DESC="Add Windows network drivers support to Linux kernel." MAINTAINER="erjo@slitaz.org" @@ -18,6 +18,7 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's|error Multiple|echo Multiple|' driver/Makefile make KBUILD=/usr/src/linux KVER=linux-${kvers}-slitaz xz driver/ndiswrapper.ko }