[commits] Crypt_Blowfish branch master updated. 585b058439ecd9b61335886397e37588667dcd06

2022-06-25 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 6edc8c52f2f6b1f632fae06beb3a547a2682d14c

585b058 [mjr] Fix detecting if blowfish ciphers are supported when using 
openssl 3.

Summary: 
https://github.com/horde/Crypt_Blowfish/compare/6edc8c52f2f6...585b058439ec

---

commit 585b058439ecd9b61335886397e37588667dcd06
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 16:46:34 -0400

[mjr] Fix detecting if blowfish ciphers are supported when using openssl 3.

 M doc/Horde/Crypt/Blowfish/changelog.yml

https://github.com/horde/Crypt_Blowfish/commit/585b058439ecd9b61335886397e37588667dcd06
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Crypt_Blowfish tag v1.1.4 created. 84885a0f61d08d5f00d8fa5e110e7c99f51829a7

2022-06-25 Thread Michael J . Rubinsky
The tag "v1.1.4" has been created.
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Crypt_Blowfish branch FRAMEWORK_5_2 updated. 1b63d609c7cfb31b53c0e10a90742b9718faa242

2022-06-25 Thread Michael J . Rubinsky
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.

from: 9ee740617de4df9ac7173203db2273d87f275416

00eb00a As of openssl 3 bf ciphers are not loaded by default.
7aa8303 [mjr] Fix detecting if blowfish ciphers are supported when using 
openssl 3.
96ec260 Released Crypt_Blowfish-1.1.4
1b63d60 Development mode for Crypt_Blowfish-1.1.5

Summary: 
https://github.com/horde/Crypt_Blowfish/compare/9ee740617de4...1b63d609c7cf

---

commit 00eb00a7efbddfaeb53ecfa010b263e92ca41188
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 16:43:24 -0400

As of openssl 3 bf ciphers are not loaded by default.

It can be worked around using some environment variables and
custom openssl configs, but we can no longer assume they are available
just because openssl is loaded.

 M lib/Horde/Crypt/Blowfish/Openssl.php

https://github.com/horde/Crypt_Blowfish/commit/00eb00a7efbddfaeb53ecfa010b263e92ca41188

---

commit 7aa830355de15ac5bfbaae0aa8478c3696352d9e
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 16:44:27 -0400

[mjr] Fix detecting if blowfish ciphers are supported when using openssl 3.

 M doc/Horde/Crypt/Blowfish/changelog.yml

https://github.com/horde/Crypt_Blowfish/commit/7aa830355de15ac5bfbaae0aa8478c3696352d9e

---

commit 96ec260e9c2bcfcde89caa61eae1548cd59bd2a0
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 16:45:42 -0400

Released Crypt_Blowfish-1.1.4

 M composer.json
 M doc/Horde/Crypt/Blowfish/CHANGES
 M doc/Horde/Crypt/Blowfish/changelog.yml
 M package.xml

https://github.com/horde/Crypt_Blowfish/commit/96ec260e9c2bcfcde89caa61eae1548cd59bd2a0

---

commit 1b63d609c7cfb31b53c0e10a90742b9718faa242
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 16:45:42 -0400

Development mode for Crypt_Blowfish-1.1.5

 M .horde.yml
 M composer.json
 M doc/Horde/Crypt/Blowfish/CHANGES
 M doc/Horde/Crypt/Blowfish/changelog.yml
 M package.xml

https://github.com/horde/Crypt_Blowfish/commit/1b63d609c7cfb31b53c0e10a90742b9718faa242
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Crypt_Blowfish branch master updated. 6edc8c52f2f6b1f632fae06beb3a547a2682d14c

2022-06-25 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 07ecf499ce74094b6b2b11367ad84f87b9e4a504

6edc8c5 As of openssl 3 bf ciphers are not loaded by default.

Summary: 
https://github.com/horde/Crypt_Blowfish/compare/07ecf499ce74...6edc8c52f2f6

---

commit 6edc8c52f2f6b1f632fae06beb3a547a2682d14c
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 16:41:39 -0400

As of openssl 3 bf ciphers are not loaded by default.

