From 325b61fe3212c7654cbd52cdbf6138a8dbf3d37ffb87154abaccd2ca0a63332c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 19 Jun 2009 21:37:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bind?expand=0&rev=32 --- bind-9.6.0P1.tar.gz | 3 --- bind-9.6.1.tar.gz | 3 +++ bind.changes | 7 +++++++ bind.spec | 27 ++++++++++++++++----------- configure.in.diff | 9 --------- 5 files changed, 26 insertions(+), 23 deletions(-) delete mode 100644 bind-9.6.0P1.tar.gz create mode 100644 bind-9.6.1.tar.gz diff --git a/bind-9.6.0P1.tar.gz b/bind-9.6.0P1.tar.gz deleted file mode 100644 index 26b4c6e..0000000 --- a/bind-9.6.0P1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d78ea39b30f10d33440cc358603e5af43223483553f9cc5cf800436af8b71b9 -size 6618579 diff --git a/bind-9.6.1.tar.gz b/bind-9.6.1.tar.gz new file mode 100644 index 0000000..a759483 --- /dev/null +++ b/bind-9.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58968b601ebb66be73c32d69111afd6dd17f087e1bff12030f0dc2dada76d7cf +size 6724683 diff --git a/bind.changes b/bind.changes index 14aa18e..806e342 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 16 11:13:40 CEST 2009 - ug@suse.de + +- around 50 bugfixes against 9.6.0p1 + See changelog for details +- version 9.6.1 + ------------------------------------------------------------------- Thu Apr 9 11:27:57 CEST 2009 - ug@suse.de diff --git a/bind.spec b/bind.spec index 0fd8eb0..3e34cbc 100644 --- a/bind.spec +++ b/bind.spec @@ -1,5 +1,5 @@ # -# spec file for package bind (Version 9.6.0P1) +# spec file for package bind (Version 9.6.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,14 +20,14 @@ Name: bind %define pkg_name bind -%define pkg_vers 9.6.0P1 +%define pkg_vers 9.6.1 #BuildRequires: openldap2 openldap2-devel BuildRequires: libcap libcap-devel libxml2-devel openssl openssl-devel Summary: Domain Name System (DNS) Server (named) -Version: 9.6.0P1 -Release: 4 +Version: 9.6.1 +Release: 1 %define SDB_LDAP_VERSION 1.0-beta -License: BSD 3-Clause; X11/MIT +License: BSD 3-clause (or similar) ; MIT License (or similar) Group: Productivity/Networking/DNS/Servers Provides: dns_daemon bind8 bind9 Obsoletes: bind8 bind9 @@ -82,7 +82,7 @@ Authors: ISC Software %package chrootenv -License: BSD 3-Clause; X11/MIT +License: BSD 3-clause (or similar) ; MIT License (or similar) Summary: Chroot environment for BIND named and lwresd Group: Productivity/Networking/DNS/Servers PreReq: /usr/sbin/groupadd /usr/sbin/useradd @@ -99,7 +99,7 @@ Authors: ISC Software %package devel -License: BSD 3-Clause; X11/MIT +License: BSD 3-clause (or similar) ; MIT License (or similar) Summary: Development Libraries and Header Files of BIND Group: Development/Libraries/C and C++ Requires: %{name}-libs = %{version} @@ -124,7 +124,7 @@ Authors: ISC Software %package doc -License: BSD 3-Clause; X11/MIT +License: BSD 3-clause (or similar) ; MIT License (or similar) Summary: BIND documentation Group: Documentation/Other @@ -140,7 +140,7 @@ Authors: ISC Software %package libs -License: BSD 3-Clause; X11/MIT +License: BSD 3-clause (or similar) ; MIT License (or similar) Summary: Shared libraries of BIND Group: Development/Libraries/C and C++ # bug437293 @@ -161,7 +161,7 @@ Authors: ISC Software %package lwresd -License: BSD 3-Clause; X11/MIT +License: BSD 3-clause (or similar) ; MIT License (or similar) Summary: Lightweight Resolver Daemon Group: Productivity/Networking/DNS/Utilities Requires: %{name}-chrootenv @@ -183,7 +183,7 @@ Authors: ISC Software %package utils -License: BSD 3-Clause; X11/MIT +License: BSD 3-clause (or similar) ; MIT License (or similar) Summary: Utilities to query and test DNS Group: Productivity/Networking/DNS/Utilities Provides: dns_utils bindutil bind9-utils @@ -694,6 +694,7 @@ fi %doc %{_mandir}/man1/dig.1.gz %doc %{_mandir}/man1/host.1.gz %doc %{_mandir}/man1/nslookup.1.gz +%doc %{_mandir}/man1/isc-config.sh.1.gz %doc %{_mandir}/man5/rndc.conf.5.gz %doc %{_mandir}/man1/nsupdate.1.gz %doc %{_mandir}/man8/rndc-confgen.8.gz @@ -706,6 +707,10 @@ fi %doc %{_mandir}/man5/idnrc.5.gz %changelog +* Tue Jun 16 2009 ug@suse.de +- around 50 bugfixes against 9.6.0p1 + See changelog for details +- version 9.6.1 * Thu Apr 09 2009 ug@suse.de - not all include files were copied into chroot (bnc#466800) * Tue Mar 03 2009 ug@suse.de diff --git a/configure.in.diff b/configure.in.diff index 3a819a4..155a93f 100644 --- a/configure.in.diff +++ b/configure.in.diff @@ -1,14 +1,5 @@ --- bind-9.2.3/configure.in +++ bind-9.2.3/configure.in 2004-06-20 08:17:09 -@@ -24,7 +24,7 @@ - AC_CANONICAL_HOST - - AC_PROG_MAKE_SET --AC_PROG_RANLIB -+AC_PROG_LIBTOOL - AC_PROG_INSTALL - - AC_SUBST(STD_CINCLUDES) @@ -1636,7 +1636,7 @@ # empty). The variable VARIABLE will be substituted into output files. #