FTBFS: Syntax error before MD5_CTX

Bug #23446 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
cyrus-sasl2 (Debian)
Fix Released
Unknown
cyrus-sasl2 (Ubuntu)
Fix Released
High
Adam Conrad

Bug Description

Automatically imported from Debian bug report #332703 http://bugs.debian.org/332703

CVE References

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #332703 http://bugs.debian.org/332703

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (7.5 KiB)

Message-ID: <email address hidden>
Date: Fri, 7 Oct 2005 09:06:40 -0700
From: Matt Kraai <email address hidden>
To: <email address hidden>
Subject: FTBFS: Syntax error before MD5_CTX

--azLHFNyN32YCQGCU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: cyrus-sasl2
Version: 2.1.19-1.6
Severity: serious

cyrus-sasl2 fails to build because there is a syntax error before
MD5_CTX:

> if /bin/sh ../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I.. -=
I../include -I../lib -I../sasldb -I../include -I/usr/include/mysql -I/usr/=
include -Wall -W -fno-strict-aliasing -g -O2 -MT ntlm.lo -MD -MP -MF ".dep=
s/ntlm.Tpo" \
> -c -o ntlm.lo `test -f 'ntlm.c' || echo './'`ntlm.c; \
> then mv -f ".deps/ntlm.Tpo" ".deps/ntlm.Plo"; \
> else rm -f ".deps/ntlm.Tpo"; exit 1; \
> fi
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../=
include -I/usr/include/mysql -I/usr/include -Wall -W -fno-strict-aliasing -=
g -O2 -MT ntlm.lo -MD -MP -MF .deps/ntlm.Tpo -c ntlm.c -fPIC -DPIC -o .lib=
s/ntlm.o
> In file included from ../include/saslplug.h:14,
> from ntlm.c:96:
> ../include/hmac-md5.h:11: error: syntax error before 'MD5_CTX'
> ../include/hmac-md5.h:11: warning: no semicolon at end of struct or union
> ../include/hmac-md5.h:12: warning: type defaults to 'int' in declaration =
of 'HMAC_MD5_CTX'
> ../include/hmac-md5.h:12: warning: data definition has no type or storage=
 class
> ../include/hmac-md5.h:36: error: syntax error before '*' token
> ../include/hmac-md5.h:46: error: syntax error before '*' token
> ../include/hmac-md5.h:53: error: syntax error before 'HMAC_MD5_CTX'
> In file included from ntlm.c:96:
> ../include/saslplug.h:73: error: syntax error before '*' token
> ../include/saslplug.h:74: error: syntax error before '*' token
> ../include/saslplug.h:75: error: syntax error before 'MD5_CTX'
> ../include/saslplug.h:79: error: syntax error before '*' token
> ../include/saslplug.h:81: error: syntax error before 'HMAC_MD5_CTX'
> ../include/saslplug.h:84: error: syntax error before '*' token
> ntlm.c: In function 'load_buffer':
> ntlm.c:277: warning: pointer targets in passing argument 2 of 'to_unicode=
' differ in signedness
> ntlm.c: In function 'P16_lm':
> ntlm.c:375: warning: pointer targets in passing argument 2 of '__builtin_=
strncpy' differ in signedness
> ntlm.c:378: warning: pointer targets in passing argument 2 of 'E' differ =
in signedness
> ntlm.c:367: warning: unused parameter 'utils'
> ntlm.c:368: warning: unused parameter 'buf'
> ntlm.c:369: warning: unused parameter 'buflen'
> ntlm.c: In function 'P16_nt':
> ntlm.c:392: warning: pointer targets in passing argument 1 of 'to_unicode=
' differ in signedness
> ntlm.c:392: warning: pointer targets in passing argument 2 of 'to_unicode=
' differ in signedness
> ntlm.c:393: warning: pointer targets in passing argument 1 of 'MD4' diffe=
r in signedness
> ntlm.c: In function 'V2':
> ntlm.c:446: warning: pointer targets in passing argument 1 of 'to_unicode=
' differ in signedness
> ntlm.c:448: warning: pointer targets in passing argument 4 of 'HMAC' diff=
er in signed...

