wok rev 20825

updated dhcp, dhcp-client, dhcp-dev, and dhcp-relay (4.2.2 -> 4.4.1)
author Hans-G?nter Theisgen
date Tue Feb 19 15:51:35 2019 +0100 (2019-02-19)
parents c04016a5bb30
children 7b370185d392
files dhcp-client/receipt dhcp-dev/receipt dhcp-relay/receipt dhcp/receipt
line diff
     1.1 --- a/dhcp-client/receipt	Tue Feb 19 15:12:19 2019 +0100
     1.2 +++ b/dhcp-client/receipt	Tue Feb 19 15:51:35 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dhcp-client"
     1.7 -VERSION="4.2.2"
     1.8 +VERSION="4.4.1"
     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/products/DHCP/"
    1.14 +
    1.15  WANTED="dhcp"
    1.16  DEPENDS="libcrypto"
    1.17  CONFIG_FILES="/etc/dhclient.conf"
    1.18 @@ -15,9 +16,8 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc
    1.22 -	cp $install/etc/dhclient.conf $fs/etc
    1.23 +	cp $install/etc/dhclient.conf.example $fs/etc/dhclient.conf
    1.24  	cp $src/client/scripts/linux $fs/etc/dhclient-script
    1.25  	cp $install/usr/sbin/dhclient $fs/usr/sbin
    1.26  	cp $install/usr/bin/omshell $fs/usr/bin
    1.27  }
    1.28 -
     2.1 --- a/dhcp-dev/receipt	Tue Feb 19 15:12:19 2019 +0100
     2.2 +++ b/dhcp-dev/receipt	Tue Feb 19 15:51:35 2019 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="dhcp-dev"
     2.7 -VERSION="4.2.2"
     2.8 +VERSION="4.4.1"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Dynamic Host Configuration Protocol development files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="ISC"
    2.13  WEB_SITE="http://www.isc.org/products/DHCP/"
    2.14 +
    2.15  WANTED="dhcp"
    2.16  
    2.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.18 @@ -16,4 +17,3 @@
    2.19  	cp -a $install/usr/lib $fs/usr
    2.20  	cp -a $install/usr/include $fs/usr
    2.21  }
    2.22 -
     3.1 --- a/dhcp-relay/receipt	Tue Feb 19 15:12:19 2019 +0100
     3.2 +++ b/dhcp-relay/receipt	Tue Feb 19 15:51:35 2019 +0100
     3.3 @@ -1,14 +1,14 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="dhcp-relay"
     3.7 -VERSION="4.2.2"
     3.8 +VERSION="4.4.1"
     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/products/DHCP/"
    3.14 +
    3.15  WANTED="dhcp"
    3.16 -
    3.17  DEPENDS="libcrypto"
    3.18  
    3.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.20 @@ -17,4 +17,3 @@
    3.21  	mkdir -p $fs/usr/sbin
    3.22  	cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin
    3.23  }
    3.24 -
     4.1 --- a/dhcp/receipt	Tue Feb 19 15:12:19 2019 +0100
     4.2 +++ b/dhcp/receipt	Tue Feb 19 15:51:35 2019 +0100
     4.3 @@ -1,14 +1,15 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="dhcp"
     4.7 -VERSION="4.2.2"
     4.8 +VERSION="4.4.1"
     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/products/DHCP/"
    4.14 +
    4.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.16 -WEB_SITE="http://www.isc.org/products/DHCP/"
    4.17 -WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$TARBALL"
    4.18 +WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$VERSION/$TARBALL"
    4.19  CONFIG_FILES="/etc/dhcpd.conf"
    4.20  
    4.21  DEPENDS="libcrypto"
    4.22 @@ -21,17 +22,23 @@
    4.23  	sed -i "s/SEMI/MYEOL = '\\\\n',\n\tQUESTION = '?',\n\t&/" \
    4.24  		includes/dhctoken.h
    4.25  	sed -i 's/== NOERROR/== (isc_result_t) NOERROR/' server/ddns.c
    4.26 -	./configure --prefix=/usr --infodir=/usr/share/info \
    4.27 -	--disable-dhcpv6 \
    4.28 -	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \
    4.29 -	make && make DESTDIR=$DESTDIR install
    4.30 +
    4.31 +	./configure \
    4.32 +		--prefix=/usr \
    4.33 +		--infodir=/usr/share/info \
    4.34 +		--disable-dhcpv6 \
    4.35 +		--sysconfdir=/etc \
    4.36 +		--mandir=/usr/share/man \
    4.37 +		$CONFIGURE_ARGS &&
    4.38 +	make &&
    4.39 +	make DESTDIR=$DESTDIR install
    4.40  }
    4.41  
    4.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.43  genpkg_rules()
    4.44  {
    4.45  	mkdir -p $fs/usr/sbin $fs/etc/init.d
    4.46 -	cp $install/etc/dhcpd.conf $fs/etc
    4.47 +	cp $install/etc/dhcpd.conf.example $fs/etc/dhcpd.conf
    4.48  	cp $install/usr/sbin/dhcpd $fs/usr/sbin
    4.49  	cp $stuff/dhcpd $fs/etc/init.d
    4.50  }