[commits] Horde branch imp_6_2 updated. b7e4c93bfee2b20d9d9b43963bb6d03739c992e4
Michael M Slusarz
slusarz at horde.org
Wed Nov 13 01:35:24 UTC 2013
The branch "imp_6_2" has been updated.
The following is a summary of the commits.
from: b7c3147b77120bd9ae1e72edf27d8b8fb51f781b
6defd32 [mms] Move PGP keyserver code to a separate Horde_Crypt_Pgp_Keyserver class.
b7e4c93 Merge branch 'master' into imp_6_2
Summary: http://github.com/horde/horde/compare/b7c3147b77120bd9ae1e72edf27d8b8fb51f781b...b7e4c93bfee2b20d9d9b43963bb6d03739c992e4
-----------------------------------------------------------------------
commit 6defd320c3049fac13514d9555f05452ea05b3da
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 12 18:28:58 2013 -0700
[mms] Move PGP keyserver code to a separate Horde_Crypt_Pgp_Keyserver class.
[mms] PGP keyserver code now uses Horde_Http_Client to connect to the keyserver.
[mms] Fix submitting PGP keys to a public keyserver (Bug #10931).
framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236 +++++++++++++++++
framework/Crypt/package.xml | 26 ++-
framework/Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)
create mode 100644 framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php
http://github.com/horde/horde/commit/6defd320c3049fac13514d9555f05452ea05b3da
http://git.horde.org/horde-git/-/commit/6defd320c3049fac13514d9555f05452ea05b3da
-----------------------------------------------------------------------
commit b7e4c93bfee2b20d9d9b43963bb6d03739c992e4
Merge: b7c3147 6defd32
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 12 18:35:13 2013 -0700
Merge branch 'master' into imp_6_2
framework/Crypt/lib/Horde/Crypt/Pgp.php | 199 +++------------
framework/Crypt/lib/Horde/Crypt/Pgp/Keyserver.php | 236 +++++++++++++++++
framework/Crypt/package.xml | 26 ++-
framework/Crypt/test/Horde/Crypt/PgpKeyserverTest.php | 24 +-
framework/Crypt/test/Horde/Crypt/conf.php.dist | 2 +-
5 files changed, 306 insertions(+), 181 deletions(-)
http://github.com/horde/horde/commit/b7e4c93bfee2b20d9d9b43963bb6d03739c992e4
http://git.horde.org/horde-git/-/commit/b7e4c93bfee2b20d9d9b43963bb6d03739c992e4
More information about the commits
mailing list