wok rev 24794

Up dhcp (4.4.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 21 15:36:41 2022 +0000 (2022-03-21)
parents 76d468568930
children 2185de1303cc
files dhcp-client/receipt dhcp-dev/receipt dhcp-relay/receipt dhcp/receipt dhcp6-client/receipt dhcp6-relay/receipt dhcp6/receipt grep/receipt jack1/receipt plm2c/receipt
line diff
     1.1 --- a/dhcp-client/receipt	Mon Mar 21 15:45:38 2022 +0100
     1.2 +++ b/dhcp-client/receipt	Mon Mar 21 15:36:41 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dhcp-client"
     1.7 -VERSION="4.4.2"
     1.8 +VERSION="4.4.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Dynamic Host Configuration Protocol ISC client."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/dhcp-dev/receipt	Mon Mar 21 15:45:38 2022 +0100
     2.2 +++ b/dhcp-dev/receipt	Mon Mar 21 15:36:41 2022 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="dhcp-dev"
     2.7 -VERSION="4.4.2"
     2.8 +VERSION="4.4.3"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Dynamic Host Configuration Protocol - development files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/dhcp-relay/receipt	Mon Mar 21 15:45:38 2022 +0100
     3.2 +++ b/dhcp-relay/receipt	Mon Mar 21 15:36:41 2022 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="dhcp-relay"
     3.7 -VERSION="4.4.2"
     3.8 +VERSION="4.4.3"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Dynamic Host Configuration Protocol relay."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
     4.1 --- a/dhcp/receipt	Mon Mar 21 15:45:38 2022 +0100
     4.2 +++ b/dhcp/receipt	Mon Mar 21 15:36:41 2022 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="dhcp"
     4.7 -VERSION="4.4.2"
     4.8 +VERSION="4.4.3"
     4.9  CATEGORY="network"
    4.10  SHORT_DESC="Dynamic Host Configuration Protocol server."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
     5.1 --- a/dhcp6-client/receipt	Mon Mar 21 15:45:38 2022 +0100
     5.2 +++ b/dhcp6-client/receipt	Mon Mar 21 15:36:41 2022 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="dhcp6-client"
     5.7 -VERSION="4.4.2"
     5.8 +VERSION="4.4.3"
     5.9  CATEGORY="network"
    5.10  SHORT_DESC="Dynamic Host Configuration Protocol ISC client with IPv6 support."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
     6.1 --- a/dhcp6-relay/receipt	Mon Mar 21 15:45:38 2022 +0100
     6.2 +++ b/dhcp6-relay/receipt	Mon Mar 21 15:36:41 2022 +0000
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="dhcp6-relay"
     6.7 -VERSION="4.4.2"
     6.8 +VERSION="4.4.3"
     6.9  CATEGORY="network"
    6.10  SHORT_DESC="Dynamic Host Configuration Protocol relay with IPv6 support."
    6.11  MAINTAINER="pascal.bellard@slitaz.org"
     7.1 --- a/dhcp6/receipt	Mon Mar 21 15:45:38 2022 +0100
     7.2 +++ b/dhcp6/receipt	Mon Mar 21 15:36:41 2022 +0000
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="dhcp6"
     7.7 -VERSION="4.4.2"
     7.8 +VERSION="4.4.3"
     7.9  CATEGORY="network"
    7.10  SHORT_DESC="Dynamic Host Configuration Protocol server with IPv6 support."
    7.11  MAINTAINER="pascal.bellard@slitaz.org"
     8.1 --- a/grep/receipt	Mon Mar 21 15:45:38 2022 +0100
     8.2 +++ b/grep/receipt	Mon Mar 21 15:36:41 2022 +0000
     8.3 @@ -38,6 +38,7 @@
     8.4  	cook_copy_folders	bin
     8.5  }
     8.6  
     8.7 +# Pre and post install commands for Tazpkg.
     8.8  post_install()
     8.9  {
    8.10  	for i in grep egrep fgrep
    8.11 @@ -47,7 +48,7 @@
    8.12  	  done
    8.13  }
    8.14  
    8.15 -post_remove()
    8.16 +pre_remove()
    8.17  {
    8.18  	for i in grep egrep fgrep
    8.19  	  do
     9.1 --- a/jack1/receipt	Mon Mar 21 15:45:38 2022 +0100
     9.2 +++ b/jack1/receipt	Mon Mar 21 15:36:41 2022 +0000
     9.3 @@ -22,8 +22,8 @@
     9.4  # What is the latest version available today?
     9.5  current_version()
     9.6  {
     9.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     9.8 -	sed '/archive\/v[0-9]/!d;/tar/!d;s|.*archive/v||;s|.tar.*||;q'
     9.9 +	wget -O - ${WGET_URL%/down*} 2>/dev/null | \
    9.10 +	sed '/tags\/[0-9]/!d;/tar/!d;s|.*tags/||;s|.tar.*||;q'
    9.11  }
    9.12  
    9.13  # Rules to configure and make the package.
    10.1 --- a/plm2c/receipt	Mon Mar 21 15:45:38 2022 +0100
    10.2 +++ b/plm2c/receipt	Mon Mar 21 15:36:41 2022 +0000
    10.3 @@ -10,6 +10,15 @@
    10.4  WEB_SITE="http://www.cpm.z80.de/source.html"
    10.5  WGET_URL="http://www.cpm.z80.de/download/$TARBALL"
    10.6  
    10.7 +# What is the latest version available today?
    10.8 +current_version()
    10.9 +{
   10.10 +	wget -O - $WGET_URL 2>/dev/null | \
   10.11 +	busybox unzip -p /dev/stdin PLM2C.ZIP | \
   10.12 +	busybox unzip -p /dev/stdin plm2c/version.c | \
   10.13 +	sed 's|.*sion ||;s| .*||;q'
   10.14 +}
   10.15 +
   10.16  # Rules to configure and make the package.
   10.17  compile_rules()
   10.18  {