[Pkg-gnutls-commits] r1240 - in /packages/gnutls28/trunk/debian: changelog rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Sep 3 10:58:38 UTC 2011
Author: ametzler
Date: Sat Sep 3 10:58:37 2011
New Revision: 1240
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1240
Log:
3.0.2: Configure with --enable-gtk-doc, the included API reference is incomplete
in the tarball.
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=1240&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sat Sep 3 10:58:37 2011
@@ -1,10 +1,18 @@
-gnutls28 (3.0.1-2) UNRELEASED; urgency=low
+gnutls28 (3.0.2-1) UNRELEASED; urgency=low
* NOT RELEASED YET
* Update debian/copyright for crywrap.
* Since libgnutls*-dbg contains debugging symbols of helper applications
libgnutls26-dbg and libgnutls28-dbg are not co-installable. Update
Conflicts.
+ * New upstream version. It also includes the fixes for #638586 (Correct
+ parsing of XMPP subject alternative names) and #638595
+ (gnutls_certificate_set_x509_key() and
+ gnutls_certificate_set_openpgp_key() operate as in 2.10.x and allow the
+ release of the private key during the lifetime of the certificate
+ structure.)
+ * Configure with --enable-gtk-doc, the included API reference is incomplete
+ in the tarball.
-- Andreas Metzler <ametzler at debian.org> Sun, 21 Aug 2011 14:58:52 +0200
Modified: packages/gnutls28/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1240&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules (original)
+++ packages/gnutls28/trunk/debian/rules Sat Sep 3 10:58:37 2011
@@ -5,7 +5,7 @@
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS = --enable-ld-version-script --enable-cxx \
- --without-lzo --enable-guile \
+ --without-lzo --enable-guile --enable-gtk-doc \
--with-guile-site-dir=/usr/share/guile/site \
--with-packager=Debian \
--with-packager-bug-reports=http://bugs.debian.org/ \
More information about the Pkg-gnutls-commits
mailing list