Read more...

Revision history for this message
Adam Conrad (adconrad) wrote :

This hasn't bitten us in breezy, will look again when dapper opens.

Revision history for this message
In , Daniel Schepler (schepler-math) wrote : Patch for cyrus-sasl2 build failure

package cyrus-sasl2
tag 332703 + patch
thanks

Here's a patch to drop into debian/patches which fixes the build failure.
--
Daniel Schepler

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 20 Oct 2005 16:14:17 +0200
From: Daniel Schepler <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: Patch for cyrus-sasl2 build failure

--Boundary-00=_6Y6VDpzigX0OssI
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

package cyrus-sasl2
tag 332703 + patch
thanks

Here's a patch to drop into debian/patches which fixes the build failure.
--
Daniel Schepler

--Boundary-00=_6Y6VDpzigX0OssI
Content-Type: text/x-diff;
  charset="us-ascii";
  name="24_openssl098.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="24_openssl098.diff"

diff -ruN cyrus-sasl-2.1.19-old/plugins/ntlm.c cyrus-sasl-2.1.19/plugins/ntlm.c
--- cyrus-sasl-2.1.19-old/plugins/ntlm.c 2004-06-30 14:50:04.000000000 +0000
+++ cyrus-sasl-2.1.19/plugins/ntlm.c 2005-10-20 14:05:26.000000000 +0000
@@ -74,6 +74,7 @@
 #endif /* WIN32 */

 #include <openssl/md4.h>
+#include <openssl/md5.h>
 #include <openssl/hmac.h>
 #include <openssl/des.h>
 #include <openssl/opensslv.h>

--Boundary-00=_6Y6VDpzigX0OssI--

Revision history for this message
In , Andreas Barth (aba) wrote : Fixed in NMU of cyrus-sasl2 2.1.19-1.7

tag 332703 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 5 Nov 2005 20:07:50 +0100
Source: cyrus-sasl2
Binary: libsasl2 libsasl2-modules-sql sasl2-bin libsasl2-modules libsasl2-dev libsasl2-modules-gssapi-heimdal libsasl2-modules-kerberos-heimdal
Architecture: source i386
Version: 2.1.19-1.7
Distribution: unstable
Urgency: low
Maintainer: Dima Barsky <email address hidden>
Changed-By: Andreas Barth <email address hidden>
Description:
 libsasl2 - Authentication abstraction library
 libsasl2-dev - Development files for authentication abstraction library
 libsasl2-modules - Pluggable Authentication Modules for SASL
 libsasl2-modules-gssapi-heimdal - Pluggable Authentication Modules for SASL
 libsasl2-modules-kerberos-heimdal - Pluggable Authentication Modules for SASL
 libsasl2-modules-sql - Pluggable Authentication Modules for SASL
 sasl2-bin - Programs for manipulating the SASL users database
Closes: 332703
Changes:
 cyrus-sasl2 (2.1.19-1.7) unstable; urgency=low
 .
   * Non-maintainer upload.
   * fix FTBFS in plugins/ntlm.c with patch 24. Closes: #332703
Files:
 2043dbac384cedcd3f0c3f35e06a80f6 1108 devel important cyrus-sasl2_2.1.19-1.7.dsc
 f47838e9d867b678cd2ee45dc19aa3c2 31503 devel important cyrus-sasl2_2.1.19-1.7.diff.gz
 d47686ba97ef5d9e6cf01d88f8c77b25 110860 utils important sasl2-bin_2.1.19-1.7_i386.deb
 d38c77e8efcbad2abd893a1a689aac2b 148358 libs important libsasl2-modules_2.1.19-1.7_i386.deb
 a792ee960fe1517ccf533ce77ce6c788 50970 libs optional libsasl2-modules-sql_2.1.19-1.7_i386.deb
 b6533217fbf1d4bc0e2b7b74a969bbb7 52496 libs optional libsasl2-modules-gssapi-heimdal_2.1.19-1.7_i386.deb
 d416bf2f07b25a854ccf2a8f81761078 52524 libs optional libsasl2-modules-kerberos-heimdal_2.1.19-1.7_i386.deb
 4f4636bfb7aa4bb3748f09ff0b5165cf 258252 libs important libsasl2_2.1.19-1.7_i386.deb
 3712302d4b0b69383553ef8ca2de53ff 240098 libdevel optional libsasl2-dev_2.1.19-1.7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iEYEARECAAYFAkNs+KkACgkQmdOZoew2oYUicgCePKuWv6nOrdCgQzAhjdO3qoHy
