Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2012-05-08 12:25:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
 and      /work/SRC/openSUSE:Factory/.bind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes        2012-03-01 
17:18:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2012-05-08 
12:25:32.000000000 +0200
@@ -1,0 +2,26 @@
+Fri May  4 17:01:24 CEST 2012 - [email protected]
+
+- many dnssec fixes and features (too many to list them
+  here, check the changelog)
+- improved startup time
+- improved scalability
+- Added support for Uniform Resource Identifier (URI) resource
+  records
+- Local copies of slave zones are now saved in raw format by
+  default to improve startup performance
+  BIND 9.9 changes the default storage format for slave zone
+  files from text to raw.  Because named's behavior when a slave
+  server cannot read or parse a zone file is to move the offending
+  file out of the way and retransfer the zone, slave servers
+  that are updated from a pre-9.9.0 version of BIND and which
+  have existing copies of slave zone data may wind up with
+  extraneous copies of zone data stored, as the existing
+  text-format zone file copies will be moved aside to filenames
+  of the format db-###### and journal files to the format
+  jn-######  (where # represents a hexadecimal digit.)
+- many many bugfixes. Please read changelog for details
+- fixed handling of TXT records in ldapdump
+  (bnc#743758)
+- 9.9.0
+
+-------------------------------------------------------------------

Old:
----
  bind-9.8.1-P1.tar.gz
  dlz_compile.diff

New:
----
  bind-9.9.0.tar.gz
  workaround-compile-problem.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.T6rGRL/_old  2012-05-08 12:25:35.000000000 +0200
+++ /var/tmp/diff_new_pack.T6rGRL/_new  2012-05-08 12:25:35.000000000 +0200
@@ -16,9 +16,10 @@
 #
 
 
+
 Name:           bind
 %define pkg_name bind
-%define pkg_vers 9.8.1-P1
+%define pkg_vers 9.9.0
 BuildRequires:  krb5-devel
 BuildRequires:  libcap
 BuildRequires:  libcap-devel
@@ -32,7 +33,7 @@
 Summary:        Domain Name System (DNS) Server (named)
 License:        BSD-3-Clause ; MIT
 Group:          Productivity/Networking/DNS/Servers
-Version:        9.8.1P1
+Version:        9.9.0
 Release:        0
 Provides:       dns_daemon bind8 bind9
 Obsoletes:      bind8 bind9
@@ -50,8 +51,8 @@
 Patch4:         perl-path.diff
 Patch51:        pie_compile.diff
 Patch52:        named-bootconf.diff
-Patch70:        dlz_compile.diff
 Patch100:       configure.in.diff2
+Patch110:       workaround-compile-problem.diff
 Source60:       dlz-schema.txt
 %if %ul_version >= 1
 %define        VENDOR UL
@@ -185,7 +186,7 @@
 %if 0%{?suse_version} <= 1010
 %patch100 -p1
 %endif
-%patch70 -p0
+%patch110 -p0
 # modify settings of some files regarding to OS version and vendor
 function replaceStrings()
 {
@@ -328,7 +329,7 @@
 cp -a vendor-files/docu/dnszonehowto.html contrib/sdb/ldap/
 mkdir -p vendor-files/config/ISC-examples
 cp -a bin/tests/*.conf* vendor-files/config/ISC-examples
-for file in CHANGES COPYRIGHT README FAQ version contrib 
doc/{arm,draft,misc,rfc} vendor-files/config; do
+for file in CHANGES COPYRIGHT README FAQ version contrib doc/{arm,misc} 
vendor-files/config; do
        basename=$( basename ${file})
        cp -a ${file} ${RPM_BUILD_ROOT}/%{_defaultdocdir}/bind/${basename}
        echo "%doc %{_defaultdocdir}/bind/${basename}" >>filelist-bind-doc

++++++ bind-9.8.1-P1.tar.gz -> bind-9.9.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/bind/bind-9.8.1-P1.tar.gz 
/work/SRC/openSUSE:Factory/.bind.new/bind-9.9.0.tar.gz differ: char 5, line 1

++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/tools/ldapdump 
new/vendor-files/tools/ldapdump
--- old/vendor-files/tools/ldapdump     2012-01-02 23:17:29.000000000 +0100
+++ new/vendor-files/tools/ldapdump     2012-05-04 16:56:20.000000000 +0200
@@ -440,7 +440,7 @@
         }
         chomp($outf[-1]);
         $outf[-1] .= ")\n";
-        foreach my $rec ( qw( NS A MX PTR CNAME SRV HINFO MINFO SIG KEY AAAA 
LOC NXT NAPTR KX CERT A6 DNAME ) ) {
+        foreach my $rec ( qw( NS A MX PTR CNAME SRV HINFO MINFO SIG KEY AAAA 
LOC NXT NAPTR KX CERT A6 DNAME TXT ) ) {
             my $ref = $zone_entry->get_value($rec.'record', asref => 1);
             next unless $ref;
             foreach my $rr ( @$ref ) {

++++++ workaround-compile-problem.diff ++++++
--- bin/tests/system/Makefile.in
+++ bin/tests/system/Makefile.in        2012/05/04 14:43:22
@@ -21,7 +21,7 @@
 
 @BIND9_MAKE_INCLUDES@
 
-SUBDIRS =      dlzexternal filter-aaaa lwresd rpz tkey tsiggss
+SUBDIRS =      filter-aaaa lwresd rpz tkey tsiggss
 TARGETS =
 
 @BIND9_MAKE_RULES@
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to