rpms/bind/devel .cvsignore, 1.43, 1.44 bind-9.5-dlz-64bit.patch, 1.1, 1.2 bind.spec, 1.272, 1.273 sources, 1.52, 1.53 bind-9.5-recv-race.patch, 1.1, NONE

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Fri Jul 11 10:17:18 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32500

Modified Files:
	.cvsignore bind-9.5-dlz-64bit.patch bind.spec sources 
Removed Files:
	bind-9.5-recv-race.patch 
Log Message:
- 9.5.1b1 release (CVE-2008-1447)
- dropped bind-9.5-recv-race.patch because upstream doesn't want it



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- .cvsignore	30 Jun 2008 10:49:28 -0000	1.43
+++ .cvsignore	11 Jul 2008 10:16:21 -0000	1.44
@@ -1,4 +1,4 @@
 bind-chroot.tar.bz2
 config-4.tar.bz2
 libbind-man.tar.gz
-bind-9.5.0.tar.gz
+bind-9.5.1b1.tar.gz

bind-9.5-dlz-64bit.patch:

Index: bind-9.5-dlz-64bit.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind-9.5-dlz-64bit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bind-9.5-dlz-64bit.patch	23 Jul 2007 14:27:48 -0000	1.1
+++ bind-9.5-dlz-64bit.patch	11 Jul 2008 10:16:21 -0000	1.2
@@ -1,6 +1,6 @@
-diff -up bind-9.5.0a5/contrib/dlz/config.dlz.in.64bit bind-9.5.0a5/contrib/dlz/config.dlz.in
---- bind-9.5.0a5/contrib/dlz/config.dlz.in.64bit	2006-06-07 04:21:50.000000000 +0200
-+++ bind-9.5.0a5/contrib/dlz/config.dlz.in	2007-07-23 11:18:54.000000000 +0200
+diff -up bind-9.5.1b1/contrib/dlz/config.dlz.in.64bit bind-9.5.1b1/contrib/dlz/config.dlz.in
+--- bind-9.5.1b1/contrib/dlz/config.dlz.in.64bit	2008-06-17 06:03:31.000000000 +0200
++++ bind-9.5.1b1/contrib/dlz/config.dlz.in	2008-07-11 12:08:43.000000000 +0200
 @@ -17,6 +17,13 @@
  #
  dlzdir='${DLZ_DRIVER_DIR}'
@@ -15,29 +15,19 @@
  #
  # Private autoconf macro to simplify configuring drivers:
  #
-@@ -83,7 +90,7 @@ then
- 		if test -f $d/include/libpq-fe.h
+@@ -135,9 +142,9 @@ then
  		then
- 			use_dlz_postgres=$d/include
--			use_dlz_postgres_lib=$d/lib
-+			use_dlz_postgres_lib=$d/${target_lib}
- 			break
- 		fi
- 	done
-@@ -151,10 +158,10 @@ case "$use_dlz_mysql" in
- 	*)
- 		DLZ_ADD_DRIVER(MYSQL, dlz_mysql_driver,
- 				[-I$use_dlz_mysql/include/mysql],
--				[-L$use_dlz_mysql/lib/mysql -lmysqlclient -lz -lcrypt -lm])
-+				[-L$use_dlz_mysql/${target_lib}/mysql -lmysqlclient -lz -lcrypt -lm])
- 
- 		AC_MSG_RESULT(
--[using mysql from $use_dlz_mysql/lib/mysql and $use_dlz_mysql/include/mysql])
-+[using mysql from $use_dlz_mysql/${target_lib}/mysql and $use_dlz_mysql/include/mysql])
- 		;;
- esac
- 
-@@ -232,11 +239,11 @@ case "$use_dlz_bdb" in
+ 			use_dlz_mysql=$d
+ 			mysql_include=$d/include/mysql
+-			if test -d $d/lib/mysql
++			if test -d $d/${target_lib}/mysql
+ 			then
+-				mysql_lib=$d/lib/mysql
++				mysql_lib=$d/${target_lib}/mysql
+ 			else
+ 				mysql_lib=$d/lib
+ 			fi
+@@ -274,11 +281,11 @@ case "$use_dlz_bdb" in
  			bdb_libnames="db42 db-4.2 db41 db-4.1 db"
  			for d in $bdb_libnames
  			do
@@ -51,7 +41,7 @@
  					else
  						dlz_bdb_libs=""
  					fi
