summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-12-18 13:34:51 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-12-18 13:34:51 +0000
commit8ff18349e6985f120b0e80345b6d0f0975d8549a (patch)
treebd2907834393aba7cc590c024299eda3f0268b66
parentb1c08c198e192b450e0e5a79481e2face18a7159 (diff)
downloadbind-8ff18349e6985f120b0e80345b6d0f0975d8549a.tar.gz
bind-8ff18349e6985f120b0e80345b6d0f0975d8549a.tar.xz
bind-8ff18349e6985f120b0e80345b6d0f0975d8549a.zip
- 9.6.0rc2 releasebind-9_6_0-0_7_rc2_fc11
- bind-96-rh475120.patch merged
-rw-r--r--.cvsignore2
-rw-r--r--bind-96-rh475120.patch19
-rw-r--r--bind.spec10
-rw-r--r--sources2
4 files changed, 8 insertions, 25 deletions
diff --git a/.cvsignore b/.cvsignore
index b4daf05..af27d64 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,5 +1,5 @@
config-4.tar.bz2
libbind-man.tar.gz
bind-chroot.tar.bz2
-bind-9.6.0rc1.tar.gz
+bind-9.6.0rc2.tar.gz
libbind-9.5.1b2.tar.bz2
diff --git a/bind-96-rh475120.patch b/bind-96-rh475120.patch
deleted file mode 100644
index 9359647..0000000
--- a/bind-96-rh475120.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -up bind-9.6.0rc1/lib/dns/dispatch.c.rh475120 bind-9.6.0rc1/lib/dns/dispatch.c
---- bind-9.6.0rc1/lib/dns/dispatch.c.rh475120 2008-11-13 00:10:57.000000000 +0100
-+++ bind-9.6.0rc1/lib/dns/dispatch.c 2008-12-09 15:06:18.000000000 +0100
-@@ -2702,6 +2702,15 @@ get_udpsocket(dns_dispatchmgr_t *mgr, dn
- * If this fails 1024 times, we then ask the kernel for
- * choosing one.
- */
-+ } else {
-+ /* Allow to reuse address for non-random ports */
-+ result = open_socket(sockmgr, localaddr,
-+ ISC_SOCKET_REUSEADDRESS, &sock);
-+
-+ if (result == ISC_R_SUCCESS)
-+ *sockp = sock;
-+
-+ return (result);
- }
-
- memset(held, 0, sizeof(held));
diff --git a/bind.spec b/bind.spec
index 7e0749d..86e538f 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,7 +2,7 @@
# Red Hat BIND package .spec file
#
-%define PREVER rc1
+%define PREVER rc2
%define VERSION %{version}%{PREVER}
%{?!SDB: %define SDB 1}
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.6.0
-Release: 0.6.%{PREVER}%{?dist}
+Release: 0.7.%{PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,7 +63,6 @@ Patch100:bind-96-libtool2-libbind.patch
Patch99: bind-96-libtool2.patch
Patch101:bind-96-old-api.patch
Patch102:bind-95-rh452060.patch
-Patch103:bind-96-rh475120.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -242,7 +241,6 @@ mkdir lib/bind/m4
%endif
%patch102 -p1 -b .rh452060
-%patch103 -p1 -b .rh475120
# Sparc and s390 arches need to use -fPIE
%ifarch sparcv9 sparc64 s390 s390x
@@ -601,6 +599,10 @@ rm -rf ${RPM_BUILD_ROOT}
%ghost %{chroot_prefix}/etc/localtime
%changelog
+* Thu Dec 18 2008 Adam Tkac <atkac redhat com> 32:9.6.0-0.7.rc2
+- 9.6.0rc2 release
+- bind-96-rh475120.patch merged
+
* Tue Dec 16 2008 Martin Nagy <mnagy redhat com> 32:9.6.0-0.6.rc1
- add patch for dynamic loading of database backends
diff --git a/sources b/sources
index cd11861..13a56c0 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,5 @@
de68e10e91e05ab100be879b5bcaa6cb config-4.tar.bz2
13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz
4faa4395b955e5f8a3d50f308b9fabc8 bind-chroot.tar.bz2
-f4afbc1a4695fd1f6a6fb5fefc389f08 bind-9.6.0rc1.tar.gz
+6a2cf98100ac5df8b7f70931456d73f5 bind-9.6.0rc2.tar.gz
3d1dad3630ec3510c8ab0ac2217a3317 libbind-9.5.1b2.tar.bz2