wok-4.x rev 10709
Up: bind to 9.8.0-P2. Security Fix.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 07:38:36 2011 +0000 (2011-05-28) |
parents | 11dbbef1533f |
children | cfe8d58cf24d |
files | bind-client/receipt bind-dev/receipt bind/receipt libbind/receipt |
line diff
1.1 --- a/bind-client/receipt Sat May 28 13:13:35 2011 +0200 1.2 +++ b/bind-client/receipt Sat May 28 07:38:36 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bind-client" 1.7 -VERSION="9.8.0-P1" 1.8 +VERSION="9.8.0-P2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Domain Name System client." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -24,6 +24,6 @@ 1.13 1.14 post_remove() 1.15 { 1.16 - ln -s /bin/busybox /usr/bin/nslookup 1.17 + ln -s /bin/busybox $1/usr/bin/nslookup 1.18 } 1.19
2.1 --- a/bind-dev/receipt Sat May 28 13:13:35 2011 +0200 2.2 +++ b/bind-dev/receipt Sat May 28 07:38:36 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="bind-dev" 2.7 -VERSION="9.8.0-P1" 2.8 +VERSION="9.8.0-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 Sat May 28 13:13:35 2011 +0200 3.2 +++ b/bind/receipt Sat May 28 07:38:36 2011 +0000 3.3 @@ -1,18 +1,19 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="bind" 3.7 -VERSION="9.8.0-P1" 3.8 +VERSION="9.8.0-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 openssl perl" 3.15 -BUILD_DEPENDS="libtool libcap-dev openssl-dev perl" 3.16 WGET_URL="http://ftp.isc.org/isc/bind9/$VERSION/$TARBALL" 3.17 CONFIG_FILES="/etc/bind" 3.18 TAGS="DNS daemon" 3.19 3.20 +DEPENDS="libbind libcrypto attr openssl perl" 3.21 +BUILD_DEPENDS="libtool libcap-dev openssl-dev perl" 3.22 + 3.23 # Rules to configure and make the package. 3.24 compile_rules() 3.25 {
4.1 --- a/libbind/receipt Sat May 28 13:13:35 2011 +0200 4.2 +++ b/libbind/receipt Sat May 28 07:38:36 2011 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="libbind" 4.7 -VERSION="9.8.0-P1" 4.8 +VERSION="9.8.0-P2" 4.9 CATEGORY="development" 4.10 SHORT_DESC="Domain Name System shared libraries." 4.11 MAINTAINER="pascal.bellard@slitaz.org"