6g4An1/dBSZSQELC/JRgaR6HwO0L6QKr
=kKOt
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 05 Nov 2005 10:32:04 -0800
From: Andreas Barth <email address hidden>
To: <email address hidden>
Cc: Andreas Barth <email address hidden>, Dima Barsky <email address hidden>
Subject: Fixed in NMU of cyrus-sasl2 2.1.19-1.7

tag 332703 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 5 Nov 2005 20:07:50 +0100
Source: cyrus-sasl2
Binary: libsasl2 libsasl2-modules-sql sasl2-bin libsasl2-modules libsasl2-dev libsasl2-modules-gssapi-heimdal libsasl2-modules-kerberos-heimdal
Architecture: source i386
Version: 2.1.19-1.7
Distribution: unstable
Urgency: low
Maintainer: Dima Barsky <email address hidden>
Changed-By: Andreas Barth <email address hidden>
Description:
 libsasl2 - Authentication abstraction library
 libsasl2-dev - Development files for authentication abstraction library
 libsasl2-modules - Pluggable Authentication Modules for SASL
 libsasl2-modules-gssapi-heimdal - Pluggable Authentication Modules for SASL
 libsasl2-modules-kerberos-heimdal - Pluggable Authentication Modules for SASL
 libsasl2-modules-sql - Pluggable Authentication Modules for SASL
 sasl2-bin - Programs for manipulating the SASL users database
Closes: 332703
Changes:
 cyrus-sasl2 (2.1.19-1.7) unstable; urgency=low
 .
   * Non-maintainer upload.
   * fix FTBFS in plugins/ntlm.c with patch 24. Closes: #332703
Files:
 2043dbac384cedcd3f0c3f35e06a80f6 1108 devel important cyrus-sasl2_2.1.19-1.7.dsc
 f47838e9d867b678cd2ee45dc19aa3c2 31503 devel important cyrus-sasl2_2.1.19-1.7.diff.gz
 d47686ba97ef5d9e6cf01d88f8c77b25 110860 utils important sasl2-bin_2.1.19-1.7_i386.deb
 d38c77e8efcbad2abd893a1a689aac2b 148358 libs important libsasl2-modules_2.1.19-1.7_i386.deb
 a792ee960fe1517ccf533ce77ce6c788 50970 libs optional libsasl2-modules-sql_2.1.19-1.7_i386.deb
 b6533217fbf1d4bc0e2b7b74a969bbb7 52496 libs optional libsasl2-modules-gssapi-heimdal_2.1.19-1.7_i386.deb
 d416bf2f07b25a854ccf2a8f81761078 52524 libs optional libsasl2-modules-kerberos-heimdal_2.1.19-1.7_i386.deb
 4f4636bfb7aa4bb3748f09ff0b5165cf 258252 libs important libsasl2_2.1.19-1.7_i386.deb
 3712302d4b0b69383553ef8ca2de53ff 240098 libdevel optional libsasl2-dev_2.1.19-1.7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iEYEARECAAYFAkNs+KkACgkQmdOZoew2oYUicgCePKuWv6nOrdCgQzAhjdO3qoHy
6g4An1/dBSZSQELC/JRgaR6HwO0L6QKr
=kKOt
-----END PGP SIGNATURE-----

Revision history for this message
In , Sam Hartman (hartmans) wrote : Debian Kerberosish: r2292 - in cyrus-sasl2-mit: . debian/current debian/current/debian debian/current/debian/patches debian/current/p
Download full text (30.3 KiB)