It can be worked around using some environment variables and
custom openssl configs, but we can no longer assume they are available
just because openssl is loaded.

 M lib/Horde/Crypt/Blowfish/Openssl.php

https://github.com/horde/Crypt_Blowfish/commit/6edc8c52f2f6b1f632fae06beb3a547a2682d14c
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Imap_Client branch master updated. 0e1173f7e3e680a42fef8c44e1f4fe3e48d407c9

2022-06-25 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 8c7a7e39138e6eaa743e37830811b4ea5c10d185

0e1173f [mjr] Null string fixes for PHP 8.1 (PR #4, Christoph Wurst 
)

Summary: 
https://github.com/horde/Imap_Client/compare/8c7a7e39138e...0e1173f7e3e6

---

commit 0e1173f7e3e680a42fef8c44e1f4fe3e48d407c9
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 16:09:54 -0400

[mjr] Null string fixes for PHP 8.1 (PR #4, Christoph Wurst 
)

 M doc/Horde/Imap/Client/changelog.yml

https://github.com/horde/Imap_Client/commit/0e1173f7e3e680a42fef8c44e1f4fe3e48d407c9
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Imap_Client tag v2.30.6 created. 2d9e18388bac57a7620eafbd92ecbce70563d141

2022-06-25 Thread Michael J . Rubinsky
The tag "v2.30.6" has been created.
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Imap_Client branch FRAMEWORK_5_2 updated. 6727f91c011db9094ea8363422ea1cb7e3115f55

2022-06-25 Thread Michael J . Rubinsky
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.

from: 8ea20dc8840ea0b65ce595e1acc1923dfbb8a09c

ce56b74 Fix PHP8.1 DateTime constructor null time
3175169 [mjr] Null string fixes for PHP 8.1 (PR #4, Christoph Wurst 
)
308d401 Released Imap_Client-2.30.6
6727f91 Development mode for Imap_Client-2.30.7

Summary: 
https://github.com/horde/Imap_Client/compare/8ea20dc8840e...6727f91c011d

---

commit ce56b74290f128be40984d4d89315d64e41f2717
Author: Christoph Wurst 
Date:   Sat, 25 Jun 2022 15:19:27 -0400

Fix PHP8.1 DateTime constructor null time

Signed-off-by: Christoph Wurst 

 M lib/Horde/Imap/Client/DateTime.php

https://github.com/horde/Imap_Client/commit/ce56b74290f128be40984d4d89315d64e41f2717

---

commit 317516904d7e7c2448bf8434cd854b56d149ce86
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 15:20:05 -0400

[mjr] Null string fixes for PHP 8.1 (PR #4, Christoph Wurst 
)

 M doc/Horde/Imap/Client/changelog.yml

https://github.com/horde/Imap_Client/commit/317516904d7e7c2448bf8434cd854b56d149ce86

---

commit 308d4018d19fcf34e5e94e6742ef3acd462b3bac
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 15:54:08 -0400

Released Imap_Client-2.30.6

 M composer.json
 M doc/Horde/Imap/Client/CHANGES
 M doc/Horde/Imap/Client/changelog.yml
 M package.xml

https://github.com/horde/Imap_Client/commit/308d4018d19fcf34e5e94e6742ef3acd462b3bac

---

commit 6727f91c011db9094ea8363422ea1cb7e3115f55
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 15:54:08 -0400

Development mode for Imap_Client-2.30.7

 M .horde.yml
 M composer.json
 M doc/Horde/Imap/Client/CHANGES
 M doc/Horde/Imap/Client/changelog.yml
 M package.xml

https://github.com/horde/Imap_Client/commit/6727f91c011db9094ea8363422ea1cb7e3115f55
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Imap_Client branch master updated. 8c7a7e39138e6eaa743e37830811b4ea5c10d185

2022-06-25 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: ad1471064f06f869aba08b6cb6694a3d4fb509d1

8c7a7e3 Fix PHP8.1 DateTime constructor null time

Summary: 
https://github.com/horde/Imap_Client/compare/ad1471064f06...8c7a7e39138e

---

commit 8c7a7e39138e6eaa743e37830811b4ea5c10d185
Author: Christoph Wurst 
Date:   Sat, 25 Jun 2022 15:15:27 -0400

