# HG changeset patch # User Pascal Bellard # Date 1649926385 0 # Node ID a4f828dcc86072d53d5a6aed9be4805e48ffd83e # Parent 586749a1a8961205a3da93d8727460b7606ff922 Up iptraf (3.0.2) diff -r 586749a1a896 -r a4f828dcc860 iptraf/receipt --- a/iptraf/receipt Thu Apr 14 09:08:33 2022 +0100 +++ b/iptraf/receipt Thu Apr 14 08:53:05 2022 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="iptraf" -VERSION="3.0.0" +VERSION="3.0.2" CATEGORY="network" SHORT_DESC="IP Network Monitoring Software." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://$PACKAGE.seul.org/" -WGET_URL="ftp://$PACKAGE.seul.org/pub/$PACKAGE/$TARBALL" +WEB_SITE="http://www.penguin.cz/~fojtik/iptraf/" +WGET_URL="http://www.penguin.cz/~fojtik/$PACKAGE/$TARBALL" CONFIG_FILES="/var/iptraf/iptraf.cfg" DEPENDS="ncurses" @@ -17,8 +17,8 @@ # What is the latest version available today? current_version() { - wget -O - http://iptraf.seul.org/download.html 2>/dev/null | \ - sed "/bin/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q + wget -O - $WEB_SITE 2>/dev/null | \ + sed '/tar.gz/!d;s|.*=iptraf-||;s|.tar.*||' | sort -Vr | sed q } # Rules to configure and make the package. diff -r 586749a1a896 -r a4f828dcc860 keyutils-dev/receipt --- a/keyutils-dev/receipt Thu Apr 14 09:08:33 2022 +0100 +++ b/keyutils-dev/receipt Thu Apr 14 08:53:05 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Control the key management system built into the Linux kernel, development files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2 LGPL2.1" -WEB_SITE="https://people.redhat.com/~dhowells/keyutils/" +WEB_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/" BUILD_DEPENDS="keyutils pkg-config" WANTED="keyutils" diff -r 586749a1a896 -r a4f828dcc860 keyutils/receipt --- a/keyutils/receipt Thu Apr 14 09:08:33 2022 +0100 +++ b/keyutils/receipt Thu Apr 14 08:53:05 2022 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Control the key management system built into the Linux kernel." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2 LGPL2.1" -WEB_SITE="https://people.redhat.com/~dhowells/keyutils/" +WEB_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/$PACKAGE.git/snapshot/$TARBALL" diff -r 586749a1a896 -r a4f828dcc860 libdaq-dev/receipt --- a/libdaq-dev/receipt Thu Apr 14 09:08:33 2022 +0100 +++ b/libdaq-dev/receipt Thu Apr 14 08:53:05 2022 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Development files for libdaq." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="https://www.snort.org/" +WEB_SITE="https://github.com/snort3/libdaq" DEPENDS="libdaq" WANTED="libdaq" diff -r 586749a1a896 -r a4f828dcc860 libdaq/receipt --- a/libdaq/receipt Thu Apr 14 09:08:33 2022 +0100 +++ b/libdaq/receipt Thu Apr 14 08:53:05 2022 +0000 @@ -6,11 +6,12 @@ SHORT_DESC="Data Acquisition library for packet I/O." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="https://www.snort.org/" +WEB_SITE="https://github.com/snort3/libdaq" SOURCE="daq" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}downloads/snort/$TARBALL" +#WGET_URL="https://github.com/snort3/libdaq/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="libpcap" BUILD_DEPENDS="automake bison flex libpcap-dev" @@ -18,8 +19,8 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-v\\(.*\\).tar.*|\\1|" | sort -Vr | sed q + wget -O - https://github.com/snort3/libdaq/releases 2>/dev/null | \ + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package.