[Pkg-gnutls-commits] r1656 - in /packages/gnutls28/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Tue Feb 5 14:24:54 UTC 2013
Author: ametzler
Date: Tue Feb 5 14:24:53 2013
New Revision: 1656
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1656
Log:
Disable Heart Beat (RFC6520) support.
Modified:
packages/gnutls28/trunk/debian/changelog
packages/gnutls28/trunk/debian/rules
Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1656&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Tue Feb 5 14:24:53 2013
@@ -1,4 +1,4 @@
-gnutls28 (3.1.7-1) UNRELEASED; urgency=low
+gnutls28 (3.1.7-1) experimental; urgency=low
* Let libgnutls28 depend on libtasn1-6 instead of on libtasn1-3, matching
the build-depency. (Thanks, Daniel Kahn Gillmor)
@@ -6,8 +6,9 @@
+ Includes a fix for GNUTLS-SA-2013-1 TLS CBC padding timing attack.
+ New symbols added, bump shlibs.
+ Ship newly available libgnutls-xssl0 library in a separate package.
-
- -- Andreas Metzler <ametzler at debian.org> Sat, 05 Jan 2013 09:51:54 +0100
+ * Disable Heart Beat (RFC6520) support.
+
+ -- Andreas Metzler <ametzler at debian.org> Tue, 05 Feb 2013 14:58:31 +0100
gnutls28 (3.1.6-1) experimental; urgency=low
Modified: packages/gnutls28/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1656&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules (original)
+++ packages/gnutls28/trunk/debian/rules Tue Feb 5 14:24:53 2013
@@ -8,6 +8,7 @@
--without-lzo --enable-guile --enable-gtk-doc \
--with-guile-site-dir=/usr/share/guile/site \
--disable-libdane --without-tpm \
+ --disable-heartbeat-support \
--with-packager=Debian \
--with-packager-bug-reports=http://bugs.debian.org/ \
--with-packager-version="$(DEB_VERSION)" \
More information about the Pkg-gnutls-commits
mailing list