rpms/bind/devel .cvsignore, 1.38, 1.39 bind-9.4.1-ldap-api.patch, 1.4, 1.5 bind-9.5-sdb-sqlite-bld.patch, 1.2, 1.3 bind-9.5-sdb.patch, 1.2, 1.3 bind.spec, 1.248, 1.249 sources, 1.47, 1.48

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Tue Feb 19 10:21:31 UTC 2008


Author: atkac

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

Modified Files:
	.cvsignore bind-9.4.1-ldap-api.patch 
	bind-9.5-sdb-sqlite-bld.patch bind-9.5-sdb.patch bind.spec 
	sources 
Log Message:
- removed conditional build with libefence (use -fmudflapth instead)
- fixed building of DLZ stuff (#432497)
- do not build Berkeley DB DLZ backend
- temporary build with --disable-linux-caps and without threads (#433102)
- update named.ca file to affect IPv6 changes in root zone



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore	11 Feb 2008 17:11:26 -0000	1.38
+++ .cvsignore	19 Feb 2008 10:20:49 -0000	1.39
@@ -1,4 +1,4 @@
 bind-9.5.0b2.tar.gz
 bind-chroot.tar.bz2
-config-2.tar
+config-3.tar.bz2
 libbind-man.tar.gz

bind-9.4.1-ldap-api.patch:

Index: bind-9.4.1-ldap-api.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind-9.4.1-ldap-api.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bind-9.4.1-ldap-api.patch	12 Feb 2008 11:40:19 -0000	1.4
+++ bind-9.4.1-ldap-api.patch	19 Feb 2008 10:20:49 -0000	1.5
@@ -1,5 +1,5 @@
---- bind-9.3.4/bin/named/Makefile.in.ldap-api	2007-05-18 16:21:21.000000000 +0200
-+++ bind-9.3.4/bin/named/Makefile.in	2007-05-18 16:22:16.000000000 +0200
+--- bind-9.3.4/bin/named-sdb/Makefile.in.ldap-api	2007-05-18 16:21:21.000000000 +0200
++++ bind-9.3.4/bin/named-sdb/Makefile.in	2007-05-18 16:22:16.000000000 +0200
 @@ -96,7 +96,7 @@ HTMLPAGES =	named.html lwresd.html named
  
  MANOBJS =	${MANPAGES} ${HTMLPAGES}

bind-9.5-sdb-sqlite-bld.patch:

Index: bind-9.5-sdb-sqlite-bld.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind-9.5-sdb-sqlite-bld.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bind-9.5-sdb-sqlite-bld.patch	12 Feb 2008 11:40:19 -0000	1.2
+++ bind-9.5-sdb-sqlite-bld.patch	19 Feb 2008 10:20:49 -0000	1.3
@@ -1,23 +1,23 @@
-diff -up bind-9.5.0b2/bin/named/Makefile.in.sdb-sqlite-bld bind-9.5.0b2/bin/named/Makefile.in
---- bind-9.5.0b2/bin/named/Makefile.in.sdb-sqlite-bld	2008-02-11 17:44:32.000000000 +0100
-+++ bind-9.5.0b2/bin/named/Makefile.in	2008-02-11 17:46:00.000000000 +0100
+diff -up bind-9.5.0b2/bin/named-sdb/Makefile.in.sdb-sqlite-bld bind-9.5.0b2/bin/named/Makefile.in
+--- bind-9.5.0b2/bin/named-sdb/Makefile.in.sdb-sqlite-bld	2008-02-11 17:44:32.000000000 +0100
++++ bind-9.5.0b2/bin/named-sdb/Makefile.in	2008-02-11 17:46:00.000000000 +0100
 @@ -26,10 +26,10 @@ top_srcdir =	@top_srcdir@
  #
  # Add database drivers here.
  #
--DBDRIVER_OBJS =      ldapdb. at O@   pgsqldb. at O@  dirdb. at O@
--DBDRIVER_SRCS =      ldapdb.c     pgsqldb.c    dirdb.c
-+DBDRIVER_OBJS =      ldapdb. at O@   pgsqldb. at O@  sqlitedb. at O@ dirdb. at O@
-+DBDRIVER_SRCS =      ldapdb.c     pgsqldb.c    sqlitedb.c   dirdb.c
+-DBDRIVER_OBJS =	ldapdb. at O@ pgsqldb. at O@ dirdb. at O@
+-DBDRIVER_SRCS =	ldapdb.c pgsqldb.c dirdb.c
++DBDRIVER_OBJS =	ldapdb. at O@ pgsqldb. at O@ sqlitedb. at O@ dirdb. at O@
++DBDRIVER_SRCS =	ldapdb.c pgsqldb.c sqlitedb.c dirdb.c
  DBDRIVER_INCLUDES =
--DBDRIVER_LIBS =      -lldap -llber  -lpq
-+DBDRIVER_LIBS =      -lldap -llber  -lpq  -lsqlite3
+-DBDRIVER_LIBS =	-lldap -llber -lpq
++DBDRIVER_LIBS =	-lldap -llber -lpq -lsqlite3
  
  DLZ_DRIVER_DIR =	${top_srcdir}/contrib/dlz/drivers
  
-diff -up bind-9.5.0b2/bin/named/main-sdb.c.sdb-sqlite-bld bind-9.5.0b2/bin/named/main-sdb.c
---- bind-9.5.0b2/bin/named/main-sdb.c.sdb-sqlite-bld	2008-02-11 17:44:32.000000000 +0100
-+++ bind-9.5.0b2/bin/named/main-sdb.c	2008-02-11 17:44:33.000000000 +0100
+diff -up bind-9.5.0b2/bin/named-sdb/main.c.sdb-sqlite-bld bind-9.5.0b2/bin/named/main-sdb.c
+--- bind-9.5.0b2/bin/named-sdb/main.c.sdb-sqlite-bld	2008-02-11 17:44:32.000000000 +0100
++++ bind-9.5.0b2/bin/named-sdb/main.c	2008-02-11 17:44:33.000000000 +0100
 @@ -74,6 +74,7 @@
  /* #include "xxdb.h" */
  #include "ldapdb.h"

bind-9.5-sdb.patch:

Index: bind-9.5-sdb.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind-9.5-sdb.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bind-9.5-sdb.patch	11 Feb 2008 17:11:26 -0000	1.2
+++ bind-9.5-sdb.patch	19 Feb 2008 10:20:49 -0000	1.3
@@ -1,127 +1,6 @@
-diff -up bind-9.5.0b2/configure.in.sdb bind-9.5.0b2/configure.in
---- bind-9.5.0b2/configure.in.sdb	2008-01-24 03:29:56.000000000 +0100
-+++ bind-9.5.0b2/configure.in	2008-02-11 17:32:43.000000000 +0100
-@@ -2782,6 +2782,7 @@ AC_CONFIG_FILES([
- 	bin/tests/system/tkey/Makefile
- 	bin/tests/headerdep_test.sh
- 	bin/dnssec/Makefile
-+	bin/sdb_tools/Makefile
- 	doc/Makefile
- 	doc/arm/Makefile
- 	doc/misc/Makefile
-diff -up bind-9.5.0b2/bin/Makefile.in.sdb bind-9.5.0b2/bin/Makefile.in
---- bind-9.5.0b2/bin/Makefile.in.sdb	2007-06-20 01:46:59.000000000 +0200
-+++ bind-9.5.0b2/bin/Makefile.in	2008-02-11 17:32:43.000000000 +0100
-@@ -19,7 +19,7 @@ srcdir =	@srcdir@
- VPATH =		@srcdir@
- top_srcdir =	@top_srcdir@
- 
--SUBDIRS =	named rndc dig dnssec tests nsupdate check
-+SUBDIRS =	named rndc dig dnssec tests nsupdate check sdb_tools
- TARGETS =
- 
- @BIND9_MAKE_RULES@
-diff -up bind-9.5.0b2/bin/named/Makefile.in.sdb bind-9.5.0b2/bin/named/Makefile.in
---- bind-9.5.0b2/bin/named/Makefile.in.sdb	2008-02-11 17:32:43.000000000 +0100
-+++ bind-9.5.0b2/bin/named/Makefile.in	2008-02-11 17:43:50.000000000 +0100
-@@ -26,10 +26,10 @@ top_srcdir =	@top_srcdir@
- #
- # Add database drivers here.
- #
--DBDRIVER_OBJS =
--DBDRIVER_SRCS =
-+DBDRIVER_OBJS =      ldapdb. at O@   pgsqldb. at O@  dirdb. at O@
-+DBDRIVER_SRCS =      ldapdb.c     pgsqldb.c    dirdb.c
- DBDRIVER_INCLUDES =
--DBDRIVER_LIBS =
-+DBDRIVER_LIBS =      -lldap -llber  -lpq
- 
- DLZ_DRIVER_DIR =	${top_srcdir}/contrib/dlz/drivers
- 
-@@ -43,7 +43,7 @@ CINCLUDES =	-I${srcdir}/include -I${srcd
- 		${ISCCFG_INCLUDES} ${ISCCC_INCLUDES} ${ISC_INCLUDES} \
- 		${DLZDRIVER_INCLUDES} ${DBDRIVER_INCLUDES}
- 
--CDEFINES =      @USE_DLZ@
-+CDEFINES =
- 
- CWARNINGS =
- 
-@@ -66,27 +66,26 @@ DEPLIBS =	${LWRESDEPLIBS} ${DNSDEPLIBS} 
- 
- LIBS =		${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} \
- 		${ISCCFGLIBS} ${ISCCCLIBS} ${ISCLIBS} \
--		${DLZDRIVER_LIBS} ${DBDRIVER_LIBS} @LIBS@
-+		@LIBS@
- 
- SUBDIRS =	unix
- 
--TARGETS =	named at EXEEXT@ lwresd at EXEEXT@
-+TARGETS =	named at EXEEXT@ named-sdb at EXEEXT@ lwresd at EXEEXT@
- 
- OBJS =		builtin. at O@ client. at O@ config. at O@ control. at O@ \
- 		controlconf. at O@ interfacemgr. at O@ \
--		listenlist. at O@ log. at O@ logconf. at O@ main. at O@ notify. at O@ \
-+		listenlist. at O@ log. at O@ logconf. at O@ notify. at O@ \
- 		query. at O@ server. at O@ sortlist. at O@ statschannel. at O@ \
- 		tkeyconf. at O@ tsigconf. at O@ update. at O@ xfrout. at O@ \
- 		zoneconf. at O@ \
- 		lwaddr. at O@ lwresd. at O@ lwdclient. at O@ lwderror. at O@ lwdgabn. at O@ \
- 		lwdgnba. at O@ lwdgrbn. at O@ lwdnoop. at O@ lwsearch. at O@ \
--		${DLZDRIVER_OBJS} ${DBDRIVER_OBJS}
- 
- UOBJS =		unix/os. at O@
- 
- SRCS =		builtin.c client.c config.c control.c \
- 		controlconf.c interfacemgr.c \
--		listenlist.c log.c logconf.c main.c notify.c \
-+		listenlist.c log.c logconf.c main.c main-sdb.c notify.c \
- 		query.c server.c sortlist.c statschannel.c \
- 		tkeyconf.c tsigconf.c update.c xfrout.c \
- 		zoneconf.c \
-@@ -112,15 +111,26 @@ main. at O@: main.c
- 		-DNS_LOCALSTATEDIR=\"${localstatedir}\" \
- 		-DNS_SYSCONFDIR=\"${sysconfdir}\" -c ${srcdir}/main.c
- 
-+main-sdb. at O@: main-sdb.c
-+	${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} @USE_DLZ@ \
-+		-DVERSION=\"${VERSION}\" \
-+		-DNS_LOCALSTATEDIR=\"${localstatedir}\" \
-+		-DNS_SYSCONFDIR=\"${sysconfdir}\" -c ${srcdir}/main-sdb.c
-+
- config. at O@: config.c
- 	${LIBTOOL_MODE_COMPILE} ${CC} ${ALL_CFLAGS} \
- 		-DVERSION=\"${VERSION}\" \
- 		-DNS_LOCALSTATEDIR=\"${localstatedir}\" \
- 		-c ${srcdir}/config.c
- 
--named at EXEEXT@: ${OBJS} ${UOBJS} ${DEPLIBS}
-+named at EXEEXT@: ${OBJS} ${UOBJS} ${DEPLIBS} main. at O@
-+	${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
-+	${OBJS} main. at O@ ${UOBJS} ${LIBS}
-+
-+named-sdb at EXEEXT@: ${OBJS} ${UOBJS} ${DEPLIBS} main-sdb. at O@ ${DLZDRIVER_OBJS} ${DBDRIVER_OBJS}
- 	${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
--	${OBJS} ${UOBJS} ${LIBS}
-+	${OBJS} main-sdb.o ${DLZDRIVER_OBJS} ${DBDRIVER_OBJS} ${UOBJS} ${LIBS} \
-+	${DLZDRIVER_LIBS} ${DBDRIVER_LIBS}
- 
- lwresd at EXEEXT@: named at EXEEXT@
- 	rm -f lwresd at EXEEXT@
-@@ -145,8 +155,9 @@ installdirs:
- 	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man5
- 	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8
- 
--install:: named at EXEEXT@ lwresd at EXEEXT@ installdirs
-+install:: named at EXEEXT@ named-sdb at EXEEXT@ lwresd at EXEEXT@ installdirs
- 	${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named at EXEEXT@ ${DESTDIR}${sbindir}
-+	${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-sdb at EXEEXT@ ${DESTDIR}${sbindir}
- 	(cd ${DESTDIR}${sbindir}; rm -f lwresd at EXEEXT@; @LN@ named at EXEEXT@ lwresd at EXEEXT@)
- 	${INSTALL_DATA} ${srcdir}/named.8 ${DESTDIR}${mandir}/man8
- 	${INSTALL_DATA} ${srcdir}/lwresd.8 ${DESTDIR}${mandir}/man8
-diff -up bind-9.5.0b2/bin/named/main-sdb.c.sdb bind-9.5.0b2/bin/named/main-sdb.c
---- bind-9.5.0b2/bin/named/main-sdb.c.sdb	2008-02-11 17:32:43.000000000 +0100
-+++ bind-9.5.0b2/bin/named/main-sdb.c	2008-02-11 17:32:43.000000000 +0100
+diff -up bind-9.5.0b2/bin/named-sdb/main.c.sdb bind-9.5.0b2/bin/named/main-sdb.c
+--- bind-9.5.0b2/bin/named-sdb/main.c.sdb	2008-02-11 17:32:43.000000000 +0100
++++ bind-9.5.0b2/bin/named-sdb/main.c	2008-02-11 17:32:43.000000000 +0100
 @@ -72,6 +72,9 @@
   * Include header files for database drivers here.
   */
@@ -212,3 +91,134 @@
  	isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN,
  		      ISC_LOG_NOTICE, "exiting");
  	ns_log_shutdown();
+diff -up bind-9.5.0b2/configure.in.sdb bind-9.5.0b2/configure.in
+--- bind-9.5.0b2/configure.in.sdb	2008-02-14 14:14:55.000000000 +0100
++++ bind-9.5.0b2/configure.in	2008-02-14 14:15:34.000000000 +0100
+@@ -2761,6 +2761,8 @@ AC_CONFIG_FILES([
+ 	bin/check/Makefile
+ 	bin/named/Makefile
+ 	bin/named/unix/Makefile
++	bin/named-sdb/Makefile
++	bin/named-sdb/unix/Makefile
+ 	bin/rndc/Makefile
+ 	bin/rndc/unix/Makefile
+ 	bin/dig/Makefile
+@@ -2782,6 +2784,7 @@ AC_CONFIG_FILES([
+ 	bin/tests/system/tkey/Makefile
+ 	bin/tests/headerdep_test.sh
+ 	bin/dnssec/Makefile
++	bin/sdb_tools/Makefile
+ 	doc/Makefile
+ 	doc/arm/Makefile
+ 	doc/misc/Makefile
+diff -up bind-9.5.0b2/bin/named-sdb/Makefile.in.sdb bind-9.5.0b2/bin/named-sdb/Makefile.in
+--- bind-9.5.0b2/bin/named-sdb/Makefile.in.sdb	2008-02-14 14:16:10.000000000 +0100
++++ bind-9.5.0b2/bin/named-sdb/Makefile.in	2008-02-14 14:18:45.000000000 +0100
+@@ -26,10 +26,10 @@ top_srcdir =	@top_srcdir@
+ #
+ # Add database drivers here.
+ #
+-DBDRIVER_OBJS =
+-DBDRIVER_SRCS =
++DBDRIVER_OBJS =	ldapdb. at O@ pgsqldb. at O@ dirdb. at O@
++DBDRIVER_SRCS =	ldapdb.c pgsqldb.c dirdb.c
+ DBDRIVER_INCLUDES =
+-DBDRIVER_LIBS =
++DBDRIVER_LIBS =	-lldap -llber -lpq
+ 
+ DLZ_DRIVER_DIR =	${top_srcdir}/contrib/dlz/drivers
+ 
+@@ -70,7 +70,7 @@ LIBS =		${LWRESLIBS} ${DNSLIBS} ${BIND9L
+ 
+ SUBDIRS =	unix
+ 
+-TARGETS =	named at EXEEXT@ lwresd at EXEEXT@
++TARGETS =	named-sdb at EXEEXT@
+ 
+ OBJS =		builtin. at O@ client. at O@ config. at O@ control. at O@ \
+ 		controlconf. at O@ interfacemgr. at O@ \
+@@ -118,7 +118,7 @@ config. at O@: config.c
+ 		-DNS_LOCALSTATEDIR=\"${localstatedir}\" \
+ 		-c ${srcdir}/config.c
+ 
+-named at EXEEXT@: ${OBJS} ${UOBJS} ${DEPLIBS}
++named-sdb at EXEEXT@: ${OBJS} ${UOBJS} ${DEPLIBS}
+ 	${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} -o $@ \
+ 	${OBJS} ${UOBJS} ${LIBS}
+ 
+@@ -142,14 +142,8 @@ server.o: bind9.xsl.h
+ 
+ installdirs:
+ 	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${sbindir}
+-	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man5
+-	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man8
+ 
+-install:: named at EXEEXT@ lwresd at EXEEXT@ installdirs
+-	${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named at EXEEXT@ ${DESTDIR}${sbindir}
+-	(cd ${DESTDIR}${sbindir}; rm -f lwresd at EXEEXT@; @LN@ named at EXEEXT@ lwresd at EXEEXT@)
+-	${INSTALL_DATA} ${srcdir}/named.8 ${DESTDIR}${mandir}/man8
+-	${INSTALL_DATA} ${srcdir}/lwresd.8 ${DESTDIR}${mandir}/man8
+-	${INSTALL_DATA} ${srcdir}/named.conf.5 ${DESTDIR}${mandir}/man5
++install:: named-sdb at EXEEXT@ installdirs
++	${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named-sdb at EXEEXT@ ${DESTDIR}${sbindir}
+ 
+ @DLZ_DRIVER_RULES@
+diff -up bind-9.5.0b2/bin/Makefile.in.sdb bind-9.5.0b2/bin/Makefile.in
+--- bind-9.5.0b2/bin/Makefile.in.sdb	2008-02-14 14:15:42.000000000 +0100
++++ bind-9.5.0b2/bin/Makefile.in	2008-02-14 14:15:55.000000000 +0100
+@@ -19,7 +19,7 @@ srcdir =	@srcdir@
+ VPATH =		@srcdir@
+ top_srcdir =	@top_srcdir@
+ 
+-SUBDIRS =	named rndc dig dnssec tests nsupdate check
++SUBDIRS =	named named-sdb rndc dig dnssec tests nsupdate check sdb_tools
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@
+diff -up bind-9.5.0b2/bin/named/Makefile.in.sdb bind-9.5.0b2/bin/named/Makefile.in
+--- bind-9.5.0b2/bin/named/Makefile.in.sdb	2008-02-14 14:19:39.000000000 +0100
++++ bind-9.5.0b2/bin/named/Makefile.in	2008-02-14 14:20:18.000000000 +0100
+@@ -43,7 +43,7 @@ CINCLUDES =	-I${srcdir}/include -I${srcd
+ 		${ISCCFG_INCLUDES} ${ISCCC_INCLUDES} ${ISC_INCLUDES} \
+ 		${DLZDRIVER_INCLUDES} ${DBDRIVER_INCLUDES}
+ 
+-CDEFINES =      @USE_DLZ@
++CDEFINES =
+ 
+ CWARNINGS =
+ 
+@@ -66,7 +66,7 @@ DEPLIBS =	${LWRESDEPLIBS} ${DNSDEPLIBS} 
+ 
+ LIBS =		${LWRESLIBS} ${DNSLIBS} ${BIND9LIBS} \
+ 		${ISCCFGLIBS} ${ISCCCLIBS} ${ISCLIBS} \
+-		${DLZDRIVER_LIBS} ${DBDRIVER_LIBS} @LIBS@
++		@LIBS@
+ 
+ SUBDIRS =	unix
+ 
+@@ -79,8 +79,7 @@ OBJS =		builtin. at O@ client. at O@ config. at O
+ 		tkeyconf. at O@ tsigconf. at O@ update. at O@ xfrout. at O@ \
+ 		zoneconf. at O@ \
+ 		lwaddr. at O@ lwresd. at O@ lwdclient. at O@ lwderror. at O@ lwdgabn. at O@ \
+-		lwdgnba. at O@ lwdgrbn. at O@ lwdnoop. at O@ lwsearch. at O@ \
+-		${DLZDRIVER_OBJS} ${DBDRIVER_OBJS}
++		lwdgnba. at O@ lwdgrbn. at O@ lwdnoop. at O@ lwsearch. at O@
+ 
+ UOBJS =		unix/os. at O@
+ 
+@@ -91,8 +90,7 @@ SRCS =		builtin.c client.c config.c cont
+ 		tkeyconf.c tsigconf.c update.c xfrout.c \
+ 		zoneconf.c \
+ 		lwaddr.c lwresd.c lwdclient.c lwderror.c lwdgabn.c \
+-		lwdgnba.c lwdgrbn.c lwdnoop.c lwsearch.c \
+-		${DLZDRIVER_SRCS} ${DBDRIVER_SRCS}
++		lwdgnba.c lwdgrbn.c lwdnoop.c lwsearch.c
+ 
+ MANPAGES =	named.8 lwresd.8 named.conf.5
+ 
+@@ -151,5 +149,3 @@ install:: named at EXEEXT@ lwresd at EXEEXT@ i
+ 	${INSTALL_DATA} ${srcdir}/named.8 ${DESTDIR}${mandir}/man8
+ 	${INSTALL_DATA} ${srcdir}/lwresd.8 ${DESTDIR}${mandir}/man8
+ 	${INSTALL_DATA} ${srcdir}/named.conf.5 ${DESTDIR}${mandir}/man5
+-
+- at DLZ_DRIVER_RULES@


Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -r1.248 -r1.249
--- bind.spec	12 Feb 2008 11:40:19 -0000	1.248
+++ bind.spec	19 Feb 2008 10:20:49 -0000	1.249
@@ -6,13 +6,12 @@
 
 %{?!SDB:        %define SDB         1}
 %{?!LIBBIND:    %define LIBBIND	    1}
-%{?!efence:     %define efence      0}
 %{?!test:       %define test        0}
 %{?!WITH_DBUS:  %define WITH_DBUS   0} # + dynamic forwarder table management with D-BUS
 %{?!bind_uid:   %define bind_uid   25}
 %{?!bind_gid:   %define bind_gid   25}
-%{?!DLZ:	%define DLZ	    1}
 %{?!GSSTSIG:    %define GSSTSIG     1}
+%{?!DEBUG:	%define DEBUG       1}
 %define		bind_dir      /var/named
 %define    	chroot_prefix %{bind_dir}/chroot
 #
@@ -20,7 +19,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	26.%{RELEASEVER}%{?dist}
+Release: 	27.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,7 +44,7 @@
 Source22: 	bind-chroot-admin.in
 Source24:	libbind.pc
 Source25:	named.conf.sample
-Source28:	config-2.tar
+Source28:	config-3.tar.bz2
 Source30:	ldap2zone.c
 
 # Common patches
@@ -61,6 +60,7 @@
 Patch72:	bind-9.5-dlz-64bit.patch
 Patch87:	bind-9.5-parallel-build.patch
 Patch88:	bind-9.5-transfer-segv.patch
+Patch89:	bind-9.5-mudflap.patch
 
 # SDB patches
 Patch11: 	bind-9.3.2b2-sdbsrc.patch
@@ -91,10 +91,7 @@
 Provides:  bind-config, caching-nameserver
 BuildRequires: 	gcc, glibc-devel >= 2.2.5-26,  glibc-kernheaders >= 2.4-7.10, openssl-devel, libtool, autoconf, pkgconfig
 %if %{SDB}
-BuildRequires:  openldap-devel, postgresql-devel, sqlite-devel
-%endif
-%if %{DLZ}
-BuildRequires:	openldap-devel, postgresql-devel, mysql-devel, db4-devel, unixODBC-devel
+BuildRequires:  openldap-devel, postgresql-devel, sqlite-devel, mysql-devel, unixODBC-devel
 %endif
 %if %{WITH_DBUS}
 BuildRequires:  dbus-devel
@@ -106,6 +103,9 @@
 BuildRequires:	krb5-devel
 Requires:	krb5-libs
 %endif
+%if %{DEBUG}
+BuildRequires:	libmudflap-devel
+%endif
 BuildRequires:  libidn-devel
 Requires:       libidn
 
@@ -191,19 +191,21 @@
 %patch5 -p1 -b .nonexec
 %patch10 -p1 -b .PIE
 %patch69 -p1 -b .generate-xml
+%patch16 -p1 -b .redhat_doc
 %if %{SDB}
+mkdir bin/named-sdb
+cp -r bin/named/* bin/named-sdb
 %patch11 -p1 -b .sdbsrc
-cp -f bin/named/main.c bin/named/main-sdb.c
 # SDB ldap
-cp -fp contrib/sdb/ldap/ldapdb.[ch] bin/named
+cp -fp contrib/sdb/ldap/ldapdb.[ch] bin/named-sdb
 # SDB postgreSQL
-cp -fp contrib/sdb/pgsql/pgsqldb.[ch] bin/named
+cp -fp contrib/sdb/pgsql/pgsqldb.[ch] bin/named-sdb
 # SDB sqlite
-cp -fp contrib/sdb/sqlite/sqlitedb.[ch] bin/named
+cp -fp contrib/sdb/sqlite/sqlitedb.[ch] bin/named-sdb
 # SDB Berkeley DB - needs to be ported to DB4!
 #cp -fp contrib/sdb/bdb/bdb.[ch] bin/named_sdb
 # SDB dir
-cp -fp contrib/sdb/dir/dirdb.[ch] bin/named
+cp -fp contrib/sdb/dir/dirdb.[ch] bin/named-sdb
 # SDB tools
 mkdir -p bin/sdb_tools
 cp -fp %{SOURCE30} bin/sdb_tools/ldap2zone.c
@@ -218,7 +220,6 @@
 %if %{LIBBIND}
 %patch13 -p1 -b .fix_libbind_includedir
 %endif
-%patch16 -p1 -b .redhat_doc
 %if %{WITH_DBUS}
 %patch15 -p1 -b .dbus
 %patch23 -p1 -b .dbus_archdep_libdir
@@ -248,13 +249,17 @@
 %patch85 -p1 -b .libidn3
 %patch87 -p1 -b .parallel
 %patch88 -p1 -b .transfer-segv
+%patch89 -p0 -b .mudflap
 :;
 
 
 %build
-export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0"
+%if %{DEBUG}
+export CFLAGS="$CFLAGS $RPM_OPT_FLAGS -O0 -fmudflapth"
+export LDFLAGS="$LDFLAGS -lmudflapth -lpthread"
+%endif
 export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
-export STD_CDEFINES="$CPPFLAGS $STD_CDEFINES"
+export STD_CDEFINES="$CPPFLAGS"
 
 libtoolize --copy --force; aclocal; autoconf
 cp -f /usr/share/libtool/config.{guess,sub} .
@@ -270,24 +275,21 @@
 	export CPPFLAGS="$CPPFLAGS `pkg-config --cflags-only-I openssl`"
 	export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
 fi
-%if %{efence}
-export LDFLAGS=-lefence
-%endif
 %configure \
 	--with-libtool \
 	--localstatedir=/var \
-	--enable-threads \
+	--disable-threads \
 	--enable-ipv6 \
 	--with-pic \
+	--disable-openssl-version-check \
+	--disable-linux-caps \
 %if %{LIBBIND}
 	--enable-libbind \
 %endif
-%if %{DLZ}
-	--disable-openssl-version-check \
+%if %{SDB}
 	--with-dlz-ldap=yes \
 	--with-dlz-postgres=yes \
 	--with-dlz-mysql=yes \
-	--with-dlz-bdb=yes \
 	--with-dlz-filesystem=yes \
 	--with-dlz-odbc=yes \
 %endif
@@ -657,6 +659,13 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Tue Feb 19 2008 Adam Tkac <atkac redhat com> 32:9.5.0-27.b2
+- removed conditional build with libefence (use -fmudflapth instead)
+- fixed building of DLZ stuff (#432497)
+- do not build Berkeley DB DLZ backend
+- temporary build with --disable-linux-caps and without threads (#433102)
+- update named.ca file to affect IPv6 changes in root zone
+
 * Mon Feb 11 2008 Adam Tkac <atkac redhat com> 32:9.5.0-26.b2
 - build with -D_GNU_SOURCE (#431734)
 - improved fix for #253537, posttrans script is now used


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/sources,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sources	11 Feb 2008 17:11:26 -0000	1.47
+++ sources	19 Feb 2008 10:20:49 -0000	1.48
@@ -1,4 +1,4 @@
 d64e5ac8b5d98508b450bf999c33e7df  bind-9.5.0b2.tar.gz
 4faa4395b955e5f8a3d50f308b9fabc8  bind-chroot.tar.bz2
-9c3905b6aece5b4aa0deba6029437483  config-2.tar
+d4bc7234a0d7b93328335ed9c076c6e9  config-3.tar.bz2
 13fef79f99fcefebb51d84b08805de51  libbind-man.tar.gz




More information about the fedora-extras-commits mailing list