[Pkg-gnutls-commits] r1574 - in /packages/gnutls28/trunk/debian: changelog patches/40_fixtypo.diff patches/series
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sat Oct 13 13:30:55 UTC 2012
Author: ametzler
Date: Sat Oct 13 13:30:54 2012
New Revision: 1574
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1574
Log:
40_fixtypo.diff pulled from upstream git.
Added:
packages/gnutls28/trunk/debian/patches/40_fixtypo.diff
Modified:
packages/gnutls28/trunk/debian/changelog
packages/gnutls28/trunk/debian/patches/series
Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1574&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sat Oct 13 13:30:54 2012
@@ -2,6 +2,7 @@
* Explicitly set --disable-libdane --without-tpm.
* Bump shlibs.
+ * 40_fixtypo.diff pulled from upstream git.
-- Andreas Metzler <ametzler at debian.org> Sat, 13 Oct 2012 08:29:37 +0200
Added: packages/gnutls28/trunk/debian/patches/40_fixtypo.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/40_fixtypo.diff?rev=1574&op=file
==============================================================================
--- packages/gnutls28/trunk/debian/patches/40_fixtypo.diff (added)
+++ packages/gnutls28/trunk/debian/patches/40_fixtypo.diff Sat Oct 13 13:30:54 2012
@@ -1,0 +1,33 @@
+From 43269acc9bef22a9735047f35f1eb4577b492c18 Mon Sep 17 00:00:00 2001
+From: Nikos Mavrogiannopoulos <nmav at gnutls.org>
+Date: Fri, 12 Oct 2012 19:57:05 +0200
+Subject: [PATCH] corrected typo
+
+diff --git a/src/danetool-args.def b/src/danetool-args.def
+index d13e52a..90017ea 100644
+--- a/src/danetool-args.def
++++ b/src/danetool-args.def
+@@ -126,12 +126,12 @@ doc-section = {
+ To create a DANE TLSA resource record for a CA signed certificate use the following commands.
+
+ @example
+-$ certtool --tlsa-rr --host www.example.com --load-certificate cert.pem
++$ danetool --tlsa-rr --host www.example.com --load-certificate cert.pem
+ @end example
+
+ For a self signed certificate use:
+ @example
+-$ certtool --tlsa-rr --host www.example.com --load-certificate cert.pem \
++$ danetool --tlsa-rr --host www.example.com --load-certificate cert.pem \
+ --local
+ @end example
+
+@@ -141,7 +141,7 @@ certificate using DANE.
+
+ In order to create a record for the signer of your certificate use:
+ @example
+-$ certtool --tlsa-rr --host www.example.com --load-certificate cert.pem \
++$ danetool --tlsa-rr --host www.example.com --load-certificate cert.pem \
+ --ca
+ @end example
+
Modified: packages/gnutls28/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/series?rev=1574&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/patches/series (original)
+++ packages/gnutls28/trunk/debian/patches/series Sat Oct 13 13:30:54 2012
@@ -1,3 +1,4 @@
14_version_gettextcat.diff
20_test-select.diff
30_forcesystemlibopts.diff
+40_fixtypo.diff
More information about the Pkg-gnutls-commits
mailing list