# HG changeset patch # User Hans-G?nter Theisgen # Date 1560342863 -3600 # Node ID dcdfcafe039ac1bde2290ec4c016b715bcd740e6 # Parent a7a6421d4dc4782d5d2438ae118c4dc17ac33dbb updated proxychains-ng (4.8.1 -> 4.14) diff -r a7a6421d4dc4 -r dcdfcafe039a proxychains-ng/receipt --- a/proxychains-ng/receipt Wed Jun 12 13:25:36 2019 +0100 +++ b/proxychains-ng/receipt Wed Jun 12 13:34:23 2019 +0100 @@ -1,23 +1,24 @@ # SliTaz package receipt. PACKAGE="proxychains-ng" -VERSION="4.8.1" +VERSION="4.14" CATEGORY="network" SHORT_DESC="Forces any tcp connection made by a client to follow through proxy." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://github.com/rofl0r/proxychains-ng" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/rofl0r/proxychains-ng" WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" + CONFIG_FILES="/etc/proxychains.conf" -BUILD_DEPENDS="wget" - # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr \ - --sysconfdir=/etc \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install && @@ -29,4 +30,3 @@ { cp -a $install/usr $fs } -