[commits] Crypt branch master updated. 048fed105d86149c83dab698e3e94e5bd052ea7b

jan at horde.org jan at horde.org
Thu Nov 17 20:54:41 UTC 2022


The branch "master" has been updated.
The following is a summary of the commits.

from: 5cc883f1a2dfad6d0947dffc9e1bb1b9eb0ff3f4

5f0c7e7 Horde_Crypt_Pgp_Backend: Fix generateKey() method with GnuPG 2.2 onwards.
222332a This server is completely broken now.
4ddf479 Merge branch 'pr/gnupg-2.2' of github.com:sunweaver/Horde_Crypt
048fed1 Simplify, fix CS, and fix variable name on GPG 1.

Summary: https://github.com/horde/Crypt/compare/5cc883f1a2df...048fed105d86

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

commit 5f0c7e7b7a3dc7b6a8a3e9ba1e085be7a94d3477
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon, 23 Nov 2020 11:45:45 +0100

Horde_Crypt_Pgp_Backend: Fix generateKey() method with GnuPG 2.2 onwards.

 The batch macros %secring and %pubring have been deprecated since GnuPG
 2.1 and, in fact,  %secring% is not available anymore starting with
 GnuPG 2.2.x.

 With GnuPG 2.1 and above, in the generateKey() method, we now don't
 obtain the pub/secret keys directly from the ASCII keyring files
 anymore, but generate the pub/secret key pair in the keyrings of the
 ephemeral home directory and then export/obtain them from there (via
 capturing stdout), instead.

 See:
 https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html

 M lib/Horde/Crypt/Pgp/Backend/Binary.php

https://github.com/horde/Crypt/commit/5f0c7e7b7a3dc7b6a8a3e9ba1e085be7a94d3477

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

commit 222332a5a8d8f4a580ca51188fe6cad9359efa4c
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 17 Nov 2022 21:27:14 +0100

This server is completely broken now.

 M test/Horde/Crypt/PgpKeyserverTest.php

https://github.com/horde/Crypt/commit/222332a5a8d8f4a580ca51188fe6cad9359efa4c

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

commit 4ddf479f52773522224f9bff5f2b6996d40c7916
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 17 Nov 2022 21:40:58 +0100

Merge branch 'pr/gnupg-2.2' of github.com:sunweaver/Horde_Crypt

 M lib/Horde/Crypt/Pgp/Backend/Binary.php

https://github.com/horde/Crypt/commit/4ddf479f52773522224f9bff5f2b6996d40c7916

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

commit 048fed105d86149c83dab698e3e94e5bd052ea7b
Author: Jan Schneider <jan at horde.org>
Date:   Thu, 17 Nov 2022 21:53:20 +0100

Simplify, fix CS, and fix variable name on GPG 1.

 M lib/Horde/Crypt/Pgp/Backend/Binary.php

https://github.com/horde/Crypt/commit/048fed105d86149c83dab698e3e94e5bd052ea7b


More information about the commits mailing list