[Pkg-utopia-commits] r1123 - in packages/unstable/avahi/debian: .
patches
Sebastian Dröge
slomo-guest at alioth.debian.org
Mon Nov 6 17:58:01 CET 2006
Author: slomo-guest
Date: 2006-11-06 17:58:00 +0100 (Mon, 06 Nov 2006)
New Revision: 1123
Removed:
packages/unstable/avahi/debian/patches/02_local-service.patch
Modified:
packages/unstable/avahi/debian/changelog
Log:
* updated avahi to 0.6.15
Modified: packages/unstable/avahi/debian/changelog
===================================================================
--- packages/unstable/avahi/debian/changelog 2006-11-05 22:47:35 UTC (rev 1122)
+++ packages/unstable/avahi/debian/changelog 2006-11-06 16:58:00 UTC (rev 1123)
@@ -1,9 +1,12 @@
-avahi (0.6.14-3) unstable; urgency=low
+avahi (0.6.15-1) unstable; urgency=high
+ * New upstream version, urgency=high because of potential security fix
+ * debian/patches/02_local-service.patch:
+ + Dropped, merged upstream
* debian/control:
+ Fix the avahi-autoipd description (Closes: #394330)
- -- Sebastian Dröge <slomo at ubuntu.com> Fri, 3 Nov 2006 00:10:09 +0100
+ -- Sebastian Dröge <slomo at ubuntu.com> Mon, 6 Nov 2006 17:15:15 +0100
avahi (0.6.14-2) unstable; urgency=low
Deleted: packages/unstable/avahi/debian/patches/02_local-service.patch
===================================================================
--- packages/unstable/avahi/debian/patches/02_local-service.patch 2006-11-05 22:47:35 UTC (rev 1122)
+++ packages/unstable/avahi/debian/patches/02_local-service.patch 2006-11-06 16:58:00 UTC (rev 1123)
@@ -1,23 +0,0 @@
-Index: trunk/avahi-daemon/dbus-service-browser.c
-===================================================================
---- trunk/avahi-daemon/dbus-service-browser.c (revision 1235)
-+++ trunk/avahi-daemon/dbus-service-browser.c (revision 1329)
-@@ -106,8 +106,4 @@
- assert(i);
-
-- i_interface = (int32_t) interface;
-- i_protocol = (int32_t) protocol;
-- u_flags = (uint32_t) flags;
--
- m = dbus_message_new_signal(i->path, AVAHI_DBUS_INTERFACE_SERVICE_BROWSER, avahi_dbus_map_browse_signal_name(event));
-
-@@ -118,4 +114,8 @@
- flags |= AVAHI_LOOKUP_RESULT_OUR_OWN;
- }
-+
-+ i_interface = (int32_t) interface;
-+ i_protocol = (int32_t) protocol;
-+ u_flags = (uint32_t) flags;
-
- if (event == AVAHI_BROWSER_NEW || event == AVAHI_BROWSER_REMOVE) {
-
More information about the Pkg-utopia-commits
mailing list