rpms/dnsmasq/devel .cvsignore, 1.22, 1.23 dnsmasq-configuration.patch, 1.2, 1.3 dnsmasq.spec, 1.35, 1.36 sources, 1.22, 1.23

Matej Cepl mcepl at fedoraproject.org
Mon Dec 29 01:40:29 UTC 2008


Author: mcepl

Update of /cvs/extras/rpms/dnsmasq/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18706

Modified Files:
	.cvsignore dnsmasq-configuration.patch dnsmasq.spec sources 
Log Message:
New upstream release. Fixes bug 472394.

The main changes in the upstream release:
* inclduded support for D-BUS
* support DHCP clients in multiple DNS domains
* allow for more that one MAC address in a dhcp-host line
* many others



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dnsmasq/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	22 Jul 2008 00:52:10 -0000	1.22
+++ .cvsignore	29 Dec 2008 01:39:59 -0000	1.23
@@ -1 +1 @@
-dnsmasq-2.45.tar.gz
+dnsmasq-2.46.tar.gz

dnsmasq-configuration.patch:

Index: dnsmasq-configuration.patch
===================================================================
RCS file: /cvs/extras/rpms/dnsmasq/devel/dnsmasq-configuration.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dnsmasq-configuration.patch	16 Jul 2008 19:28:52 -0000	1.2
+++ dnsmasq-configuration.patch	29 Dec 2008 01:39:59 -0000	1.3
@@ -1,19 +1,7 @@
-diff -urN dnsmasq-2.43/contrib/dnslist/dnslist.pl dnsmasq-2.43-patched/contrib/dnslist/dnslist.pl
---- dnsmasq-2.43/contrib/dnslist/dnslist.pl	2008-06-02 13:58:52.000000000 -0500
-+++ dnsmasq-2.43-patched/contrib/dnslist/dnslist.pl	2008-07-16 14:23:16.000000000 -0500
-@@ -44,7 +44,7 @@
- 
- # Location of state file.  (This is the dnsmasq default.)
- # Change with -s <file>
--my $dnsmasq_state_file = '/var/lib/misc/dnsmasq.leases';
-+my $dnsmasq_state_file = '/var/lib/dnsmasq/dnsmasq.leases';
- # Location of template.  (Assumed to be in current directory.)
- # Change with -t <file>
- my $html_template_file = 'dnslist.tt2';
-diff -urN dnsmasq-2.43/dnsmasq.conf.example dnsmasq-2.43-patched/dnsmasq.conf.example
---- dnsmasq-2.43/dnsmasq.conf.example	2008-06-02 13:58:52.000000000 -0500
-+++ dnsmasq-2.43-patched/dnsmasq.conf.example	2008-07-16 14:23:29.000000000 -0500
-@@ -351,7 +351,7 @@
+diff -up dnsmasq-2.46/dnsmasq.conf.example.orig dnsmasq-2.46/dnsmasq.conf.example
+--- dnsmasq-2.46/dnsmasq.conf.example.orig	2008-10-21 15:41:01.000000000 +0200
++++ dnsmasq-2.46/dnsmasq.conf.example	2008-12-29 02:14:18.000000000 +0100
+@@ -365,7 +365,7 @@
  # The DHCP server needs somewhere on disk to keep its lease database.
  # This defaults to a sane location, but if you want to change it, use
  # the line below.
@@ -22,10 +10,10 @@
  
  # Set the DHCP server to authoritative mode. In this mode it will barge in
  # and take over the lease for any client which broadcasts on the network,
-diff -urN dnsmasq-2.43/man/dnsmasq.8 dnsmasq-2.43-patched/man/dnsmasq.8
---- dnsmasq-2.43/man/dnsmasq.8	2008-07-10 10:48:14.000000000 -0500
-+++ dnsmasq-2.43-patched/man/dnsmasq.8	2008-07-16 14:22:35.000000000 -0500
-@@ -1116,7 +1116,7 @@
+diff -up dnsmasq-2.46/man/dnsmasq.8.orig dnsmasq-2.46/man/dnsmasq.8
+--- dnsmasq-2.46/man/dnsmasq.8.orig	2008-10-23 12:23:57.000000000 +0200
++++ dnsmasq-2.46/man/dnsmasq.8	2008-12-29 02:14:18.000000000 +0100
+@@ -1171,7 +1171,7 @@ file needs a 1GHz processor and about 60
  
  .IR /etc/ethers
  
@@ -34,10 +22,10 @@
  
  .IR /var/db/dnsmasq.leases
  
