[Pkg-gnutls-commits] r1045 - in /packages/gnutls26/branches/branch2.11.x/debian: changelog control libgnutls-openssl27.install libgnutls26.install
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Fri Mar 11 16:50:48 UTC 2011
Author: ametzler
Date: Fri Mar 11 16:50:47 2011
New Revision: 1045
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1045
Log:
Split off libgnutls-openssl to a separate package since the sonames are
not in sync anymore.
Added:
packages/gnutls26/branches/branch2.11.x/debian/libgnutls-openssl27.install
Modified:
packages/gnutls26/branches/branch2.11.x/debian/changelog
packages/gnutls26/branches/branch2.11.x/debian/control
packages/gnutls26/branches/branch2.11.x/debian/libgnutls26.install
Modified: packages/gnutls26/branches/branch2.11.x/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.11.x/debian/changelog?rev=1045&op=diff
==============================================================================
--- packages/gnutls26/branches/branch2.11.x/debian/changelog (original)
+++ packages/gnutls26/branches/branch2.11.x/debian/changelog Fri Mar 11 16:50:47 2011
@@ -1,10 +1,11 @@
-gnutls26 (2.11.7-2) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
+gnutls26 (2.11.7-2) experimental; urgency=low
+
* 18_libgnutls-openssl_soname.diff. Bump libgnutls-openssl soname (libtool
versioning: 27:0:0).
-
- -- Andreas Metzler <ametzler at debian.org> Thu, 10 Mar 2011 13:27:18 +0100
+ * Split off libgnutls-openssl to a separate package, since the sonames are
+ not in sync anymore.
+
+ -- Andreas Metzler <ametzler at debian.org> Fri, 11 Mar 2011 17:48:47 +0100
gnutls26 (2.11.7-1) experimental; urgency=low
Modified: packages/gnutls26/branches/branch2.11.x/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.11.x/debian/control?rev=1045&op=diff
==============================================================================
--- packages/gnutls26/branches/branch2.11.x/debian/control (original)
+++ packages/gnutls26/branches/branch2.11.x/debian/control Fri Mar 11 16:50:47 2011
@@ -20,7 +20,10 @@
Section: libdevel
Architecture: any
Provides: gnutls-dev
-Depends: libgnutls26 (= ${binary:Version}), libgnutlsxx27 (= ${binary:Version}), libgcrypt11-dev (>= 1.3.0), libc6-dev | libc-dev, zlib1g-dev, libtasn1-3-dev (>= 0.3.4), ${misc:Depends}
+Depends: libgnutls26 (= ${binary:Version}),
+ libgnutlsxx27 (= ${binary:Version}),libgnutls-openssl27 (= ${binary:Version}),
+ libgcrypt11-dev (>= 1.4.0), libc6-dev | libc-dev, zlib1g-dev,
+ libtasn1-3-dev (>= 0.3.4), ${misc:Depends}
Suggests: gnutls-doc, gnutls-bin, guile-gnutls
Conflicts: libgnutls11-dev, gnutls-dev (<< 0.4.0-0), gnutls0.4-dev
Replaces: libgnutls11-dev, gnutls-dev (<< 0.4.0-0), gnutls0.4-dev
@@ -177,3 +180,26 @@
Camellia (RFC 4132)).
.
This package contains the C++ runtime libraries.
+
+Package: libgnutls-openssl27
+Priority: standard
+Architecture: any
+Section: libs
+Depends: libgnutls26 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: the GNU TLS library - OpenSSL wrapper
+ GnuTLS is a portable library which implements the Transport Layer
+ Security (TLS 1.0, 1.1, 1.2) and Secure Sockets Layer (SSL) 3.0 protocols.
+ .
+ GnuTLS features support for:
+ - TLS extensions: server name indication, max record size, opaque PRF
+ input, etc.
+ - authentication using the SRP protocol.
+ - authentication using both X.509 certificates and OpenPGP keys.
+ - TLS Pre-Shared-Keys (PSK) extension.
+ - Inner Application (TLS/IA) extension.
+ - X.509 and OpenPGP certificate handling.
+ - X.509 Proxy Certificates (RFC 3820).
+ - all the strong encryption algorithms (including SHA-256/384/512 and
+ Camellia (RFC 4132)).
+ .
+ This package contains the runtime library of the GnuTLS OpenSSL wrapper.
Added: packages/gnutls26/branches/branch2.11.x/debian/libgnutls-openssl27.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.11.x/debian/libgnutls-openssl27.install?rev=1045&op=file
==============================================================================
--- packages/gnutls26/branches/branch2.11.x/debian/libgnutls-openssl27.install (added)
+++ packages/gnutls26/branches/branch2.11.x/debian/libgnutls-openssl27.install Fri Mar 11 16:50:47 2011
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libgnutls-openssl.so.* usr/lib
Modified: packages/gnutls26/branches/branch2.11.x/debian/libgnutls26.install
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/branches/branch2.11.x/debian/libgnutls26.install?rev=1045&op=diff
==============================================================================
--- packages/gnutls26/branches/branch2.11.x/debian/libgnutls26.install (original)
+++ packages/gnutls26/branches/branch2.11.x/debian/libgnutls26.install Fri Mar 11 16:50:47 2011
@@ -1,3 +1,3 @@
debian/tmp/usr/lib/libgnutls.so.* usr/lib
-debian/tmp/usr/lib/libgnutls-*.so.* usr/lib
+debian/tmp/usr/lib/libgnutls-e*.so.* usr/lib
debian/tmp/usr/share/locale/* /usr/share/locale
More information about the Pkg-gnutls-commits
mailing list