Explorar el Código

fix security bug with ISC patch

Ralf S. Engelschall hace 23 años
padre
commit
a1c84f04b5
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      bind8/bind8.spec

+ 4 - 1
bind8/bind8.spec

@@ -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