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

by Werner Koch cvs at cvs.gnupg.org
Wed Mar 4 15:20:09 CET 2015


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  b8773eae1a20010d4635503e1439d21d4cfc3637 (commit)
       via  fd8fa8fbaec8951d2202a98a9a7ba11d086ff59c (commit)
      from  4acb6162899cf58c97b2a34e0dadf13590d0ffe7 (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 b8773eae1a20010d4635503e1439d21d4cfc3637
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Mar 4 15:18:54 2015 +0100

    web: Update gnupg FAQ links and added a simple Makefile.
    
    --
    
    The Makefile is used to build and upload the text version.  We should
    really have one Makefile for all tasks in this repo.

diff --git a/web/documentation/faqs.org b/web/documentation/faqs.org
index 3209562..fd7aa15 100644
--- a/web/documentation/faqs.org
+++ b/web/documentation/faqs.org
@@ -10,6 +10,6 @@
   -  [[https://www.gnupg.org/faq/gnupg-faq.txt][Plain text]]
 
   The FAQ is generated using this [[http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg-doc.git;a=blob_plain;f=web/faq/gnupg-faq.org][source code]].  If you are looking for
-  the old and outdated FAQ, please go to [[http://www-old.gnupg.org/faq/GnuPG-FAQ.html][here]].
+  the old and outdated FAQ, please go to [[ftp://ftp.gnupg.org/gcrypt/gnupg/GnuPG-FAQ.old.txt][here]].
 
 # eof
diff --git a/web/faq/Makefile b/web/faq/Makefile
new file mode 100644
index 0000000..2926b29
--- /dev/null
+++ b/web/faq/Makefile
@@ -0,0 +1,25 @@
+
+srcdir = .
+
+# Note that you need a recent version of emacs23 with org-mode 7.01h
+#
+# Note that due to a problem with hyperref we are currently not able
+# to build a pdf version
+#
+#	  --visit "$(srcdir)/gnupg-faq.org" \
+#         --eval "(org-latex-export-to-pdf)"\
+#
+
+gnupg-faq.txt gnupg-faq.html: gnupg-faq.org
+	@set -e; \
+	 emacs  --batch \
+	  --eval "(require 'org)" \
+	  --visit "$(srcdir)/gnupg-faq.org" \
+          --eval "(org-ascii-export-to-ascii)"
+
+faq-online: gnupg-faq.txt gnupg-faq.html
+	set -e; \
+        user=werner ; \
+	echo "Uploading current FAQ to ftp.gnupg.org ..."; \
+	scp gnupg-faq.txt  $${user}@ftp.gnupg.org:gcrypt/gnupg/GnuPG-FAQ.txt; \
+	echo "...ready"
diff --git a/web/index.org b/web/index.org
index 44f1081..f1f3ad9 100644
--- a/web/index.org
+++ b/web/index.org
@@ -118,6 +118,16 @@ all [[file:news.org][news of previous years]] is also available.
 # point or paste the [[news.en.rss][RSS file]] into your aggregator.
 
 
+** GnuPG 1.4.19 released (2015-02-27)                             :important:
+
+GnuPG 1.4.19 is now available.  This release mitigates two new of side
+channel attack methods as well as a couple of other bugs.  [[http://lists.gnupg.org/pipermail/gnupg-announce/2015q1/000363.html][{more}]]
+
+** Libgcrypt 1.6.3 released (2015-02-27)                          :important:
+
+Libgcrypt version 1.6.3 has been released to mitigate two new side
+channel attack methods.  [[http://lists.gnupg.org/pipermail/gnupg-announce/2015q1/000364.html][{more}]]
+
 ** GnuPG 2.0.27 released (2015-02-18)
 
 GnuPG 2.0.27 is now available.  This release fixes a couple of bugs;

commit fd8fa8fbaec8951d2202a98a9a7ba11d086ff59c
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Feb 27 12:35:14 2015 +0100

    web: Release info for gnupg 1.4.19 and Libgcrypt 1.6.3.

diff --git a/web/download/integrity_check.org b/web/download/integrity_check.org
index 6bbdfb9..3825fbb 100644
--- a/web/download/integrity_check.org
+++ b/web/download/integrity_check.org
@@ -63,7 +63,6 @@
    {{{gnupg21_w32_sha1}}}  gnupg-w32-{{{gnupg21_w32_ver}}}.exe
    {{{gnupg1_sha1}}}  gnupg-{{{gnupg1_ver}}}.tar.bz2
    {{{gnupg1_sha1_gz}}}  gnupg-{{{gnupg1_ver}}}.tar.gz
-   {{{gnupg1_patch_sha1}}}  gnupg-{{{gnupg1_patch_ver}}}.diff.bz2
    {{{gnupg1_w32cli_sha1}}}  gnupg-w32cli-{{{gnupg1_w32cli_ver}}}.exe
    {{{libgpg_error_sha1}}}  libgpg-error-{{{libgpg_error_ver}}}.tar.bz2
    {{{libgcrypt_sha1}}}  libgcrypt-{{{libgcrypt_ver}}}.tar.bz2
diff --git a/web/swdb.mac b/web/swdb.mac
index 93da7ff..c295ccb 100644
--- a/web/swdb.mac
+++ b/web/swdb.mac
@@ -30,20 +30,16 @@
 #
 # GnuPG-1
 #
-#+macro: gnupg1_ver      1.4.18
+#+macro: gnupg1_ver      1.4.19
 #+macro: gnupg1_branch   STABLE-BRANCH-1-4
-#+macro: gnupg1_size     3564k
-#+macro: gnupg1_size_gz  4930k
-#+macro: gnupg1_sha1     41462d1a97f91abc16a0031b5deadc3095ce88ae
-#+macro: gnupg1_sha1_gz  ea7d66c3de7aaf46de9e8678f4fc4a8c329400b2
+#+macro: gnupg1_size     3627k
+#+macro: gnupg1_size_gz  5020k
+#+macro: gnupg1_sha1     5503f7faa0a0e84450838706a67621546241ca50
+#+macro: gnupg1_sha1_gz  d0cf40cc42ce057d7d747908ec21a973a423a508
 #
-#+macro: gnupg1_patch_ver   1.4.17-1.4.18
-#+macro: gnupg1_patch_size  5k
-#+macro: gnupg1_patch_sha1  f30571f855b3ff8becff5378a884638da4c3cc9e
-#
-#+macro: gnupg1_w32cli_ver  1.4.18
-#+macro: gnupg1_w32cli_size 1575k
-#+macro: gnupg1_w32cli_sha1 579de2464528b436f39c5835e766867a1efa5fee
+#+macro: gnupg1_w32cli_ver  1.4.19
+#+macro: gnupg1_w32cli_size 1586k
+#+macro: gnupg1_w32cli_sha1 dc03ae4e4c3e8fe0583b37dd6c3124f94246d2f8
 
 
 #
@@ -74,9 +70,9 @@
 #
 # LIBGCRYPT
 #
-#+macro: libgcrypt_ver  1.6.2
-#+macro: libgcrypt_size 2418k
-#+macro: libgcrypt_sha1 cc31aca87e4a3769cb86884a3f5982b2cc8eb7ec
+#+macro: libgcrypt_ver  1.6.3
+#+macro: libgcrypt_size 2436k
+#+macro: libgcrypt_sha1 9456e7b64db9df8360a1407a38c8c958da80bbf1
 
 
 #

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

Summary of changes:
 web/documentation/faqs.org       |  2 +-
 web/download/integrity_check.org |  1 -
 web/faq/Makefile                 | 25 +++++++++++++++++++++++++
 web/index.org                    | 10 ++++++++++
 web/swdb.mac                     | 26 +++++++++++---------------
 5 files changed, 47 insertions(+), 17 deletions(-)
 create mode 100644 web/faq/Makefile


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




More information about the Gnupg-commits mailing list