[Pkg-gnutls-commits] r882 - in /packages/gnutls26/branches/branch2.9.x/debian: changelog control
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Jul 3 06:55:05 UTC 2010
Author: ametzler
Date: Sat Jul 3 06:55:05 2010
New Revision: 882
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=882
Log:
use breaks in libgnutls26 to work around libsoup breakage caused by TLS1.2 support.
Modified:
packages/gnutls26/branches/branch2.9.x/debian/changelog
packages/gnutls26/branches/branch2.9.x/debian/control
Modified: packages/gnutls26/branches/branch2.9.x/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.9.x/debian/changelog?rev=882&op=diff
==============================================================================
--- packages/gnutls26/branches/branch2.9.x/debian/changelog (original)
+++ packages/gnutls26/branches/branch2.9.x/debian/changelog Sat Jul 3 06:55:05 2010
@@ -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/branches/branch2.9.x/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.9.x/debian/control?rev=882&op=diff
==============================================================================
--- packages/gnutls26/branches/branch2.9.x/debian/control (original)
+++ packages/gnutls26/branches/branch2.9.x/debian/control Sat Jul 3 06:55:05 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