Hello community,

here is the log from the commit of package dnsmasq for openSUSE:Factory checked 
in at 2016-08-06 20:35:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnsmasq (Old)
 and      /work/SRC/openSUSE:Factory/.dnsmasq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnsmasq"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes  2016-06-29 
15:04:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new/dnsmasq.changes     2016-08-06 
20:35:47.000000000 +0200
@@ -1,0 +2,36 @@
+Wed Aug  3 13:46:06 UTC 2016 - m...@suse.com
+
+- Update to 2.76:
+
+  * Include 0.0.0.0/8 in DNS rebind checks.
+  * Enhance --add-subnet to allow arbitrary subnet addresses.
+  * Respect the --no-resolv flag in inotify code. Fixes bug
+    which caused dnsmasq to fail to start if a resolv-file
+    was a dangling symbolic link, even of --no-resolv set.
+  * Fix crash when an A or AAAA record is defined locally,
+    in a hosts file, and an upstream server sends a reply
+    that the same name is empty (CVE-2015-8899, bsc#983273).
+  * Fix failure to correctly calculate cache-size when reading a
+    hosts-file fails.
+  * Fix wrong answer to simple name query when --domain-needed
+    set, but no upstream servers configured.
+  * Return REFUSED when running out of forwarding table slots,
+    not SERVFAIL.
+  * Add --max-port configuration.
+  * Add --script-arp and two new functions for the dhcp-script.
+  * Extend --add-mac to allow a new encoding of the MAC address
+    as base64, by configurting --add-mac=base64
+  * Add --add-cpe-id option.
+
+  * Don't crash with divide-by-zero if an IPv6 dhcp-range is
+    declared as a whole /64.
+    (ie xx::0 to xx::ffff:ffff:ffff:ffff)
+  * Add support for a TTL parameter in --host-record and --cname.
+  * Add --dhcp-ttl option.
+  * Add --tftp-mtu option.
+  * Check return-code of inet_pton() when parsing dhcp-option.
+  * Fix wrong value for EDNS UDP packet size when using
+    --servers-file to define upstream DNS servers.
+  * Add dhcp_release6 to contrib/lease-tools.
+
+-------------------------------------------------------------------

Old:
----
  dnsmasq-2.75.tar.xz
  dnsmasq-2.75.tar.xz.asc

New:
----
  dnsmasq-2.76.tar.xz
  dnsmasq-2.76.tar.xz.asc

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

Other differences:
------------------
++++++ dnsmasq.spec ++++++
--- /var/tmp/diff_new_pack.pzHhe9/_old  2016-08-06 20:35:48.000000000 +0200
+++ /var/tmp/diff_new_pack.pzHhe9/_new  2016-08-06 20:35:48.000000000 +0200
@@ -20,7 +20,7 @@
 Summary:        Lightweight, Easy-to-Configure DNS Forwarder and DHCP Server
 License:        GPL-2.0 or GPL-3.0
 Group:          Productivity/Networking/DNS/Servers
-Version:        2.75
+Version:        2.76
 Release:        0
 Provides:       dns_daemon
 PreReq:         /usr/sbin/useradd /bin/mkdir
@@ -99,7 +99,7 @@
 # same flags for make and make install, else everything gets recompiled
 %define _copts   "-DHAVE_DBUS -DHAVE_CONNTRACK -DHAVE_IDN -DHAVE_DNSSEC"
 make %{?_smp_mflags} AWK=gawk all-i18n CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" 
COPTS=%{_copts}
-make -C contrib/wrt %{?_smp_mflags}
+make -C contrib/lease-tools %{?_smp_mflags}
 
 %pre
 if ! /usr/bin/getent group tftp >/dev/null; then
@@ -142,11 +142,11 @@
 
 # utils subpackage
 mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 755 contrib/wrt/dhcp_release 
${RPM_BUILD_ROOT}%{_bindir}/dhcp_release
-install -m 644 contrib/wrt/dhcp_release.1 
${RPM_BUILD_ROOT}%{_mandir}/man1/dhcp_release.1
-install -m 755 contrib/wrt/dhcp_lease_time 
${RPM_BUILD_ROOT}%{_bindir}/dhcp_lease_time
-install -m 644 contrib/wrt/dhcp_lease_time.1 
${RPM_BUILD_ROOT}%{_mandir}/man1/dhcp_lease_time.1
-rm contrib/wrt/{dhcp_release,dhcp_lease_time}
+install -m 755 contrib/lease-tools/dhcp_release 
${RPM_BUILD_ROOT}%{_bindir}/dhcp_release
+install -m 644 contrib/lease-tools/dhcp_release.1 
${RPM_BUILD_ROOT}%{_mandir}/man1/dhcp_release.1
+install -m 755 contrib/lease-tools/dhcp_lease_time 
${RPM_BUILD_ROOT}%{_bindir}/dhcp_lease_time
+install -m 644 contrib/lease-tools/dhcp_lease_time.1 
${RPM_BUILD_ROOT}%{_mandir}/man1/dhcp_lease_time.1
+rm contrib/lease-tools/{dhcp_release,dhcp_lease_time}
 rm -rf contrib/Suse
 rm -rf contrib/Solaris10
 rm -rf contrib/dnsmasq_MacOSX-pre10.4

++++++ dnsmasq-2.75.tar.xz -> dnsmasq-2.76.tar.xz ++++++
++++ 33292 lines of diff (skipped)



Reply via email to