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

by Werner Koch cvs at cvs.gnupg.org
Mon Apr 3 22:17:40 CEST 2017


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  f1d18e9d0714ca948e15f6dbda6f436389978c5b (commit)
       via  152a622243de5bb879b46260e88b36d315cac8c6 (commit)
      from  c61e02c324cab09682f1d68dba22233544e1e883 (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 f1d18e9d0714ca948e15f6dbda6f436389978c5b
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Apr 3 22:14:17 2017 +0200

    swdb: Release GnuPG 2.1.20

diff --git a/web/swdb.mac b/web/swdb.mac
index 34a7799..78ad5a1 100644
--- a/web/swdb.mac
+++ b/web/swdb.mac
@@ -21,16 +21,16 @@
 #
 # GnuPG-2.1
 #
-#+macro: gnupg21_ver  2.1.19
-#+macro: gnupg21_date 2017-03-01
-#+macro: gnupg21_size 6254k
-#+macro: gnupg21_sha1 10a088a6716789ac5c5cce2776952d8f4a5c57fc
-#+macro: gnupg21_sha2 46cced1f5641ce29cc28250f52fadf6e417e649b3bfdec49a5a0d0b22a639bf0
-#+macro: gnupg21_w32_ver  2.1.19_20170328
-#+macro: gnupg21_w32_date 2017-03-28
-#+macro: gnupg21_w32_size 3747k
-#+macro: gnupg21_w32_sha1 0815f0661e24f5893ba90b088b29fbdef57aab7b
-#+macro: gnupg21_w32_sha2 9e0086573c5362fdf41a379e24a2ba0ba4bbe56493811d831ae426a394565c56
+#+macro: gnupg21_ver  2.1.20
+#+macro: gnupg21_date 2017-04-03
+#+macro: gnupg21_size 6304k
+#+macro: gnupg21_sha1 500ddae8e4225ae2e300934090f9b9a427b8def1
+#+macro: gnupg21_sha2 24cf9a69369be64a9f6f8cc11a1be33ab7780ad77a6a1b93719438f49f69960d
+#+macro: gnupg21_w32_ver  2.1.20_20170403
+#+macro: gnupg21_w32_date 2017-04-03
+#+macro: gnupg21_w32_size 3755k
+#+macro: gnupg21_w32_sha1 69308ee80699ebb48a055963418597767a76d1d8
+#+macro: gnupg21_w32_sha2 e99ded9c749da2d29cb3fc531ceccb04009f61f263cc76a3bf7ab5c95d93b75f
 
 
 #

commit 152a622243de5bb879b46260e88b36d315cac8c6
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Apr 3 22:13:46 2017 +0200

    web: Some notes on how to build a windows release.

diff --git a/web/devel/creating-a-release.org b/web/devel/creating-a-release.org
index 7fe8e79..a974fdd 100644
--- a/web/devel/creating-a-release.org
+++ b/web/devel/creating-a-release.org
@@ -186,6 +186,40 @@ Here are some gotchas for certain packages
 
 *** GnuPG Windows Installer
 
+To build a GnuPG >= 2.1 installer you need to change to a working
+directory, for example:
+
+: cd ~/b-w32/speedo
+
+then cleanup and unpack the GnuPG source:
+
+: rm -r PLAY PLAY-release
+: tar xjf /foo/bar/gnupg-m.n.o.tar.gz
+
+run a script which does about everything:
+
+: make -f gnupg-m.n.o/build-aux/speedo.mk w32-release
+
+finally you should sign the created installer using:
+
+: make -f gnupg-m.n.o/build-aux/speedo.mk w32-sign-installer
+
+and also sign them using your release key:
+
+: gpg -sbvu MYKEY gnupg-w32-m.n.o_YYYYMMDD.tar.xz
+: gpg -sbvu MYKEY gnupg-w32-m.n.o_YYYYMMDD.exe
+
+You will end up with these files:
+
+ - gnupg-w32-m.n.o_YYYYMMDD.tar.xz
+ - gnupg-w32-m.n.o_YYYYMMDD.tar.xz.sig
+ - gnupg-w32-m.n.o_YYYYMMDD.exe
+ - gnupg-w32-m.n.o_YYYYMMDD.exe.sig
+ - gnupg-w32-m.n.o_YYYYMMDD.exe.swdb
+
+Use the swdb file to update the swdb.mac and distribute tye other
+files (after testing).
+
 
 *** Libgcrypt
 

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

Summary of changes:
 web/devel/creating-a-release.org | 34 ++++++++++++++++++++++++++++++++++
 web/swdb.mac                     | 20 ++++++++++----------
 2 files changed, 44 insertions(+), 10 deletions(-)


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




More information about the Gnupg-commits mailing list