wok rev 22733

updated dhcp packages (4.4.1 -> 4.4.2)
author Hans-G?nter Theisgen
date Thu Jan 23 17:15:02 2020 +0100 (2020-01-23)
parents c1575d842c72
children fb8526ee16f5
files dhcp-client/receipt dhcp-dev/receipt dhcp-relay/receipt dhcp/receipt dhcp6-client/receipt dhcp6-relay/receipt dhcp6/receipt
line diff
     1.1 --- a/dhcp-client/receipt	Thu Jan 23 16:42:28 2020 +0100
     1.2 +++ b/dhcp-client/receipt	Thu Jan 23 17:15:02 2020 +0100
     1.3 @@ -1,23 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dhcp-client"
     1.7 -VERSION="4.4.1"
     1.8 +VERSION="4.4.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Dynamic Host Configuration Protocol ISC client."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="ISC"
    1.13 -WEB_SITE="http://www.isc.org/"
    1.14 +WEB_SITE="https://www.isc.org/dhcp/"
    1.15  
    1.16 +DEPENDS="libcrypto"
    1.17  WANTED="dhcp"
    1.18 -DEPENDS="libcrypto"
    1.19 +
    1.20  CONFIG_FILES="/etc/dhclient.conf"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
    1.26 -	cp $install/etc/dhclient.conf.example $fs/etc/dhclient.conf
    1.27 -	cp $src/client/scripts/linux $fs/etc/dhclient-script
    1.28 -	cp $install/usr/sbin/dhclient $fs/usr/sbin
    1.29 -	cp $install/usr/bin/omshell $fs/usr/bin
    1.30 +	mkdir -p $fs/usr/sbin
    1.31 +	mkdir -p $fs/usr/bin $fs/etc
    1.32 +
    1.33 +	cp $install/etc/dhclient.conf.example	$fs/etc/dhclient.conf
    1.34 +	cp $src/client/scripts/linux		$fs/etc/dhclient-script
    1.35 +	cp $install/usr/sbin/dhclient		$fs/usr/sbin
    1.36 +	cp $install/usr/bin/omshell		$fs/usr/bin
    1.37  }
     2.1 --- a/dhcp-dev/receipt	Thu Jan 23 16:42:28 2020 +0100
     2.2 +++ b/dhcp-dev/receipt	Thu Jan 23 17:15:02 2020 +0100
     2.3 @@ -1,12 +1,12 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="dhcp-dev"
     2.7 -VERSION="4.4.1"
     2.8 +VERSION="4.4.2"
     2.9  CATEGORY="development"
    2.10 -SHORT_DESC="Dynamic Host Configuration Protocol development files."
    2.11 +SHORT_DESC="Dynamic Host Configuration Protocol - development files."
    2.12  MAINTAINER="pascal.bellard@slitaz.org"
    2.13  LICENSE="ISC"
    2.14 -WEB_SITE="http://www.isc.org/"
    2.15 +WEB_SITE="https://www.isc.org/dhcp/"
    2.16  
    2.17  WANTED="dhcp"
    2.18  
    2.19 @@ -14,6 +14,7 @@
    2.20  genpkg_rules()
    2.21  {
    2.22  	mkdir -p $fs/usr
    2.23 -	cp -a $install/usr/lib $fs/usr
    2.24 -	cp -a $install/usr/include $fs/usr
    2.25 +
    2.26 +	cp -a $install/usr/lib		$fs/usr
    2.27 +	cp -a $install/usr/include	$fs/usr
    2.28  }
     3.1 --- a/dhcp-relay/receipt	Thu Jan 23 16:42:28 2020 +0100
     3.2 +++ b/dhcp-relay/receipt	Thu Jan 23 17:15:02 2020 +0100
     3.3 @@ -1,19 +1,19 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="dhcp-relay"
     3.7 -VERSION="4.4.1"
     3.8 +VERSION="4.4.2"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Dynamic Host Configuration Protocol relay."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12  LICENSE="ISC"
    3.13 -WEB_SITE="http://www.isc.org/"
    3.14 +WEB_SITE="https://www.isc.org/dhcp/"
    3.15  
    3.16 +DEPENDS="libcrypto"
    3.17  WANTED="dhcp"
    3.18 -DEPENDS="libcrypto"
    3.19  
    3.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.21  genpkg_rules()
    3.22  {
    3.23  	mkdir -p $fs/usr/sbin
    3.24 -	cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin
    3.25 +	cp -a $install/usr/sbin/dhcrelay	$fs/usr/sbin
    3.26  }
     4.1 --- a/dhcp/receipt	Thu Jan 23 16:42:28 2020 +0100
     4.2 +++ b/dhcp/receipt	Thu Jan 23 17:15:02 2020 +0100
     4.3 @@ -1,19 +1,20 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="dhcp"
     4.7 -VERSION="4.4.1"
     4.8 +VERSION="4.4.2"
     4.9  CATEGORY="network"
    4.10  SHORT_DESC="Dynamic Host Configuration Protocol server."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12  LICENSE="ISC"
    4.13 -WEB_SITE="http://www.isc.org/"
    4.14 +WEB_SITE="https://www.isc.org/dhcp/"
    4.15  
    4.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.17  WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$VERSION/$TARBALL"
    4.18 -CONFIG_FILES="/etc/dhcpd.conf"
    4.19  
    4.20  DEPENDS="libcrypto"
    4.21 -BUILD_DEPENDS="perl file"
    4.22 +BUILD_DEPENDS="file perl"
    4.23 +
    4.24 +CONFIG_FILES="/etc/dhcpd.conf"
    4.25  
    4.26  # Rules to configure and make the package.
    4.27  compile_rules()
    4.28 @@ -21,14 +22,15 @@
    4.29  	grep -q MYEOL includes/dhctoken.h ||
    4.30  	sed -i "s/SEMI/MYEOL = '\\\\n',\n\tQUESTION = '?',\n\t&/" \
    4.31  		includes/dhctoken.h
    4.32 -	sed -i 's/== NOERROR/== (isc_result_t) NOERROR/' server/ddns.c
    4.33 +	sed -i 's/== NOERROR/== (isc_result_t) NOERROR/' \
    4.34 +		server/ddns.c
    4.35  
    4.36 -	./configure \
    4.37 -		--prefix=/usr \
    4.38 -		--infodir=/usr/share/info \
    4.39 -		--disable-dhcpv6 \
    4.40 -		--sysconfdir=/etc \
    4.41 -		--mandir=/usr/share/man \
    4.42 +	./configure				\
    4.43 +		--prefix=/usr			\
    4.44 +		--infodir=/usr/share/info	\
    4.45 +		--disable-dhcpv6		\
    4.46 +		--sysconfdir=/etc		\
    4.47 +		--mandir=/usr/share/man		\
    4.48  		$CONFIGURE_ARGS &&
    4.49  	make -j 1 &&
    4.50  	make -j 1 DESTDIR=$DESTDIR install
    4.51 @@ -37,8 +39,10 @@
    4.52  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.53  genpkg_rules()
    4.54  {
    4.55 -	mkdir -p $fs/usr/sbin $fs/etc/init.d
    4.56 -	cp $install/etc/dhcpd.conf.example $fs/etc/dhcpd.conf
    4.57 -	cp $install/usr/sbin/dhcpd $fs/usr/sbin
    4.58 -	cp $stuff/dhcpd $fs/etc/init.d
    4.59 +	mkdir -p $fs/usr/sbin
    4.60 +	mkdir -p $fs/etc/init.d
    4.61 +
    4.62 +	cp $install/etc/dhcpd.conf.example	$fs/etc/dhcpd.conf
    4.63 +	cp $install/usr/sbin/dhcpd		$fs/usr/sbin
    4.64 +	cp $stuff/dhcpd				$fs/etc/init.d
    4.65  }
     5.1 --- a/dhcp6-client/receipt	Thu Jan 23 16:42:28 2020 +0100
     5.2 +++ b/dhcp6-client/receipt	Thu Jan 23 17:15:02 2020 +0100
     5.3 @@ -1,24 +1,27 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="dhcp6-client"
     5.7 -VERSION="4.4.1"
     5.8 +VERSION="4.4.2"
     5.9  CATEGORY="network"
    5.10 -SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support."
    5.11 +SHORT_DESC="Dynamic Host Configuration Protocol ISC client with IPv6 support."
    5.12  MAINTAINER="pascal.bellard@slitaz.org"
    5.13  LICENSE="ISC"
    5.14 -WEB_SITE="http://www.isc.org/"
    5.15 +WEB_SITE="https://www.isc.org/dhcp/"
    5.16  
    5.17 +PROVIDE="dhcp-client"
    5.18 +DEPENDS="libcrypto"
    5.19  WANTED="dhcp6"
    5.20 -DEPENDS="libcrypto"
    5.21 +
    5.22  CONFIG_FILES="/etc/dhclient.conf"
    5.23 -PROVIDE="dhcp-client"
    5.24  
    5.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.26  genpkg_rules()
    5.27  {
    5.28 -	mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
    5.29 -	cp $install/etc/dhclient.conf.example $fs/etc/dhcpd.conf
    5.30 -	cp $src/client/scripts/linux $fs/etc/dhclient-script
    5.31 -	cp $install/usr/sbin/dhclient $fs/usr/sbin
    5.32 -	cp $install/usr/bin/omshell $fs/usr/bin
    5.33 +	mkdir -p $fs/usr/sbin
    5.34 +	mkdir -p $fs/usr/bin $fs/etc
    5.35 +
    5.36 +	cp $install/etc/dhclient.conf.example	$fs/etc/dhcpd.conf
    5.37 +	cp $src/client/scripts/linux		$fs/etc/dhclient-script
    5.38 +	cp $install/usr/sbin/dhclient		$fs/usr/sbin
    5.39 +	cp $install/usr/bin/omshell		$fs/usr/bin
    5.40  }
     6.1 --- a/dhcp6-relay/receipt	Thu Jan 23 16:42:28 2020 +0100
     6.2 +++ b/dhcp6-relay/receipt	Thu Jan 23 17:15:02 2020 +0100
     6.3 @@ -1,20 +1,20 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="dhcp6-relay"
     6.7 -VERSION="4.4.1"
     6.8 +VERSION="4.4.2"
     6.9  CATEGORY="network"
    6.10 -SHORT_DESC="Dynamic Host Configuration Protocol relay with ipv6 support."
    6.11 +SHORT_DESC="Dynamic Host Configuration Protocol relay with IPv6 support."
    6.12  MAINTAINER="pascal.bellard@slitaz.org"
    6.13  LICENSE="ISC"
    6.14 -WEB_SITE="http://www.isc.org/"
    6.15 +WEB_SITE="https://www.isc.org/dhcp/"
    6.16  
    6.17 -WANTED="dhcp6"
    6.18  PROVIDE="dhcp-relay"
    6.19  DEPENDS="libcrypto"
    6.20 +WANTED="dhcp6"
    6.21  
    6.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.23  genpkg_rules()
    6.24  {
    6.25  	mkdir -p $fs/usr/sbin
    6.26 -	cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin
    6.27 +	cp -a $install/usr/sbin/dhcrelay	$fs/usr/sbin
    6.28  }
     7.1 --- a/dhcp6/receipt	Thu Jan 23 16:42:28 2020 +0100
     7.2 +++ b/dhcp6/receipt	Thu Jan 23 17:15:02 2020 +0100
     7.3 @@ -1,21 +1,22 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="dhcp6"
     7.7 -VERSION="4.4.1"
     7.8 +VERSION="4.4.2"
     7.9  CATEGORY="network"
    7.10 -SHORT_DESC="Dynamic Host Configuration Protocol server with ipv6 support."
    7.11 +SHORT_DESC="Dynamic Host Configuration Protocol server with IPv6 support."
    7.12  MAINTAINER="pascal.bellard@slitaz.org"
    7.13  LICENSE="ISC"
    7.14 -WEB_SITE="http://www.isc.org/"
    7.15 +WEB_SITE="https://www.isc.org/dhcp/"
    7.16  
    7.17  SOURCE="dhcp"
    7.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    7.19  WGET_URL="http://ftp.isc.org/isc/$SOURCE/$TARBALL"
    7.20  
    7.21 -CONFIG_FILES="/etc/dhcpd.conf"
    7.22  PROVIDE="dhcp"
    7.23  DEPENDS="libcrypto"
    7.24 -BUILD_DEPENDS="perl file"
    7.25 +BUILD_DEPENDS="file perl"
    7.26 +
    7.27 +CONFIG_FILES="/etc/dhcpd.conf"
    7.28  
    7.29  # Rules to configure and make the package.
    7.30  compile_rules()
    7.31 @@ -25,12 +26,14 @@
    7.32  	grep -q MYEOL includes/dhctoken.h ||
    7.33  	sed -i "s/SEMI/MYEOL = '\\\\n',\n\tQUESTION = '?',\n\t&/" \
    7.34  		includes/dhctoken.h
    7.35 -	sed -i 's/== NOERROR/== (isc_result_t) NOERROR/' server/ddns.c
    7.36 -	./configure \
    7.37 -		--prefix=/usr \
    7.38 -		--infodir=/usr/share/info \
    7.39 -		--sysconfdir=/etc \
    7.40 -		--mandir=/usr/share/man \
    7.41 +	sed -i 's/== NOERROR/== (isc_result_t) NOERROR/' \
    7.42 +		server/ddns.c
    7.43 +
    7.44 +	./configure				\
    7.45 +		--prefix=/usr			\
    7.46 +		--infodir=/usr/share/info	\
    7.47 +		--sysconfdir=/etc		\
    7.48 +		--mandir=/usr/share/man		\
    7.49  		$CONFIGURE_ARGS &&
    7.50  	make -j 1 &&
    7.51  	make DESTDIR=$DESTDIR install
    7.52 @@ -39,8 +42,10 @@
    7.53  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.54  genpkg_rules()
    7.55  {
    7.56 -	mkdir -p $fs/usr/sbin $fs/etc/init.d
    7.57 -	cp $install/etc/dhcpd.conf.example $fs/etc/dhcpd.conf
    7.58 -	cp $install/usr/sbin/dhcpd $fs/usr/sbin
    7.59 -	cp $WOK/dhcp/stuff/dhcpd $fs/etc/init.d
    7.60 +	mkdir -p $fs/usr/sbin
    7.61 +	mkdir -p $fs/etc/init.d
    7.62 +
    7.63 +	cp $install/etc/dhcpd.conf.example	$fs/etc/dhcpd.conf
    7.64 +	cp $install/usr/sbin/dhcpd		$fs/usr/sbin
    7.65 +	cp $WOK/dhcp/stuff/dhcpd		$fs/etc/init.d
    7.66  }