-@@ -341,10 +348,10 @@ case "$use_dlz_ldap" in
+@@ -383,7 +390,7 @@ case "$use_dlz_ldap" in
  	*)
  		DLZ_ADD_DRIVER(LDAP, dlz_ldap_driver,
  				[-I$use_dlz_ldap/include],
@@ -59,12 +49,8 @@
 +				[-L$use_dlz_ldap/${target_lib} -lldap -llber])
  
  		AC_MSG_RESULT(
--[using LDAP from $use_dlz_ldap/lib and $use_dlz_ldap/include])
-+[using LDAP from $use_dlz_ldap/${target_lib} and $use_dlz_ldap/include])
- 		;;
- esac
- 
-@@ -365,7 +372,7 @@ then
+ [using LDAP from $use_dlz_ldap/lib and $use_dlz_ldap/include])
+@@ -407,7 +414,7 @@ then
  	odbcdirs="/usr /usr/local /usr/pkg"
  	for d in $odbcdirs
  	do
@@ -73,7 +59,7 @@
  		then
  			use_dlz_odbc=$d
  			break
-@@ -385,7 +392,7 @@ case "$use_dlz_odbc" in
+@@ -427,7 +434,7 @@ case "$use_dlz_odbc" in
  	*)
  		DLZ_ADD_DRIVER(ODBC, dlz_odbc_driver,
  				[-I$use_dlz_odbc/include],


Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- bind.spec	30 Jun 2008 10:49:28 -0000	1.272
+++ bind.spec	11 Jul 2008 10:16:21 -0000	1.273
@@ -2,6 +2,8 @@
 # Red Hat BIND package .spec file
 #
 
+%define PREVER b1
+
 %{?!SDB:       %define SDB       1}
 %{?!LIBBIND:   %define LIBBIND   1}
 %{?!test:      %define test      0}
@@ -15,14 +17,14 @@
 Summary:  The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
 Name:     bind
 License:  ISC
-Version:  9.5.0
-Release:  37.1%{?dist}
+Version:  9.5.1
+Release:  0.1.%{PREVER}%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Group:    System Environment/Daemons
 #
-Source:   ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}.tar.gz
+Source:   ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}%{PREVER}.tar.gz
 Source1:  named.sysconfig
 Source2:  named.init
 Source3:  named.logrotate
@@ -54,7 +56,6 @@
 Patch71: bind-9.5-overflow.patch
 Patch72: bind-9.5-dlz-64bit.patch
 Patch87: bind-9.5-parallel-build.patch
-Patch89: bind-9.5-recv-race.patch
 Patch90: bind-9.5-edns.patch
 Patch91: bind95-rh450995.patch
 
@@ -173,7 +174,7 @@
 Based on the code from Jan "Yenya" Kasprzak <kas at fi.muni.cz>
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{PREVER}
 
 # Common patches
 %patch -p1 -b .varrun
@@ -237,7 +238,6 @@
 %patch83 -p1 -b .libidn2
 %patch85 -p1 -b .libidn3
 %patch87 -p1 -b .parallel
-%patch89 -p1 -b .recv-race
 %patch90 -p1 -b .edns
 %patch91 -p1 -b .rh450995
 :;
@@ -636,6 +636,10 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Tue Jul 08 2008 Adam Tkac <atkac redhat com> 32:9.5.1-0.1.b1
+- 9.5.1b1 release (CVE-2008-1447)
+- dropped bind-9.5-recv-race.patch because upstream doesn't want it
+
 * Mon Jun 30 2008 Adam Tkac <atkac redhat com> 32:9.5.0-37.1
 - update default named.conf statements (#452708)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/sources,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- sources	30 Jun 2008 10:49:28 -0000	1.52
+++ sources	11 Jul 2008 10:16:21 -0000	1.53
@@ -1,4 +1,4 @@
 4faa4395b955e5f8a3d50f308b9fabc8  bind-chroot.tar.bz2
 de68e10e91e05ab100be879b5bcaa6cb  config-4.tar.bz2
 13fef79f99fcefebb51d84b08805de51  libbind-man.tar.gz
-066484717db1d1b1b4092ddcf5d0eb6e  bind-9.5.0.tar.gz
+bbd52aadb39f76b50e8413fa165f805e  bind-9.5.1b1.tar.gz


--- bind-9.5-recv-race.patch DELETED ---




More information about the fedora-extras-commits mailing list