-diff -urN dnsmasq-2.43/man/es/dnsmasq.8 dnsmasq-2.43-patched/man/es/dnsmasq.8
---- dnsmasq-2.43/man/es/dnsmasq.8	2008-06-02 13:58:52.000000000 -0500
-+++ dnsmasq-2.43-patched/man/es/dnsmasq.8	2008-07-16 14:22:48.000000000 -0500
-@@ -1145,7 +1145,7 @@
+diff -up dnsmasq-2.46/man/es/dnsmasq.8.orig dnsmasq-2.46/man/es/dnsmasq.8
+--- dnsmasq-2.46/man/es/dnsmasq.8.orig	2008-11-03 12:18:56.000000000 +0100
++++ dnsmasq-2.46/man/es/dnsmasq.8	2008-12-29 02:14:18.000000000 +0100
+@@ -1222,7 +1222,7 @@ un CPU de 1GHz y aproximadamente 60MB de
  
  .IR /etc/ethers
  
@@ -46,21 +34,9 @@
  
  .IR /var/db/dnsmasq.leases
  
-diff -urN dnsmasq-2.43/man/fr/dnsmasq.8 dnsmasq-2.43-patched/man/fr/dnsmasq.8
---- dnsmasq-2.43/man/fr/dnsmasq.8	2008-07-11 03:28:28.000000000 -0500
-+++ dnsmasq-2.43-patched/man/fr/dnsmasq.8	2008-07-16 14:22:54.000000000 -0500
-@@ -1280,7 +1280,7 @@
- 
- .IR /etc/ethers
- 
--.IR /var/lib/misc/dnsmasq.leases 
-+.IR /var/lib/dnsmasq/dnsmasq.leases 
- 
- .IR /var/db/dnsmasq.leases
- 
-diff -urN dnsmasq-2.43/src/config.h dnsmasq-2.43-patched/src/config.h
---- dnsmasq-2.43/src/config.h	2008-07-11 03:44:17.000000000 -0500
-+++ dnsmasq-2.43-patched/src/config.h	2008-07-16 14:21:02.000000000 -0500
+diff -up dnsmasq-2.46/src/config.h.orig dnsmasq-2.46/src/config.h
+--- dnsmasq-2.46/src/config.h.orig	2008-11-10 22:47:46.000000000 +0100
++++ dnsmasq-2.46/src/config.h	2008-12-29 02:16:05.000000000 +0100
 @@ -43,7 +43,7 @@
  #elif defined(__sun__) || defined (__sun)
  #   define LEASEFILE "/var/cache/dnsmasq.leases"
@@ -70,12 +46,12 @@
  #endif
  #if defined(__FreeBSD__)
  #   define CONFFILE "/usr/local/etc/dnsmasq.conf"
-@@ -167,7 +167,7 @@
+@@ -159,7 +159,7 @@ NOTES:
+ /* platform independent options- uncomment to enable */
  #define HAVE_TFTP
  /* #define HAVE_BROKEN_RTC */
- /* #define HAVE_ISC_READER */
 -/* #define HAVE_DBUS */
 +#define HAVE_DBUS
  
- #if defined(HAVE_BROKEN_RTC) && defined(HAVE_ISC_READER)
- #  error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC
+ /* Allow TFTP to be disabled with COPTS=-DNO_TFTP */
+ #ifdef NO_TFTP


Index: dnsmasq.spec
===================================================================
RCS file: /cvs/extras/rpms/dnsmasq/devel/dnsmasq.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- dnsmasq.spec	22 Jul 2008 00:52:10 -0000	1.35
+++ dnsmasq.spec	29 Dec 2008 01:39:59 -0000	1.36
@@ -10,7 +10,7 @@
 %endif
 
 Name:           dnsmasq
-Version:        2.45
+Version:        2.46
 Release:        1%{?extraversion}%{?dist}
 Summary:        A lightweight DHCP/caching DNS server
 
@@ -109,6 +109,9 @@
 
 
 %changelog
+* Mon Dec 29 2008 Matěj Cepl <mcepl at redhat.com> - 2.45-2
+- rebuilt
+
 * Mon Jul 21 2008 Patrick "Jima" Laughton <jima at beer.tclug.org> 2.45-1
 - Upstream release (bugfixes)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dnsmasq/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	22 Jul 2008 00:52:10 -0000	1.22
+++ sources	29 Dec 2008 01:39:59 -0000	1.23
@@ -1 +1 @@
-b7956e15c9766e05b3eca3ce88fdb616  dnsmasq-2.45.tar.gz
+79ec740d1a10ee75f13efa4ff36d0250  dnsmasq-2.46.tar.gz




More information about the fedora-extras-commits mailing list