diff --git a/bind8/bind8.patch b/bind8/bind8.patch index a0e0d901ca..a0dd35fd3e 100644 --- a/bind8/bind8.patch +++ b/bind8/bind8.patch @@ -50,3 +50,16 @@ /* Couldn't free it before now since we were using fields out of it. */ FREE(del); +Index: src/port/solaris/include/port_after.h +--- src/port/solaris/include/port_after.h.orig 2005-02-18 12:28:23.703175502 +0100 ++++ src/port/solaris/include/port_after.h 2005-02-18 12:27:28.150590319 +0100 +@@ -8,7 +8,9 @@ + #define NETREAD_BROKEN + #define USE_WAITPID + #define HAVE_FCHMOD ++#if (OS_MAJOR == 5 && OS_MINOR < 10) + #define NEED_PSELECT ++#endif + #define SETGRENT_VOID + #define SETPWENT_VOID + #define SIOCGIFCONF_ADDR diff --git a/bind8/bind8.spec b/bind8/bind8.spec index d463ccd760..4f23d7822d 100644 --- a/bind8/bind8.spec +++ b/bind8/bind8.spec @@ -34,11 +34,11 @@ Class: PLUS Group: DNS License: GPL Version: 8.4.6 -Release: 20050125 +Release: 20050218 # list of sources -Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz -Source1: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-doc.tar.gz +Source0: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/bind8/bind-%{version}-src.tar.gz +Source1: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/bind8/bind-%{version}-doc.tar.gz Source2: db.root Source3: db.root.sh Source4: db.localhost