diffstat of debian/ for gnutls28_3.2.11-2 gnutls28_3.2.11-2ubuntu1 changelog | 25 +++++++++++++++ control | 103 +++++++++++++++++++++++++++++++------------------------------- 2 files changed, 77 insertions(+), 51 deletions(-) diff -Nru gnutls28-3.2.11/debian/changelog gnutls28-3.2.11/debian/changelog --- gnutls28-3.2.11/debian/changelog 2014-03-01 07:49:06.000000000 +0000 +++ gnutls28-3.2.11/debian/changelog 2014-03-05 10:31:33.000000000 +0000 @@ -1,3 +1,13 @@ +gnutls28 (3.2.11-2ubuntu1) trusty; urgency=medium + + * Resynchronise with Debian. Remaining changes: + - Drop gnutls-bin and -doc since we want to use the versions in gnutls26 + as the defaults instead. + * Add arm64 and ppc64el to the list of non-ia64 architectures on which + guile-gnutls is built. + + -- Colin Watson Wed, 05 Mar 2014 10:31:28 +0000 + gnutls28 (3.2.11-2) unstable; urgency=high * Bump version of Build-Depends on libp11-kit-dev, as required by 3.2.11. @@ -182,6 +192,21 @@ -- Andreas Metzler Sun, 04 Aug 2013 13:28:13 +0200 +gnutls28 (3.2.3-1ubuntu2) trusty; urgency=medium + + * Fix detection of floating point endianness. + * Use dh-autoreconf to update libtool.m4 for new ports. + + -- Colin Watson Wed, 05 Feb 2014 05:17:52 +0000 + +gnutls28 (3.2.3-1ubuntu1) saucy; urgency=low + + * Sync with Debian (LP: #1068029). Remaining change: + - Drop gnutls-bin and -doc since we want to use the versions + in gnutls26 as the defaults instead + + -- Jeremy Bicha Tue, 30 Jul 2013 21:40:07 -0400 + gnutls28 (3.2.3-1) unstable; urgency=low * New upstream release. diff -Nru gnutls28-3.2.11/debian/control gnutls28-3.2.11/debian/control --- gnutls28-3.2.11/debian/control 2014-02-16 07:54:32.000000000 +0000 +++ gnutls28-3.2.11/debian/control 2014-03-05 10:30:54.000000000 +0000 @@ -1,7 +1,8 @@ Source: gnutls28 Section: libs Priority: optional -Maintainer: Debian GnuTLS Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GnuTLS Maintainers Uploaders: Andreas Metzler , Eric Dorland , James Westby , @@ -91,59 +92,59 @@ . This package contains the debugger symbols. -Package: gnutls-bin -Architecture: any -Section: net -Depends: ${shlibs:Depends}, ${misc:Depends} -Multi-Arch: foreign -Description: GNU TLS library - commandline utilities - 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 and Datagram - Transport Layer Security (DTLS 1.0, 1.2) 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 a commandline interface to the GNU TLS library, which - can be used to set up secure connections from e.g. shell scripts, debugging - connection issues or managing certificates. - -Package: gnutls-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Multi-Arch: foreign -Description: GNU TLS library - documentation and examples - 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 and Datagram - Transport Layer Security (DTLS 1.0, 1.2) 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 all the GnuTLS documentation. +#Package: gnutls-bin +#Architecture: any +#Section: net +#Depends: ${shlibs:Depends}, ${misc:Depends} +#Multi-Arch: foreign +#Description: GNU TLS library - commandline utilities +# 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 and Datagram +# Transport Layer Security (DTLS 1.0, 1.2) 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 a commandline interface to the GNU TLS library, which +# can be used to set up secure connections from e.g. shell scripts, debugging +# connection issues or managing certificates. + +#Package: gnutls-doc +#Architecture: all +#Section: doc +#Depends: ${misc:Depends} +#Multi-Arch: foreign +#Description: GNU TLS library - documentation and examples +# 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 and Datagram +# Transport Layer Security (DTLS 1.0, 1.2) 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 all the GnuTLS documentation. Package: guile-gnutls # everything except ia64 - Field must be single line, unfolded! -Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc hurd-i386 +Architecture: amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el s390 s390x sparc hurd-i386 Section: lisp Depends: ${misc:Depends},${shlibs:Depends}, guile-2.0 Description: GNU TLS library - GNU Guile bindings