Fix PHP8.1 DateTime constructor null time

Signed-off-by: Christoph Wurst 

 M lib/Horde/Imap/Client/DateTime.php

https://github.com/horde/Imap_Client/commit/8c7a7e39138e6eaa743e37830811b4ea5c10d185
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Mail branch master updated. ac8ddd0b155056c449273b96327a1e612fcde7d6

2022-06-25 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 91e6d3d6b66479a9cd7da5fcf7c44e6b171e9480

ac8ddd0 [mjr] Null string fixes for PHP 8.1 (PR #2, Christoph Wurst 
)

Summary: https://github.com/horde/Mail/compare/91e6d3d6b664...ac8ddd0b1550

---

commit ac8ddd0b155056c449273b96327a1e612fcde7d6
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 15:12:11 -0400

[mjr] Null string fixes for PHP 8.1 (PR #2, Christoph Wurst 
)

 M doc/Horde/Mail/changelog.yml

https://github.com/horde/Mail/commit/ac8ddd0b155056c449273b96327a1e612fcde7d6
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Mail tag v2.6.6 created. 2e7f388397856d82a87555db8c0d48d74a377ff8

2022-06-25 Thread Michael J . Rubinsky
The tag "v2.6.6" has been created.
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Mail branch FRAMEWORK_5_2 updated. 638940ef16bb5252611550a000cd05c56478337f

2022-06-25 Thread Michael J . Rubinsky
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.

from: 68b8ca2312500b95d7ac10e76ebb0e9688088d0c

e50cd4f Fix RFC822 address nullable personal attribute
3783070 [mjr] Null string fixes for PHP 8.1 (PR #2, Christoph Wurst 
)
5458e45 Released Mail-2.6.6
638940e Development mode for Mail-2.6.7

Summary: https://github.com/horde/Mail/compare/68b8ca231250...638940ef16bb

---

commit e50cd4f9cb55ba0c8271825f9b360ca4c7d1cc1b
Author: Christoph Wurst 
Date:   Sat, 25 Jun 2022 15:07:11 -0400

Fix RFC822 address nullable personal attribute

As of PHP8.1 many string functions do not accept null anymore. Therefore
more explicit null checks or alternative functions need to be used.

Signed-off-by: Christoph Wurst 

 M lib/Horde/Mail/Rfc822.php
 M lib/Horde/Mail/Rfc822/Address.php
 M lib/Horde/Mail/Rfc822/Identification.php
 M lib/Horde/Mail/Transport.php

https://github.com/horde/Mail/commit/e50cd4f9cb55ba0c8271825f9b360ca4c7d1cc1b

---

commit 378307006b6ad3a0c3fe7c2a40bbe850146e77ea
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 15:08:50 -0400

[mjr] Null string fixes for PHP 8.1 (PR #2, Christoph Wurst 
)

 M doc/Horde/Mail/changelog.yml

https://github.com/horde/Mail/commit/378307006b6ad3a0c3fe7c2a40bbe850146e77ea

---

commit 5458e457a2b6c333a7aed8cd2d720e83aae2f381
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 15:10:07 -0400

Released Mail-2.6.6

 M .horde.yml
 M composer.json
 M doc/Horde/Mail/CHANGES
 M doc/Horde/Mail/changelog.yml
 M package.xml

https://github.com/horde/Mail/commit/5458e457a2b6c333a7aed8cd2d720e83aae2f381

---

commit 638940ef16bb5252611550a000cd05c56478337f
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 15:10:07 -0400

Development mode for Mail-2.6.7

 M .horde.yml
 M composer.json
 M doc/Horde/Mail/CHANGES
 M doc/Horde/Mail/changelog.yml
 M package.xml

https://github.com/horde/Mail/commit/638940ef16bb5252611550a000cd05c56478337f
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] Mail branch master updated. 91e6d3d6b66479a9cd7da5fcf7c44e6b171e9480

2022-06-25 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 627ca87a372bf69f1bff7f3a5757b6fb2b70f37f

91e6d3d Fix RFC822 address nullable personal attribute

Summary: https://github.com/horde/Mail/compare/627ca87a372b...91e6d3d6b664

---

