Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2012-05-23 09:21:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-10 
15:13:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2012-05-23 
09:21:55.000000000 +0200
@@ -1,0 +2,20 @@
+Tue May 22 10:04:42 CEST 2012 - [email protected]
+
+- this version has no new features but only bugfixes
+- Addresses a race condition that can cause named to to crash when
+  the masters list for a zone is updated via rndc reload/reconfig
+- Fixes a race condition in zone.c that can cause named to crash
+  during the processing of rndc delzone
+- Prevents a named segfault from resolver.c due to procedure
+  fctx_finddone() not being thread-safe
+- SDB now handles unexpected errors from back-end database drivers
+  gracefully instead of exiting on an assert.
+- Prevents named crashes as a result of dereferencing a NULL pointer
+  in zmgr_start_xfrin_ifquota if the zone was being removed while
+  there were zone transfers still pending
+- Corrects a parser bug that could cause named to crash while
+  reading a malformed zone file
+- many more smaller fixes
+- version 9.9.1
+
+-------------------------------------------------------------------

Old:
----
  assertion_failure_fix.diff
  bind-9.9.0.tar.gz

New:
----
  bind-9.9.1.tar.gz

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

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.9tL8sl/_old  2012-05-23 09:21:57.000000000 +0200
+++ /var/tmp/diff_new_pack.9tL8sl/_new  2012-05-23 09:21:57.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           bind
 %define pkg_name bind
-%define pkg_vers 9.9.0
+%define pkg_vers 9.9.1
 BuildRequires:  krb5-devel
 BuildRequires:  libcap
 BuildRequires:  libcap-devel
@@ -33,7 +33,7 @@
 Summary:        Domain Name System (DNS) Server (named)
 License:        BSD-3-Clause ; MIT
 Group:          Productivity/Networking/DNS/Servers
-Version:        9.9.0
+Version:        9.9.1
 Release:        0
 Provides:       dns_daemon bind8 bind9
 Obsoletes:      bind8 bind9
@@ -53,7 +53,6 @@
 Patch52:        named-bootconf.diff
 Patch100:       configure.in.diff2
 Patch110:       workaround-compile-problem.diff
-Patch120:       assertion_failure_fix.diff
 Source60:       dlz-schema.txt
 %if %ul_version >= 1
 %define        VENDOR UL
@@ -188,7 +187,6 @@
 %patch100 -p1
 %endif
 %patch110 -p0
-%patch120 -p0
 # modify settings of some files regarding to OS version and vendor
 function replaceStrings()
 {

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

++++++ perl-path.diff ++++++
--- /var/tmp/diff_new_pack.9tL8sl/_old  2012-05-23 09:21:57.000000000 +0200
+++ /var/tmp/diff_new_pack.9tL8sl/_new  2012-05-23 09:21:57.000000000 +0200
@@ -1,30 +1,24 @@
-Index: bin/tests/t_api.pl
-===================================================================
---- bin/tests/t_api.pl.orig
-+++ bin/tests/t_api.pl
+--- bin/tests/t_api.pl
++++ bin/tests/t_api.pl 2012/05/22 07:59:27
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  #
  # Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
  # Copyright (C) 1999-2001  Internet Software Consortium.
-Index: contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl
-===================================================================
---- contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl.orig
-+++ contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl
+--- contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl
++++ contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl  2012/05/22 
07:59:17
 @@ -1,4 +1,4 @@
 -#! /usr/local/bin/perl -w
 +#! /usr/bin/perl -w
- # $Id: generate_nameprep_data.pl,v 1.1.1.1 2003-06-04 00:27:54 marka Exp $
+ # $Id: generate_nameprep_data.pl,v 1.1 2003/06/04 00:27:54 marka Exp $
  #
  # Copyright (c) 2001 Japan Network Information Center.  All rights reserved.
-Index: contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl
-===================================================================
---- contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl.orig
-+++ contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl
+--- contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl
++++ contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl 2012/05/22 
07:58:58
 @@ -1,4 +1,4 @@
 -#! /usr/local/bin/perl -w
 +#! /usr/bin/perl -w
- # $Id: generate_normalize_data.pl,v 1.1.1.1 2003-06-04 00:27:55 marka Exp $
+ # $Id: generate_normalize_data.pl,v 1.1 2003/06/04 00:27:55 marka Exp $
  #
  # Copyright (c) 2000,2001 Japan Network Information Center.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to