tags 332703 pending
tags 285605 pending
tags 276637 pending
tags 275431 pending
tags 274087 pending
tags 245818 pending
tags 248333 pending
tags 256808 pending
tags 202836 pending
tags 262339 pending
tags 242184 pending
tags 259503 pending
tags 259658 pending
tags 254818 pending
tags 253894 pending
tags 254454 pending
tags 254818 pending
tags 240714 pending
tags 232086 pending
tags 212615 pending
tags 213521 pending
tags 223253 pending
tags 202354 pending
tags 217538 pending
tags 213510 pending
tags 212945 pending
tags 212318 pending
tags 211958 pending
tags 215862 pending
tags 213510 pending
tags 212945 pending
tags 212318 pending
tags 202876 pending
tags 203096 pending
tags 202838 pending
tags 202642 pending
tags 202569 pending
tags 201893 pending
tags 192502 pending
tags 197070 pending
tags 193958 pending
tags 188716 pending
tags 166702 pending
tags 190673 pending
tags 177426 pending
tags 179810 pending
tags 178987 pending
tags 172453 pending
tags 170740 pending
tags 167858 pending
tags 167855 pending
tags 171938 pending
tags 170495 pending
tags 167876 pending
tags 166538 pending
tags 166810 pending
tags 163845 pending
tags 163042 pending
tags 164393 pending
tags 162927 pending
tags 154153 pending
tags 146543 pending
tags 156286 pending
tags 158296 pending
tags 155025 pending
tags 154965 pending
tags 151798 pending
tags 153127 pending
tags 146229 pending
tags 151796 pending
tags 146791 pending
tags 151567 pending
tags 133458 pending
tags 148693 pending
tags 131792 pending
tags 150957 pending
tags 144200 pending
tags 146982 pending
tags 147484 pending
tags 146790 pending
tags 131791 pending
tags 131792 pending
thanks

Author: hartmans
Date: 2005-12-16 21:10:04 -0500 (Fri, 16 Dec 2005)
New Revision: 2292

Added:
   cyrus-sasl2-mit/debian/current/cyrus-sasl-2.1.19.tar.gz
   cyrus-sasl2-mit/debian/current/debian/
   cyrus-sasl2-mit/debian/current/debian/13_libdb42_autotools.diff
   cyrus-sasl2-mit/debian/current/debian/README.Debian
   cyrus-sasl2-mit/debian/current/debian/changelog
   cyrus-sasl2-mit/debian/current/debian/control
   cyrus-sasl2-mit/debian/current/debian/copyright
   cyrus-sasl2-mit/debian/current/debian/libsasl2-dev.files
   cyrus-sasl2-mit/debian/current/debian/libsasl2-modules-gssapi-heimdal.files
   cyrus-sasl2-mit/debian/current/debian/libsasl2-modules-kerberos-heimdal.files
   cyrus-sasl2-mit/debian/current/debian/libsasl2-modules-sql.files
   cyrus-sasl2-mit/debian/current/debian/libsasl2-modules.files
   cyrus-sasl2-mit/debian/current/debian/libsasl2.files
   cyrus-sasl2-mit/debian/current/debian/patches/
   cyrus-sasl2-mit/debian/current/debian/patches/00_strict-aliasing.diff
   cyrus-sasl2-mit/debian/current/debian/patches/01_maintainer_mode.diff
   cyrus-sasl2-mit/debian/current/debian/patches/02_versioned_symbols.diff
   cyrus-sasl2-mit/debian/current/debian/patches/03_saslauthd_mdoc.diff
   cyrus-sasl2-mit/debian/current/debian/patches/04_missing_man_pages.diff
   cyrus-sasl2-mit/debian/current/debian/patches/05_dbconverter.diff
   cyrus-sasl2-mit/debian/current/debian/patches/06_testsuite.diff
   cyrus-sasl2-mit/debian/current/debian/patches/08_mutex.diff
   cyrus-sasl2-mit/debian/current/debian/patches/09_postgr...

