|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: DNS
|
|
|
License: GPL
|
|
|
Version: 8.3.3
|
|
|
-Release: 20020820
|
|
|
+Release: 20021114
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz
|
|
|
@@ -45,6 +45,7 @@ Source5: db.127.0.0
|
|
|
Source6: named.conf
|
|
|
Source7: rc.bind
|
|
|
Patch0: bind.patch
|
|
|
+Patch1: http://www.isc.org/products/BIND/patches/bind833.diff
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -66,6 +67,8 @@ Conflicts: bind
|
|
|
%setup0 -q -c -n bind8-%{version}
|
|
|
%setup1 -q -T -D -a 1
|
|
|
%patch0 -p0
|
|
|
+ cd src
|
|
|
+ %patch1 -p0
|
|
|
|
|
|
%build
|
|
|
cd src
|