Package: ciderwebmail / 1.05+20240702-1
Metadata
Package | Version | Patches format |
---|---|---|
ciderwebmail | 1.05+20240702-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
1001_use_Email Address XS.patch | (download) |
Makefile.PL |
5 2 + 3 - 0 ! |
fix avoid broken email::address |
1002_fix_message_submit.patch | (download) |
root/templates/base/compose.xml |
2 1 + 1 - 0 ! |
fix submit button for sending mail |
1003_fix_use_CBC_crypto_block_mode.patch | (download) |
lib/CiderWebmail/Util.pm |
4 3 + 1 - 0 ! |
fix hardcode use of cbc crypto block mode CiderWebmail declare runtime dependency on Crypt::CBC yet does not declare CBC block mode when calling Crypt::Util, causing it to use a set of fallback modes with CBC only third option. It works but spews lots of backtraces to logfiles. . Explicitly pass CBC mode to Crypt::Util to silence backtracing noise, and possibly speedup processing slightly as well. . While at it, also fix typo in related error message. |