[Pkg-gnutls-commits] r880 - in /packages/gnutls26/trunk/debian: changelog control
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Jul 3 06:12:45 UTC 2010
Author: ametzler
Date: Sat Jul 3 06:12:36 2010
New Revision: 880
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=880
Log:
use breaks in libgnutls26 to work around libsoup breakage caused by TLS1.2 support.
Modified:
packages/gnutls26/trunk/debian/changelog
packages/gnutls26/trunk/debian/control
Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=880&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sat Jul 3 06:12:36 2010
@@ -1,6 +1,10 @@
gnutls26 (2.8.6-2) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * libgnutls26 now Breaks: libsoup2.4-1 (<= 2.30.1-1),
+ libsoup2.4-1 (= 2.31.2-1). The problem is caused by addition of TLS1.2
+ support in GnuTLS. Sid (2.30.2-1) is already fixed, experimental
+ (2.31.2-1) not yet. Closes: #587755
-- Andreas Metzler <ametzler at debian.org> Sat, 20 Mar 2010 16:28:55 +0100
Modified: packages/gnutls26/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/control?rev=880&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/control (original)
+++ packages/gnutls26/trunk/debian/control Sat Jul 3 06:12:36 2010
@@ -39,6 +39,8 @@
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: gnutls0, gnutls3, gnutls0.4
Conflicts: gnutls0, gnutls0.4
+# Bug 587755. - This could be removed after a libgnutls soname bump.
+Breaks: libsoup2.4-1 (<= 2.30.1-1), libsoup2.4-1 (= 2.31.2-1)
Suggests: gnutls-bin
Description: the GNU TLS library - runtime library
gnutls is a portable library which implements the Transport Layer
More information about the Pkg-gnutls-commits
mailing list