The branch "master" has been updated. The following is a summary of the commits.
from: 048fed105d86149c83dab698e3e94e5bd052ea7b a969c44 PHP 8.0 compatibility b50832d Fix fatal error "$string must be of type string, array given", happens when subject fields in certs contains multiple-values. 17515e1 fix PHP 8.0 TypeError: htmlspecialchars(): Argument #1 ($string) must be of type string, array given 6aff6f9 Make this version 2.8.0. 95eb2d4 [jan] Fix key generation with GnuPG 2 (PR #2, Mike Gabriel <[email protected]>). 5ca0e7e Merge branch 'php8-typeerror-htmlspecialchars' of github.com:EGroupware/Crypt into EGroupware-php8-typeerror-htmlspecialchars 4ad3ef6 Use the same technique like above. f7f0ce9 Merge branch 'EGroupware-php8-typeerror-htmlspecialchars' 39714f2 [jan] Improve PHP 8 compatibility in S/MIME backend (PR #4, Hadi Nategh <[email protected]>, Hadi Nategh <[email protected]>). Summary: https://github.com/horde/Crypt/compare/048fed105d86...39714f2635ea ----------------------------------------------------------------------- commit a969c4407645c6b3f94b1471b03834137c7f9b6d Author: Hadi Nategh <[email protected]> Date: Mon, 11 Oct 2021 15:25:27 +0200 PHP 8.0 compatibility Make verifyPassphrase compatible with PHP 8.0 since openssl_pkey_get_private returns OpenSSLAsymmetricKey instead of resource. M lib/Horde/Crypt/Smime.php https://github.com/horde/Crypt/commit/a969c4407645c6b3f94b1471b03834137c7f9b6d ----------------------------------------------------------------------- commit b50832dcb8d97a2b394484d833ce18868b6bafe5 Author: Hadi Nategh <[email protected]> Date: Mon, 11 Oct 2021 15:25:38 +0200 Fix fatal error "$string must be of type string, array given", happens when subject fields in certs contains multiple-values. M lib/Horde/Crypt/Smime.php https://github.com/horde/Crypt/commit/b50832dcb8d97a2b394484d833ce18868b6bafe5 ----------------------------------------------------------------------- commit 17515e1ceb947d7ddd4dc069973ee6d9a69732e5 Author: Ralf Becker <[email protected]> Date: Fri, 05 Nov 2021 12:07:11 +0100 fix PHP 8.0 TypeError: htmlspecialchars(): Argument #1 ($string) must be of type string, array given M lib/Horde/Crypt/Smime.php https://github.com/horde/Crypt/commit/17515e1ceb947d7ddd4dc069973ee6d9a69732e5 ----------------------------------------------------------------------- commit 6aff6f9e793462f7c924b03f94c457ba2ef44bf7 Author: Jan Schneider <[email protected]> Date: Thu, 17 Nov 2022 22:10:37 +0100 Make this version 2.8.0. M .horde.yml M composer.json M doc/Horde/Crypt/CHANGES M doc/Horde/Crypt/changelog.yml M package.xml https://github.com/horde/Crypt/commit/6aff6f9e793462f7c924b03f94c457ba2ef44bf7 ----------------------------------------------------------------------- commit 95eb2d4e1224e50d96f584b14c67f21e5684a7fa Author: Jan Schneider <[email protected]> Date: Thu, 17 Nov 2022 22:10:50 +0100 [jan] Fix key generation with GnuPG 2 (PR #2, Mike Gabriel <[email protected]>). M doc/Horde/Crypt/changelog.yml https://github.com/horde/Crypt/commit/95eb2d4e1224e50d96f584b14c67f21e5684a7fa ----------------------------------------------------------------------- commit 5ca0e7ed9c1c5ec3f351f7d5b63eeafe68fadb73 Author: Jan Schneider <[email protected]> Date: Thu, 17 Nov 2022 22:24:49 +0100 Merge branch 'php8-typeerror-htmlspecialchars' of github.com:EGroupware/Crypt into EGroupware-php8-typeerror-htmlspecialchars M lib/Horde/Crypt/Smime.php https://github.com/horde/Crypt/commit/5ca0e7ed9c1c5ec3f351f7d5b63eeafe68fadb73 ----------------------------------------------------------------------- commit 4ad3ef60c423a0b2adb941f80c1c683e2c1597a3 Author: Jan Schneider <[email protected]> Date: Thu, 17 Nov 2022 22:28:25 +0100 Use the same technique like above. M lib/Horde/Crypt/Smime.php https://github.com/horde/Crypt/commit/4ad3ef60c423a0b2adb941f80c1c683e2c1597a3 ----------------------------------------------------------------------- commit f7f0ce9844e01ecdb8b971053cf4124b3f5d2e23 Author: Jan Schneider <[email protected]> Date: Thu, 17 Nov 2022 22:32:09 +0100 Merge branch 'EGroupware-php8-typeerror-htmlspecialchars' M lib/Horde/Crypt/Smime.php https://github.com/horde/Crypt/commit/f7f0ce9844e01ecdb8b971053cf4124b3f5d2e23 ----------------------------------------------------------------------- commit 39714f2635ea215576e5536df8bb1903171d9c76 Author: Jan Schneider <[email protected]> Date: Thu, 17 Nov 2022 22:34:35 +0100 [jan] Improve PHP 8 compatibility in S/MIME backend (PR #4, Hadi Nategh <[email protected]>, Hadi Nategh <[email protected]>). M doc/Horde/Crypt/changelog.yml https://github.com/horde/Crypt/commit/39714f2635ea215576e5536df8bb1903171d9c76 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