Revision history for this message
In , Sam Hartman (hartmans) wrote : Debian Kerberosish: r2296 - in cyrus-sasl2-mit: . debian debian/current debian/current/cyrus-sasl2-mit debian/current/cyrus-sasl2-mit/debian debian/current/cyrus-sasl2-mit/debian/patches debian/current/cyrus-sasl2-mit/p
Download full text (31.4 KiB)

tags 332703 pending
tags 285605 pending
tags 276637 pending
tags 275431 pending
tags 274087 pending
tags 245818 pending
tags 248333 pending
tags 256808 pending
tags 202836 pending
tags 262339 pending
tags 242184 pending
tags 259503 pending
tags 259658 pending
tags 254818 pending
tags 253894 pending
tags 254454 pending
tags 254818 pending
tags 240714 pending
tags 232086 pending
tags 212615 pending
tags 213521 pending
tags 223253 pending
tags 202354 pending
tags 217538 pending
tags 213510 pending
tags 212945 pending
tags 212318 pending
tags 211958 pending
tags 215862 pending
tags 213510 pending
tags 212945 pending
tags 212318 pending
tags 202876 pending
tags 203096 pending
tags 202838 pending
tags 202642 pending
tags 202569 pending
tags 201893 pending
tags 192502 pending
tags 197070 pending
tags 193958 pending
tags 188716 pending
tags 166702 pending
tags 190673 pending
tags 177426 pending
tags 179810 pending
tags 178987 pending
tags 172453 pending
tags 170740 pending
tags 167858 pending
tags 167855 pending
tags 171938 pending
tags 170495 pending
tags 167876 pending
tags 166538 pending
tags 166810 pending
tags 163845 pending
tags 163042 pending
tags 164393 pending
tags 162927 pending
tags 154153 pending
tags 146543 pending
tags 156286 pending
tags 158296 pending
tags 155025 pending
tags 154965 pending
tags 151798 pending
tags 153127 pending
tags 146229 pending
tags 151796 pending
tags 146791 pending
tags 151567 pending
tags 133458 pending
tags 148693 pending
tags 131792 pending
tags 150957 pending
tags 144200 pending
tags 146982 pending
tags 147484 pending
tags 146790 pending
tags 131791 pending
tags 131792 pending
thanks

Author: hartmans
Date: 2005-12-16 21:10:49 -0500 (Fri, 16 Dec 2005)
New Revision: 2296

Added:
   cyrus-sasl2-mit/debian/current/
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/cyrus-sasl-2.1.19.tar.gz
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/13_libdb42_autotools.diff
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/README.Debian
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/changelog
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/control
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/copyright
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/libsasl2-dev.files
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/libsasl2-modules-gssapi-heimdal.files
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/libsasl2-modules-kerberos-heimdal.files
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/libsasl2-modules-sql.files
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/libsasl2-modules.files
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/libsasl2.files
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/patches/
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/patches/00_strict-aliasing.diff
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/patches/01_maintainer_mode.diff
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-mit/debian/patches/02_versioned_symbols.diff
   cyrus-sasl2-mit/debian/current/cyrus-sasl2-...

Revision history for this message
Adam Conrad (adconrad) wrote :

This has been fixed in both Debian and Ubuntu.

Changed in cyrus-sasl2:
status: Unconfirmed → Fix Released
status: Unconfirmed → Fix Released
Revision history for this message
In , Roberto C. Sanchez (roberto-connexer) wrote : add pending tags

tags 274087 pending
tags 344686 pending
tags 362511 pending
tags 245818 pending
tags 276637 pending
tags 285605 pending
tags 332703 pending
tags 336485 pending
tags 345880 pending
tags 357527 pending
tags 379846 pending
tags 248333 pending
tags 315177 pending
tags 324288 pending
tags 361937 pending
tags 242184 pending
tags 256808 pending
tags 202836 pending
tags 262339 pending
tags 265751 pending
tags 275498 pending
tags 276849 pending
tags 368370 pending
tags 282775 pending
tags 321760 pending
tags 205859 pending
tags 348685 pending
tags 286285 pending
tags 314724 pending
tags 316404 pending
tags 328879 pending
tags 296449 pending
tags 257306 pending
tags 310438 pending
tags 365183 pending
tags 327749 pending
tags 302280 pending
tags 365287 pending
tags 354413 pending
tags 254298 pending
tags 300710 pending
tags 287313 pending
tags 392571 pending
tags 211156 pending
tags 251735 pending
tags 257181 pending
tags 274402 pending
tags 190658 pending
thanks

