Hello community,

here is the log from the commit of package dnsmasq for openSUSE:Factory checked 
in at 2012-03-08 19:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnsmasq (Old)
 and      /work/SRC/openSUSE:Factory/.dnsmasq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnsmasq", Maintainer is "u...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes  2012-02-10 
17:12:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new/dnsmasq.changes     2012-03-08 
19:42:42.000000000 +0100
@@ -1,0 +2,18 @@
+Tue Mar  6 10:13:09 CET 2012 - u...@suse.de
+
+- some dhcp fixes
+- Add Lua integration
+- Set TOS on DHCP sockets
+- Improve start-up speed when reading large hosts files
+- Fix problem if dnsmasq is started without the stdin
+- Allow the TFP server or boot server in --pxe-service
+- Support DHCPv6. Support is there for the sort of things
+  the existing v4 server does, including tags, options, 
+  static addresses and relay support
+- Support IPv6 router advertisements
+- Fix long-standing wrinkle with --localise-queries that
+  could result in wrong answers when DNS packets arrive
+  via an interface other than the expected one
+- 2.60
+
+-------------------------------------------------------------------

Old:
----
  dnsmasq-2.59.tar.bz2
  manpage.diff

New:
----
  dnsmasq-2.60.tar.bz2

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

Other differences:
------------------
++++++ dnsmasq.spec ++++++
--- /var/tmp/diff_new_pack.5ur4Wi/_old  2012-03-08 19:42:44.000000000 +0100
+++ /var/tmp/diff_new_pack.5ur4Wi/_new  2012-03-08 19:42:44.000000000 +0100
@@ -21,7 +21,7 @@
 Summary:        Lightweight, Easy-to-Configure DNS Forwarder and DHCP Server
 License:        GPL-2.0+
 Group:          Productivity/Networking/DNS/Servers
-Version:        2.59
+Version:        2.60
 Release:        0
 Provides:       dns_daemon
 PreReq:         /usr/sbin/useradd %fillup_prereq %insserv_prereq /bin/mkdir
@@ -30,7 +30,6 @@
 Source1:        vendor-files.tar.bz2
 Source2:        dnsmasq.service
 Patch1:         group_and_isc.diff
-Patch3:         manpage.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel
 BuildRequires:  libidn
@@ -53,7 +52,6 @@
 %setup -n dnsmasq-%{version}
 %setup -T -D -a1 -n dnsmasq-%{version}
 %patch1 -p0
-%patch3 -p0
 echo "#define HAVE_DBUS" >> src/config.h
 
 %build

++++++ dnsmasq-2.59.tar.bz2 -> dnsmasq-2.60.tar.bz2 ++++++
++++ 30867 lines of diff (skipped)

++++++ group_and_isc.diff ++++++
--- /var/tmp/diff_new_pack.5ur4Wi/_old  2012-03-08 19:42:44.000000000 +0100
+++ /var/tmp/diff_new_pack.5ur4Wi/_new  2012-03-08 19:42:44.000000000 +0100
@@ -1,24 +1,25 @@
---- src/config.h
-+++ src/config.h       2011/03/02 08:46:53
-@@ -62,8 +62,8 @@
- #endif
- 
- #define DEFLEASE 3600 /* default lease time, 1 hour */
--#define CHUSER "nobody"
--#define CHGRP "dip"
-+#define CHUSER "dnsmasq"
-+#define CHGRP "nogroup"
- #define NAMESERVER_PORT 53
- #define DHCP_SERVER_PORT 67
- #define DHCP_CLIENT_PORT 68
 --- man/dnsmasq.8
-+++ man/dnsmasq.8      2011/03/02 08:43:55
-@@ -118,7 +118,7 @@
++++ man/dnsmasq.8      2012/03/06 09:46:44
+@@ -118,8 +118,7 @@
  .TP
  .B \-g, --group=<groupname> 
  Specify the group which dnsmasq will run
 -as. The defaults to "dip", if available, to facilitate access to
-+as. The defaults to "dialout", if available, to facilitate access to
- /etc/ppp/resolv.conf which is not normally world readable.
+-/etc/ppp/resolv.conf which is not normally world readable.
++as. The defaults to "nogroup".
  .TP
  .B \-v, --version
+ Print the version number.
+--- src/config.h
++++ src/config.h       2012/03/06 09:46:26
+@@ -34,8 +34,8 @@
+ #define ETHERSFILE "/etc/ethers"
+ #define RUNFILE "/var/run/dnsmasq.pid"
+ #define DEFLEASE 3600 /* default lease time, 1 hour */
+-#define CHUSER "nobody"
+-#define CHGRP "dip"
++#define CHUSER "dnsmasq"
++#define CHGRP "nogroup"
+ #define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */
+ #define LOG_MAX 5 /* log-queue length */
+ #define RANDFILE "/dev/urandom"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to