Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2014-07-15 08:01:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knot (Old)
 and      /work/SRC/openSUSE:Factory/.knot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/knot/knot.changes        2014-06-25 
10:49:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.knot.new/knot.changes   2014-07-15 
08:01:11.000000000 +0200
@@ -1,0 +2,48 @@
+Fri Jul 11 09:06:45 UTC 2014 - [email protected]
+
+- Squash 0002-remove-AM_SILENT_RULES.patch and 0003-no-dist-xz.patch
+  into 0002-make-configure.ac-compatible-with-old-tools.patch that
+  removes configure.ac options incompatible with SLES_11_SP[23].
+
+- added patches:
+  * 0002-make-configure.ac-compatible-with-old-tools.patch
+
+- removed patches:
+  * 0002-remove-AM_SILENT_RULES.patch
+  * 0003-no-dist-xz.patch
+
+-------------------------------------------------------------------
+Thu Jul 10 08:18:29 UTC 2014 - [email protected]
+
+- Updated to 1.5.0
+  Features:
+       * DDNS forwarding reimplemented
+       * edns-client-subnet support in kdig
+       * Optional asynchronous startup (config "asynchronous-start")
+       * Pluggable query processing modules
+       * Synthetic IPv4/IPv6 reverse/forward records (optional module)
+       * dnstap support in both utilities & server (optional module)
+       * NOTIFY message support and new TSIG section in kdig
+       * Multi-master support
+  Improvements:
+       * Transfer sizes logged in bytes if needed
+       * Logging outgoing NOTIFY messages
+       * Logging unauthorized incoming NOTIFYs
+       * Preempt task queue for faster reload
+       * Lazy zone file write after zone transfer (governed by "zonefile-sync")
+       * Query processing and core functionality overhaul 
+       * Performance and reduced memory footprint
+       * Faster zone events scheduling
+       * RFC compliant queries/responses in some corner cases
+       * Log messages
+       * New documentation (Sphinx)
+  Bugfixes:
+       * Zone flush planning after bootstrap
+       * Incorrect incoming AXFR message sizes
+       * DDNS signing changes were freed too soon, posibility of stale data
+       * knotc remote control key handling
+       * Close zone transfer after SERVFAIL response
+       * Incremental to full zone transfer fallback, wrong log message
+       * Zone events corner cases, reload replanning
+
+-------------------------------------------------------------------

Old:
----
  knot-1.4.7.tar.gz

New:
----
  0002-make-configure.ac-compatible-with-old-tools.patch
  knot-1.5.0.tar.gz

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

Other differences:
------------------
++++++ knot.spec ++++++
--- /var/tmp/diff_new_pack.Gc9Y3Y/_old  2014-07-15 08:01:13.000000000 +0200
+++ /var/tmp/diff_new_pack.Gc9Y3Y/_new  2014-07-15 08:01:13.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           knot
 Url:            http://www.knot-dns.cz
-Version:        1.4.7
+Version:        1.5.0
 Release:        0
 Summary:        An authoritative DNS daemon
 License:        GPL-3.0+
@@ -27,15 +27,10 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
+BuildRequires:  libtool
 BuildRequires:  flex
 BuildRequires:  liburcu-devel
 BuildRequires:  pkg-config
-# We really only need makeinfo
-%if 0%{?suse_version} > 1220
-BuildRequires:  makeinfo
-%else
-BuildRequires:  texinfo
-%endif
 BuildRequires:  openssl-devel
 %if 0%{?suse_version} > 1140
 BuildRequires:  systemd
@@ -46,6 +41,7 @@
 Source1:        knot.conf
 Source2:        knot.service
 Patch0:         0001-loosen-openssl-dependency.patch
+Patch1:         0002-make-configure.ac-compatible-with-old-tools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,11 +50,13 @@
 %prep
 %setup -q 
 %patch0 -p1
+%patch1 -p1
 
 %build
 %if 0%{suse_version} == 1210
 export SUSE_ASNEEDED=0
 %endif
+autoreconf -fi
 %configure \
   --sysconfdir=%{_sysconfdir} \
   --libexecdir=%{_libexecdir}/%{name} \
@@ -70,7 +68,6 @@
 
 %install
 make DESTDIR=%{buildroot} install
