wok rev 6352

Up: bind, bind-client, bind-dev, libind to 9.7.1-P2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Sep 20 22:21:14 2010 +0000 (2010-09-20)
parents 8240fe318d29
children 79d77eb6c91b
files bind-client/receipt bind-dev/receipt bind/receipt libbind/receipt
line diff
     1.1 --- a/bind-client/receipt	Mon Sep 20 21:24:35 2010 +0000
     1.2 +++ b/bind-client/receipt	Mon Sep 20 22:21:14 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bind-client"
     1.7 -VERSION="9.7.0-P1"
     1.8 +VERSION="9.7.1-P2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Domain Name System client."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/bind-dev/receipt	Mon Sep 20 21:24:35 2010 +0000
     2.2 +++ b/bind-dev/receipt	Mon Sep 20 22:21:14 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="bind-dev"
     2.7 -VERSION="9.7.0-P1"
     2.8 +VERSION="9.7.1-P2"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Domain Name System development files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/bind/receipt	Mon Sep 20 21:24:35 2010 +0000
     3.2 +++ b/bind/receipt	Mon Sep 20 22:21:14 2010 +0000
     3.3 @@ -1,14 +1,14 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="bind"
     3.7 -VERSION="9.7.0-P1"
     3.8 +VERSION="9.7.1-P2"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Domain Name System daemon."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.13  WEB_SITE="http://www.isc.org/products/BIND/"
    3.14 -DEPENDS="libbind libcrypto attr"
    3.15 -BUILD_DEPENDS="libtool libcap-dev"
    3.16 +DEPENDS="libbind libcrypto attr openssl perl"
    3.17 +BUILD_DEPENDS="libtool libcap-dev openssl-dev perl"
    3.18  WGET_URL="http://ftp.isc.org/isc/bind9/$VERSION/$TARBALL"
    3.19  CONFIG_FILES="/etc/bind"
    3.20  TAGS="DNS daemon"
    3.21 @@ -20,7 +20,7 @@
    3.22  	mkdir -p _pkg/etc/bind
    3.23  	./configure --prefix=/usr --infodir=/usr/share/info \
    3.24  	--sysconfdir=/etc/bind --localstatedir=/var --with-libtool \
    3.25 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    3.26 +	--mandir=/usr/share/man --with-openssl $CONFIGURE_ARGS && \
    3.27  	make && make DESTDIR=$PWD/_pkg install && \
    3.28  	LD_LIBRARY_PATH=$src/_pkg/usr/lib \
    3.29  	_pkg/usr/bin/dig ns . @a.root-servers.net. > _pkg/etc/bind/db.root
     4.1 --- a/libbind/receipt	Mon Sep 20 21:24:35 2010 +0000
     4.2 +++ b/libbind/receipt	Mon Sep 20 22:21:14 2010 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="libbind"
     4.7 -VERSION="9.7.0-P1"
     4.8 +VERSION="9.7.1-P2"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="Domain Name System shared libraries."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"