[commits] Imap_Client branch master updated. 16aba47b6c3f358ad5d7b11ec61dc0bdae7f5de9

2024-03-30 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 5089b95d16712c40d1eb76dfec427115a2467e8a

16aba47 fix: STORE for iCloud and other strict IMAP servers

Summary: 
https://github.com/horde/Imap_Client/compare/5089b95d1671...16aba47b6c3f

---

commit 16aba47b6c3f358ad5d7b11ec61dc0bdae7f5de9
Author: Anna Larch 
Date:   Sat, 30 Mar 2024 14:38:35 -0400

fix: STORE for iCloud and other strict IMAP servers

Apple's iCloud IMAP server (and possibly others, although I haven't tested it) 
want brackets around any
FLAG command params as shown in the examples of 
[RFC3501](https://datatracker.ietf.org/doc/html/rfc3501#section-6.4.6])
If the brackets aren't added, the command fails with BAD Parse Error
To fix this, wrap the params of a STORE command in a 
Horde_Imap_Client_Data_Format_List
Otherwise, the \Delete FLAG, \Seen FLAG and possibly all other PERMFLAGs aren't 
added, even if the
STORE command doesn't return a BAD response.

Signed-off-by: Anna Larch 

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

https://github.com/horde/Imap_Client/commit/16aba47b6c3f358ad5d7b11ec61dc0bdae7f5de9
-- 
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. 5089b95d16712c40d1eb76dfec427115a2467e8a

2024-03-30 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 0fe6c1cac79c3b03dea6c5e4ad958e502e0b967e

5089b95 Fix undefined index 'count'

Summary: 
https://github.com/horde/Imap_Client/compare/0fe6c1cac79c...5089b95d1671

---

commit 5089b95d16712c40d1eb76dfec427115a2467e8a
Author: Kieran Brahney 
Date:   Sat, 30 Mar 2024 14:32:35 -0400

Fix undefined index 'count'

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

https://github.com/horde/Imap_Client/commit/5089b95d16712c40d1eb76dfec427115a2467e8a
-- 
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. 58501d84a1a4d39baa372752852a51ef7c40e291

2023-12-04 Thread Michael J . Rubinsky
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.

from: 6727f91c011db9094ea8363422ea1cb7e3115f55

58501d8 Fix: remove duplicated line

Summary: 
https://github.com/horde/Imap_Client/compare/6727f91c011d...58501d84a1a4

---

commit 58501d84a1a4d39baa372752852a51ef7c40e291
Author: Zoltan Szabo 
Date:   Mon, 04 Dec 2023 10:44:13 -0500

Fix: remove duplicated line

The line 
https://github.com/horde/Imap_Client/blob/6727f91c011db9094ea8363422ea1cb7e3115f55/lib/Horde/Imap/Client/Socket.php#L2865
 got (most probably) accidentally duplicated in commit 
https://github.com/horde/Imap_Client/commit/849f8d29755d2e1d2e546ab22a7e1a5290c18cfb.

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

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


[commits] Mime branch master updated. aea80745c26658bd4ab50c7f80f3cf4185b97eee

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: e0a542aa2c1365a0a142d54ce104a074d1a021f1

aea8074 [mjr] Fix encoding of thread-index headers.

Summary: https://github.com/horde/Mime/compare/e0a542aa2c13...aea80745c266

---

commit aea80745c26658bd4ab50c7f80f3cf4185b97eee
Author: Michael J Rubinsky 
Date:   Tue, 17 Oct 2023 00:05:54 -0400

[mjr] Fix encoding of thread-index headers.

 M doc/Horde/Mime/changelog.yml

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


[commits] Mime branch FRAMEWORK_5_2 updated. 7eaacd003763209350a703da5374920b848a9913

2023-10-16 Thread Michael J . Rubinsky
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.

from: 90a3fa47d305820b8a5aa32b44f67b7ba636989b

ab66670 Add missing encode call
dafc8a4 [mjr] Fix encoding of thread-index headers.
9149071 Released Mime-2.11.4
7eaacd0 Development mode for Mime-2.11.5

Summary: https://github.com/horde/Mime/compare/90a3fa47d305...7eaacd003763

---

commit ab666706440f9b05b3c1008516380008f891731c
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:59:57 -0400

Add missing encode call

 M lib/Horde/Mime/Headers/ThreadIndex.php

https://github.com/horde/Mime/commit/ab666706440f9b05b3c1008516380008f891731c

---

commit dafc8a4789d8a86f20ed1b82a3ea16f785dce67f
Author: Michael J Rubinsky 
Date:   Tue, 17 Oct 2023 00:00:44 -0400

[mjr] Fix encoding of thread-index headers.

 M doc/Horde/Mime/changelog.yml

https://github.com/horde/Mime/commit/dafc8a4789d8a86f20ed1b82a3ea16f785dce67f

---

commit 9149071093165e2daad60bc854a9a230bcd9df1b
Author: Michael J Rubinsky 
Date:   Tue, 17 Oct 2023 00:02:19 -0400

Released Mime-2.11.4

 M doc/Horde/Mime/CHANGES
 M package.xml

https://github.com/horde/Mime/commit/9149071093165e2daad60bc854a9a230bcd9df1b

---

commit 7eaacd003763209350a703da5374920b848a9913
Author: Michael J Rubinsky 
Date:   Tue, 17 Oct 2023 00:02:20 -0400

Development mode for Mime-2.11.5

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

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


[commits] Mime tag v2.11.4 created. 8f8d5c64cfc03b55be307d08b60c2fa103116084

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


[commits] Mime branch master updated. e0a542aa2c1365a0a142d54ce104a074d1a021f1

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: da7dbf73398fe58b2906aeea9cd6be7f9ffa3fbf

e0a542a Add missing encode call

Summary: https://github.com/horde/Mime/compare/da7dbf73398f...e0a542aa2c13

---

commit e0a542aa2c1365a0a142d54ce104a074d1a021f1
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:59:12 -0400

Add missing encode call

 M lib/Horde/Mime/Headers/ThreadIndex.php

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


[commits] Mime tag v2.11.3 created. e473d903c8c727458d2216fe9cba7ba47826dfcc

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


[commits] Mime branch FRAMEWORK_5_2 updated. 90a3fa47d305820b8a5aa32b44f67b7ba636989b

2023-10-16 Thread Michael J . Rubinsky
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.

from: afb467e65b455317c848767c16e0ac4d21dafb6c

96afe59 First attempt at supporting (broken) MS Thread-Index headers.
8ff7795 Update package.xml
e9d6f9b ...it's been a while :/
c5891c3 Fix property name
de5dae6 Attempt to sniff out if Thread-Index hdr needs mime encoding
5dd8a96 Define EOL
79aea1d Comments, now that it works.
35f019a [mjr] Add support for broken Outlook style thread-index headers.
cfa94c5 Released Mime-2.11.3
90a3fa4 Development mode for Mime-2.11.4

Summary: https://github.com/horde/Mime/compare/afb467e65b45...90a3fa47d305

---

commit 96afe59088d4d4a3e14a6ee94578d310b2be3edc
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:34:03 -0400

First attempt at supporting (broken) MS Thread-Index headers.

 M lib/Horde/Mime/Headers.php
 M lib/Horde/Mime/Headers/Element/Single.php
 A lib/Horde/Mime/Headers/ThreadIndex.php

https://github.com/horde/Mime/commit/96afe59088d4d4a3e14a6ee94578d310b2be3edc

---

commit 8ff779523882f7bf5c2f3af1745cbfffd3abcadb
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:37:39 -0400

Update package.xml

 M composer.json
 M package.xml

https://github.com/horde/Mime/commit/8ff779523882f7bf5c2f3af1745cbfffd3abcadb

---

commit e9d6f9bc897cc214786f7a2ab7bd80888c10f6c8
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:38:05 -0400

...it's been a while :/

 M lib/Horde/Mime/Headers/ThreadIndex.php

https://github.com/horde/Mime/commit/e9d6f9bc897cc214786f7a2ab7bd80888c10f6c8

---

commit c5891c3c3c02768209083cbf6328bd6fbdec55b7
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:38:20 -0400

Fix property name

 M lib/Horde/Mime/Headers/ThreadIndex.php

https://github.com/horde/Mime/commit/c5891c3c3c02768209083cbf6328bd6fbdec55b7

---

commit de5dae6cf4f4cf8ca30d491e3cbf3c1aea90c710
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:38:50 -0400

Attempt to sniff out if Thread-Index hdr needs mime encoding

 M lib/Horde/Mime/Headers/ThreadIndex.php

https://github.com/horde/Mime/commit/de5dae6cf4f4cf8ca30d491e3cbf3c1aea90c710

---

commit 5dd8a96450d12b1861b17597985abf653337cad7
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:39:04 -0400

Define EOL

 M lib/Horde/Mime/Headers/ThreadIndex.php

https://github.com/horde/Mime/commit/5dd8a96450d12b1861b17597985abf653337cad7

---

commit 79aea1d79b68cc74c76ea67ac5dec7310d2d3946
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:43:32 -0400

Comments, now that it works.

 M lib/Horde/Mime/Headers/ThreadIndex.php

https://github.com/horde/Mime/commit/79aea1d79b68cc74c76ea67ac5dec7310d2d3946

---

commit 35f019a056c1cf8daf08ac82d233769acf6f5710
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:43:40 -0400

[mjr] Add support for broken Outlook style thread-index headers.

 M doc/Horde/Mime/changelog.yml

https://github.com/horde/Mime/commit/35f019a056c1cf8daf08ac82d233769acf6f5710

---

commit cfa94c5354199ec079ce6a9364c767c1fbfec686
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:50:48 -0400

Released Mime-2.11.3

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

https://github.com/horde/Mime/commit/cfa94c5354199ec079ce6a9364c767c1fbfec686

---

commit 90a3fa47d305820b8a5aa32b44f67b7ba636989b
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:50:48 -0400

Development mode for Mime-2.11.4

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

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


[commits] Mime branch master updated. da7dbf73398fe58b2906aeea9cd6be7f9ffa3fbf

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 3235de7ef5ad7fea51f6579ae540327f14681282

da7dbf7 [mjr] Add support for broken Outlook style thread-index headers.

Summary: https://github.com/horde/Mime/compare/3235de7ef5ad...da7dbf73398f

---

commit da7dbf73398fe58b2906aeea9cd6be7f9ffa3fbf
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:31:51 -0400

[mjr] Add support for broken Outlook style thread-index headers.

 M doc/Horde/Mime/changelog.yml

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


[commits] Mime branch master updated. 3235de7ef5ad7fea51f6579ae540327f14681282

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 94e019f55c003f9e26ada8912ced7284be77ec11

3235de7 Comments, now that it works.

Summary: https://github.com/horde/Mime/compare/94e019f55c00...3235de7ef5ad

---

commit 3235de7ef5ad7fea51f6579ae540327f14681282
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 23:29:38 -0400

Comments, now that it works.

 M lib/Horde/Mime/Headers/ThreadIndex.php

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


[commits] Mime branch master updated. 94e019f55c003f9e26ada8912ced7284be77ec11

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 57b8ab2baefdde86b7fc34e80e69fce1b9d62266

94e019f Define EOL

Summary: https://github.com/horde/Mime/compare/57b8ab2baefd...94e019f55c00

---

commit 94e019f55c003f9e26ada8912ced7284be77ec11
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 22:54:37 -0400

Define EOL

 M lib/Horde/Mime/Headers/ThreadIndex.php

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


[commits] Mime branch master updated. 57b8ab2baefdde86b7fc34e80e69fce1b9d62266

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: aa90556f71068d9b8b8c76cbff6085c647260b96

57b8ab2 Attempt to sniff out if Thread-Index hdr needs mime encoding

Summary: https://github.com/horde/Mime/compare/aa90556f7106...57b8ab2baefd

---

commit 57b8ab2baefdde86b7fc34e80e69fce1b9d62266
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 22:50:59 -0400

Attempt to sniff out if Thread-Index hdr needs mime encoding

 M lib/Horde/Mime/Headers/ThreadIndex.php

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


[commits] Mime branch master updated. aa90556f71068d9b8b8c76cbff6085c647260b96

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: b12dd598b4902afe5d1414db0e0cd2315171f314

aa90556 Fix property name

Summary: https://github.com/horde/Mime/compare/b12dd598b490...aa90556f7106

---

commit aa90556f71068d9b8b8c76cbff6085c647260b96
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 22:26:48 -0400

Fix property name

 M lib/Horde/Mime/Headers/ThreadIndex.php

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


[commits] Mime branch master updated. b12dd598b4902afe5d1414db0e0cd2315171f314

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: f49f14fddb1cfaf7c910e7a9d6583bb9f5d78a1b

b12dd59 ...it's been a while :/

Summary: https://github.com/horde/Mime/compare/f49f14fddb1c...b12dd598b490

---

commit b12dd598b4902afe5d1414db0e0cd2315171f314
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 22:18:06 -0400

...it's been a while :/

 M lib/Horde/Mime/Headers/ThreadIndex.php

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


[commits] Mime branch master updated. f49f14fddb1cfaf7c910e7a9d6583bb9f5d78a1b

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 5c6fd0de7f1b57aa7eb7da53417f734e19134de5

f49f14f Update package.xml

Summary: https://github.com/horde/Mime/compare/5c6fd0de7f1b...f49f14fddb1c

---

commit f49f14fddb1cfaf7c910e7a9d6583bb9f5d78a1b
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 22:15:41 -0400

Update package.xml

 M .horde.yml
 M composer.json
 M package.xml

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


[commits] Mime branch master updated. 5c6fd0de7f1b57aa7eb7da53417f734e19134de5

2023-10-16 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 26cda7fbabbeb439d630df837e4685dbbaa31abb

5c6fd0d First attempt at supporting (broken) MS Thread-Index headers.

Summary: https://github.com/horde/Mime/compare/26cda7fbabbe...5c6fd0de7f1b

---

commit 5c6fd0de7f1b57aa7eb7da53417f734e19134de5
Author: Michael J Rubinsky 
Date:   Mon, 16 Oct 2023 22:06:50 -0400

First attempt at supporting (broken) MS Thread-Index headers.

 M lib/Horde/Mime/Headers.php
 M lib/Horde/Mime/Headers/Element/Single.php
 A lib/Horde/Mime/Headers/ThreadIndex.php

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


[commits] Autoloader branch master updated. 85fe004ffea11afd0619f34204de9c724aa029ff

2023-10-15 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: c1a423b9ca00e26a7247308c154624fc14b1b495

85fe004 Protect against strpos needle warnings in PHP 7.3+

Summary: https://github.com/horde/Autoloader/compare/c1a423b9ca00...85fe004ffea1

---

commit 85fe004ffea11afd0619f34204de9c724aa029ff
Author: Michael J Rubinsky 
Date:   Sun, 15 Oct 2023 10:37:25 -0400

Protect against strpos needle warnings in PHP 7.3+

 M lib/Horde/Autoloader/ClassPathMapper/PrefixString.php

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


[commits] Autoloader branch FRAMEWORK_5_2 updated. c23f4c3debeed79052a7cc458ef3f2e168e03738

2023-10-15 Thread Michael J . Rubinsky
The branch "FRAMEWORK_5_2" has been updated.
The following is a summary of the commits.

from: c15c8209a9f3b2a6b685a708384d0af80ea40807

c23f4c3 Protect against strpos needle errors in PHP 7.3+

Summary: https://github.com/horde/Autoloader/compare/c15c8209a9f3...c23f4c3debee

---

commit c23f4c3debeed79052a7cc458ef3f2e168e03738
Author: Michael J Rubinsky 
Date:   Sun, 15 Oct 2023 10:33:54 -0400

Protect against strpos needle errors in PHP 7.3+

 M lib/Horde/Autoloader/ClassPathMapper/PrefixString.php

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


[commits] ActiveSync branch master updated. fdc1c1fa091bab5d1187ec9417713feb75a7f51d

2023-05-21 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 93c048c90c4369849d6c3a7567f57461500de47e

fdc1c1f Existence check

Summary: https://github.com/horde/ActiveSync/compare/93c048c90c43...fdc1c1fa091b

---

commit fdc1c1fa091bab5d1187ec9417713feb75a7f51d
Author: Michael J Rubinsky 
Date:   Sun, 21 May 2023 23:29:10 -0400

Existence check

 M lib/Horde/ActiveSync/Imap/MessageBodyData.php

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


[commits] Smtp branch master updated. 7e9c42f9a50ef6842680ea7ac759714464ad24e4

2023-05-18 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: afb72a5eef8ce317233d323df0a364a9b43f31bf

d93c8e4 docs: update doc for smtp exception
7e9c42f Merge pull request #2 from kesselb/upstream/debt/doc-for-smtp-exception

Summary: https://github.com/horde/Smtp/compare/afb72a5eef8c...7e9c42f9a50e

---

commit d93c8e41b9683ed9268321bb5666bb040d8d8036
Author: Daniel Kesselberg 
Date:   Tue, 13 Dec 2022 11:46:28 +0100

docs: update doc for smtp exception

Signed-off-by: Daniel Kesselberg 

 M lib/Horde/Smtp/Exception.php

https://github.com/horde/Smtp/commit/d93c8e41b9683ed9268321bb5666bb040d8d8036

---

commit 7e9c42f9a50ef6842680ea7ac759714464ad24e4
Author: Michael J Rubinsky 
Date:   Thu, 18 May 2023 23:49:21 -0400

Merge pull request #2 from kesselb/upstream/debt/doc-for-smtp-exception

docs: update doc for smtp exception

 M lib/Horde/Smtp/Exception.php

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


[commits] git-tools branch master updated. ff3d3ed43bc6bf14d4ecdfd224c6b4dbbad44708

2023-05-18 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 4181063ced580b203da0b1db3e3ecf32a76b27ac

e5592ff Increase the version number for pear/pear to 1.10.10 which fixes issues
ff3d3ed Merge pull request #6 from Schlue/master

Summary: https://github.com/horde/git-tools/compare/4181063ced58...ff3d3ed43bc6

---

commit e5592ff04dde50e74d4d956d54953734242e2c5f
Author: Michael 
Date:   Tue, 03 Jan 2023 19:49:23 +0100

Increase the version number for pear/pear to 1.10.10 which fixes issues
to make it working with php 8.1

 M composer.json

https://github.com/horde/git-tools/commit/e5592ff04dde50e74d4d956d54953734242e2c5f

---

commit ff3d3ed43bc6bf14d4ecdfd224c6b4dbbad44708
Author: Michael J Rubinsky 
Date:   Thu, 18 May 2023 23:47:52 -0400

Merge pull request #6 from Schlue/master

Increase the version number for pear/pear to 1.10.10

 M composer.json

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


[commits] Util branch master updated. 2c91b6e0a65d55176dda5527985659909d54c365

2023-05-18 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 55dfadebb4abfb4cfdda5af215f3b753079b1305

789909d Fixed utf8_encode and utf8_decode functions deprecated in PHP 8.2
2c91b6e Merge pull request #11 from raortegar/fix_utf8_encode_deprecation

Summary: https://github.com/horde/Util/compare/55dfadebb4ab...2c91b6e0a65d

---

commit 789909d0263b1f26aa6f627e1a27190ae4ef823d
Author: raortegar 
Date:   Fri, 03 Feb 2023 15:27:34 +0100

Fixed utf8_encode and utf8_decode functions deprecated in PHP 8.2

 M lib/Horde/String.php

https://github.com/horde/Util/commit/789909d0263b1f26aa6f627e1a27190ae4ef823d

---

commit 2c91b6e0a65d55176dda5527985659909d54c365
Author: Michael J Rubinsky 
Date:   Thu, 18 May 2023 23:45:58 -0400

Merge pull request #11 from raortegar/fix_utf8_encode_deprecation

Fixed utf8_encode and utf8_decode functions deprecated in PHP 8.2

 M lib/Horde/String.php

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


[commits] Util branch master updated. 55dfadebb4abfb4cfdda5af215f3b753079b1305

2023-05-18 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 7257fd2ff6681fa42c5c9f3ab78a17f3ce841669

e7e85fd Fixed FILTER_SANITIZE_STRING deprecations in PHP 8.1
55dfade Merge pull request #10 from davewoloszyn/fix_filter_deprecation

Summary: https://github.com/horde/Util/compare/7257fd2ff668...55dfadebb4ab

---

commit e7e85fd8cb00819ed3814a24dafb5bdf15aa49b4
Author: David Woloszyn 
Date:   Mon, 23 Jan 2023 09:48:01 +1100

Fixed FILTER_SANITIZE_STRING deprecations in PHP 8.1

 M lib/Horde/Variables.php

https://github.com/horde/Util/commit/e7e85fd8cb00819ed3814a24dafb5bdf15aa49b4

---

commit 55dfadebb4abfb4cfdda5af215f3b753079b1305
Author: Michael J Rubinsky 
Date:   Thu, 18 May 2023 23:36:22 -0400

Merge pull request #10 from davewoloszyn/fix_filter_deprecation

Fixed FILTER_SANITIZE_STRING deprecations in PHP 8.1

 M lib/Horde/Variables.php

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


[commits] Mime branch master updated. 26cda7fbabbeb439d630df837e4685dbbaa31abb

2023-05-18 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 4d3c828e223dcff785516155df1e06dcc07f981f

99a567c Prevent infinite loop
26cda7f Merge pull request #9 from bsod85/patch-1

Summary: https://github.com/horde/Mime/compare/4d3c828e223d...26cda7fbabbe

---

commit 99a567c59ffc4afb680d3fe3008a746550f9f875
Author: Angelo Milazzo 
Date:   Thu, 02 Mar 2023 17:06:03 +0100

Prevent infinite loop

 M lib/Horde/Mime/Part.php

https://github.com/horde/Mime/commit/99a567c59ffc4afb680d3fe3008a746550f9f875

---

commit 26cda7fbabbeb439d630df837e4685dbbaa31abb
Author: Michael J Rubinsky 
Date:   Thu, 18 May 2023 22:51:52 -0400

Merge pull request #9 from bsod85/patch-1

Prevent infinite loop

 M lib/Horde/Mime/Part.php

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


[commits] wicked branch master updated. 49bf81a9897fbfbe0d42b3140dec2b7832d82e87

2023-05-18 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: b5f2941743bf9f6d59c66241ed99e2f647ebea90

12ef9f5 Update DeletePage.php for PHP8.2
108fa45 Update RevertPage.php for PHP8.2
75d88b5 Update AddPage.php for PHP8.2
e75c171 Update NewPage.php
2f2c968 Update MergeOrRename.php for PHP8.2
1e117ca Update AttachedFiles.php for PHP8.2
d7f29a9 Update NewPage.php for PHP8.2
abf5fd1 Update REvertPage.php for PHP8.2
cae5b05 Update DeletePage.php for PHP8.2
54e00e9 Update EditPage.php for PHP8.2
49bf81a Merge pull request #3 from TDannhauer/master

Summary: https://github.com/horde/wicked/compare/b5f2941743bf...49bf81a9897f

---

commit 12ef9f5aa3b8e0b8afb102b17e0a6e3c4961c299
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 21:59:09 +0200

Update DeletePage.php for PHP8.2

The function signature must be compatible to the Base Class. Fixes broken 
wicked for PHP8.2

 M lib/Page/DeletePage.php

https://github.com/horde/wicked/commit/12ef9f5aa3b8e0b8afb102b17e0a6e3c4961c299

---

commit 108fa456bf592847214ae9a52147c80372f30f50
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 22:04:38 +0200

Update RevertPage.php for PHP8.2

Fix Function signature to be compatible with base class. Was broken with PHP8.2

 M lib/Page/RevertPage.php

https://github.com/horde/wicked/commit/108fa456bf592847214ae9a52147c80372f30f50

---

commit 75d88b5536f2f243a5c748c3e586a8e6308fd530
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 22:06:45 +0200

Update AddPage.php for PHP8.2

Fix function signature to be compatible with base class, required for PHP 8.2

 M lib/Page/AddPage.php

https://github.com/horde/wicked/commit/75d88b5536f2f243a5c748c3e586a8e6308fd530

---

commit e75c171382587b251b7afa0485b1693060f34351
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 22:07:53 +0200

Update NewPage.php

 M lib/Page/NewPage.php

https://github.com/horde/wicked/commit/e75c171382587b251b7afa0485b1693060f34351

---

commit 2f2c96819266e1bd565c834e5c462f5c84d8028e
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 22:31:00 +0200

Update MergeOrRename.php for PHP8.2

Make function signature compatible to base class

 M lib/Page/MergeOrRename.php

https://github.com/horde/wicked/commit/2f2c96819266e1bd565c834e5c462f5c84d8028e

---

commit 1e117cad5f452271c461dcbe9ca0a7e3bb44eac6
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 22:31:43 +0200

Update AttachedFiles.php for PHP8.2

Make function signature compatible with base class

 M lib/Page/AttachedFiles.php

https://github.com/horde/wicked/commit/1e117cad5f452271c461dcbe9ca0a7e3bb44eac6

---

commit d7f29a93f3953fb13fd840641bb8ea71ed77863c
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 22:32:20 +0200

Update NewPage.php for PHP8.2

Make function signature compatible with base class for PHP8.2

 M lib/Page/NewPage.php

https://github.com/horde/wicked/commit/d7f29a93f3953fb13fd840641bb8ea71ed77863c

---

commit abf5fd1bb77b04c608ffbced2d7372055688f442
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 22:33:35 +0200

Update REvertPage.php for PHP8.2

Make function signature compatible with base class for PHP8.2

 M lib/Page/RevertPage.php

https://github.com/horde/wicked/commit/abf5fd1bb77b04c608ffbced2d7372055688f442

---

commit cae5b0543c88092ad05544b2889b8ebbf17ce6d8
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 22:34:14 +0200

Update DeletePage.php for PHP8.2

Make function signature compatible to base class for PHP8.2

 M lib/Page/DeletePage.php

https://github.com/horde/wicked/commit/cae5b0543c88092ad05544b2889b8ebbf17ce6d8

---

commit 54e00e91357663e4eda5e0decfc9fa83a3bdb589
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 22:53:16 +0200

Update EditPage.php for PHP8.2

Fix Wicked to make pages editable again with PHP 8.2

 M lib/Page/EditPage.php

https://github.com/horde/wicked/commit/54e00e91357663e4eda5e0decfc9fa83a3bdb589

---

commit 49bf81a9897fbfbe0d42b3140dec2b7832d82e87
Author: Michael J Rubinsky 
Date:   Thu, 18 May 2023 21:54:15 -0400

Merge pull request #3 from TDannhauer/master

Make lib/Page/*.Page.php compatible with PHP 8.2

 M lib/Page/AddPage.php
 M lib/Page/AttachedFiles.php
 M lib/Page/DeletePage.php
 M lib/Page/EditPage.php
 M lib/Page/MergeOrRename.php
 M lib/Page/NewPage.

[commits] imp branch master updated. 6f3d200d411312fcd7feafbeb7e933e9f2824111

2023-05-18 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 01cb38b97db024c7aa596dcbec57687f70283c3f

ce49a77 wrapped param into floatval for round() 
6f3d200 Merge pull request #11 from TDannhauer/patch-1

Summary: https://github.com/horde/imp/compare/01cb38b97db0...6f3d200d4113

---

commit ce49a7729032f0ce4f5583edd34e340dac10dcd6
Author: Torben Dannhauer 
Date:   Mon, 10 Apr 2023 12:52:27 +0200

wrapped param into floatval for round() 

Wrapped $quotadata['percent'] of type string with floatval to ensure round() 
gets a float as param

 M lib/Ajax/Queue.php

https://github.com/horde/imp/commit/ce49a7729032f0ce4f5583edd34e340dac10dcd6

---

commit 6f3d200d411312fcd7feafbeb7e933e9f2824111
Author: Michael J Rubinsky 
Date:   Thu, 18 May 2023 11:52:55 -0400

Merge pull request #11 from TDannhauer/patch-1

wrapped param into floatval for round()

 M lib/Ajax/Queue.php

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


[commits] imp branch master updated. 01cb38b97db024c7aa596dcbec57687f70283c3f

2023-05-18 Thread Michael J . Rubinsky
The branch "master" has been updated.
The following is a summary of the commits.

from: 58f5d9f45c67c77e749caa8b7e8ad325c7b9bc43

e96b2f4 parentheses in the wrong spot
01cb38b Merge pull request #12 from ddrown/ddrown-paren-typo

Summary: https://github.com/horde/imp/compare/58f5d9f45c67...01cb38b97db0

---

commit e96b2f4d9894454a77d83d53c0f57e820c741aaf
Author: Dan Drown 
Date:   Fri, 05 May 2023 23:24:29 -0500

parentheses in the wrong spot

PHP Parse error:  syntax error, unexpected '&&' (T_BOOLEAN_AND), expecting ')' 
in /usr/share/horde/imp/lib/Prefs/Sort.php on line 44

 M lib/Prefs/Sort.php

https://github.com/horde/imp/commit/e96b2f4d9894454a77d83d53c0f57e820c741aaf

---

commit 01cb38b97db024c7aa596dcbec57687f70283c3f
Author: Michael J Rubinsky 
Date:   Thu, 18 May 2023 11:40:30 -0400

Merge pull request #12 from ddrown/ddrown-paren-typo

parentheses in the wrong spot

 M lib/Prefs/Sort.php

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


[commits] Nls branch master updated. b4d8cef0980bcdf0ec3dda427e4bf708645112a4

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

from: e1eaadb3ac4d9e486ece7fef48698874dc193aa7

c6b75f3 Add a loader for the non-classed items
b4d8cef Merge pull request #1 from maintaina-com/pr-autoload-issue

Summary: https://github.com/horde/Nls/compare/e1eaadb3ac4d...b4d8cef0980b

---

commit c6b75f3fb91b729184a904131caf29a85c410228
Author: Ralf Lang 
Date:   Thu, 11 Mar 2021 17:36:13 +

Add a loader for the non-classed items

Some parts in turba, forms and most likely some other apps try to load nls data 
arrays through relative autoload paths. this works in PEAR but not in composer 
or other autoload scenarios. The loader is an autoloadable item which, in turn, 
has a stable relative path to the data files.

This change is backward compatible, untouched code will not break (if it worked 
before).

The suggested idiom to use the loader is:

/* Countries */
if (class_exists(\Horde_Nls_Loader::class)) {
$countries = \Horde_Nls_Loader::loadCountries();
} else {
include 'Horde/Nls/Countries.php';
}

This will work both with older NLS libraries or with scenarios where the class 
cannot be autoloaded, provided that the include path works (backward compat).

 A lib/Horde/Nls/Loader.php

https://github.com/horde/Nls/commit/c6b75f3fb91b729184a904131caf29a85c410228

---

commit b4d8cef0980bcdf0ec3dda427e4bf708645112a4
Author: Michael J Rubinsky 
Date:   Sun, 06 Nov 2022 13:56:56 -0500

Merge pull request #1 from maintaina-com/pr-autoload-issue

Add a loader for the non-classed items

 A lib/Horde/Nls/Loader.php

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


[commits] Stream branch master updated. 864fce3c69b3e03e2b6033cce33b74fedcd85777

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

from: 2d0b2628b9fa4cbba305526317b9707662cfcdac

0830ac7 Add __serialize/__unserialize
864fce3 Remove json serialization

Summary: https://github.com/horde/Stream/compare/2d0b2628b9fa...864fce3c69b3

---

commit 0830ac7d03f62478b24e119bc009500b9a669aa6
Author: Christoph Wurst 
Date:   Wed, 25 May 2022 10:02:08 +0200

Add __serialize/__unserialize

Signed-off-by: Christoph Wurst 

 M lib/Horde/Stream.php
 M lib/Horde/Stream/TempString.php

https://github.com/horde/Stream/commit/0830ac7d03f62478b24e119bc009500b9a669aa6

---

commit 864fce3c69b3e03e2b6033cce33b74fedcd85777
Author: Michael J Rubinsky 
Date:   Sun, 06 Nov 2022 13:53:30 -0500

Remove json serialization

Keep serialization format equal.

 M lib/Horde/Stream.php

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


[commits] Idna branch master updated. e40eae18dea9c7a243a69b704496d395f6371516

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

from: 2e9ab2e210867815c10c61c7a414d877818c4f32

81d7f74 Fix encoding null with PHP8.1
e40eae1 Merge pull request #2 from ChristophWurst/fix/encode-null-horde

Summary: https://github.com/horde/Idna/compare/2e9ab2e21086...e40eae18dea9

---

commit 81d7f74355ad75635d9840ba4a56698fb622
Author: Christoph Wurst 
Date:   Thu, 07 Jul 2022 13:10:46 +0200

Fix encoding null with PHP8.1

Signed-off-by: Christoph Wurst 

 M lib/Horde/Idna.php

https://github.com/horde/Idna/commit/81d7f74355ad75635d9840ba4a56698fb622

---

commit e40eae18dea9c7a243a69b704496d395f6371516
Author: Michael J Rubinsky 
Date:   Sun, 06 Nov 2022 13:44:36 -0500

Merge pull request #2 from ChristophWurst/fix/encode-null-horde

Fix encoding null with PHP8.1

 M lib/Horde/Idna.php

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


[commits] Cache branch master updated. 46b1affeafa09c1f375c438992b67ab3267aefe3

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

from: 8b392e3d6c7672cdc8edce7d78433872a57b5048

dd112af Implement php7.4+ preferred serialization.
46b1aff Merge pull request #1 from maintaina-com/backport-unserialize-upstream

Summary: https://github.com/horde/Cache/compare/8b392e3d6c76...46b1affeafa0

---

commit dd112af53d49ab50816db3c3521abec933495ead
Author: Ralf Lang 
Date:   Tue, 16 Aug 2022 16:16:52 +

Implement php7.4+ preferred serialization.

 M lib/Horde/Cache/Storage/Base.php

https://github.com/horde/Cache/commit/dd112af53d49ab50816db3c3521abec933495ead

---

commit 46b1affeafa09c1f375c438992b67ab3267aefe3
Author: Michael J Rubinsky 
Date:   Sun, 06 Nov 2022 13:42:02 -0500

Merge pull request #1 from maintaina-com/backport-unserialize-upstream

Implement php7.4+ preferred serialization.

 M lib/Horde/Cache/Storage/Base.php

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


[commits] Mime branch master updated. 4d3c828e223dcff785516155df1e06dcc07f981f

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

from: da9d2968c2a3fa50515e600356bb14cd0b3e316c

00bc4ae [mjr] Silence deprecation notices for PHP 8.1 tentative return types 
(PR #4).
27d74a0 Upgrade serialization - new code path runs on PHP 7.3+, avoids 
deprecation warning on PHP 8.1+
68dc1cd Merge branch 'backport-horde-upstream-serialization' of 
https://github.com/maintaina-com/Mime into 
maintaina-com-backport-horde-upstream-serialization
4d3c828 Simplify, don't duplicate where possible

Summary: https://github.com/horde/Mime/compare/da9d2968c2a3...4d3c828e223d

---

commit 00bc4ae7bccdcf218d690b27dd01ece9374c672f
Author: Michael J Rubinsky 
Date:   Tue, 16 Aug 2022 16:25:38 +

[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #4).

 M doc/Horde/Mime/changelog.yml

https://github.com/horde/Mime/commit/00bc4ae7bccdcf218d690b27dd01ece9374c672f

---

commit 27d74a0d7efdea9517225ffe2472bf842e4c88f5
Author: Ralf Lang 
Date:   Tue, 16 Aug 2022 16:25:41 +

Upgrade serialization - new code path runs on PHP 7.3+, avoids deprecation 
warning on PHP 8.1+

 M lib/Horde/Mime/Headers.php
 M lib/Horde/Mime/Headers/ContentParam.php
 M lib/Horde/Mime/Part.php

https://github.com/horde/Mime/commit/27d74a0d7efdea9517225ffe2472bf842e4c88f5

---

commit 68dc1cd4d5ba6f42ed90e04751560e243cd8a500
Author: Michael J Rubinsky 
Date:   Sun, 06 Nov 2022 13:23:32 -0500

Merge branch 'backport-horde-upstream-serialization' of 
https://github.com/maintaina-com/Mime into 
maintaina-com-backport-horde-upstream-serialization

 M lib/Horde/Mime/Headers.php
 M lib/Horde/Mime/Headers/ContentParam.php
 M lib/Horde/Mime/Part.php

https://github.com/horde/Mime/commit/68dc1cd4d5ba6f42ed90e04751560e243cd8a500

---

commit 4d3c828e223dcff785516155df1e06dcc07f981f
Author: Michael J Rubinsky 
Date:   Sun, 06 Nov 2022 13:36:26 -0500

Simplify, don't duplicate where possible

 M lib/Horde/Mime/Headers.php
 M lib/Horde/Mime/Headers/ContentParam.php
 M lib/Horde/Mime/Part.php

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


[commits] imp branch master updated. 58f5d9f45c67c77e749caa8b7e8ad325c7b9bc43

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

from: 0a7eea678ba59ec1b052e7371838738ad931c71b

58f5d9f Avoid access array offset errors

Summary: https://github.com/horde/imp/compare/0a7eea678ba5...58f5d9f45c67

---

commit 58f5d9f45c67c77e749caa8b7e8ad325c7b9bc43
Author: Michael J Rubinsky 
Date:   Mon, 31 Oct 2022 23:28:41 -0400

Avoid access array offset errors

 M lib/Contents.php

https://github.com/horde/imp/commit/58f5d9f45c67c77e749caa8b7e8ad325c7b9bc43
-- 
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. ac98de92168777fb8bf0bacf3129fc178523defe

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

from: b47013f12b247b8f1de761bf538d2764654b75c5

ac98de9 No longer use json_decode for serialize/unserialize

Summary: 
https://github.com/horde/Imap_Client/compare/b47013f12b24...ac98de921687

---

commit ac98de92168777fb8bf0bacf3129fc178523defe
Author: Michael J Rubinsky 
Date:   Mon, 31 Oct 2022 23:15:07 -0400

No longer use json_decode for serialize/unserialize

After reviewing performance on newer PHP versions it
doesn't appear that this optimization is worth it, and
could in fact perform worse.

 M lib/Horde/Imap/Client/Data/AclRights.php
 M lib/Horde/Imap/Client/Data/Capability.php
 M lib/Horde/Imap/Client/Data/Namespace.php
 M lib/Horde/Imap/Client/Data/SearchCharset.php
 M lib/Horde/Imap/Client/Data/Thread.php
 M lib/Horde/Imap/Client/Ids/Map.php
 M lib/Horde/Imap/Client/Mailbox.php

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


[commits] History branch master updated. c112235f0327baf7202d56236c8f823fb40b6741

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

from: 8c15b5d1731fd0897bc92930048eb28bb21d78fb

3381759 Improve PHP 8.1 compat
c112235 Merge pull request #1 from maintaina-com/backport-php81-compat

Summary: https://github.com/horde/History/compare/8c15b5d1731f...c112235f0327

---

commit 33817598c95e9106a248f50aa4cf7b1c58f0c15f
Author: Ralf Lang 
Date:   Tue, 16 Aug 2022 17:26:48 +

Improve PHP 8.1 compat

 M lib/Horde/History/Log.php

https://github.com/horde/History/commit/33817598c95e9106a248f50aa4cf7b1c58f0c15f

---

commit c112235f0327baf7202d56236c8f823fb40b6741
Author: Michael J Rubinsky 
Date:   Mon, 31 Oct 2022 22:45:55 -0400

Merge pull request #1 from maintaina-com/backport-php81-compat

Improve PHP 8.1 compat

 M lib/Horde/History/Log.php

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


[commits] Kolab_Storage branch master updated. 657b5ae31b6b7b9471ce809fca63ef41fb5411eb

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

from: 1525795368043676ef9796743414bb1d0ea231a6

085731c Avoid log spam in PHP 8.1+
657b5ae Merge pull request #2 from maintaina-com/backport-upstream-php81

Summary: 
https://github.com/horde/Kolab_Storage/compare/152579536804...657b5ae31b6b

---

commit 085731c51673ed2217182573b7c7ea55530c9705
Author: Ralf Lang 
Date:   Tue, 16 Aug 2022 20:39:05 +

Avoid log spam in PHP 8.1+

 M lib/Horde/Kolab/Storage/Driver/Mock/Data.php
 M lib/Horde/Kolab/Storage/Folder/Namespace.php
 M lib/Horde/Kolab/Storage/Folder/Namespace/Config.php
 M lib/Horde/Kolab/Storage/Folder/Namespace/Fixed.php
 M lib/Horde/Kolab/Storage/Folder/Stamp/Uids.php
 M lib/Horde/Kolab/Storage/Object.php

https://github.com/horde/Kolab_Storage/commit/085731c51673ed2217182573b7c7ea55530c9705

---

commit 657b5ae31b6b7b9471ce809fca63ef41fb5411eb
Author: Michael J Rubinsky 
Date:   Mon, 31 Oct 2022 22:45:36 -0400

Merge pull request #2 from maintaina-com/backport-upstream-php81

Avoid log spam in PHP 8.1+

 M lib/Horde/Kolab/Storage/Driver/Mock/Data.php
 M lib/Horde/Kolab/Storage/Folder/Namespace.php
 M lib/Horde/Kolab/Storage/Folder/Namespace/Config.php
 M lib/Horde/Kolab/Storage/Folder/Namespace/Fixed.php
 M lib/Horde/Kolab/Storage/Folder/Stamp/Uids.php
 M lib/Horde/Kolab/Storage/Object.php

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


[commits] turba branch master updated. 8bd087a5a2190e7a22c1ebb6749d8e0ac5a27871

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

from: b9801b85282d94ba2a91bbf8c1fe61fd9a84c7d2

4097880 Fix signatures, missing returns for edge cases etc.
da61961 Yet another tentative return type
8bd087a Merge pull request #11 from maintaina-com/backport

Summary: https://github.com/horde/turba/compare/b9801b85282d...8bd087a5a219

---

commit 40978808ac0b539a523f5696be315d0e255d9adb
Author: Ralf Lang 
Date:   Sat, 08 Oct 2022 19:19:37 +0200

Fix signatures, missing returns for edge cases etc.

 M lib/Api.php
 M lib/Application.php
 M lib/Backup/Contacts.php
 M lib/Driver/Favourites.php
 M lib/Driver/Group.php
 M lib/Driver/Prefs.php
 M lib/Driver/Sql.php
 M lib/Driver/Vbook.php
 M lib/Form/EditContactGroup.php
 M lib/List.php
 M lib/Test.php
 M lib/View/List.php

https://github.com/horde/turba/commit/40978808ac0b539a523f5696be315d0e255d9adb

---

commit da61961b3a3cdc8fa640a3bc5eb06cb8fd2ba490
Author: Ralf Lang 
Date:   Sat, 08 Oct 2022 19:34:44 +0200

Yet another tentative return type

 M lib/Driver.php

https://github.com/horde/turba/commit/da61961b3a3cdc8fa640a3bc5eb06cb8fd2ba490

---

commit 8bd087a5a2190e7a22c1ebb6749d8e0ac5a27871
Author: Michael J Rubinsky 
Date:   Mon, 31 Oct 2022 22:42:47 -0400

Merge pull request #11 from maintaina-com/backport

PHP 8.1 compat and static analysis fixes: Fix signatures, missing returns for 
edge cases etc.

 M lib/Api.php
 M lib/Application.php
 M lib/Backup/Contacts.php
 M lib/Driver.php
 M lib/Driver/Favourites.php
 M lib/Driver/Group.php
 M lib/Driver/Prefs.php
 M lib/Driver/Sql.php
 M lib/Driver/Vbook.php
 M lib/Form/EditContactGroup.php
 M lib/List.php
 M lib/Test.php
 M lib/View/List.php

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


[commits] Yaml branch master updated. ff7bca60fd11d1f283ecb91ac84040c6c00e5321

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

from: 220b1f358aa499c7c4a4f9b3e7bde8ff81d83040

a884c08 Fix php 8.1 errors on unit test serializable.
ff7bca6 Merge pull request #1 from maintaina-com/backport-unittest-fix

Summary: https://github.com/horde/Yaml/compare/220b1f358aa4...ff7bca60fd11

---

commit a884c0848e196d40245df23118b58b0e776cd0c1
Author: Ralf Lang 
Date:   Thu, 18 Aug 2022 21:12:03 +

Fix php 8.1 errors on unit test serializable.

 M test/Horde/Yaml/Helpers.php

https://github.com/horde/Yaml/commit/a884c0848e196d40245df23118b58b0e776cd0c1

---

commit ff7bca60fd11d1f283ecb91ac84040c6c00e5321
Author: Michael J Rubinsky 
Date:   Mon, 31 Oct 2022 22:28:57 -0400

Merge pull request #1 from maintaina-com/backport-unittest-fix

Fix php 8.1 errors on unit test serializable.

 M test/Horde/Yaml/Helpers.php

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


[commits] Exception branch master updated. f27c0f3df92d92b60367cc4be4adc99f42440faf

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

from: 754c7a3e8e37235311329a9676d9894e216a03e6

15b6109 Ensure LastError exception only passes integers
f27c0f3 Merge pull request #1 from maintaina-com/backport-php8.1-fix

Summary: https://github.com/horde/Exception/compare/754c7a3e8e37...f27c0f3df92d

---

commit 15b6109a0263e55c07fb00c390cafda9a66cd459
Author: Ralf Lang 
Date:   Fri, 19 Aug 2022 22:41:12 +

Ensure LastError exception only passes integers

As of PHP 8.1, null can no longer be passed to the second constructor
argument of builtin exceptions. It will raise an error, resulting in log spam.

Found executing the test suite of horde/yaml in php 8.1

 M lib/Horde/Exception/LastError.php
 M lib/Horde/Exception/PermissionDenied.php

https://github.com/horde/Exception/commit/15b6109a0263e55c07fb00c390cafda9a66cd459

---

commit f27c0f3df92d92b60367cc4be4adc99f42440faf
Author: Michael J Rubinsky 
Date:   Mon, 31 Oct 2022 22:27:33 -0400

Merge pull request #1 from maintaina-com/backport-php8.1-fix

Ensure LastError exception only passes integers

 M lib/Horde/Exception/LastError.php
 M lib/Horde/Exception/PermissionDenied.php

https://github.com/horde/Exception/commit/f27c0f3df92d92b60367cc4be4adc99f42440faf
-- 
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. b47013f12b247b8f1de761bf538d2764654b75c5

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

from: e1efeaba6e750cb1c68b60321efb17760c22af1d

603bb15 Add __serialize/__unserialize
ba52d0a Merge branch 'fix/magic-serialize-unserialize-horde' of 
https://github.com/ChristophWurst/Imap_Client into 
ChristophWurst-fix/magic-serialize-unserialize-horde
b47013f Rework serialization changes

Summary: 
https://github.com/horde/Imap_Client/compare/e1efeaba6e75...b47013f12b24

---

commit 603bb15831c30fb33235a69f7f2b139b428595fc
Author: Christoph Wurst 
Date:   Tue, 24 May 2022 17:39:36 +0200

Add __serialize/__unserialize

Signed-off-by: Christoph Wurst 

 M lib/Horde/Imap/Client/Base.php
 M lib/Horde/Imap/Client/Cache/Backend.php
 M lib/Horde/Imap/Client/Cache/Backend/Cache.php
 M lib/Horde/Imap/Client/Data/Acl.php
 M lib/Horde/Imap/Client/Data/AclRights.php
 M lib/Horde/Imap/Client/Data/Capability.php
 M lib/Horde/Imap/Client/Data/Envelope.php
 M lib/Horde/Imap/Client/Data/Namespace.php
 M lib/Horde/Imap/Client/Data/SearchCharset.php
 M lib/Horde/Imap/Client/Data/SearchCharset/Utf8.php
 M lib/Horde/Imap/Client/Data/Thread.php
 M lib/Horde/Imap/Client/Ids.php
 M lib/Horde/Imap/Client/Ids/Map.php
 M lib/Horde/Imap/Client/Mailbox.php
 M lib/Horde/Imap/Client/Search/Query.php
 M lib/Horde/Imap/Client/Url.php
 M lib/Horde/Imap/Client/Url/Base.php

https://github.com/horde/Imap_Client/commit/603bb15831c30fb33235a69f7f2b139b428595fc

---

commit ba52d0ae9ba03c34c4e4ffb15714bdd0c8b51eb6
Author: Michael J Rubinsky 
Date:   Sat, 22 Oct 2022 19:10:51 -0400

Merge branch 'fix/magic-serialize-unserialize-horde' of 
https://github.com/ChristophWurst/Imap_Client into 
ChristophWurst-fix/magic-serialize-unserialize-horde

 M lib/Horde/Imap/Client/Base.php
 M lib/Horde/Imap/Client/Cache/Backend.php
 M lib/Horde/Imap/Client/Cache/Backend/Cache.php
 M lib/Horde/Imap/Client/Data/Acl.php
 M lib/Horde/Imap/Client/Data/AclRights.php
 M lib/Horde/Imap/Client/Data/Capability.php
 M lib/Horde/Imap/Client/Data/Envelope.php
 M lib/Horde/Imap/Client/Data/Namespace.php
 M lib/Horde/Imap/Client/Data/SearchCharset.php
 M lib/Horde/Imap/Client/Data/SearchCharset/Utf8.php
 M lib/Horde/Imap/Client/Data/Thread.php
 M lib/Horde/Imap/Client/Ids.php
 M lib/Horde/Imap/Client/Ids/Map.php
 M lib/Horde/Imap/Client/Mailbox.php
 M lib/Horde/Imap/Client/Search/Query.php
 M lib/Horde/Imap/Client/Url.php
 M lib/Horde/Imap/Client/Url/Base.php

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

---

commit b47013f12b247b8f1de761bf538d2764654b75c5
Author: Michael J Rubinsky 
Date:   Mon, 31 Oct 2022 21:20:08 -0400

Rework serialization changes

- maintain usage of json encoding to save cache storage where possible
- remove associative arrays in favor of numerically indexed arrays
  when serializing.

 M lib/Horde/Imap/Client/Base.php
 M lib/Horde/Imap/Client/Cache/Backend.php
 M lib/Horde/Imap/Client/Cache/Backend/Cache.php
 M lib/Horde/Imap/Client/Data/Acl.php
 M lib/Horde/Imap/Client/Data/AclRights.php
 M lib/Horde/Imap/Client/Data/Capability.php
 M lib/Horde/Imap/Client/Data/Envelope.php
 M lib/Horde/Imap/Client/Data/Namespace.php
 M lib/Horde/Imap/Client/Data/SearchCharset.php
 M lib/Horde/Imap/Client/Data/Thread.php
 M lib/Horde/Imap/Client/Ids.php
 M lib/Horde/Imap/Client/Ids/Map.php
 M lib/Horde/Imap/Client/Mailbox.php
 M lib/Horde/Imap/Client/Search/Query.php
 M lib/Horde/Imap/Client/Url.php
 M lib/Horde/Imap/Client/Url/Base.php

https://github.com/horde/Imap_Client/commit/b47013f12b247b8f1de761bf538d2764654b75c5
-- 
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. e1efeaba6e750cb1c68b60321efb17760c22af1d

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

from: 0e1173f7e3e680a42fef8c44e1f4fe3e48d407c9

04ba6b9 Fix PHP8.1 tentative return types
2ae7fd1 Merge branch 'fix/php8.1-tentative-return-type-horde' of 
https://github.com/ChristophWurst/Imap_Client into 
ChristophWurst-fix/php8.1-tentative-return-type-horde
d8f31a1 Merge branch 'ChristophWurst-fix/php8.1-tentative-return-type-horde'
e1efeab Remove changes unrelated to PR#4

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

---

commit 04ba6b9d2ee80bef3dd9c2a771fa97c1ffc0f5fa
Author: Christoph Wurst 
Date:   Mon, 23 May 2022 14:36:07 +0200

Fix PHP8.1 tentative return types

Signed-off-by: Christoph Wurst 

 M lib/Horde/Imap/Client/Base.php
 M lib/Horde/Imap/Client/Base/Alerts.php
 M lib/Horde/Imap/Client/Data/Acl.php
 M lib/Horde/Imap/Client/Data/AclRights.php
 M lib/Horde/Imap/Client/Data/Capability.php
 M lib/Horde/Imap/Client/Data/Fetch.php
 M lib/Horde/Imap/Client/Data/Format/Filter/Quote.php
 M lib/Horde/Imap/Client/Data/Format/Filter/String.php
 M lib/Horde/Imap/Client/Data/Format/List.php
 M lib/Horde/Imap/Client/Data/SearchCharset.php
 M lib/Horde/Imap/Client/Data/Thread.php
 M lib/Horde/Imap/Client/Fetch/Query.php
 M lib/Horde/Imap/Client/Fetch/Results.php
 M lib/Horde/Imap/Client/Ids.php
 M lib/Horde/Imap/Client/Ids/Map.php
 M lib/Horde/Imap/Client/Interaction/Pipeline.php
 M lib/Horde/Imap/Client/Mailbox/List.php
 M lib/Horde/Imap/Client/Namespace/List.php
 M lib/Horde/Imap/Client/Tokenize.php

https://github.com/horde/Imap_Client/commit/04ba6b9d2ee80bef3dd9c2a771fa97c1ffc0f5fa

---

commit 2ae7fd12128e1ae4ccbcb08ae1e0b433879db86b
Author: Michael J Rubinsky 
Date:   Sat, 22 Oct 2022 18:55:25 -0400

Merge branch 'fix/php8.1-tentative-return-type-horde' of 
https://github.com/ChristophWurst/Imap_Client into 
ChristophWurst-fix/php8.1-tentative-return-type-horde

 M lib/Horde/Imap/Client/Base.php
 M lib/Horde/Imap/Client/Base/Alerts.php
 M lib/Horde/Imap/Client/Data/Acl.php
 M lib/Horde/Imap/Client/Data/AclRights.php
 M lib/Horde/Imap/Client/Data/Capability.php
 M lib/Horde/Imap/Client/Data/Fetch.php
 M lib/Horde/Imap/Client/Data/Format/Filter/Quote.php
 M lib/Horde/Imap/Client/Data/Format/Filter/String.php
 M lib/Horde/Imap/Client/Data/Format/List.php
 M lib/Horde/Imap/Client/Data/SearchCharset.php
 M lib/Horde/Imap/Client/Data/Thread.php
 M lib/Horde/Imap/Client/Fetch/Query.php
 M lib/Horde/Imap/Client/Fetch/Results.php
 M lib/Horde/Imap/Client/Ids.php
 M lib/Horde/Imap/Client/Ids/Map.php
 M lib/Horde/Imap/Client/Interaction/Pipeline.php
 M lib/Horde/Imap/Client/Mailbox/List.php
 M lib/Horde/Imap/Client/Namespace/List.php
 M lib/Horde/Imap/Client/Tokenize.php

https://github.com/horde/Imap_Client/commit/2ae7fd12128e1ae4ccbcb08ae1e0b433879db86b

---

commit d8f31a114a5e4d06a7ccc670ce873546d28437ea
Author: Michael J Rubinsky 
Date:   Sat, 22 Oct 2022 19:04:41 -0400

Merge branch 'ChristophWurst-fix/php8.1-tentative-return-type-horde'

 M lib/Horde/Imap/Client/Base.php
 M lib/Horde/Imap/Client/Base/Alerts.php
 M lib/Horde/Imap/Client/Data/Acl.php
 M lib/Horde/Imap/Client/Data/AclRights.php
 M lib/Horde/Imap/Client/Data/Capability.php
 M lib/Horde/Imap/Client/Data/Fetch.php
 M lib/Horde/Imap/Client/Data/Format/Filter/Quote.php
 M lib/Horde/Imap/Client/Data/Format/Filter/String.php
 M lib/Horde/Imap/Client/Data/Format/List.php
 M lib/Horde/Imap/Client/Data/SearchCharset.php
 M lib/Horde/Imap/Client/Data/Thread.php
 M lib/Horde/Imap/Client/Fetch/Query.php
 M lib/Horde/Imap/Client/Fetch/Results.php
 M lib/Horde/Imap/Client/Ids.php
 M lib/Horde/Imap/Client/Ids/Map.php
 M lib/Horde/Imap/Client/Interaction/Pipeline.php
 M lib/Horde/Imap/Client/Mailbox/List.php
 M lib/Horde/Imap/Client/Namespace/List.php
 M lib/Horde/Imap/Client/Tokenize.php

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

---

commit e1efeaba6e750cb1c68b60321efb17760c22af1d
Author: Michael J Rubinsky 
Date:   Sat, 22 Oct 2022 19:05:42 -0400

Remove changes unrelated to PR#4

 M lib/Horde/Imap/Client/Data/Fetch.php

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


[commits] Date branch master updated. a25cd5c9bd42890df1626d4780866322acb1b184

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

from: a1c4704da4e9cf785d9b756ceed4b37e7ec6055a

81864a9 PHP 8.1: use 'now' rather than null for current date
a25cd5c Merge pull request #2 from maintaina-com/backport-php81-fix

Summary: https://github.com/horde/Date/compare/a1c4704da4e9...a25cd5c9bd42

---

commit 81864a9721e0f702ac083865893cd78ec127f807
Author: Ralf Lang 
Date:   Fri, 07 Oct 2022 14:31:43 +

PHP 8.1: use 'now' rather than null for current date

 M lib/Horde/Date.php

https://github.com/horde/Date/commit/81864a9721e0f702ac083865893cd78ec127f807

---

commit a25cd5c9bd42890df1626d4780866322acb1b184
Author: Michael J Rubinsky 
Date:   Sat, 22 Oct 2022 18:16:55 -0400

Merge pull request #2 from maintaina-com/backport-php81-fix

PHP 8.1: use 'now' rather than null for current date

 M lib/Horde/Date.php

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


[commits] imp branch FRAMEWORK_5_2 updated. 6d302aedf0666d6bc01a94b3fbe6228ad8578e17

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

from: 10535860c24f2677671fbbc0d97129c994225c37

6d302ae MIME: Do case-insesitive parsing of format=Flowed

Summary: https://github.com/horde/imp/compare/10535860c24f...6d302aedf066

---

commit 6d302aedf0666d6bc01a94b3fbe6228ad8578e17
Author: Дилян Палаузов 
Date:   Sat, 22 Oct 2022 16:51:19 -0400

MIME: Do case-insesitive parsing of format=Flowed

 M lib/Mime/Viewer/Plain.php

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


[commits] imp branch master updated. 0a7eea678ba59ec1b052e7371838738ad931c71b

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

from: 5f9aef5b2d3980f9633bee49c32e7a25864478d1

bbe083d MIME: Do case-insesitive parsing of format=Flowed
0a7eea6 Merge pull request #9 from dilyanpalauzov/format_Flowed

Summary: https://github.com/horde/imp/compare/5f9aef5b2d39...0a7eea678ba5

---

commit bbe083dca2e2ab6f465287bb999e9b44c2c5691b
Author: Дилян Палаузов 
Date:   Mon, 13 Jun 2022 12:14:59 +0300

MIME: Do case-insesitive parsing of format=Flowed

 M lib/Mime/Viewer/Plain.php

https://github.com/horde/imp/commit/bbe083dca2e2ab6f465287bb999e9b44c2c5691b

---

commit 0a7eea678ba59ec1b052e7371838738ad931c71b
Author: Michael J Rubinsky 
Date:   Sat, 22 Oct 2022 16:49:25 -0400

Merge pull request #9 from dilyanpalauzov/format_Flowed

MIME: Do case-insensitive parsing of format=Flowed

 M lib/Mime/Viewer/Plain.php

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


[commits] imp branch master updated. 5f9aef5b2d3980f9633bee49c32e7a25864478d1

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

from: 8d19f07d87a6320df5de6b293ec05a49502005ff

a526249 Address ZDI-20-1051 / ZDI-CAN-10436: Prevent deserializing a class.
5f9aef5 Merge pull request #10 from maintaina-com/fix-upstream-ZDI-20-1051

Summary: https://github.com/horde/imp/compare/8d19f07d87a6...5f9aef5b2d39

---

commit a5262497903617af126fb529ac0bd2770f610b8d
Author: Ralf Lang 
Date:   Wed, 12 Oct 2022 18:06:43 +0200

Address ZDI-20-1051 / ZDI-CAN-10436: Prevent deserializing a class.

Also guard against some other possibly unwanted deserialisations.
It is debatable if this constitutes an actual attack vector before the change.
However, the change rules out any such possibility.

 M lib/Prefs/Sort.php

https://github.com/horde/imp/commit/a5262497903617af126fb529ac0bd2770f610b8d

---

commit 5f9aef5b2d3980f9633bee49c32e7a25864478d1
Author: Michael J Rubinsky 
Date:   Sat, 22 Oct 2022 16:38:54 -0400

Merge pull request #10 from maintaina-com/fix-upstream-ZDI-20-1051

Address ZDI-20-1051 / ZDI-CAN-10436: Prevent deserializing a class.

 M lib/Prefs/Sort.php

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


[commits] Core tag v2.31.18 created. d7847dc881f093ca5800ccac447c1881959ddef2

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


[commits] Core branch FRAMEWORK_5_2 updated. e376b5426e979ac648f3e4216b3833d874dc4176

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

from: d67ce0407475737fb18c740d211634352b9e19df

0d46f38 [mjr] Remove local changes that made it to release breaking tag 
functionality.
62f2ca2 Released Core-2.31.18
e376b54 Development mode for Core-2.31.19

Summary: https://github.com/horde/Core/compare/d67ce0407475...e376b5426e97

---

commit 0d46f380756226daa96b5ff5775b12724c5acb40
Author: Michael J Rubinsky 
Date:   Thu, 22 Sep 2022 11:34:22 -0400

[mjr] Remove local changes that made it to release breaking tag functionality.

 M doc/Horde/Core/changelog.yml

https://github.com/horde/Core/commit/0d46f380756226daa96b5ff5775b12724c5acb40

---

commit 62f2ca26efb8bd347e0a23d1b5aed45d44641ae6
Author: Michael J Rubinsky 
Date:   Thu, 22 Sep 2022 11:41:10 -0400

Released Core-2.31.18

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

https://github.com/horde/Core/commit/62f2ca26efb8bd347e0a23d1b5aed45d44641ae6

---

commit e376b5426e979ac648f3e4216b3833d874dc4176
Author: Michael J Rubinsky 
Date:   Thu, 22 Sep 2022 11:41:10 -0400

Development mode for Core-2.31.19

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

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


[commits] ActiveSync tag v2.41.9 created. e41c358792c1b176bcb6dad2cd6ee7e22049aafa

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


[commits] ActiveSync branch FRAMEWORK_5_2 updated. 39a09362178b2b13b72939c24f65626ed56bd8fd

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

from: 2fb6fbfdd9c8d595adf146d91d4e06f728672d0f

e5306d7 Released ActiveSync-2.41.9
39a0936 Development mode for ActiveSync-2.41.10

Summary: https://github.com/horde/ActiveSync/compare/2fb6fbfdd9c8...39a09362178b

---

commit e5306d72ccce8c576f6e5da889b1f7218ed1e5f0
Author: Michael J Rubinsky 
Date:   Sun, 18 Sep 2022 12:46:29 -0400

Released ActiveSync-2.41.9

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

https://github.com/horde/ActiveSync/commit/e5306d72ccce8c576f6e5da889b1f7218ed1e5f0

---

commit 39a09362178b2b13b72939c24f65626ed56bd8fd
Author: Michael J Rubinsky 
Date:   Sun, 18 Sep 2022 12:46:30 -0400

Development mode for ActiveSync-2.41.10

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

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


[commits] Core branch FRAMEWORK_5_2 updated. d67ce0407475737fb18c740d211634352b9e19df

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

from: bda39130aadf27a6b9bb5cf9d46a19ebdd298eb0

5cee41c Released Core-2.31.17
d67ce04 Development mode for Core-2.31.18

Summary: https://github.com/horde/Core/compare/bda39130aadf...d67ce0407475

---

commit 5cee41c01c9312852de064e8f0a8044da4305b96
Author: Michael J Rubinsky 
Date:   Sun, 18 Sep 2022 12:44:17 -0400

Released Core-2.31.17

 M composer.json
 M doc/Horde/Core/CHANGES
 M package.xml

https://github.com/horde/Core/commit/5cee41c01c9312852de064e8f0a8044da4305b96

---

commit d67ce0407475737fb18c740d211634352b9e19df
Author: Michael J Rubinsky 
Date:   Sun, 18 Sep 2022 12:44:17 -0400

Development mode for Core-2.31.18

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

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


[commits] Core tag v2.31.17 created. ca9e034e72efb94f6e2238022942d2b322cac7cd

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


[commits] Core branch master updated. b96404696d52df18bb9675985ee7fadce9c55ed8

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

from: f269340b2d48c570de73b5c3decdae97d46e9cf5

b964046 Sync changelog

Summary: https://github.com/horde/Core/compare/f269340b2d48...b96404696d52

---

commit b96404696d52df18bb9675985ee7fadce9c55ed8
Author: Michael J Rubinsky 
Date:   Sun, 18 Sep 2022 12:39:47 -0400

Sync changelog

 M doc/Horde/Core/changelog.yml

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


[commits] Core branch FRAMEWORK_5_2 updated. bda39130aadf27a6b9bb5cf9d46a19ebdd298eb0

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

from: d288c0e38c85fdf64778b96776d2c63b81030baa

7531fde Fix case-insensitive comparison or eas protocol
81869d5 Avoid existence warnings
bda3913 [mjr] Fix detection of autodiscover json endpoint.

Summary: https://github.com/horde/Core/compare/d288c0e38c85...bda39130aadf

---

commit 7531fdef4e2b67f7648fc4b63ec75d82f89a0c29
Author: Michael J Rubinsky 
Date:   Sat, 17 Sep 2022 18:39:00 -0400

Fix case-insensitive comparison or eas protocol

Fixes detecting the autodiscover json endpoint.

 M lib/Horde/Core/ActiveSync/Driver.php

https://github.com/horde/Core/commit/7531fdef4e2b67f7648fc4b63ec75d82f89a0c29

---

commit 81869d5cb445b8bd70ff02d7c6bb9fe6d6a99ee3
Author: Michael J Rubinsky 
Date:   Sat, 17 Sep 2022 18:39:18 -0400

Avoid existence warnings

 M lib/Horde/Core/Factory/ActiveSyncServer.php

https://github.com/horde/Core/commit/81869d5cb445b8bd70ff02d7c6bb9fe6d6a99ee3

---

commit bda39130aadf27a6b9bb5cf9d46a19ebdd298eb0
Author: Michael J Rubinsky 
Date:   Sun, 18 Sep 2022 12:38:35 -0400

[mjr] Fix detection of autodiscover json endpoint.

 M doc/Horde/Core/changelog.yml

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


[commits] ActiveSync branch master updated. 93c048c90c4369849d6c3a7567f57461500de47e

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

from: 3858e42f7f077054b637ed361c3023fb366d8f13

93c048c [mjr] Improve client error when auth server is unavailable (Bug #15077).

Summary: https://github.com/horde/ActiveSync/compare/3858e42f7f07...93c048c90c43

---

commit 93c048c90c4369849d6c3a7567f57461500de47e
Author: Michael J Rubinsky 
Date:   Sun, 18 Sep 2022 12:33:46 -0400

[mjr] Improve client error when auth server is unavailable (Bug #15077).

 M doc/Horde/ActiveSync/changelog.yml

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


[commits] ActiveSync branch FRAMEWORK_5_2 updated. 2fb6fbfdd9c8d595adf146d91d4e06f728672d0f

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

from: d4b940d33fec5519334ad1c652e2a8e2ff059f9f

7cdda36 Bug: 15077 Support case where auth server is unavailable.
2fb6fbf [mjr] Improve client error when auth server is unavailable (Bug #15077).

Summary: https://github.com/horde/ActiveSync/compare/d4b940d33fec...2fb6fbfdd9c8

---

commit 7cdda36c3e3f30ad565db3cd1e675b2969e5a750
Author: Michael J Rubinsky 
Date:   Sun, 18 Sep 2022 12:28:45 -0400

Bug: 15077 Support case where auth server is unavailable.

 M lib/Horde/ActiveSync.php

https://github.com/horde/ActiveSync/commit/7cdda36c3e3f30ad565db3cd1e675b2969e5a750

---

commit 2fb6fbfdd9c8d595adf146d91d4e06f728672d0f
Author: Michael J Rubinsky 
Date:   Sun, 18 Sep 2022 12:32:18 -0400

[mjr] Improve client error when auth server is unavailable (Bug #15077).

 M doc/Horde/ActiveSync/changelog.yml

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


[commits] Core branch master updated. f269340b2d48c570de73b5c3decdae97d46e9cf5

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

from: 30afbc44bf055b9129806f3fd4256afcb347e7bb

f269340 [mjr] Fix detection of autodiscover json endpoint.

Summary: https://github.com/horde/Core/compare/30afbc44bf05...f269340b2d48

---

commit f269340b2d48c570de73b5c3decdae97d46e9cf5
Author: Michael J Rubinsky 
Date:   Sat, 17 Sep 2022 18:38:11 -0400

[mjr] Fix detection of autodiscover json endpoint.

 M doc/Horde/Core/changelog.yml

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


[commits] Rpc branch master updated. 35d47bb2aa451425e6e2c132f2e4d7e52eabccb1

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

from: 06ce6e13ff20fc418dfb86bcd1e522068cfa0aac

35d47bb Avoid existence warning

Summary: https://github.com/horde/Rpc/compare/06ce6e13ff20...35d47bb2aa45

---

commit 35d47bb2aa451425e6e2c132f2e4d7e52eabccb1
Author: Michael J Rubinsky 
Date:   Sat, 17 Sep 2022 18:34:13 -0400

Avoid existence warning

 M lib/Horde/Rpc/ActiveSync.php

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


[commits] Core branch master updated. 30afbc44bf055b9129806f3fd4256afcb347e7bb

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

from: 71f5128fe2ef3de15d94b7256174857aadce725f

d222324 Fix case-insensitive comparison or eas protocol
30afbc4 Avoid existence warnings

Summary: https://github.com/horde/Core/compare/71f5128fe2ef...30afbc44bf05

---

commit d2223241c463d3a9464fc08917256c131d15b1a1
Author: Michael J Rubinsky 
Date:   Sat, 17 Sep 2022 18:32:19 -0400

Fix case-insensitive comparison or eas protocol

Fixes detecting the autodiscover json endpoint.

 M lib/Horde/Core/ActiveSync/Driver.php

https://github.com/horde/Core/commit/d2223241c463d3a9464fc08917256c131d15b1a1

---

commit 30afbc44bf055b9129806f3fd4256afcb347e7bb
Author: Michael J Rubinsky 
Date:   Sat, 17 Sep 2022 18:33:54 -0400

Avoid existence warnings

 M lib/Horde/Core/Factory/ActiveSyncServer.php

https://github.com/horde/Core/commit/30afbc44bf055b9129806f3fd4256afcb347e7bb
-- 
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. 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


[commits] Util branch master updated. 7257fd2ff6681fa42c5c9f3ab78a17f3ce841669

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

from: 498dc095c9423e587c1cc0a0cfccf5382d41ebd6

7257fd2 [mjr] Fix deprecation warning when passing null to strtolower (PR #9).

Summary: https://github.com/horde/Util/compare/498dc095c942...7257fd2ff668

---

commit 7257fd2ff6681fa42c5c9f3ab78a17f3ce841669
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 20:07:10 -0400

[mjr] Fix deprecation warning when passing null to strtolower (PR #9).

 M doc/Horde/Util/changelog.yml

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


[commits] Util tag v2.5.12 created. 40040c02f264387555f4a0ce48250eb99b925942

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


[commits] Util branch FRAMEWORK_5_2 updated. 80094d60af55319324a06f2381c5c5c6575c62c6

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

from: 9f3c17484b83516e5326a22333090c06868377f4

c32adc5 Fix strlower'ing null
8fe2224 [mjr] Fix deprecation warning when passing null to strtolower (PR #9).
0bb299d Released Util-2.5.12
80094d6 Development mode for Util-2.5.13

Summary: https://github.com/horde/Util/compare/9f3c17484b83...80094d60af55

---

commit c32adc5faee1e43c3e3db7477c5b61836911e472
Author: Christoph Wurst 
Date:   Sat, 18 Jun 2022 20:01:14 -0400

Fix strlower'ing null

Signed-off-by: Christoph Wurst 

 M lib/Horde/String.php

https://github.com/horde/Util/commit/c32adc5faee1e43c3e3db7477c5b61836911e472

---

commit 8fe2224e0d7f313776d2289a44042ef696d49081
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 20:02:16 -0400

[mjr] Fix deprecation warning when passing null to strtolower (PR #9).

 M doc/Horde/Util/changelog.yml

https://github.com/horde/Util/commit/8fe2224e0d7f313776d2289a44042ef696d49081

---

commit 0bb299d0c6ba810cb5f2423de20b0fe44bdac2b8
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 20:03:43 -0400

Released Util-2.5.12

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

https://github.com/horde/Util/commit/0bb299d0c6ba810cb5f2423de20b0fe44bdac2b8

---

commit 80094d60af55319324a06f2381c5c5c6575c62c6
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 20:03:43 -0400

Development mode for Util-2.5.13

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

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


[commits] Util branch master updated. 498dc095c9423e587c1cc0a0cfccf5382d41ebd6

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

from: 8bfb181bcd0e14909afe4c3b27402772c1656be7

47b025a Fix strlower'ing null
498dc09 Merge pull request #9 from ChristophWurst/fix/lower-null-horde

Summary: https://github.com/horde/Util/compare/8bfb181bcd0e...498dc095c942

---

commit 47b025afa7dbec94587c126b34dbd54a595a9ca5
Author: Christoph Wurst 
Date:   Wed, 25 May 2022 14:09:41 +0200

Fix strlower'ing null

Signed-off-by: Christoph Wurst 

 M lib/Horde/String.php

https://github.com/horde/Util/commit/47b025afa7dbec94587c126b34dbd54a595a9ca5

---

commit 498dc095c9423e587c1cc0a0cfccf5382d41ebd6
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:59:55 -0400

Merge pull request #9 from ChristophWurst/fix/lower-null-horde

Fix strlower'ing null

 M lib/Horde/String.php

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


[commits] Util branch master updated. 8bfb181bcd0e14909afe4c3b27402772c1656be7

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

from: 57aa4f7413c6cd6adc1a146a7647e63ca7503fc4

8bfb181 [mjr] Silence deprecation notices for PHP 8.1 tentative return types 
(PR #8).

Summary: https://github.com/horde/Util/compare/57aa4f7413c6...8bfb181bcd0e

---

commit 8bfb181bcd0e14909afe4c3b27402772c1656be7
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:54:03 -0400

[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #8).

 M doc/Horde/Util/changelog.yml

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


[commits] Util tag v2.5.11 created. ab53d95925fb32989c24ebbe2013b30da4e024be

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


[commits] Util tag v2.5.10 created. ed0e1c9e0757e2e6147657623bd03ce5730830e0

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


[commits] Util branch FRAMEWORK_5_2 updated. 9f3c17484b83516e5326a22333090c06868377f4

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

from: 8f8868ad5ba813871b812e4f2ca705e4f31b676d

d818c35 Add \ReturnTypeWillChange for PHP8.1 compatibility
98cb70c [mjr] Silence deprecation notices for PHP 8.1 tentative return types 
(PR #8).
a792ecf Released Util-2.5.10
c6689f1 Development mode for Util-2.5.11
71f2eaa Released Util-2.5.11
9f3c174 Development mode for Util-2.5.12

Summary: https://github.com/horde/Util/compare/8f8868ad5ba8...9f3c17484b83

---

commit d818c35d5303c876bf513ae023e6181c91340b4e
Author: Christoph Wurst 
Date:   Sat, 18 Jun 2022 19:48:23 -0400

Add \ReturnTypeWillChange for PHP8.1 compatibility

Signed-off-by: Christoph Wurst 

 M lib/Horde/Domhtml.php

https://github.com/horde/Util/commit/d818c35d5303c876bf513ae023e6181c91340b4e

---

commit 98cb70cec1c49e92d5845747b9deef985b85b3cd
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:48:41 -0400

[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #8).

 M doc/Horde/Util/changelog.yml

https://github.com/horde/Util/commit/98cb70cec1c49e92d5845747b9deef985b85b3cd

---

commit a792ecf30db6295fbc26751cbfd450f68b5e9d40
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:52:25 -0400

Released Util-2.5.10

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

https://github.com/horde/Util/commit/a792ecf30db6295fbc26751cbfd450f68b5e9d40

---

commit c6689f133f2893a37afaea7b45b550eb9f030a42
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:52:25 -0400

Development mode for Util-2.5.11

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

https://github.com/horde/Util/commit/c6689f133f2893a37afaea7b45b550eb9f030a42

---

commit 71f2eaaba592017a8c6e7b394c5607e07604a818
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:53:19 -0400

Released Util-2.5.11

 M doc/Horde/Util/CHANGES
 M doc/Horde/Util/changelog.yml
 M package.xml

https://github.com/horde/Util/commit/71f2eaaba592017a8c6e7b394c5607e07604a818

---

commit 9f3c17484b83516e5326a22333090c06868377f4
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:53:19 -0400

Development mode for Util-2.5.12

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

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


[commits] Util branch master updated. 57aa4f7413c6cd6adc1a146a7647e63ca7503fc4

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

from: c8ee322d9128952885938c29d1609f9ce2b6a692

fbc57e3 Add \ReturnTypeWillChange for PHP8.1 compatibility
57aa4f7 Merge pull request #8 from 
ChristophWurst/fix/php81-return-type-will-change-horde

Summary: https://github.com/horde/Util/compare/c8ee322d9128...57aa4f7413c6

---

commit fbc57e3ac3707aed7a873c29bd89384d92f85fef
Author: Christoph Wurst 
Date:   Wed, 25 May 2022 09:51:01 +0200

Add \ReturnTypeWillChange for PHP8.1 compatibility

Signed-off-by: Christoph Wurst 

 M lib/Horde/Domhtml.php

https://github.com/horde/Util/commit/fbc57e3ac3707aed7a873c29bd89384d92f85fef

---

commit 57aa4f7413c6cd6adc1a146a7647e63ca7503fc4
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:47:58 -0400

Merge pull request #8 from 
ChristophWurst/fix/php81-return-type-will-change-horde

Add \ReturnTypeWillChange for PHP8.1 compatibility

 M lib/Horde/Domhtml.php

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


[commits] Mime branch master updated. da9d2968c2a3fa50515e600356bb14cd0b3e316c

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

from: 6119fd1d97b7c0b4e26dd35e976ebacf6df49df3

da9d296 [mjr] Silence deprecation notices for PHP 8.1 tentative return types 
(PR #4).

Summary: https://github.com/horde/Mime/compare/6119fd1d97b7...da9d2968c2a3

---

commit da9d2968c2a3fa50515e600356bb14cd0b3e316c
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:44:45 -0400

[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #4).

 M doc/Horde/Mime/changelog.yml

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


[commits] Mime tag v2.11.2 created. b84e273578a7f97c02bc885b92822bfce7abb6ec

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


[commits] Mime branch FRAMEWORK_5_2 updated. afb467e65b455317c848767c16e0ac4d21dafb6c

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

from: 84e54c269718437007bb9385ffba88eaca411c79

97ba5ad Fix PHP8.1 tentative return types
b2d842c [mjr] Silence deprecation notices for PHP 8.1 tentative return types 
(PR #4).
d9c1143 Released Mime-2.11.2
afb467e Development mode for Mime-2.11.3

Summary: https://github.com/horde/Mime/compare/84e54c269718...afb467e65b45

---

commit 97ba5ada586db518dfa4a8b466e725a2bef1f0fc
Author: Christoph Wurst 
Date:   Sat, 18 Jun 2022 19:42:06 -0400

Fix PHP8.1 tentative return types

Signed-off-by: Christoph Wurst 

 M lib/Horde/Mime/Filter/Encoding.php
 M lib/Horde/Mime/Headers.php
 M lib/Horde/Mime/Headers/ContentParam.php
 M lib/Horde/Mime/Headers/ContentParam/ContentDisposition.php
 M lib/Horde/Mime/Headers/Element.php
 M lib/Horde/Mime/Part.php
 M lib/Horde/Mime/Part/Iterator.php
 M lib/Horde/Mime/Related.php
 M lib/Horde/Mime/Uudecode.php

https://github.com/horde/Mime/commit/97ba5ada586db518dfa4a8b466e725a2bef1f0fc

---

commit b2d842cb62b9a9061f503622d2d058224d44a773
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:42:44 -0400

[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #4).

 M doc/Horde/Mime/changelog.yml

https://github.com/horde/Mime/commit/b2d842cb62b9a9061f503622d2d058224d44a773

---

commit d9c11439bd82b7887b03271d595b998123b9fa0a
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:43:47 -0400

Released Mime-2.11.2

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

https://github.com/horde/Mime/commit/d9c11439bd82b7887b03271d595b998123b9fa0a

---

commit afb467e65b455317c848767c16e0ac4d21dafb6c
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:43:48 -0400

Development mode for Mime-2.11.3

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

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


[commits] Mime branch master updated. 6119fd1d97b7c0b4e26dd35e976ebacf6df49df3

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

from: 7f6d0aaea1a1f194f46ac4a0428b539df11b46e1

a208006 Fix PHP8.1 tentative return types
6119fd1 Merge pull request #4 from 
ChristophWurst/fix/php8.1-tentative-return-type-horde

Summary: https://github.com/horde/Mime/compare/7f6d0aaea1a1...6119fd1d97b7

---

commit a208006972a81b1d333871f0abf302411d7eb872
Author: Christoph Wurst 
Date:   Mon, 23 May 2022 16:16:33 +0200

Fix PHP8.1 tentative return types

Signed-off-by: Christoph Wurst 

 M lib/Horde/Mime/Filter/Encoding.php
 M lib/Horde/Mime/Headers.php
 M lib/Horde/Mime/Headers/ContentParam.php
 M lib/Horde/Mime/Headers/ContentParam/ContentDisposition.php
 M lib/Horde/Mime/Headers/Element.php
 M lib/Horde/Mime/Part.php
 M lib/Horde/Mime/Part/Iterator.php
 M lib/Horde/Mime/Related.php
 M lib/Horde/Mime/Uudecode.php

https://github.com/horde/Mime/commit/a208006972a81b1d333871f0abf302411d7eb872

---

commit 6119fd1d97b7c0b4e26dd35e976ebacf6df49df3
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:41:27 -0400

Merge pull request #4 from ChristophWurst/fix/php8.1-tentative-return-type-horde

Fix PHP8.1 tentative return types

 M lib/Horde/Mime/Filter/Encoding.php
 M lib/Horde/Mime/Headers.php
 M lib/Horde/Mime/Headers/ContentParam.php
 M lib/Horde/Mime/Headers/ContentParam/ContentDisposition.php
 M lib/Horde/Mime/Headers/Element.php
 M lib/Horde/Mime/Part.php
 M lib/Horde/Mime/Part/Iterator.php
 M lib/Horde/Mime/Related.php
 M lib/Horde/Mime/Uudecode.php

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


[commits] Stream_Filter branch master updated. 1d1dc7e438f82eac8d10a64ef149501a955dc286

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

from: b31a5da29b7f1f049a2b92558f09527103263a93

1d1dc7e [mjr] Silence deprecation notices for PHP 8.1 tentative return types 
(PR #1).

Summary: 
https://github.com/horde/Stream_Filter/compare/b31a5da29b7f...1d1dc7e438f8

---

commit 1d1dc7e438f82eac8d10a64ef149501a955dc286
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:33:41 -0400

[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #1).

 M doc/Horde/Stream/Filter/changelog.yml

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


[commits] Stream_Filter tag v2.0.5 created. 6af0716d76c334d7b5704410152afd1568cffaaf

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


[commits] Stream_Filter branch FRAMEWORK_5_2 updated. c4b9e28d6d8dc07db8246d1dfaeee748017d308b

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

from: 1a6c6f9ef50a8cd8b0cf5dff623c8270742d4d02

81c1cd3 Fix PHP8.1 tentative return types
de506c0 [mjr] Silence deprecation notices for PHP 8.1 tentative return types 
(PR #1).
0805361 Released Stream_Filter-2.0.5
c4b9e28 Development mode for Stream_Filter-2.0.6

Summary: 
https://github.com/horde/Stream_Filter/compare/1a6c6f9ef50a...c4b9e28d6d8d

---

commit 81c1cd311a51c169126c4ef3898ed3eeb53cd4d7
Author: Christoph Wurst 
Date:   Sat, 18 Jun 2022 19:30:05 -0400

Fix PHP8.1 tentative return types

Signed-off-by: Christoph Wurst 

 M lib/Horde/Stream/Filter/Bin2hex.php
 M lib/Horde/Stream/Filter/Crc32.php
 M lib/Horde/Stream/Filter/Eol.php
 M lib/Horde/Stream/Filter/Htmlspecialchars.php
 M lib/Horde/Stream/Filter/Null.php

https://github.com/horde/Stream_Filter/commit/81c1cd311a51c169126c4ef3898ed3eeb53cd4d7

---

commit de506c07d81e5093d223a6ea4e127896bce5176f
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:30:21 -0400

[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #1).

 M doc/Horde/Stream/Filter/changelog.yml

https://github.com/horde/Stream_Filter/commit/de506c07d81e5093d223a6ea4e127896bce5176f

---

commit 0805361957a9220ab074eebbc3eaebb0f77b3b0e
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:31:24 -0400

Released Stream_Filter-2.0.5

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

https://github.com/horde/Stream_Filter/commit/0805361957a9220ab074eebbc3eaebb0f77b3b0e

---

commit c4b9e28d6d8dc07db8246d1dfaeee748017d308b
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:31:24 -0400

Development mode for Stream_Filter-2.0.6

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

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


[commits] Stream_Filter branch master updated. b31a5da29b7f1f049a2b92558f09527103263a93

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

from: 40bd849d6e99147bc8825d5e4ee95c46b8ab5398

8756baf Fix PHP8.1 tentative return types
b31a5da Merge pull request #1 from 
ChristophWurst/fix/php8.1-tentative-return-type-horde

Summary: 
https://github.com/horde/Stream_Filter/compare/40bd849d6e99...b31a5da29b7f

---

commit 8756baf8e4b81305818325997dd82af556d3d525
Author: Christoph Wurst 
Date:   Mon, 23 May 2022 16:43:26 +0200

Fix PHP8.1 tentative return types

Signed-off-by: Christoph Wurst 

 M lib/Horde/Stream/Filter/Bin2hex.php
 M lib/Horde/Stream/Filter/Crc32.php
 M lib/Horde/Stream/Filter/Eol.php
 M lib/Horde/Stream/Filter/Htmlspecialchars.php
 M lib/Horde/Stream/Filter/Null.php

https://github.com/horde/Stream_Filter/commit/8756baf8e4b81305818325997dd82af556d3d525

---

commit b31a5da29b7f1f049a2b92558f09527103263a93
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:29:20 -0400

Merge pull request #1 from ChristophWurst/fix/php8.1-tentative-return-type-horde

Fix PHP8.1 tentative return types

 M lib/Horde/Stream/Filter/Bin2hex.php
 M lib/Horde/Stream/Filter/Crc32.php
 M lib/Horde/Stream/Filter/Eol.php
 M lib/Horde/Stream/Filter/Htmlspecialchars.php
 M lib/Horde/Stream/Filter/Null.php

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


[commits] Support branch master updated. 50776ef4f22b9ddc74ca2c7a0a645d0325c5c3ef

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

from: dd544256093eb4aba58b9353ab7a0ea93ed0

50776ef [mjr] Silence deprecation notices for PHP 8.1 tentative return types 
(PR #2).

Summary: https://github.com/horde/Support/compare/dd544256093e...50776ef4f22b

---

commit 50776ef4f22b9ddc74ca2c7a0a645d0325c5c3ef
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:28:32 -0400

[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #2).

 M doc/Horde/Support/changelog.yml

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


[commits] Support tag v2.2.2 created. f0f2d69ead07dbf2ba45caf63521d5b60ec75ec1

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


[commits] Support branch FRAMEWORK_5_2 updated. 98697927d3996148cc508cb2ad35fcd18766db19

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

from: f52ad7bc788730acfade901826f50bc230c4d21e

757436a Fix PHP8.1 tentative return types
0f5cfc3 [mjr] Silence deprecation notices for PHP 8.1 tentative return types 
(PR #2).
0914b2b Released Support-2.2.2
9869792 Development mode for Support-2.2.3

Summary: https://github.com/horde/Support/compare/f52ad7bc7887...98697927d399

---

commit 757436a264a117527a8bc6e827270c83dfa6dd68
Author: Christoph Wurst 
Date:   Sat, 18 Jun 2022 19:24:22 -0400

Fix PHP8.1 tentative return types

Signed-off-by: Christoph Wurst 

 M lib/Horde/Support/Array.php
 M lib/Horde/Support/CaseInsensitiveArray.php
 M lib/Horde/Support/Stub.php

https://github.com/horde/Support/commit/757436a264a117527a8bc6e827270c83dfa6dd68

---

commit 0f5cfc301bbbc1816176f0045052bfa4037ed72b
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:25:00 -0400

[mjr] Silence deprecation notices for PHP 8.1 tentative return types (PR #2).

 M doc/Horde/Support/changelog.yml

https://github.com/horde/Support/commit/0f5cfc301bbbc1816176f0045052bfa4037ed72b

---

commit 0914b2b3058ef006de39f87ea01da30b5d57acde
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:26:06 -0400

Released Support-2.2.2

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

https://github.com/horde/Support/commit/0914b2b3058ef006de39f87ea01da30b5d57acde

---

commit 98697927d3996148cc508cb2ad35fcd18766db19
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:26:06 -0400

Development mode for Support-2.2.3

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

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


[commits] Support branch master updated. dd544256093eb4aba5aaaa8b9353ab7a0ea93ed0

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

from: 7f48c436ef7236bc6cbe53f177f89f106400629b

a5669c7 Fix PHP8.1 tentative return types
dd54425 Merge pull request #2 from 
ChristophWurst/fix/php8.1-tentative-return-type-horde

Summary: https://github.com/horde/Support/compare/7f48c436ef72...dd544256093e

---

commit a5669c7cd414c0c7054ed113ce30d78be8c19f39
Author: Christoph Wurst 
Date:   Mon, 23 May 2022 15:18:51 +0200

Fix PHP8.1 tentative return types

Signed-off-by: Christoph Wurst 

 M lib/Horde/Support/Array.php
 M lib/Horde/Support/CaseInsensitiveArray.php
 M lib/Horde/Support/Stub.php

https://github.com/horde/Support/commit/a5669c7cd414c0c7054ed113ce30d78be8c19f39

---

commit dd544256093eb4aba58b9353ab7a0ea93ed0
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:22:12 -0400

Merge pull request #2 from ChristophWurst/fix/php8.1-tentative-return-type-horde

Fix PHP8.1 tentative return types

 M lib/Horde/Support/Array.php
 M lib/Horde/Support/CaseInsensitiveArray.php
 M lib/Horde/Support/Stub.php

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


[commits] turba branch master updated. b9801b85282d94ba2a91bbf8c1fe61fd9a84c7d2

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

from: e26552a64f46baffc799c5a04af6e89301a14618

b9801b8 [mjr] Fix regression in accessing virtual address books.

Summary: https://github.com/horde/turba/compare/e26552a64f46...b9801b85282d

---

commit b9801b85282d94ba2a91bbf8c1fe61fd9a84c7d2
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 19:01:51 -0400

[mjr] Fix regression in accessing virtual address books.

 M doc/changelog.yml

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


[commits] turba tag v4.2.29 created. a55032a723db6e7e28665124ba24cb53ce837932

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


[commits] turba branch FRAMEWORK_5_2 updated. 1a2a7cdbab8a77cfca7702dcdea4c7445783d0e6

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

from: 4adb2b662887d87b98c0ea28c8033957d3cd6d56

b254b1a [mjr] Fix regression in accessing virtual address books.
e016ae5 Prepare for release
7d6a64a Released turba-4.2.29
1a2a7cd Development mode for turba-4.2.30

Summary: https://github.com/horde/turba/compare/4adb2b662887...1a2a7cdbab8a

---

commit b254b1ac209b9b4fddaef2bf841d28924bbc71fb
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 17:28:36 -0400

[mjr] Fix regression in accessing virtual address books.

 M docs/changelog.yml

https://github.com/horde/turba/commit/b254b1ac209b9b4fddaef2bf841d28924bbc71fb

---

commit e016ae52c8eaef338f5964aef75ea81000fd571c
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 17:30:13 -0400

Prepare for release

 M docs/RELEASE_NOTES
 M docs/changelog.yml

https://github.com/horde/turba/commit/e016ae52c8eaef338f5964aef75ea81000fd571c

---

commit 7d6a64a71ea9865701623055b0bdbb63e4ea1d69
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 17:32:17 -0400

Released turba-4.2.29

 M composer.json
 M docs/CHANGES
 M docs/changelog.yml
 M package.xml

https://github.com/horde/turba/commit/7d6a64a71ea9865701623055b0bdbb63e4ea1d69

---

commit 1a2a7cdbab8a77cfca7702dcdea4c7445783d0e6
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 17:32:19 -0400

Development mode for turba-4.2.30

 M .horde.yml
 M composer.json
 M docs/CHANGES
 M docs/changelog.yml
 M lib/Application.php
 M package.xml

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


[commits] ActiveSync branch master updated. 3858e42f7f077054b637ed361c3023fb366d8f13

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

from: 96a3c87972f54c85fb83fb7973a0c5193d9b3d94

3858e42 [mjr] Fix fatal error when exception is thrown from imap client (Bug # 
15113).

Summary: https://github.com/horde/ActiveSync/compare/96a3c87972f5...3858e42f7f07

---

commit 3858e42f7f077054b637ed361c3023fb366d8f13
Author: Michael J Rubinsky 
Date:   Sat, 18 Jun 2022 18:59:34 -0400

[mjr] Fix fatal error when exception is thrown from imap client (Bug # 15113).

 M doc/Horde/ActiveSync/changelog.yml

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


[commits] ActiveSync tag v2.41.8 created. b65cbe46dc3db961a100ae062d1a111e66b9628b

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


  1   2   3   4   5   6   7   8   9   10   >