-rm %{buildroot}/%{_infodir}/dir
 install -d %{buildroot}%{_docdir}/%{name}
 install -d %{buildroot}%{_docdir}/%{name}/samples/
 rm %{buildroot}%{_sysconfdir}/%{name}/*
@@ -82,6 +79,7 @@
 install -p -m644 COPYING AUTHORS NEWS THANKS README 
%{buildroot}%{_docdir}/%{name}
 install -p -m644 samples/*.conf samples/*.zone* 
%{buildroot}%{_docdir}/%{name}/samples/
 ln -s /sbin/service %{buildroot}%{_sbindir}/rcknot
+rm %{buildroot}%{_libdir}/*.so %{buildroot}%{_libdir}/*.la
 
 %pre
 getent group knot >/dev/null || groupadd -r knot
@@ -98,16 +96,16 @@
 %endif
 
 %post
+/sbin/ldconfig
 %if 0%{?has_systemd}
 %service_add_post %{name}.service
 %endif
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %postun
+/sbin/ldconfig
 %if 0%{?has_systemd}
 %service_del_postun %{name}.service
 %endif
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %files
 %defattr(-,root,root)
@@ -115,9 +113,9 @@
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %{_sbindir}/*
 %{_bindir}/*
+%{_libdir}/*.so.*
 %{_mandir}/man?/*
 %doc %{_docdir}/%{name}
-%doc %{_infodir}/*
 %if 0%{?has_systemd}
 %{_unitdir}/%{name}.service
 %endif

++++++ 0001-loosen-openssl-dependency.patch ++++++
--- /var/tmp/diff_new_pack.Gc9Y3Y/_old  2014-07-15 08:01:13.000000000 +0200
+++ /var/tmp/diff_new_pack.Gc9Y3Y/_new  2014-07-15 08:01:13.000000000 +0200
@@ -1,6 +1,6 @@
 --- knot.orig/configure
 +++ knot/configure
-@@ -13429,23 +13429,6 @@ if test "$with_openssl" = "no"; then :
+@@ -13607,23 +13607,6 @@ if test "$with_openssl" = "no"; then :
  
  fi
  
@@ -26,7 +26,7 @@
  # Check whether --with-libidn was given.
 --- knot.orig/configure.ac
 +++ knot/configure.ac
-@@ -283,14 +283,6 @@ AS_IF([test "$with_openssl" = "no"],[
+@@ -284,14 +284,6 @@ AS_IF([test "$with_openssl" = "no"],[
    AC_MSG_ERROR([OpenSSL library is required.])
  ])
  
@@ -38,6 +38,6 @@
 -  ],[],[AC_MSG_ERROR([OpenSSL library version >= 1.0.0 is required.])]
 -)
 -
- AC_ARG_WITH(libidn, AC_HELP_STRING([--with-libidn=[DIR]],
-     [Support IDN (needs GNU Libidn)]),
-     libidn=$withval, libidn=yes)
+ dnl Check for libidn.
+ AC_ARG_WITH(libidn,
+     AC_HELP_STRING([--with-libidn=[DIR]], [Support IDN (needs GNU Libidn)]),

++++++ 0002-make-configure.ac-compatible-with-old-tools.patch ++++++
diff --git a/configure.ac b/configure.ac
index 6eed9ce..9f62d3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,6 @@
 AC_PREREQ([2.60])
 AC_INIT([knot], [1.5.0], [[email protected]])
 AM_INIT_AUTOMAKE([gnits subdir-objects dist-xz -Wall -Werror])
-AM_SILENT_RULES([yes])
 AC_CONFIG_SRCDIR([src/knot/main.c])
 AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/configure.ac b/configure.ac
index 45c853f..7f7d48f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ([2.60])
 AC_INIT([knot], [1.5.0], [[email protected]])
-AM_INIT_AUTOMAKE([gnits subdir-objects dist-xz -Wall -Werror])
+AM_INIT_AUTOMAKE([gnits subdir-objects -Wall -Werror])
 AC_CONFIG_SRCDIR([src/knot/main.c])
 AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_MACRO_DIR([m4])
++++++ knot-1.4.7.tar.gz -> knot-1.5.0.tar.gz ++++++
++++ 164028 lines of diff (skipped)

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

Reply via email to