Package: libgsasl7 Version: 0.2.12-1+b2 Severity: normal This bug is not fixed upstream yet, although it has already been reported with the attached patch. Please consider including this patch for the debian distributed version while upstream does not make a new release.
-- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-vserver-amd64-k8 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages libgsasl7 depends on: ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library ii libidn11 0.6.5-1 GNU libidn library, implementation ii libkrb53 1.4.4-4 MIT Kerberos runtime libraries libgsasl7 recommends no packages. -- no debconf information
Index: lib/src/version.c =================================================================== RCS file: /home/cvs/public-cvs/gsasl/lib/src/version.c,v retrieving revision 1.8 diff -p -u -r1.8 version.c --- lib/src/version.c 15 Jul 2005 15:34:10 -0000 1.8 +++ lib/src/version.c 8 Dec 2006 14:17:17 -0000 @@ -41,7 +41,7 @@ const char * gsasl_check_version (const char *req_version) { - if (!req_version || strverscmp (req_version, PACKAGE_VERSION) < 0) + if (!req_version || strverscmp (req_version, PACKAGE_VERSION) <= 0) return PACKAGE_VERSION; return NULL;