[git] gnupg-doc - branch, master, updated. e709c9306139555af56b15ff202f1f119c4c56ff

by Werner Koch cvs at cvs.gnupg.org
Sat Jun 9 12:43:41 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".

The branch, master has been updated
       via  e709c9306139555af56b15ff202f1f119c4c56ff (commit)
      from  680e8aa513ce16834888c9ee28fee132149968e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e709c9306139555af56b15ff202f1f119c4c56ff
Author: Werner Koch <wk at gnupg.org>
Date:   Sat Jun 9 12:35:38 2018 +0200

    web: New macro CVE and fix for latest CVE link.

diff --git a/web/index.org b/web/index.org
index 28f73bd..449f9a8 100644
--- a/web/index.org
+++ b/web/index.org
@@ -69,9 +69,8 @@ The latest release news:\\
 
 This version fixes a critical security bug.  Either this version or a
 vendor provided fix should be installed.  There are also a few other
-changes; see the [[https://lists.gnupg.org/pipermail/gnupg-announce/2018q2/000425.html][announcement]] mail.  This is [[https://cve.mitre.org/cgi-bin/cvename.cgi?name%3DCVE-2018-12020][CVE-2018-12020]] and our
-bug [[https://dev.gnupg.org/T4012][#4012]].
-
+changes; see the [[https://lists.gnupg.org/pipermail/gnupg-announce/2018q2/000425.html][announcement]] mail.  This is {{{CVE(2018-12020)}}} and
+our bug [[https://dev.gnupg.org/T4012][#4012]].
 
 ** GnuPG 2.2.7 released (2018-05-02)
 
diff --git a/web/share/setup.inc b/web/share/setup.inc
index c5517df..169acd5 100644
--- a/web/share/setup.inc
+++ b/web/share/setup.inc
@@ -17,3 +17,9 @@
 #+macro: end_chksum    @@html:</pre>@@
 
 #+macro: twodashes     @@html:--@@
+
+# Org rendering of links with an included '=' is broken.  Thus we use
+# a macro here.
+#+macro: CVE [[https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-$1][CVE-$1]]
+
+# eof

-----------------------------------------------------------------------

Summary of changes:
 web/index.org       | 5 ++---
 web/share/setup.inc | 6 ++++++
 2 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list