wok rev 25674

tiptop: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 28 11:10:12 2024 +0000 (8 weeks ago)
parents a37b66b7c2c8
children 4406f9396d34
files 2048/receipt 8086tiny/receipt Arkanoid/receipt Connect-Four/receipt SkypeFreak/receipt adbfs-rootless/receipt adwaita-icon-theme/receipt aircrack-ng-oui/receipt ajaxterm/receipt alieninvasion/receipt asciidoc/receipt asciiquarium/receipt blazekiss/receipt boulderdash/receipt brotli/receipt checker_online/receipt collectd-bind/receipt connman-ui/receipt cryptkeeper/receipt digger/receipt diggerjs/receipt dnstop/receipt droid-font/receipt dummynet/receipt dummynet64/receipt dzen2/receipt eggwm/receipt electricsheep/receipt fbvnc-auth/receipt flag-icons/receipt fltk-2.0.x/receipt fontconfig-infinality/receipt foo2xqx/receipt geeqie/receipt gitso/receipt gnuplot/receipt httpfs2-enhanced/receipt httptunnel/receipt icmptx/receipt imapbox/receipt intel2gas/receipt irssi-scripts/receipt javascript-boulderdash/receipt javascript-racer/receipt jsmin/receipt kilo/receipt kriss_feed/receipt logfsprogs/receipt lorcon-old/receipt lua-readline/receipt minesweeper/receipt mist-icon-theme/receipt perl-rrd-simple/receipt tiptop/receipt
line diff
     1.1 --- a/2048/receipt	Mon Feb 26 14:52:00 2024 +0000
     1.2 +++ b/2048/receipt	Wed Feb 28 11:10:12 2024 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
     1.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     1.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/8086tiny/receipt	Mon Feb 26 14:52:00 2024 +0000
     2.2 +++ b/8086tiny/receipt	Wed Feb 28 11:10:12 2024 +0000
     2.3 @@ -24,7 +24,7 @@
     2.4  current_version()
     2.5  {
     2.6  	wget -O - https://github.com/adriancable/8086tiny/commits/master 2>/dev/null | \
     2.7 -	sed '/Revision/!d;s|.*sion ||;s|<.*||;q'
     2.8 +	sed 's|,|,\n|g' | sed '/"Revision /!d;s|.*:"Revision ||;s|".*||;q'
     2.9  }
    2.10  
    2.11  # Rules to configure and make the package.
     3.1 --- a/Arkanoid/receipt	Mon Feb 26 14:52:00 2024 +0000
     3.2 +++ b/Arkanoid/receipt	Wed Feb 28 11:10:12 2024 +0000
     3.3 @@ -15,7 +15,7 @@
     3.4  current_version()
     3.5  {
     3.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
     3.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     3.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     3.9  }
    3.10  
    3.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/Connect-Four/receipt	Mon Feb 26 14:52:00 2024 +0000
     4.2 +++ b/Connect-Four/receipt	Wed Feb 28 11:10:12 2024 +0000
     4.3 @@ -16,7 +16,7 @@
     4.4  current_version()
     4.5  {
     4.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
     4.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     4.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     4.9  }
    4.10  
    4.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     5.1 --- a/SkypeFreak/receipt	Mon Feb 26 14:52:00 2024 +0000
     5.2 +++ b/SkypeFreak/receipt	Wed Feb 28 11:10:12 2024 +0000
     5.3 @@ -18,7 +18,7 @@
     5.4  current_version()
     5.5  {
     5.6  	wget -O - ${WGET_URL%/*/*}/commits/master 2>/dev/null | \
     5.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     5.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     5.9  }
    5.10  
    5.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     6.1 --- a/adbfs-rootless/receipt	Mon Feb 26 14:52:00 2024 +0000
     6.2 +++ b/adbfs-rootless/receipt	Wed Feb 28 11:10:12 2024 +0000
     6.3 @@ -19,7 +19,7 @@
     6.4  current_version()
     6.5  {
     6.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
     6.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     6.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     6.9  }
    6.10  
    6.11  # Rules to configure and make the package.
     7.1 --- a/adwaita-icon-theme/receipt	Mon Feb 26 14:52:00 2024 +0000
     7.2 +++ b/adwaita-icon-theme/receipt	Wed Feb 28 11:10:12 2024 +0000
     7.3 @@ -15,10 +15,11 @@
     7.4  DEPENDS=""
     7.5  BUILD_DEPENDS=""
     7.6  
     7.7 +# What is the latest version available today?
     7.8  current_version()
     7.9  {
    7.10 -	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    7.11 -	sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    7.12 +	wget -O - $WEB_SITE/tags 2>/dev/null | \
    7.13 +	sed '/alpha/d;/beta/d;/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    7.14  }
    7.15  
    7.16  # Rules to configure and make the package.
     8.1 --- a/aircrack-ng-oui/receipt	Mon Feb 26 14:52:00 2024 +0000
     8.2 +++ b/aircrack-ng-oui/receipt	Wed Feb 28 11:10:12 2024 +0000
     8.3 @@ -15,7 +15,7 @@
     8.4  current_version()
     8.5  {
     8.6  	wget -O - https://github.com/royhills/arp-scan/commits/master/ieee-oui.txt 2>/dev/null | \
     8.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     8.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     8.9  }
    8.10  
    8.11  # Rules to configure and make the package.
     9.1 --- a/ajaxterm/receipt	Mon Feb 26 14:52:00 2024 +0000
     9.2 +++ b/ajaxterm/receipt	Wed Feb 28 11:10:12 2024 +0000
     9.3 @@ -19,7 +19,7 @@
     9.4  current_version()
     9.5  {
     9.6  	wget -O - https://github.com/antonylesuisse/qweb/commits/master 2>/dev/null | \
     9.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     9.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     9.9  }
    9.10  
    9.11  # Rules to configure and make the package.
    10.1 --- a/alieninvasion/receipt	Mon Feb 26 14:52:00 2024 +0000
    10.2 +++ b/alieninvasion/receipt	Wed Feb 28 11:10:12 2024 +0000
    10.3 @@ -16,7 +16,7 @@
    10.4  current_version()
    10.5  {
    10.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    10.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    10.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    10.9  }
   10.10  
   10.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    11.1 --- a/asciidoc/receipt	Mon Feb 26 14:52:00 2024 +0000
    11.2 +++ b/asciidoc/receipt	Wed Feb 28 11:10:12 2024 +0000
    11.3 @@ -6,7 +6,7 @@
    11.4  SHORT_DESC="Text based document generation"
    11.5  MAINTAINER="pankso@slitaz.org"
    11.6  LICENSE="GPL2"
    11.7 -WEB_SITE="http://www.methods.co.nz/asciidoc/"
    11.8 +WEB_SITE="https://pypi.org/project/asciidoc/"
    11.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   11.10  WGET_URL="$SF_MIRROR/project/asciidoc/asciidoc/$VERSION/$TARBALL"
   11.11  
    12.1 --- a/asciiquarium/receipt	Mon Feb 26 14:52:00 2024 +0000
    12.2 +++ b/asciiquarium/receipt	Wed Feb 28 11:10:12 2024 +0000
    12.3 @@ -18,8 +18,8 @@
    12.4  # What is the latest version available today?
    12.5  current_version()
    12.6  {
    12.7 -	wget -O - $WEB_SITE 2>/dev/null | \
    12.8 -	sed '/Asciiquarium v/!d;s|.*sciiquarium v||;q'
    12.9 +	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
   12.10 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
   12.11  }
   12.12  
   12.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    13.1 --- a/blazekiss/receipt	Mon Feb 26 14:52:00 2024 +0000
    13.2 +++ b/blazekiss/receipt	Wed Feb 28 11:10:12 2024 +0000
    13.3 @@ -19,7 +19,7 @@
    13.4  current_version()
    13.5  {
    13.6  	wget -O - https://github.com/krisxoofoo/blazekiss/commits/master 2>/dev/null | \
    13.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    13.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    13.9  }
   13.10  
   13.11  # Rules to configure and make the package.
    14.1 --- a/boulderdash/receipt	Mon Feb 26 14:52:00 2024 +0000
    14.2 +++ b/boulderdash/receipt	Wed Feb 28 11:10:12 2024 +0000
    14.3 @@ -15,7 +15,7 @@
    14.4  current_version()
    14.5  {
    14.6  	wget -O - https://github.com/jakesgordon/javascript-boulderdash/commits/master 2>/dev/null | \
    14.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    14.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    14.9  }
   14.10  
   14.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    15.1 --- a/brotli/receipt	Mon Feb 26 14:52:00 2024 +0000
    15.2 +++ b/brotli/receipt	Wed Feb 28 11:10:12 2024 +0000
    15.3 @@ -18,7 +18,7 @@
    15.4  current_version()
    15.5  {
    15.6  	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    15.7 -	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    15.8 +	sed '/tag\/v/!d;s|.*tag/v*||;s|".*||;q'
    15.9  }
   15.10  
   15.11  # Rules to configure and make the package.
    16.1 --- a/checker_online/receipt	Mon Feb 26 14:52:00 2024 +0000
    16.2 +++ b/checker_online/receipt	Wed Feb 28 11:10:12 2024 +0000
    16.3 @@ -15,7 +15,7 @@
    16.4  current_version()
    16.5  {
    16.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    16.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    16.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    16.9  }
   16.10  
   16.11  # Rules to configure and make the package.
    17.1 --- a/collectd-bind/receipt	Mon Feb 26 14:52:00 2024 +0000
    17.2 +++ b/collectd-bind/receipt	Wed Feb 28 11:10:12 2024 +0000
    17.3 @@ -19,8 +19,8 @@
    17.4  # What is the latest version available today?
    17.5  current_version()
    17.6  {
    17.7 -	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    17.8 -	sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
    17.9 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
   17.10 +	sed '/rc[0-9]/d;/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q'
   17.11  }
   17.12  
   17.13  # Rules to configure and make the package.
    18.1 --- a/connman-ui/receipt	Mon Feb 26 14:52:00 2024 +0000
    18.2 +++ b/connman-ui/receipt	Wed Feb 28 11:10:12 2024 +0000
    18.3 @@ -2,7 +2,7 @@
    18.4  
    18.5  PACKAGE="connman-ui"
    18.6  GITHASH="e4a8ddcca0870eb2ece5a7e3ea0296de9c86e5b2"
    18.7 -VERSION=${GITHASH:0:7}
    18.8 +VERSION="20140110"
    18.9  CATEGORY="network"
   18.10  SHORT_DESC="A full-featured GTK based trayicon UI for ConnMan"
   18.11  MAINTAINER="domcox@slitaz.org"
   18.12 @@ -19,7 +19,7 @@
   18.13  current_version()
   18.14  {
   18.15  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
   18.16 -	sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q'
   18.17 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
   18.18  }
   18.19  
   18.20  # Rules to configure and make the package.
    19.1 --- a/cryptkeeper/receipt	Mon Feb 26 14:52:00 2024 +0000
    19.2 +++ b/cryptkeeper/receipt	Wed Feb 28 11:10:12 2024 +0000
    19.3 @@ -17,7 +17,7 @@
    19.4  current_version()
    19.5  {
    19.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    19.7 -	sed '/bump version to/!d;s|.* to ||;s|<.*||;q'
    19.8 +	sed 's|,|,\n|g' | sed '/bump version to/!d;s|.* to ||;s|".*||;q'
    19.9  }
   19.10  
   19.11  # Rules to configure and make the package.
    20.1 --- a/digger/receipt	Mon Feb 26 14:52:00 2024 +0000
    20.2 +++ b/digger/receipt	Wed Feb 28 11:10:12 2024 +0000
    20.3 @@ -15,7 +15,7 @@
    20.4  current_version()
    20.5  {
    20.6  	wget -O - https://github.com/lutzroeder/digger/commits/main 2>/dev/null | \
    20.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    20.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    20.9  }
   20.10  
   20.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    21.1 --- a/diggerjs/receipt	Mon Feb 26 14:52:00 2024 +0000
    21.2 +++ b/diggerjs/receipt	Wed Feb 28 11:10:12 2024 +0000
    21.3 @@ -16,7 +16,7 @@
    21.4  current_version()
    21.5  {
    21.6  	wget -O - https://github.com/lutzroeder/digger/commits/main 2>/dev/null | \
    21.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    21.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    21.9  }
   21.10  
   21.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    22.1 --- a/dnstop/receipt	Mon Feb 26 14:52:00 2024 +0000
    22.2 +++ b/dnstop/receipt	Wed Feb 28 11:10:12 2024 +0000
    22.3 @@ -18,7 +18,7 @@
    22.4  current_version()
    22.5  {
    22.6  	wget -O - https://github.com/measurement-factory/$PACKAGE/commits/master 2>/dev/null | \
    22.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    22.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    22.9  }
   22.10  
   22.11  # Rules to configure and make the package.
    23.1 --- a/droid-font/receipt	Mon Feb 26 14:52:00 2024 +0000
    23.2 +++ b/droid-font/receipt	Wed Feb 28 11:10:12 2024 +0000
    23.3 @@ -18,7 +18,7 @@
    23.4  current_version()
    23.5  {
    23.6  	wget -O - https://github.com/aosp-mirror/platform_frameworks_base/commits/master 2>/dev/null | \
    23.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y-%m-%d -d
    23.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    23.9  }
   23.10  
   23.11  # Rules to configure and make the package.
    24.1 --- a/dummynet/receipt	Mon Feb 26 14:52:00 2024 +0000
    24.2 +++ b/dummynet/receipt	Wed Feb 28 11:10:12 2024 +0000
    24.3 @@ -17,7 +17,7 @@
    24.4  current_version()
    24.5  {
    24.6  	wget -O - https://github.com/luigirizzo/dummynet/commits/master 2>/dev/null | \
    24.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    24.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    24.9  }
   24.10  
   24.11  # Rules to configure and make the package.
    25.1 --- a/dummynet64/receipt	Mon Feb 26 14:52:00 2024 +0000
    25.2 +++ b/dummynet64/receipt	Wed Feb 28 11:10:12 2024 +0000
    25.3 @@ -21,7 +21,7 @@
    25.4  current_version()
    25.5  {
    25.6  	wget -O - https://github.com/luigirizzo/dummynet/commits/master 2>/dev/null | \
    25.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    25.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    25.9  }
   25.10  
   25.11  # Rules to configure and make the package.
    26.1 --- a/dzen2/receipt	Mon Feb 26 14:52:00 2024 +0000
    26.2 +++ b/dzen2/receipt	Wed Feb 28 11:10:12 2024 +0000
    26.3 @@ -17,7 +17,7 @@
    26.4  current_version()
    26.5  {
    26.6  	wget -O - https://github.com/robm/dzen/commits/master 2>/dev/null | \
    26.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    26.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    26.9  }
   26.10  
   26.11  # Rules to configure and make the package.
    27.1 --- a/eggwm/receipt	Mon Feb 26 14:52:00 2024 +0000
    27.2 +++ b/eggwm/receipt	Wed Feb 28 11:10:12 2024 +0000
    27.3 @@ -17,7 +17,7 @@
    27.4  current_version()
    27.5  {
    27.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    27.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    27.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    27.9  }
   27.10  
   27.11  # Rules to configure and make the package.
    28.1 --- a/electricsheep/receipt	Mon Feb 26 14:52:00 2024 +0000
    28.2 +++ b/electricsheep/receipt	Wed Feb 28 11:10:12 2024 +0000
    28.3 @@ -18,7 +18,7 @@
    28.4  current_version()
    28.5  {
    28.6  	wget -O - https://github.com/scottdraves/electricsheep/commits/master 2>/dev/null | \
    28.7 -	sed '/version to [0-9]/!d;s|.* to ||;s|<.*||;q'
    28.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    28.9  }
   28.10  
   28.11  # Rules to configure and make the package.
    29.1 --- a/fbvnc-auth/receipt	Mon Feb 26 14:52:00 2024 +0000
    29.2 +++ b/fbvnc-auth/receipt	Wed Feb 28 11:10:12 2024 +0000
    29.3 @@ -22,7 +22,7 @@
    29.4  current_version()
    29.5  {
    29.6  	wget -O - https://github.com/zohead/fbvnc/commits/master 2>/dev/null | \
    29.7 -	sed '/[0-9] version/!d;s|.*">||;s| .*||;q'
    29.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    29.9  }
   29.10  
   29.11  # Rules to configure and make the package.
    30.1 --- a/flag-icons/receipt	Mon Feb 26 14:52:00 2024 +0000
    30.2 +++ b/flag-icons/receipt	Wed Feb 28 11:10:12 2024 +0000
    30.3 @@ -16,7 +16,7 @@
    30.4  current_version()
    30.5  {
    30.6  	wget -O - https://github.com/gosquared/flags/commits/master 2>/dev/null | \
    30.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    30.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    30.9  }
   30.10  
   30.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    31.1 --- a/fltk-2.0.x/receipt	Mon Feb 26 14:52:00 2024 +0000
    31.2 +++ b/fltk-2.0.x/receipt	Wed Feb 28 11:10:12 2024 +0000
    31.3 @@ -21,7 +21,7 @@
    31.4  current_version()
    31.5  {
    31.6          wget -O - https://github.com/fltk/fltk-legacy/commits/branch-2.0 2>/dev/null | \
    31.7 -        sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    31.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    31.9  }
   31.10  
   31.11  # Rules to configure and make the package.
    32.1 --- a/fontconfig-infinality/receipt	Mon Feb 26 14:52:00 2024 +0000
    32.2 +++ b/fontconfig-infinality/receipt	Wed Feb 28 11:10:12 2024 +0000
    32.3 @@ -18,7 +18,7 @@
    32.4  current_version()
    32.5  {
    32.6  	wget -O - https://github.com/bohoomil/fontconfig-ultimate/commits/master 2>/dev/null | \
    32.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    32.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    32.9  }
   32.10  
   32.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    33.1 --- a/foo2xqx/receipt	Mon Feb 26 14:52:00 2024 +0000
    33.2 +++ b/foo2xqx/receipt	Wed Feb 28 11:10:12 2024 +0000
    33.3 @@ -18,7 +18,7 @@
    33.4  {
    33.5  	# wget -O - $WEB_SITE 2>/dev/null | sed '/Current version/!d;s|.*/b> *||;s| *<.*||'
    33.6  	wget -O - https://github.com/koenkooi/foo2zjs/commits/master 2>/dev/null | \
    33.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    33.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    33.9  }
   33.10  
   33.11  # Rules to configure and make the package.
    34.1 --- a/geeqie/receipt	Mon Feb 26 14:52:00 2024 +0000
    34.2 +++ b/geeqie/receipt	Wed Feb 28 11:10:12 2024 +0000
    34.3 @@ -17,7 +17,7 @@
    34.4  current_version()
    34.5  {
    34.6  	wget -O - https://github.com/BestImageViewer/geeqie/releases 2>/dev/null | \
    34.7 -	sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
    34.8 +	sed '/tag\/v/!d;s|.*tag/v*||;s|".*||;q'
    34.9  }
   34.10  
   34.11  # Rules to configure and make the package.
    35.1 --- a/gitso/receipt	Mon Feb 26 14:52:00 2024 +0000
    35.2 +++ b/gitso/receipt	Wed Feb 28 11:10:12 2024 +0000
    35.3 @@ -17,7 +17,7 @@
    35.4  current_version()
    35.5  {
    35.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    35.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    35.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    35.9  }
   35.10  
   35.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    36.1 --- a/gnuplot/receipt	Mon Feb 26 14:52:00 2024 +0000
    36.2 +++ b/gnuplot/receipt	Wed Feb 28 11:10:12 2024 +0000
    36.3 @@ -6,7 +6,7 @@
    36.4  SHORT_DESC="Command-line driven interactive data and function plotting."
    36.5  MAINTAINER="pascal.bellard@slitaz.org"
    36.6  LICENSE="BSD"
    36.7 -WEB_SITE="http://www.gnuplot.info/"
    36.8 +WEB_SITE="https://sourceforge.net/projects/gnuplot/"
    36.9  
   36.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   36.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    37.1 --- a/httpfs2-enhanced/receipt	Mon Feb 26 14:52:00 2024 +0000
    37.2 +++ b/httpfs2-enhanced/receipt	Wed Feb 28 11:10:12 2024 +0000
    37.3 @@ -2,7 +2,7 @@
    37.4  
    37.5  PACKAGE="httpfs2-enhanced"
    37.6  GITHASH="416cd8d56c75fa470ad8c58791c42212c8cfc0aa"
    37.7 -VERSION=${GITHASH:0:7}
    37.8 +VERSION="20171111"
    37.9  CATEGORY="system-tools"
   37.10  SHORT_DESC="HTTP/HTTPS Filesystem implemented with FUSE."
   37.11  MAINTAINER="pascal.bellard@slitaz.org"
   37.12 @@ -20,7 +20,7 @@
   37.13  current_version()
   37.14  {
   37.15  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
   37.16 -	sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q'
   37.17 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
   37.18  }
   37.19  
   37.20  # Rules to configure and make the package.
    38.1 --- a/httptunnel/receipt	Mon Feb 26 14:52:00 2024 +0000
    38.2 +++ b/httptunnel/receipt	Wed Feb 28 11:10:12 2024 +0000
    38.3 @@ -14,7 +14,7 @@
    38.4  current_version()
    38.5  {
    38.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    38.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    38.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    38.9  }
   38.10  
   38.11  # Rules to configure and make the package.
    39.1 --- a/icmptx/receipt	Mon Feb 26 14:52:00 2024 +0000
    39.2 +++ b/icmptx/receipt	Wed Feb 28 11:10:12 2024 +0000
    39.3 @@ -15,7 +15,7 @@
    39.4  current_version()
    39.5  {
    39.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    39.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    39.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    39.9  }
   39.10  
   39.11  # Rules to configure and make the package.
    40.1 --- a/imapbox/receipt	Mon Feb 26 14:52:00 2024 +0000
    40.2 +++ b/imapbox/receipt	Wed Feb 28 11:10:12 2024 +0000
    40.3 @@ -2,7 +2,7 @@
    40.4  
    40.5  PACKAGE="imapbox"
    40.6  GITHASH="c7265e34b03ee41963aad243055a5508c9e88fc9"
    40.7 -VERSION=${GITHASH:0:7}
    40.8 +VERSION="20181231"
    40.9  CATEGORY="network"
   40.10  SHORT_DESC="Dump imap inbox in a backupable format: html, json and attachements"
   40.11  MAINTAINER="pascal.bellard@slitaz.org"
   40.12 @@ -18,7 +18,7 @@
   40.13  current_version()
   40.14  {
   40.15  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
   40.16 -	sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q'
   40.17 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
   40.18  }
   40.19  
   40.20  # Rules to configure and make the package.
    41.1 --- a/intel2gas/receipt	Mon Feb 26 14:52:00 2024 +0000
    41.2 +++ b/intel2gas/receipt	Wed Feb 28 11:10:12 2024 +0000
    41.3 @@ -17,7 +17,7 @@
    41.4  {
    41.5  	# replace with https://github.com/skywind3000/Intel2GAS ?
    41.6  	wget -O - https://github.com/skywind3000/Intel2GAS/commits/master 2>/dev/null | \
    41.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    41.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    41.9  }
   41.10  
   41.11  # Rules to configure and make the package.
    42.1 --- a/irssi-scripts/receipt	Mon Feb 26 14:52:00 2024 +0000
    42.2 +++ b/irssi-scripts/receipt	Wed Feb 28 11:10:12 2024 +0000
    42.3 @@ -17,7 +17,7 @@
    42.4  current_version()
    42.5  {
    42.6  	wget -O - https://github.com/irssi/scripts.irssi.org/commits/master 2>/dev/null | \
    42.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    42.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    42.9  }
   42.10  
   42.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    43.1 --- a/javascript-boulderdash/receipt	Mon Feb 26 14:52:00 2024 +0000
    43.2 +++ b/javascript-boulderdash/receipt	Wed Feb 28 11:10:12 2024 +0000
    43.3 @@ -15,7 +15,7 @@
    43.4  current_version()
    43.5  {
    43.6  	wget -O - https://github.com/jakesgordon/javascript-boulderdash/commits/master 2>/dev/null | \
    43.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    43.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    43.9  }
   43.10  
   43.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    44.1 --- a/javascript-racer/receipt	Mon Feb 26 14:52:00 2024 +0000
    44.2 +++ b/javascript-racer/receipt	Wed Feb 28 11:10:12 2024 +0000
    44.3 @@ -16,7 +16,7 @@
    44.4  current_version()
    44.5  {
    44.6  	wget -O - https://github.com/jakesgordon/javascript-racer/commits/master 2>/dev/null | \
    44.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    44.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    44.9  }
   44.10  
   44.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    45.1 --- a/jsmin/receipt	Mon Feb 26 14:52:00 2024 +0000
    45.2 +++ b/jsmin/receipt	Wed Feb 28 11:10:12 2024 +0000
    45.3 @@ -2,7 +2,7 @@
    45.4  
    45.5  PACKAGE="jsmin"
    45.6  COMMIT="1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b"
    45.7 -VERSION="${COMMIT:0:10}"
    45.8 +VERSION="20130329"
    45.9  CATEGORY="development"
   45.10  SHORT_DESC="JavaScript minification filter"
   45.11  MAINTAINER="al.bobylev@gmail.com"
   45.12 @@ -19,7 +19,7 @@
   45.13  current_version()
   45.14  {
   45.15  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
   45.16 -	sed '/commits_list_item/!d;s|.*commits/\(..........\).*|\1|;q'
   45.17 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
   45.18  }
   45.19  
   45.20  # Rules to configure and make the package.
    46.1 --- a/kilo/receipt	Mon Feb 26 14:52:00 2024 +0000
    46.2 +++ b/kilo/receipt	Wed Feb 28 11:10:12 2024 +0000
    46.3 @@ -17,7 +17,7 @@
    46.4  current_version()
    46.5  {
    46.6  	wget -O - https://github.com/antirez/kilo/commits/master 2>/dev/null | \
    46.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    46.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    46.9  }
   46.10  
   46.11  # Rules to configure and make the package.
    47.1 --- a/kriss_feed/receipt	Mon Feb 26 14:52:00 2024 +0000
    47.2 +++ b/kriss_feed/receipt	Wed Feb 28 11:10:12 2024 +0000
    47.3 @@ -18,7 +18,7 @@
    47.4  current_version()
    47.5  {
    47.6  	wget -O - https://github.com/tontof/kriss_feed/commits/master 2>/dev/null | \
    47.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    47.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    47.9  }
   47.10  
   47.11  # Rules to gen a SliTaz package suitable for Tazpkg.   
    48.1 --- a/logfsprogs/receipt	Mon Feb 26 14:52:00 2024 +0000
    48.2 +++ b/logfsprogs/receipt	Wed Feb 28 11:10:12 2024 +0000
    48.3 @@ -18,7 +18,7 @@
    48.4  current_version()
    48.5  {
    48.6  	wget -O - https://github.com/prasad-joshi/logfsprogs/commits/master 2>/dev/null | \
    48.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    48.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    48.9  }
   48.10  
   48.11  # Rules to configure and make the package.
    49.1 --- a/lorcon-old/receipt	Mon Feb 26 14:52:00 2024 +0000
    49.2 +++ b/lorcon-old/receipt	Wed Feb 28 11:10:12 2024 +0000
    49.3 @@ -17,7 +17,7 @@
    49.4  current_version()
    49.5  {
    49.6  	wget -O - https://github.com/grayburn/lorcon-old/commits/master 2>/dev/null | \
    49.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    49.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    49.9  }
   49.10  
   49.11  # Rules to configure and make the package.
    50.1 --- a/lua-readline/receipt	Mon Feb 26 14:52:00 2024 +0000
    50.2 +++ b/lua-readline/receipt	Wed Feb 28 11:10:12 2024 +0000
    50.3 @@ -19,7 +19,7 @@
    50.4  current_version()
    50.5  {
    50.6  	wget -O - https://github.com/hleuwer/readline/commits/master 2>/dev/null | \
    50.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    50.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    50.9  }
   50.10  
   50.11  # Rules to configure and make the package.
    51.1 --- a/minesweeper/receipt	Mon Feb 26 14:52:00 2024 +0000
    51.2 +++ b/minesweeper/receipt	Wed Feb 28 11:10:12 2024 +0000
    51.3 @@ -16,7 +16,7 @@
    51.4  current_version()
    51.5  {
    51.6  	wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    51.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    51.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    51.9  }
   51.10  
   51.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    52.1 --- a/mist-icon-theme/receipt	Mon Feb 26 14:52:00 2024 +0000
    52.2 +++ b/mist-icon-theme/receipt	Wed Feb 28 11:10:12 2024 +0000
    52.3 @@ -17,7 +17,7 @@
    52.4  current_version()
    52.5  {
    52.6  	wget -O - https://github.com/lapo/mist-icon-theme/commits/master 2>/dev/null | \
    52.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
    52.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
    52.9  }
   52.10  
   52.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    53.1 --- a/perl-rrd-simple/receipt	Mon Feb 26 14:52:00 2024 +0000
    53.2 +++ b/perl-rrd-simple/receipt	Wed Feb 28 11:10:12 2024 +0000
    53.3 @@ -8,7 +8,7 @@
    53.4  LICENSE="GPL"
    53.5  SOURCE="RRD-Simple"
    53.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    53.7 -WEB_SITE="https://metacpan.org/release/$SOURCE"
    53.8 +WEB_SITE="https://metacpan.org/dist/$SOURCE"
    53.9  WGET_URL="https://cpan.metacpan.org/authors/id/N/NI/NICOLAW/$TARBALL"
   53.10  
   53.11  DEPENDS="perl rrdtool-perl"
    54.1 --- a/tiptop/receipt	Mon Feb 26 14:52:00 2024 +0000
    54.2 +++ b/tiptop/receipt	Wed Feb 28 11:10:12 2024 +0000
    54.3 @@ -25,7 +25,7 @@
    54.4  compile_rules()
    54.5  {
    54.6  	./configure --prefix=/usr &&
    54.7 -	make &&
    54.8 +	make -j 1 &&
    54.9  	make install
   54.10  }
   54.11