[Pkg-utopia-commits] r2341 - in /packages/unstable/avahi/debian: changelog control
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Jul 4 21:31:43 UTC 2008
Author: biebl
Date: Fri Jul 4 21:31:43 2008
New Revision: 2341
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2341
Log:
Build against libcap2 instead of libcap1 to avoid kernel warning about
using legacy support of 32-bit capabilities. Add a Build-Depends on
libcap2-dev (>= 2.10) to avoid possibly insecure use of v2 capabilities.
Thanks to Ted Percival for the patch. (Closes: #464712)
Modified:
packages/unstable/avahi/debian/changelog
packages/unstable/avahi/debian/control
Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=2341&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Fri Jul 4 21:31:43 2008
@@ -2,6 +2,10 @@
* debian/control
- Add myself to Uploaders.
+ - Build against libcap2 instead of libcap1 to avoid kernel warning about
+ using legacy support of 32-bit capabilities. Add a Build-Depends on
+ libcap2-dev (>= 2.10) to avoid possibly insecure use of v2 capabilities.
+ Thanks to Ted Percival for the patch. (Closes: #464712)
* debian/libavahi-gobject0.symbols
- Fix incorrect package name and #MINVER# stanza. (Closes: #488947)
Modified: packages/unstable/avahi/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/control?rev=2341&op=diff
==============================================================================
--- packages/unstable/avahi/debian/control (original)
+++ packages/unstable/avahi/debian/control Fri Jul 4 21:31:43 2008
@@ -10,7 +10,7 @@
cdbs (>= 0.4.43),
pkg-config,
python-support (>= 0.6),
- libcap-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !netbsd-i386],
+ libcap2-dev (>= 2.10) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !netbsd-i386],
libgdbm-dev,
libglib2.0-dev (>= 2.4),
libgtk2.0-dev (>= 2.4),
More information about the Pkg-utopia-commits
mailing list