wok-current rev 24937
Up iptraf (3.0.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 14 08:53:05 2022 +0000 (2022-04-14) |
parents | 586749a1a896 |
children | ea67ada22d06 |
files | iptraf/receipt keyutils-dev/receipt keyutils/receipt libdaq-dev/receipt libdaq/receipt |
line diff
1.1 --- a/iptraf/receipt Thu Apr 14 09:08:33 2022 +0100 1.2 +++ b/iptraf/receipt Thu Apr 14 08:53:05 2022 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="iptraf" 1.7 -VERSION="3.0.0" 1.8 +VERSION="3.0.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="IP Network Monitoring Software." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://$PACKAGE.seul.org/" 1.15 -WGET_URL="ftp://$PACKAGE.seul.org/pub/$PACKAGE/$TARBALL" 1.16 +WEB_SITE="http://www.penguin.cz/~fojtik/iptraf/" 1.17 +WGET_URL="http://www.penguin.cz/~fojtik/$PACKAGE/$TARBALL" 1.18 CONFIG_FILES="/var/iptraf/iptraf.cfg" 1.19 1.20 DEPENDS="ncurses" 1.21 @@ -17,8 +17,8 @@ 1.22 # What is the latest version available today? 1.23 current_version() 1.24 { 1.25 - wget -O - http://iptraf.seul.org/download.html 2>/dev/null | \ 1.26 - sed "/bin/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.27 + wget -O - $WEB_SITE 2>/dev/null | \ 1.28 + sed '/tar.gz/!d;s|.*=iptraf-||;s|.tar.*||' | sort -Vr | sed q 1.29 } 1.30 1.31 # Rules to configure and make the package.
2.1 --- a/keyutils-dev/receipt Thu Apr 14 09:08:33 2022 +0100 2.2 +++ b/keyutils-dev/receipt Thu Apr 14 08:53:05 2022 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Control the key management system built into the Linux kernel, development files" 2.5 MAINTAINER="pascal.bellard@slitaz.org" 2.6 LICENSE="GPL2 LGPL2.1" 2.7 -WEB_SITE="https://people.redhat.com/~dhowells/keyutils/" 2.8 +WEB_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/" 2.9 2.10 BUILD_DEPENDS="keyutils pkg-config" 2.11 WANTED="keyutils"
3.1 --- a/keyutils/receipt Thu Apr 14 09:08:33 2022 +0100 3.2 +++ b/keyutils/receipt Thu Apr 14 08:53:05 2022 +0000 3.3 @@ -7,7 +7,7 @@ 3.4 SHORT_DESC="Control the key management system built into the Linux kernel." 3.5 MAINTAINER="pascal.bellard@slitaz.org" 3.6 LICENSE="GPL2 LGPL2.1" 3.7 -WEB_SITE="https://people.redhat.com/~dhowells/keyutils/" 3.8 +WEB_SITE="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/" 3.9 3.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.11 WGET_URL="https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/$PACKAGE.git/snapshot/$TARBALL"
4.1 --- a/libdaq-dev/receipt Thu Apr 14 09:08:33 2022 +0100 4.2 +++ b/libdaq-dev/receipt Thu Apr 14 08:53:05 2022 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="Development files for libdaq." 4.5 MAINTAINER="slaxemulator@gmail.com" 4.6 LICENSE="GPL2" 4.7 -WEB_SITE="https://www.snort.org/" 4.8 +WEB_SITE="https://github.com/snort3/libdaq" 4.9 4.10 DEPENDS="libdaq" 4.11 WANTED="libdaq"
5.1 --- a/libdaq/receipt Thu Apr 14 09:08:33 2022 +0100 5.2 +++ b/libdaq/receipt Thu Apr 14 08:53:05 2022 +0000 5.3 @@ -6,11 +6,12 @@ 5.4 SHORT_DESC="Data Acquisition library for packet I/O." 5.5 MAINTAINER="slaxemulator@gmail.com" 5.6 LICENSE="GPL2" 5.7 -WEB_SITE="https://www.snort.org/" 5.8 +WEB_SITE="https://github.com/snort3/libdaq" 5.9 5.10 SOURCE="daq" 5.11 TARBALL="$SOURCE-$VERSION.tar.gz" 5.12 WGET_URL="${WEB_SITE}downloads/snort/$TARBALL" 5.13 +#WGET_URL="https://github.com/snort3/libdaq/archive/refs/tags/v$VERSION.tar.gz" 5.14 5.15 DEPENDS="libpcap" 5.16 BUILD_DEPENDS="automake bison flex libpcap-dev" 5.17 @@ -18,8 +19,8 @@ 5.18 # What is the latest version available today? 5.19 current_version() 5.20 { 5.21 - wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 5.22 - sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-v\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 5.23 + wget -O - https://github.com/snort3/libdaq/releases 2>/dev/null | \ 5.24 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 5.25 } 5.26 5.27 # Rules to configure and make the package.