Package: vsftpd Version: 2.0.7-1 Severity: normal Tags: patch
This is basically the same issue as reported in #474639, only for vsftp this time. Vsftp uses 32-bit capabilities, but it's really libcap doing this. Therefore I propose the attached patch to link against libpcap2 instead to get rid of this warning. Note: Although it seems to be a cosmetic issue only, Russel warned in #474639 that it's not entirely harmless. -- System Information: Debian Release: 5.0.6 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages vsftpd depends on: ii adduser 3.110 add and remove users and groups ii libc6 2.7-18lenny4 GNU C Library: Shared libraries ii libcap1 1:1.10-14 support for getting/setting POSIX. ii libpam-modules 1.0.1-5+lenny1 Pluggable Authentication Modules f ii libpam0g 1.0.1-5+lenny1 Pluggable Authentication Modules l ii libssl0.9.8 0.9.8g-15+lenny8 SSL shared libraries ii libwrap0 7.6.q-16 Wietse Venema's TCP wrappers libra ii netbase 4.34 Basic TCP/IP networking system Versions of packages vsftpd recommends: ii logrotate 3.7.1-5 Log rotation utility vsftpd suggests no packages. -- debconf-show failed
diff -Nrup vsftpd-2.0.7.orig/debian/changelog vsftpd-2.0.7/debian/changelog --- vsftpd-2.0.7.orig/debian/changelog 2010-09-16 10:21:51.000000000 +0200 +++ vsftpd-2.0.7/debian/changelog 2010-09-16 10:30:46.000000000 +0200 @@ -1,3 +1,11 @@ +vsftpd (2.0.7-2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control: + - build-dep on libcap2-dev instead of libcap-dev. (closes: #) + + -- Christian Kujau <li...@nerdbynature.de> Thu, 16 Sep 2010 10:24:34 +0100 + vsftpd (2.0.7-1) unstable; urgency=medium * New maintainer, taking over package from Matej. diff -Nrup vsftpd-2.0.7.orig/debian/control vsftpd-2.0.7/debian/control --- vsftpd-2.0.7.orig/debian/control 2010-09-16 10:21:51.000000000 +0200 +++ vsftpd-2.0.7/debian/control 2010-09-16 10:23:01.000000000 +0200 @@ -2,7 +2,7 @@ Source: vsftpd Section: net Priority: extra Maintainer: Daniel Baumann <dan...@debian.org> -Build-Depends: cdbs, debhelper (>= 4.2.0), libpam0g-dev, libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libwrap0-dev, libssl-dev, quilt (>= 0.40) +Build-Depends: cdbs, debhelper (>= 4.2.0), libpam0g-dev, libcap2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libwrap0-dev, libssl-dev, quilt (>= 0.40) Standards-Version: 3.8.0 Vcs-Browser: http://git.debian.net/?p=debian/vsftpd.git Vcs-Git: git://git.debian.net/git/debian/vsftpd.git