2019-05-26 05:22:28 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.55
Add missing DEPENDS
Upstream changes:
2019-04-12: Marc Bradshaw <marc@marcbradshaw.net>
* The authserv-id of an Authentication-Results header can contain
CFWS, Use Mail::AuthenticationResults to parse the authserv-id
from this field.
|
2018-12-04 09:44:03 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.54
Upstream changes:
-- VERSION 0.54 --
2018-10-12: Marc Bradshaw <marc@marcbradshaw.net>
* The T tag on arcseal is not required
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-06-22 10:11:45 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.53
Upstream changes:
-- VERSION 0.53 --
2018-05-27: Marc Bradshaw <marc@marcbradshaw.net>
* Make tests less dependent on local resolver setup
* Add thanks to Valimail
|
2018-01-14 09:13:43 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Mail-DKIM: update to 0.52.
Version 0.52
* Internet connection tests were declared in the wrong order
Version 0.51
* Fix for older versions of perl
* Tests no longer fail with no internet connection
|
2017-12-30 15:32:19 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Mail-DKIM: update to 0.50.
Version 0.50
* ARC code passing all tests and production ready.
* Added strict mode to DKIM to reject sha1 and
key sizes smaller than 1024 bit.
|
2017-10-23 14:58:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Mail-DKIM: update to 0.44.
Version 0.44
* Added experimental support for ARC
|
2017-09-26 16:34:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Mail-DKIM: update to 0.43.
-- VERSION 0.43 --
2017-09-20: Marc Bradshaw <marc@marcbradshaw.net>
* Update tests for new DNS setup
|
2017-09-17 18:17:36 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Mail-DKIM: update to 0.42.
Version 0.42
* Fix tests failing due to dns changes elsewhere
* Moved sample_mime_lite.pl to scripts directory
|
2017-07-09 09:44:57 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.41
Upstream changes:
2017-04-14: Marc Bradshaw <marc@marcbradshaw.net>
* commit aac893fdbaa7f8ccd5d37fa7f20d1785406cda51
Author: Marc Bradshaw <marc@marcbradshaw.net>
Date: Fri Mar 17 14:53:53 2017 +1100
Avoid use of $_ in read loop
RT 106485: Mail::DKIM::PrivateKey->load tampering $_ and <FILE>
* commit 06934f259e392b2a3cf94560e6051d9e522d0bf3
Author: Marc Bradshaw <marc@marcbradshaw.net>
Date: Fri Mar 17 14:44:44 2017 +1100
Ensure PrivateKey file is closed properly.
Store PrivateKey file handle in lexical variable and close it
once we are done.
RT 120638: Mail::DKIM::PrivateKey does not close FILE
* commit 9e7c1c4cb78a6cb1cf396ece4379c7ed2c44c974
Author: Marc Bradshaw <marc@marcbradshaw.net>
Date: Fri Feb 27 12:08:11 2015 +1100
Allow greater control over signed headers
* commit 8291c034dc7db4394e9df80e70b8cbe8428a38c2
Author: Marc Bradshaw <marc@marcbradshaw.net>
Date: Fri Jan 23 09:54:02 2015 +1100
Allow greater control over which headers are signed by Signer
|