forked from nextcloud/mail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatches.json
More file actions
24 lines (24 loc) · 797 Bytes
/
patches.json
File metadata and controls
24 lines (24 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"patches": {
"glenscott/url-normalizer": [
{
"description": "Fix to prevent deprecation warning when using PHP >= 8.5",
"url": ".patches/url-normalizer-fix-deprecation-warning-on-PHP-8.5.patch",
"sha256":"856c3bc4d3e883f86efc3a24946681a3a6e4c22afa67d7b8cb1d78391668c365",
"extra": {
"upstream-fix-url": "https://github.com/glenscott/url-normalizer/pull/33"
}
}
],
"phpmailer/dkimvalidator": [
{
"description": "Fix incorrect canonicalization handling and modified message content",
"url": ".patches/dkimvalidator-fix-broken-canonical-handling.patch",
"sha256": "7d49ca7bc143d5a861cf27f01b33b16269e5f31550ec0ebb770b251bb21df316",
"extra": {
"upstream-fix-url": "https://github.com/PHPMailer/DKIMValidator/pull/21"
}
}
]
}
}