--
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com

Revision history for this message
In , Adam D. Barratt (debian-bts-adam-barratt) wrote : Bugs fixed in NMU, documenting versions

# Hi,
#
# These bugs were fixed in an NMU, but have not been acknowledged by the
# maintainers. With version tracking in the Debian BTS, it is important
# to know which version of a package fixes each bug so that they can be
# tracked for release status, so I'm closing these bugs with the
#relevant version information now

close 331601 0.11.3-1.3
close 331607 0.11.3-1.3
close 332216 2005.08.R1-1.1
close 332237 0.11.3-1.4
close 332389 3.1.2-0.1
close 332424 2.6.1-6sarge1
close 325490 0.7.1-1.1
close 332451 0.7.1-1.1
close 332507 0.4.5+cvs20030824-1.5
close 332702 1.5-2.1
close 332703 2.1.19-1.7
close 332808 2.0.12-1.5
close 332896 2.6.2.pre2-1.1
close 333035 0.12-8.1
close 342420 0.12-8.1
close 333046 2.2-5.1
close 333460 1.0-23.2
close 333857 1.0-23.2
close 333885 1.0.20040603-1.1
close 340743 1.0.20040603-1.1
close 334252 20031130-2.1
close 334320 1.4.2-5.1
close 334651 3.0-4.1
close 335126 0.5.3-1.1
close 335144 3.1.1-4.1
close 335146 0.2-1.1
close 335252 0.4.0-1.1
close 335274 0.13-3.2
close 335567 0.4.5+cvs20030824-1.6
close 335719 3.0.cvs20050714-1.1
close 335842 3.10-1.1
close 336168 1.4-2.1
close 336312 0.2.4-4.1
close 336485 2.1.19.dfsg1-0.3
close 379846 2.1.19.dfsg1-0.3
close 336535 2005.08.R1-1.2
close 336710 1:3.2.6-2.1
close 337246 1.0.1-6.1
close 337453 0.9b3-2.1
close 337495 2.09-2sarge1
close 337576 20.0-1.1
close 337593 1.1.3-5.1
close 339192 1.1.3-5.1
close 346695 1.1.3-5.1
close 347154 1.1.3-5.1
close 337708 1.20-2.1
close 337711 0.5-0.2
close 338327 1.9-11.1
close 340076 1.9-11.1
close 345223 1.9-11.1
close 338370 1.35-4.1
close 338432 2.3.3-6.2
close 338483 0.95-1.3
close 338537 1.6-1.1
close 338920 46-2.1
close 339024 4.2.24-1.1
close 341234 4.2.24-1.1
close 339073 1.5.19-20+sarge1
close 339103 0.5.0-1.1
close 339187 6:6.2.4.5-0.3
close 339220 0.6.5-2
close 339225 1.0.4-1.2
close 339226 2.6.1-2.2
close 339236 2.6.2.pre2-1.2
close 339241 1.2.2-4.1
close 339250 6.4-1.1
close 339267 4.2.0-8.1
close 339268 0.7.2-1.1
close 339280 0.1.5.9+cvs.2004.02.07-3.3
close 339711 2.0pl5-19.4
close 339806 0.8pre1-6.1
close 339835 2.11b-1.4
close 340010 1.3-2.2
close 340084 1:1.2.3-9.1
close 340163 0.2.9-5.1
close 340174 0.99.44-0.1
close 340516 1.1.6-2.1
close 340577 1.1.0.20050815-2.1
close 341011 1.8-1.1
close 341975 0.70.1-1.1
close 342035 0.70.1-1.1
close 342322 9.4.2-2.5
close 346188 9.4.2-2.5
close 347153 9.4.2-2.5
close 343035 0.3b.19990815-3.1
close 343771 4.3.9-2.1
close 343782 1.3.13.1-4.1
close 343795 0.5.8-0.1
close 343804 0.3.7-4.1
close 343912 0.0.4-2.1
close 343989 8.4.11-1.1
close 344029 2.1-5.1
close 344254 2.0.9-3.2
close 344447 0.79-3.1
close 344503 9.4.2-2.7
close 345737 2.1.19-1.8
close 345880 2.1.19-1.8
close 344742 0.1.14-1.1

