[Pkg-gnutls-commits] r970 - in /packages/gnutls26/trunk/debian: changelog control
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sun Feb 6 14:56:05 UTC 2011
Author: ametzler
Date: Sun Feb 6 14:55:22 2011
New Revision: 970
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=970
Log:
[merge r882 from branch2.9.x] 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=970&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Sun Feb 6 14:55:22 2011
@@ -1,6 +1,10 @@
gnutls26 (2.10.0-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, 26 Jun 2010 16:15:12 +0200
Modified: packages/gnutls26/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/control?rev=970&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/control (original)
+++ packages/gnutls26/trunk/debian/control Sun Feb 6 14:55:22 2011
@@ -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