rpms/dnsmasq/devel .cvsignore, 1.23, 1.24 dnsmasq-configuration.patch, 1.3, 1.4 dnsmasq.spec, 1.37, 1.38 sources, 1.23, 1.24

Patrick Laughton jima at fedoraproject.org
Fri May 29 14:08:41 UTC 2009


Author: jima

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

Modified Files:
	.cvsignore dnsmasq-configuration.patch dnsmasq.spec sources 
Log Message:

* Fri May 29 2009 Patrick "Jima" Laughton <jima at beer.tclug.org> 2.47-1  
- Bugfix/feature enhancement update



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dnsmasq/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- .cvsignore	29 Dec 2008 01:39:59 -0000	1.23
+++ .cvsignore	29 May 2009 14:08:10 -0000	1.24
@@ -1 +1 @@
-dnsmasq-2.46.tar.gz
+dnsmasq-2.47.tar.gz

dnsmasq-configuration.patch:

Index: dnsmasq-configuration.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dnsmasq/devel/dnsmasq-configuration.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- dnsmasq-configuration.patch	29 Dec 2008 01:39:59 -0000	1.3
+++ dnsmasq-configuration.patch	29 May 2009 14:08:10 -0000	1.4
@@ -1,7 +1,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 @@
+diff -urN dnsmasq-2.47/dnsmasq.conf.example.orig dnsmasq-2.47/dnsmasq.conf.example
+--- dnsmasq-2.47/dnsmasq.conf.example.orig	2009-01-03 14:28:51.000000000 -0600
++++ dnsmasq-2.47/dnsmasq.conf.example	2009-05-29 08:34:56.000000000 -0500
+@@ -381,7 +381,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.
@@ -10,10 +10,10 @@ diff -up dnsmasq-2.46/dnsmasq.conf.examp
  
  # 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 -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
+diff -urN dnsmasq-2.47/man/dnsmasq.8.orig dnsmasq-2.47/man/dnsmasq.8
+--- dnsmasq-2.47/man/dnsmasq.8.orig	2009-01-28 04:31:53.000000000 -0600
++++ dnsmasq-2.47/man/dnsmasq.8	2009-05-29 08:34:56.000000000 -0500
+@@ -1189,7 +1189,7 @@
  
  .IR /etc/ethers
  
@@ -22,10 +22,10 @@ diff -up dnsmasq-2.46/man/dnsmasq.8.orig
  
  .IR /var/db/dnsmasq.leases
  
-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
+diff -urN dnsmasq-2.47/man/es/dnsmasq.8.orig dnsmasq-2.47/man/es/dnsmasq.8
+--- dnsmasq-2.47/man/es/dnsmasq.8.orig	2008-11-17 05:48:33.000000000 -0600
++++ dnsmasq-2.47/man/es/dnsmasq.8	2009-05-29 08:34:56.000000000 -0500
+@@ -1222,7 +1222,7 @@
  
  .IR /etc/ethers
  
@@ -34,19 +34,19 @@ diff -up dnsmasq-2.46/man/es/dnsmasq.8.o
  
  .IR /var/db/dnsmasq.leases
  
-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"
- #else
--#   define LEASEFILE "/var/lib/misc/dnsmasq.leases"
-+#   define LEASEFILE "/var/lib/dnsmasq/dnsmasq.leases"
+diff -urN dnsmasq-2.47/src/config.h.orig dnsmasq-2.47/src/config.h
+--- dnsmasq-2.47/src/config.h.orig	2009-02-05 06:14:24.000000000 -0600
++++ dnsmasq-2.47/src/config.h	2009-05-29 08:34:45.000000000 -0500
+@@ -45,7 +45,7 @@
+ #   elif defined(__sun__) || defined (__sun)
+ #      define LEASEFILE "/var/cache/dnsmasq.leases"
+ #   else
+-#      define LEASEFILE "/var/lib/misc/dnsmasq.leases"
++#      define LEASEFILE "/var/lib/dnsmasq/dnsmasq.leases"
+ #   endif
  #endif
- #if defined(__FreeBSD__)
- #   define CONFFILE "/usr/local/etc/dnsmasq.conf"
-@@ -159,7 +159,7 @@ NOTES:
+ 
+@@ -167,7 +167,7 @@
  /* platform independent options- uncomment to enable */
  #define HAVE_TFTP
  /* #define HAVE_BROKEN_RTC */


Index: dnsmasq.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dnsmasq/devel/dnsmasq.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- dnsmasq.spec	24 Feb 2009 12:12:18 -0000	1.37
+++ dnsmasq.spec	29 May 2009 14:08:10 -0000	1.38
@@ -10,8 +10,8 @@
 %endif
 
 Name:           dnsmasq
-Version:        2.46
-Release:        2%{?extraversion}%{?dist}
+Version:        2.47
+Release:        1%{?extraversion}%{?dist}
 Summary:        A lightweight DHCP/caching DNS server
 
 Group:          System Environment/Daemons
@@ -109,6 +109,9 @@ fi
 
 
 %changelog
+* Fri May 29 2009 Patrick "Jima" Laughton <jima at beer.tclug.org> 2.47-1
+- Bugfix/feature enhancement update
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.46-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dnsmasq/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sources	29 Dec 2008 01:39:59 -0000	1.23
+++ sources	29 May 2009 14:08:10 -0000	1.24
@@ -1 +1 @@
-79ec740d1a10ee75f13efa4ff36d0250  dnsmasq-2.46.tar.gz
+4524081e56d0b935717d493e8e8d3e11  dnsmasq-2.47.tar.gz




More information about the fedora-extras-commits mailing list