Changed in cyrus-sasl2:
status: Fix Committed → Fix Released
Revision history for this message
In , Fabian Fagerholm (fabbe-debian) wrote : Bug#332703: fixed in cyrus-sasl-2.1 2.1.22-0~pre01
Download full text (8.5 KiB)

Source: cyrus-sasl-2.1
Source-Version: 2.1.22-0~pre01

We believe that the bug you reported is fixed in the latest version of
cyrus-sasl-2.1, which is due to be installed in the Debian FTP archive:

cyrus-sasl-2.1-bin_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/cyrus-sasl-2.1-bin_2.1.22-0~pre01_i386.deb
cyrus-sasl-2.1-doc_2.1.22-0~pre01_all.deb
  to pool/main/c/cyrus-sasl-2.1/cyrus-sasl-2.1-doc_2.1.22-0~pre01_all.deb
cyrus-sasl-2.1_2.1.22-0~pre01.diff.gz
  to pool/main/c/cyrus-sasl-2.1/cyrus-sasl-2.1_2.1.22-0~pre01.diff.gz
cyrus-sasl-2.1_2.1.22-0~pre01.dsc
  to pool/main/c/cyrus-sasl-2.1/cyrus-sasl-2.1_2.1.22-0~pre01.dsc
cyrus-sasl-2.1_2.1.22.orig.tar.gz
  to pool/main/c/cyrus-sasl-2.1/cyrus-sasl-2.1_2.1.22.orig.tar.gz
libsasl2-2-dev_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-2-dev_2.1.22-0~pre01_i386.deb
libsasl2-2-modules-gssapi-mit_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-2-modules-gssapi-mit_2.1.22-0~pre01_i386.deb
libsasl2-2-modules-otp_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-2-modules-otp_2.1.22-0~pre01_i386.deb
libsasl2-2-modules-sql_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-2-modules-sql_2.1.22-0~pre01_i386.deb
libsasl2-2-modules_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-2-modules_2.1.22-0~pre01_i386.deb
libsasl2-2_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-2_2.1.22-0~pre01_i386.deb
libsasl2-dev_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-dev_2.1.22-0~pre01_i386.deb
libsasl2-modules-gssapi-heimdal_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-modules-gssapi-heimdal_2.1.22-0~pre01_i386.deb
libsasl2-modules-sql_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-modules-sql_2.1.22-0~pre01_i386.deb
libsasl2-modules_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2-modules_2.1.22-0~pre01_i386.deb
libsasl2_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/libsasl2_2.1.22-0~pre01_i386.deb
sasl2-bin_2.1.22-0~pre01_i386.deb
  to pool/main/c/cyrus-sasl-2.1/sasl2-bin_2.1.22-0~pre01_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabian Fagerholm <email address hidden> (supplier of updated cyrus-sasl-2.1 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 19 Oct 2006 23:26:02 +0300
Source: cyrus-sasl-2.1
Binary: libsasl2-2 cyrus-sasl-2.1-bin libsasl2 libsasl2-2-dev sasl2-bin libsasl2-dev libsasl2-2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal libsasl2-2-modules-otp cyrus-sasl-2.1-doc libsasl2-modules-sql libsasl2-2-modules-sql libsasl2-modules libsasl2-2-modules
Architecture: source i386 all
Version: 2.1.22-0~pre01
Distribution: ex...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.