Package: bind9
Severity: normal
Hi LaMont,
could you please make sure you recompile your next upload of bind9
with latest libdb-dev (>= 5.1)?
I am trying to narrow down the versions of bdb in unstable and bind9
is one of the prominent users of db4.6.
The packages builds fine (but I am unable to test it since I don't use
that DLZ), however the reports on the compatibility which I have heard
are fine.
The patch used to build a bind9 package with db5.1 looked like this:
diff -urNap bind9-9.7.3.dfsg/configure bind9-9.7.3.dfsg-db5.1//configure
--- bind9-9.7.3.dfsg/configure 2011-03-28 15:45:49.000000000 +0000
+++ bind9-9.7.3.dfsg-db5.1//configure 2011-03-28 15:42:32.455778998 +0000
@@ -17854,7 +17854,7 @@ $as_echo "not found" >&6; }
# Look for libname other than libdb.so.
# Order is important (sigh).
- bdb_libnames="db-4.6 db42 db-4.2 db41 db-4.1 db"
+ bdb_libnames="db-5.1 db-4.6 db42 db-4.2 db41 db-4.1 db"
for d in $bdb_libnames
do
if test -f "$dd/lib/lib${d}.so"
diff -urNap bind9-9.7.3.dfsg/contrib/dlz/config.dlz.in
bind9-9.7.3.dfsg-db5.1//contrib/dlz/config.dlz.in
--- bind9-9.7.3.dfsg/contrib/dlz/config.dlz.in 2011-03-28 15:45:49.000000000
+0000
+++ bind9-9.7.3.dfsg-db5.1//contrib/dlz/config.dlz.in 2011-03-28
15:42:10.145778999 +0000
@@ -271,7 +271,7 @@ case "$use_dlz_bdb" in
# Look for libname other than libdb.so.
# Order is important (sigh).
- bdb_libnames="db-4.6 db42 db-4.2 db41 db-4.1 db"
+ bdb_libnames="db-5.1 db-4.6 db42 db-4.2 db41 db-4.1 db"
for d in $bdb_libnames
do
if test -f "$dd/lib/lib${d}.so"
diff -urNap bind9-9.7.3.dfsg/debian/control
bind9-9.7.3.dfsg-db5.1//debian/control
--- bind9-9.7.3.dfsg/debian/control 2011-03-28 15:45:49.000000000 +0000
+++ bind9-9.7.3.dfsg-db5.1//debian/control 2011-03-28 15:41:03.245779002
+0000
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: LaMont Jones <[email protected]>
Uploaders: Bdale Garbee <[email protected]>
-Build-Depends: libkrb5-dev, debhelper (>= 5), libssl-dev, libtool, bison,
libdb-dev (>>4.6), libldap2-dev, libxml2-dev, libcap2-dev [!kfreebsd-i386
!kfreebsd-amd64 !hurd-i386], hardening-wrapper, libgeoip-dev (>= 1.4.6.dfsg-5),
dpkg-dev (>= 1.15.5)
+Build-Depends: libkrb5-dev, debhelper (>= 5), libssl-dev, libtool, bison,
libdb-dev (>= 5.1), libldap2-dev, libxml2-dev, libcap2-dev [!kfreebsd-i386
!kfreebsd-amd64 !hurd-i386], hardening-wrapper, libgeoip-dev (>= 1.4.6.dfsg-5),
dpkg-dev (>= 1.15.5)
Build-Conflicts: libdb4.2-dev
Standards-Version: 3.7.3.0
XS-Vcs-Browser: http://git.debian.org/?p=users/lamont/bind9.git
-- System Information:
Debian Release: squeeze/sid
APT prefers natty-updates
APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500,
'natty-backports'), (500, 'natty')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]