File perl-Mail-DKIM.changes of Package perl-Mail-DKIM
153
1
-------------------------------------------------------------------
2
Wed Mar 27 12:43:00 UTC 2013 - stefan.jakobs@rus.uni-stuttgart.de
3
4
- Update to version 0.40 - released 2013-02-07
5
* New/changed functionality:
6
* a single DNS resolver is created for the lifetime of the program,
7
rather than reinitializing the resolver for each new query.
8
* bugfixes:
9
* fix the error message given when an invalid algorithm is
10
specified in the construction of Mail::DKIM::Signer.
11
* avoid Perl warning about use of an undefined value in several
12
places (rt.cpan.org issue #82913).
13
* speed- improved performance of parsing the message into lines
14
(rt.cpan.org issue #77902). Patch by Mark Martinec.
15
* fix DNS queries to use the correct method (txtdata) of Net::DNS
16
(rt.cpan.org issue #83170). Patch by Mark Martinec.
17
* API changes:
18
* global subroutines resolver() or enable_EDNS0() in module
19
Mail::DKIM::DNS can be called to specify non-default options
20
to Net::DNS::Resolver (see also rt.cpan.org issue #80425).
21
22
-------------------------------------------------------------------
23
Fri Nov 18 11:08:11 UTC 2011 - coolo@suse.com
24
25
- use original .tar.gz
26
27
-------------------------------------------------------------------
28
Mon Feb 21 20:07:53 UTC 2011 - chris@computersalat.de
29
30
- removed author
31
32
-------------------------------------------------------------------
33
Mon Feb 21 18:07:53 UTC 2011 - bjoern@cs.tu-berlin.de
34
35
- added scripts to {_bindir}
36
o dkimsign.pl
37
o dkimverify.pl
38
39
-------------------------------------------------------------------
40
Wed Dec 1 13:33:24 UTC 2010 - coolo@novell.com
41
42
- switch to perl_requires macro
43
44
-------------------------------------------------------------------
45
Mon Nov 15 05:13:39 UTC 2010 - varkoly@novell.com
46
47
- update to 0.39
48
* change in API Mail::DKIM::Canonicalization::Base::finish_header
49
* Bugfixes
50
o Mail::DKIM::Signer: fix an unusual error message given when no
51
Key argument has been specified and it is time to load the key
52
o Mail::DKIM::Verifier: fix an issue with getting wrong error
53
codes when q= tag is broken.
54
55
-------------------------------------------------------------------
56
Mon Jul 26 15:30:09 UTC 2010 - chris@computersalat.de
57
58
- fix build for o:F (1140)
59
o added bcond_with test
60
if not set policy.t, public_key.t test are disabled
61
62
-------------------------------------------------------------------
63
Wed Apr 7 21:46:23 UTC 2010 - chris@computersalat.de
64
65
- update to 0.38
66
* New/changed functionality:
67
* DNS lookups can now be started asynchronously; the queries are
68
created as the header is parsed; the results are not actually
69
needed until the entire message has been read. (The Mail::DKIM
70
module does not yet do the queries asynchrously; this is just
71
the infrastructure so that the queries can be asynchronous in
72
the future.)
73
* bugfixes:
74
* DNS lookup overrides alarm() signal (issue #2854325)
75
* documentation updates:
76
* document use of custom PrivateKey object, for external signing
77
* describe how to get "pretty signatures" in Signer.pm
78
- cleanup spec
79
o added norootforbuild
80
o sort TAGS
81
o macros
82
o fixed deps
83
o enabled testsuite
84
- disabled tests with DNS (policy.t, public_key.t)
85
- added perl-macros
86
87
-------------------------------------------------------------------
88
Sun Feb 28 18:31:33 UTC 2010 - varkoly@novell.com
89
90
- new version: 0.37
91
* New/changed functionality:
92
* ADSP records now check whether the domain itself exists, in
93
accordance to the ADSP specification
94
* support for ADSP (author-domain-signing-practices) records
95
* removed support for pre-standardized DKIM signatures (i.e. these
96
are DKIM signatures without a v= or bh= tag).
97
* DNS resolver errors are detected and reported as such
98
99
* API changes:
100
* restore the as_string() method which was accidentally removed
101
in version 0.34
102
* renamed Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Programs using
103
the former name to create policy objects directly (though it would
104
be more expected to fetch the objects through
105
Mail::DKIM::Verifier) should update their code
106
* new policies() method in Mail::DKIM::Verifier for fetching all
107
applicable sender/author signing policies
108
109
* bugfixes:
110
* fixed regexp used to detect header field names (issue #2803465)
111
* various fixes to ADSP checking
112
* fixed a runaway regular expression in the canonicalization
113
routines (patch provided by Mark Martinec)
114
* Signer object would die if first line of input wasn't a header
115
(rt.cpan.org issue #46179)
116
117
-------------------------------------------------------------------
118
Mon Jul 20 15:08:05 CEST 2009 - varkoly@suse.de
119
120
- new version: 0.33
121
* signature wrapping was still messed up, hopefully all bugs fixed now
122
* signature wrapping would sometimes cause improper preparation of
123
DKIM signatures, with "simple" canonicalization (issue #2257046)
124
* test scripts:
125
* the included corpus is now verified using a fake-DNS resolver,
126
which means the test corpus can validate even when your DNS
127
servers are really slow
128
129
-------------------------------------------------------------------
130
Mon Jan 26 17:16:41 CET 2009 - varkoly@suse.de
131
132
- bnc#469321 - Requirements not met within perl-Mail-DKIM
133
134
-------------------------------------------------------------------
135
Tue Oct 28 14:26:54 CET 2008 - varkoly@suse.de
136
137
- nwe version 0.32
138
* removed requirement for Digest::SHA1 (issue #1832549).
139
We now use the more capable Digest::SHA module for SHA-1 and SHA-256.
140
* bugfixes:
141
* granularity checking should be case-sensitive (issue #1938112).
142
* identity tag now uses quoted-printable encoding (issue #1839015).
143
* API improvement:
144
* implemented identity_source() for DkSignature objects
145
146
147
148
-------------------------------------------------------------------
149
Wed Jul 16 23:12:40 CEST 2008 - varkoly@suse.de
150
151
- Initial version of perl-Mail-DKIM
152
153