[Pkg-utopia-commits] r2823 - in /packages/unstable/avahi: ./ debian/ debian/patches/
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Feb 17 14:43:34 UTC 2009
Author: biebl
Date: Tue Feb 17 14:43:33 2009
New Revision: 2823
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2823
Log:
Merged revisions 2568-2575 via svnmerge from
svn+ssh://biebl@svn.debian.org/svn/pkg-utopia/packages/experimental/avahi
........
r2568 | sjoerd | 2008-12-14 20:52:34 +0100 (So, 14 Dez 2008) | 3 lines
* New upstream release
* debian/patches/14_CVE-2008-5081.patch:
- Removed. Fixed upstream
........
r2569 | sjoerd | 2008-12-14 21:01:45 +0100 (So, 14 Dez 2008) | 2 lines
* debian/patches/01_avahi-daemon.conf.patch:
- Updated
........
r2570 | sjoerd | 2008-12-14 21:19:40 +0100 (So, 14 Dez 2008) | 3 lines
- Updated.
* debian/patches/02_avahi-ui.disable-translations.patch:
- Removed. No longer needed
........
r2571 | sjoerd | 2008-12-14 23:08:54 +0100 (So, 14 Dez 2008) | 1 line
Target experimental
........
r2572 | sjoerd | 2008-12-14 23:17:29 +0100 (So, 14 Dez 2008) | 1 line
Move back to unrelease, a bit too eager there
........
r2573 | sjoerd | 2008-12-14 23:28:23 +0100 (So, 14 Dez 2008) | 1 line
Bump libavahi-core soname from 5 to 6
........
r2574 | sjoerd | 2008-12-14 23:28:47 +0100 (So, 14 Dez 2008) | 1 line
Really target experimental now
........
r2575 | sjoerd | 2008-12-15 00:14:12 +0100 (Mo, 15 Dez 2008) | 1 line
Correctly update shlibs
........
Added:
packages/unstable/avahi/debian/libavahi-core6.install
- copied unchanged from r2575, packages/experimental/avahi/debian/libavahi-core6.install
packages/unstable/avahi/debian/libavahi-core6.shlibs
- copied unchanged from r2575, packages/experimental/avahi/debian/libavahi-core6.shlibs
packages/unstable/avahi/debian/libavahi-core6.symbols
- copied unchanged from r2575, packages/experimental/avahi/debian/libavahi-core6.symbols
packages/unstable/avahi/debian/libavahi-core6.symbols.kfreebsd-amd64
- copied unchanged from r2575, packages/experimental/avahi/debian/libavahi-core6.symbols.kfreebsd-amd64
packages/unstable/avahi/debian/libavahi-core6.symbols.kfreebsd-i386
- copied unchanged from r2575, packages/experimental/avahi/debian/libavahi-core6.symbols.kfreebsd-i386
Removed:
packages/unstable/avahi/debian/libavahi-core5.install
packages/unstable/avahi/debian/libavahi-core5.shlibs
packages/unstable/avahi/debian/libavahi-core5.symbols
packages/unstable/avahi/debian/libavahi-core5.symbols.kfreebsd-amd64
packages/unstable/avahi/debian/libavahi-core5.symbols.kfreebsd-i386
packages/unstable/avahi/debian/patches/02_avahi-ui.disable-translations.patch
packages/unstable/avahi/debian/patches/14_CVE-2008-5081.patch
Modified:
packages/unstable/avahi/ (props changed)
packages/unstable/avahi/debian/changelog
packages/unstable/avahi/debian/control
packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch
Propchange: packages/unstable/avahi/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Feb 17 14:43:33 2009
@@ -1,1 +1,1 @@
-/packages/experimental/avahi:1-2567
+/packages/experimental/avahi:1-2822
Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=2823&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Tue Feb 17 14:43:33 2009
@@ -1,3 +1,16 @@
+avahi (0.6.24-1) experimental; urgency=low
+
+ * New upstream release
+ * debian/patches/14_CVE-2008-5081.patch:
+ - Removed. Fixed upstream
+ * debian/patches/01_avahi-daemon.conf.patch:
+ - Updated.
+ * debian/patches/02_avahi-ui.disable-translations.patch:
+ - Removed. No longer needed
+ * Bump libavahi-core soname from 5 to 6
+
+ -- Sjoerd Simons <sjoerd at debian.org> Sun, 14 Dec 2008 22:26:40 +0000
+
avahi (0.6.23-4) unstable; urgency=low
* debian/avahi-{daemon,dnsconfd}.postinst
Modified: packages/unstable/avahi/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/control?rev=2823&op=diff
==============================================================================
--- packages/unstable/avahi/debian/control (original)
+++ packages/unstable/avahi/debian/control Tue Feb 17 14:43:33 2009
@@ -196,7 +196,7 @@
library, which is a set of common functions and definitions used by many
of Avahis components and client applications.
-Package: libavahi-core5
+Package: libavahi-core6
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
@@ -219,7 +219,7 @@
Package: libavahi-core-dev
Section: libdevel
Architecture: any
-Depends: libavahi-core5 (= ${binary:Version}),
+Depends: libavahi-core6 (= ${binary:Version}),
${misc:Depends},
libavahi-common-dev
Replaces: libavahi-core1 (<< 0.4)
Modified: packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch?rev=2823&op=diff
==============================================================================
--- packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch (original)
+++ packages/unstable/avahi/debian/patches/01_avahi-daemon.conf.patch Tue Feb 17 14:43:33 2009
@@ -1,6 +1,7 @@
-diff -Naur avahi-0.6.22/avahi-daemon/avahi-daemon.conf avahi-0.6.22.patched/avahi-daemon/avahi-daemon.conf
---- avahi-0.6.22/avahi-daemon/avahi-daemon.conf 2007-05-09 00:51:01.000000000 +0200
-+++ avahi-0.6.22.patched/avahi-daemon/avahi-daemon.conf 2008-04-26 13:17:07.000000000 +0200
+diff --git a/avahi-daemon/avahi-daemon.conf b/avahi-daemon/avahi-daemon.conf
+index ad69c73..737a3b2 100644
+--- a/avahi-daemon/avahi-daemon.conf
++++ b/avahi-daemon/avahi-daemon.conf
@@ -23,9 +23,9 @@
[server]
#host-name=foo
@@ -10,6 +11,6 @@
use-ipv4=yes
-use-ipv6=no
+use-ipv6=yes
+ #allow-interfaces=eth0
+ #deny-interfaces=eth1
#check-response-ttl=no
- #use-iff-running=no
- #enable-dbus=yes
More information about the Pkg-utopia-commits
mailing list