[Pkg-xmpp-commits] [SCM] GNU SASL Library branch, master, updated. upstream/1.4.0-40-g200a337
Simon Josefsson
simon at josefsson.org
Wed Feb 3 09:05:20 UTC 2010
The following commit has been merged in the master branch:
commit 200a337fa814b477af8a9d50ffa7f7d09af94ad6
Author: Simon Josefsson <simon at josefsson.org>
Date: Wed Feb 3 10:05:12 2010 +0100
Require latest libgcrypt.
diff --git a/debian/changelog b/debian/changelog
index 0d864c7..2561b1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,11 @@ gsasl (1.4.0-2) unstable; urgency=low
versioning; closes: #542512.
* libgsasl7-dev: Depend on libgcrypt11-dev in order to make
libgcrypt.la available; closes: #564378.
+ * libgsasl7: Make it depend on libgcrypt 1.4.5-1, because libgsasl7
+ will not work with any older libgcrypt than the version it was
+ built with. See #564661.
- -- Simon Josefsson <simon at josefsson.org> Thu, 21 Jan 2010 10:36:56 +0100
+ -- Simon Josefsson <simon at josefsson.org> Wed, 03 Feb 2010 10:02:43 +0100
gsasl (1.4.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1ba1571..420cf29 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Description: Development files for the GNU SASL library
Package: libgsasl7
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgcrypt11 (>= 1.4.5-1)
Conflicts: libgsasl1
Replaces: libgsasl1
Description: GNU SASL library
--
GNU SASL Library
More information about the Pkg-xmpp-commits
mailing list