[Pkg-utopia-commits] r1604 - in /packages/unstable/avahi/debian: changelog patches/20_avahi_remove_ka_conflict.patch

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Tue Jul 10 19:27:38 UTC 2007


Author: sjoerd
Date: Tue Jul 10 19:27:38 2007
New Revision: 1604

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1604
Log:
    assertion failures
* debian/patches/20_avahi_remove_ka_conflict.patch:
  + Added. Don't treat known answers as authorative when they don't match
  our local records.

Added:
    packages/unstable/avahi/debian/patches/20_avahi_remove_ka_conflict.patch
Modified:
    packages/unstable/avahi/debian/changelog

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=1604&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Tue Jul 10 19:27:38 2007
@@ -2,9 +2,12 @@
 
   * debian/patches/15_avahi_dns_truncate.patch:
     + Added. Fix truncating of dns packets when their too big. Could cause
-      assertion failures 
-
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 06 Jul 2007 16:10:32 +0200
+      assertion failures
+  * debian/patches/20_avahi_remove_ka_conflict.patch:
+    + Added. Don't treat known answers as authorative when they don't match
+    our local records.
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 10 Jul 2007 21:25:49 +0200
 
 avahi (0.6.20-1) unstable; urgency=low
 

Added: packages/unstable/avahi/debian/patches/20_avahi_remove_ka_conflict.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/patches/20_avahi_remove_ka_conflict.patch?rev=1604&op=file
==============================================================================
--- packages/unstable/avahi/debian/patches/20_avahi_remove_ka_conflict.patch (added)
+++ packages/unstable/avahi/debian/patches/20_avahi_remove_ka_conflict.patch Tue Jul 10 19:27:38 2007
@@ -1,0 +1,19 @@
+Index: avahi-core/server.c
+===================================================================
+--- avahi-core/server.c	(revision 1492)
++++ avahi-core/server.c	(working copy)
+@@ -610,11 +610,9 @@
+                 goto fail;
+             }
+             
+-            if (handle_conflict(s, i, record, unique)) {
+-                avahi_response_scheduler_suppress(i->response_scheduler, record, a);
+-                avahi_record_list_drop(s->record_list, record);
+-                avahi_cache_stop_poof(i->cache, record, a);
+-            }
++            avahi_response_scheduler_suppress(i->response_scheduler, record, a);
++            avahi_record_list_drop(s->record_list, record);
++            avahi_cache_stop_poof(i->cache, record, a);
+             
+             avahi_record_unref(record);
+         }




More information about the Pkg-utopia-commits mailing list