rpms/avahi/OLPC-2 avahi-increase-mesh-timeout.patch, NONE, 1.1 avahi.spec, 1.89, 1.90

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Wed Jan 23 17:07:11 UTC 2008


Author: ausil

Update of /cvs/extras/rpms/avahi/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12451

Modified Files:
	avahi.spec 
Added Files:
	avahi-increase-mesh-timeout.patch 
Log Message:
increase AVAHI_DEFAULT_TTL_HOST_NAME 


avahi-increase-mesh-timeout.patch:

--- NEW FILE avahi-increase-mesh-timeout.patch ---
Index: avahi-common/defs.h
===================================================================
--- avahi-common/defs.h	(revision 1673)
+++ avahi-common/defs.h	(working copy)
@@ -346,7 +346,7 @@
 /** @} */
 
 /** The default TTL for RRs which contain a host name of some kind. */
-#define AVAHI_DEFAULT_TTL_HOST_NAME (120)
+#define AVAHI_DEFAULT_TTL_HOST_NAME (600)
 
 /** The default TTL for all other records. */
 #define AVAHI_DEFAULT_TTL (75*60)


Index: avahi.spec
===================================================================
RCS file: /cvs/extras/rpms/avahi/OLPC-2/avahi.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- avahi.spec	4 Jan 2008 12:52:15 -0000	1.89
+++ avahi.spec	23 Jan 2008 17:06:24 -0000	1.90
@@ -6,7 +6,7 @@
 %endif
 Name:           avahi
 Version:        0.6.21
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Local network service discovery 
 Group:          System Environment/Base
 License:        LGPLv2
@@ -45,6 +45,7 @@
 Patch6:     avahi-0.6.21-multiarch.patch
 Patch7:     avahi-poof.patch
 Patch8:     avahi-0.6.22-dbus-watch.patch
+Patch9:     avahi-increase-mesh-timeout.patch
 
 %description
 Avahi is a system which facilitates service discovery on
@@ -234,6 +235,7 @@
 %patch6 -p2 -b .multiarch
 %patch7 -p0 -b .poof
 %patch8 -p0 -b .dbus_watch
+%patch9 -p0 -b .increase_timeout
 
 %build
 
@@ -497,6 +499,9 @@
 %endif
 
 %changelog
+* Wed Jan 23 2008 Dennis Gilmore <dennis at ausil.us> - 0.6.21-10
+- add patch to increase AVAHI_DEFAULT_TTL_HOST_NAME
+
 * Fri Jan 04 2008 Dafydd Harries <dafydd.harries at collabora.co.uk> - 0.6.21-9
 - add patch from upstream for compatibility with D-Bus 1.0
 




More information about the fedora-extras-commits mailing list