commit 91e6d3d6b66479a9cd7da5fcf7c44e6b171e9480
Author: Christoph Wurst 
Date:   Sat, 25 Jun 2022 15:06:13 -0400

Fix RFC822 address nullable personal attribute

As of PHP8.1 many string functions do not accept null anymore. Therefore
more explicit null checks or alternative functions need to be used.

Signed-off-by: Christoph Wurst 

 M lib/Horde/Mail/Rfc822.php
 M lib/Horde/Mail/Rfc822/Address.php
 M lib/Horde/Mail/Rfc822/Identification.php
 M lib/Horde/Mail/Transport.php

https://github.com/horde/Mail/commit/91e6d3d6b66479a9cd7da5fcf7c44e6b171e9480
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] LoginTasks branch master updated. 63eada1382f58cb7e010f93f4dac3d0596a0f43a

2022-06-25 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 8852c9240ad344d597a87dd0122b1153b26d688f

8a2f8ad [jan] Remove usage of each().
63eada1 [jan] Update Turkish translations.

Summary: https://github.com/horde/LoginTasks/compare/8852c9240ad3...63eada1382f5

---

commit 8a2f8ad0b6e181c769ef403b49e6f42212760937
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 14:58:40 -0400

[jan] Remove usage of each().

 M doc/Horde/LoginTasks/changelog.yml

https://github.com/horde/LoginTasks/commit/8a2f8ad0b6e181c769ef403b49e6f42212760937

---

commit 63eada1382f58cb7e010f93f4dac3d0596a0f43a
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 14:58:49 -0400

[jan] Update Turkish translations.

 M doc/Horde/LoginTasks/changelog.yml

https://github.com/horde/LoginTasks/commit/63eada1382f58cb7e010f93f4dac3d0596a0f43a
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] LoginTasks tag v2.0.8 created. d14571de713461a7e9c2921e9ac53cd07a67e8aa

2022-06-25 Thread Michael J . Rubinsky
The tag "v2.0.8" has been created.
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org


[commits] LoginTasks branch FRAMEWORK_5_2 updated. 5e6ec87e25408ca37edc662941a034ac9b6ca621

2022-06-25 Thread Michael J . Rubinsky
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.

from: 15777ffbc08f7236ce1a9d660f1a162ce692ce0b

7ece03a [jan] Remove usage of each().
4da77f4 [jan] Update Turkish translations.
6b3a7e6 Released LoginTasks-2.0.8
5e6ec87 Development mode for LoginTasks-2.0.9

Summary: https://github.com/horde/LoginTasks/compare/15777ffbc08f...5e6ec87e2540

---

commit 7ece03a8d989d53174813ce916321c063aad0d9d
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 14:54:23 -0400

[jan] Remove usage of each().

 M doc/Horde/LoginTasks/changelog.yml

https://github.com/horde/LoginTasks/commit/7ece03a8d989d53174813ce916321c063aad0d9d

---

commit 4da77f4001df25c0b2392e9c8151f1cbbbf1a0d0
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 14:55:41 -0400

[jan] Update Turkish translations.

 M doc/Horde/LoginTasks/changelog.yml

https://github.com/horde/LoginTasks/commit/4da77f4001df25c0b2392e9c8151f1cbbbf1a0d0

---

commit 6b3a7e65f5b28b643b694d41aae96c832b106c0f
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 14:57:47 -0400

Released LoginTasks-2.0.8

 M composer.json
 M doc/Horde/LoginTasks/CHANGES
 M doc/Horde/LoginTasks/changelog.yml
 M package.xml

https://github.com/horde/LoginTasks/commit/6b3a7e65f5b28b643b694d41aae96c832b106c0f

---

commit 5e6ec87e25408ca37edc662941a034ac9b6ca621
Author: Michael J Rubinsky 
Date:   Sat, 25 Jun 2022 14:57:47 -0400

Development mode for LoginTasks-2.0.9

 M .horde.yml
 M composer.json
 M doc/Horde/LoginTasks/CHANGES
 M doc/Horde/LoginTasks/changelog.yml
 M package.xml

https://github.com/horde/LoginTasks/commit/5e6ec87e25408ca37edc662941a034ac9b6ca621
-- 
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: commits-unsubscr...@lists.horde.org