[git] gnupg-doc - branch, master, updated. 3f77c492df0fb50dcecf0b324998cec845569b1d

by Werner Koch cvs at cvs.gnupg.org
Fri Sep 12 09:36:41 CEST 2014


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  3f77c492df0fb50dcecf0b324998cec845569b1d (commit)
       via  112530c089364b8bf1bc7430eacb7fdb18a767a4 (commit)
      from  0a24a4f9b47b03292777a82c8e6c64c022c5fe68 (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 3f77c492df0fb50dcecf0b324998cec845569b1d
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Sep 11 18:21:22 2014 +0200

    web: Add Jaro Mail to the swlist.

diff --git a/web/related_software/frontends.org b/web/related_software/frontends.org
index 970cd16..a31bfe3 100644
--- a/web/related_software/frontends.org
+++ b/web/related_software/frontends.org
@@ -25,6 +25,7 @@
    - [[file:swlist.org::#cryptophane][Cryptophane]]
    - [[file:swlist.org::#gnupg-shell][GnuPG Shell]]
    - [[file:swlist.org::#gpa][GPA]]
+   - [[file:swlist.org::#jaro-mail][Jaro Mail]]
    - [[file:swlist.org::#kgpg][KGpg]]
    - [[file:swlist.org::#seahorse][Seahorse]]
    - [[file:swlist.org::#wija][wija]]
diff --git a/web/related_software/swlist.org b/web/related_software/swlist.org
index 927e0af..7568a41 100644
--- a/web/related_software/swlist.org
+++ b/web/related_software/swlist.org
@@ -221,6 +221,18 @@ Is a Windows program which can be used to use GnuPG with all MUAs.
 GPGTools is an installer package for Mac OS X. It integrates all
 required modules for easy use of GnuPG on this OS.
 
+
+** [[https://www.dyne.org/software/jaro-mail][Jaro Mail]] [Unix,OSX] MUA
+:PROPERTIES:
+:CUSTOM_ID: jaro-mail
+:END:
+
+Jaro Mail is an integrated suite of interoperable tools to manage
+e-mail communication in a private and efficient way, without relying
+too much on on-line services, in fact encouraging users to store their
+email locally.
+
+
 ** [[ftp://ftp.gnupg.org/gcrypt/contrib/keylookup-2.1.tar.gz][Keylookup]] [Unix] MISC
    :PROPERTIES:
    :CUSTOM_ID: keylookup
diff --git a/web/share/ox-gpgweb.el b/web/share/ox-gpgweb.el
index 9b09ef2..e1dfded 100644
--- a/web/share/ox-gpgweb.el
+++ b/web/share/ox-gpgweb.el
@@ -1941,7 +1941,8 @@ channel."
   "Transcode a PROPERTY-DRAWER element from Org to HTML.
 CONTENTS holds the contents of the drawer.  INFO is a plist
 holding contextual information."
-  (and (org-string-nw-p contents)
+  (and nil
+       (org-string-nw-p contents)
        (format "<pre class=\"example\">\n%s</pre>" contents)))
 
 ;;;; Quote Block

commit 112530c089364b8bf1bc7430eacb7fdb18a767a4
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Sep 11 16:03:47 2014 +0200

    swdb: libgpg-error 1.15.

diff --git a/web/download/index.org b/web/download/index.org
index 92f40da..7ed4df1 100644
--- a/web/download/index.org
+++ b/web/download/index.org
@@ -159,7 +159,8 @@
 
    DirMngr is a daemon to handle CRL and certificate requests for
    GnuPG 2.0. It might also be installed as a system daemon for CRL
-   and OCSP checks.
+   and OCSP checks.  Note that GnuPG 2.1 already includes a modernized
+   version of dirmngr.
 
    | DirMngr {{{dirmngr_ver}}} full source code | {{{dirmngr_size}}} | S | {{{ftpopen}}}{{{ftp_base}}}/dirmngr/dirmngr-{{{dirmngr_ver}}}.tar.bz2{{{ftpclose}}}        |
    | Signature for previous file                |                    |   | {{{ftpopen}}}{{{ftp_base}}}/dirmngr/dirmngr-{{{dirmngr_ver}}}.tar.bz2.sig{{{ftpclose}}}        |
@@ -207,6 +208,23 @@
    {{{check_sig_note}}}
 
 
+** Pinentry
+#  <<pinentry>>
+#+index: Pinentry!download
+
+   Pinentry is a collection of different PIN and passphrase entry
+   modules.  One of these modules is required for GnuPG-2.
+
+   | Pinnentry {{{pinentry_ver}}} full source code | {{{pinentry_size}}} | S | {{{ftpopen}}}{{{ftp_base}}}/pinentry/pinentry-{{{pinentry_ver}}}.tar.bz2{{{ftpclose}}}     |
+   | Signature for previous file                   |                    |   | {{{ftpopen}}}{{{ftp_base}}}/pinentry/pinentry-{{{pinentry_ver}}}.tar.bz2.sig{{{ftpclose}}} |
+
+   SHA-1 checksum for the above file:
+   {{{begin_chksum}}}
+   {{{pinentry_sha1}}} pinentry-{{{pinentry_ver}}}.tar.bz2
+   {{{end_chksum}}}
+
+   {{{check_sig_note}}}
+
 ** Entropy Gathering Daemon
 #  <<egd>>
 #+index: EGD!download
diff --git a/web/swdb.mac b/web/swdb.mac
index 15ceeec..8f1d23a 100644
--- a/web/swdb.mac
+++ b/web/swdb.mac
@@ -91,9 +91,9 @@
 #
 # LIBGPG-ERROR
 #
-#+macro: libgpg_error_ver  1.14
-#+macro: libgpg_error_size 540k
-#+macro: libgpg_error_sha1 dd46179e08f6708bb70719422b942f200989d195
+#+macro: libgpg_error_ver  1.15
+#+macro: libgpg_error_size 534k
+#+macro: libgpg_error_sha1 f41791121c66043fa18834597e0155ebcbff8ada
 
 
 #

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

Summary of changes:
 web/download/index.org             |   20 +++++++++++++++++++-
 web/related_software/frontends.org |    1 +
 web/related_software/swlist.org    |   12 ++++++++++++
 web/share/ox-gpgweb.el             |    3 ++-
 web/swdb.mac                       |    6 +++---
 5 files changed, 37 insertions(+), 5 deletions(-)


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




More information about the Gnupg-commits mailing list