# HG changeset patch # User Christopher Rogers # Date 1306568316 0 # Node ID 014d2f66f6d8417e5ce59860912df89a6a36ae86 # Parent 11dbbef1533f414a4c66ee2118d6815829d7c385 Up: bind to 9.8.0-P2. Security Fix. diff -r 11dbbef1533f -r 014d2f66f6d8 bind-client/receipt --- a/bind-client/receipt Sat May 28 13:13:35 2011 +0200 +++ b/bind-client/receipt Sat May 28 07:38:36 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bind-client" -VERSION="9.8.0-P1" +VERSION="9.8.0-P2" CATEGORY="network" SHORT_DESC="Domain Name System client." MAINTAINER="pascal.bellard@slitaz.org" @@ -24,6 +24,6 @@ post_remove() { - ln -s /bin/busybox /usr/bin/nslookup + ln -s /bin/busybox $1/usr/bin/nslookup } diff -r 11dbbef1533f -r 014d2f66f6d8 bind-dev/receipt --- a/bind-dev/receipt Sat May 28 13:13:35 2011 +0200 +++ b/bind-dev/receipt Sat May 28 07:38:36 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bind-dev" -VERSION="9.8.0-P1" +VERSION="9.8.0-P2" CATEGORY="development" SHORT_DESC="Domain Name System development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 11dbbef1533f -r 014d2f66f6d8 bind/receipt --- a/bind/receipt Sat May 28 13:13:35 2011 +0200 +++ b/bind/receipt Sat May 28 07:38:36 2011 +0000 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="bind" -VERSION="9.8.0-P1" +VERSION="9.8.0-P2" CATEGORY="network" SHORT_DESC="Domain Name System daemon." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.isc.org/products/BIND/" -DEPENDS="libbind libcrypto attr openssl perl" -BUILD_DEPENDS="libtool libcap-dev openssl-dev perl" WGET_URL="http://ftp.isc.org/isc/bind9/$VERSION/$TARBALL" CONFIG_FILES="/etc/bind" TAGS="DNS daemon" +DEPENDS="libbind libcrypto attr openssl perl" +BUILD_DEPENDS="libtool libcap-dev openssl-dev perl" + # Rules to configure and make the package. compile_rules() { diff -r 11dbbef1533f -r 014d2f66f6d8 libbind/receipt --- a/libbind/receipt Sat May 28 13:13:35 2011 +0200 +++ b/libbind/receipt Sat May 28 07:38:36 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libbind" -VERSION="9.8.0-P1" +VERSION="9.8.0-P2" CATEGORY="development" SHORT_DESC="Domain Name System shared libraries." MAINTAINER="pascal.bellard@slitaz.org"