Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 74 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74 Rev 75
1
libmail-dkim-perl (0.53-1) unstable; urgency=low
1
libmail-dkim-perl (0.53-1) unstable; urgency=low
2
2
3
  * New upstream release.
3
  * New upstream release.
4
  * Update debian/copyright.
4
  * Update debian/copyright.
5
  * Update debian/watch to use metacpan.org instead of search.cpan.org.
5
  * Update debian/watch to use metacpan.org instead of search.cpan.org.
6
  * Add dependencies libyaml-libyaml-perl, libtest-requiresinternet-perl
6
  * Add dependencies libyaml-libyaml-perl, libtest-requiresinternet-perl
7
    for tests.
7
    for tests.
8
  * Ensure that the shebang of the sign and verify scripts is just
8
  * Ensure that the shebang of the sign and verify scripts is just
9
    "#!/usr/bin/perl" (policy 10.4). Increase Standards-Version to 4.1.4.
9
    "#!/usr/bin/perl" (policy 10.4). Increase Standards-Version to 4.1.4.
10
10
11
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Jun 2018 16:25:24 +0200
11
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Jun 2018 16:25:24 +0200
12
12
13
libmail-dkim-perl (0.44-1) unstable; urgency=low
13
libmail-dkim-perl (0.44-1) unstable; urgency=low
14
14
15
  * New upstream release.
15
  * New upstream release.
16
  * Bump Standards-Version to 4.1.1.
16
  * Bump Standards-Version to 4.1.1.
17
17
18
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 21 Oct 2017 21:12:09 +0200
18
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 21 Oct 2017 21:12:09 +0200
19
19
20
libmail-dkim-perl (0.42-1) unstable; urgency=low
20
libmail-dkim-perl (0.42-1) unstable; urgency=low
21
21
22
  * New upstream release.
22
  * New upstream release.
23
  * Switch to Debhelper compat level 9 and convert debian/rules to dh
23
  * Switch to Debhelper compat level 9 and convert debian/rules to dh
24
    style.
24
    style.
25
  * debian/docs: Include doc/policies.txt and doc/dkim_errata.txt. README
25
  * debian/docs: Include doc/policies.txt and doc/dkim_errata.txt. README
26
    is now README.md.
26
    is now README.md.
27
  * Bump Standards-Version to 4.1.0.
27
  * Bump Standards-Version to 4.1.0.
28
28
29
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 16 Sep 2017 23:13:42 +0200
29
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 16 Sep 2017 23:13:42 +0200
30
30
31
libmail-dkim-perl (0.40-1) unstable; urgency=low
31
libmail-dkim-perl (0.40-1) unstable; urgency=low
32
32
33
  * New upstream release.
33
  * New upstream release.
34
  * debian/rules: Add build-arch and build-indep targets.
34
  * debian/rules: Add build-arch and build-indep targets.
35
  * Change source format to 3.0 (quilt).
35
  * Change source format to 3.0 (quilt).
36
  * Standards-Version 3.9.4.
36
  * Standards-Version 3.9.4.
37
37
38
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 07 May 2013 21:57:38 +0200
38
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 07 May 2013 21:57:38 +0200
39
39
40
libmail-dkim-perl (0.39-1) unstable; urgency=low
40
libmail-dkim-perl (0.39-1) unstable; urgency=low
41
41
42
  * New upstream release.
42
  * New upstream release.
43
  * debian/copyright: Updated.
43
  * debian/copyright: Updated.
44
  * Add Breaks: dkimproxy (<< 1.2-1) along with the Replaces: from 0.37-1.
44
  * Add Breaks: dkimproxy (<< 1.2-1) along with the Replaces: from 0.37-1.
45
  * Add ${misc:Depends} to Depends: just in case and to silence Lintian.
45
  * Add ${misc:Depends} to Depends: just in case and to silence Lintian.
46
  * Up Standards-Version to 3.9.1.
46
  * Up Standards-Version to 3.9.1.
47
47
48
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 06 Feb 2011 18:59:40 +0100
48
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 06 Feb 2011 18:59:40 +0100
49
49
50
libmail-dkim-perl (0.38-1) unstable; urgency=low
50
libmail-dkim-perl (0.38-1) unstable; urgency=low
51
51
52
  * New upstream release.
52
  * New upstream release.
53
53
54
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 22 May 2010 23:32:58 +0200
54
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 22 May 2010 23:32:58 +0200
55
55
56
libmail-dkim-perl (0.37-1) unstable; urgency=low
56
libmail-dkim-perl (0.37-1) unstable; urgency=low
57
57
58
  * New upstream release.
58
  * New upstream release.
59
  * Ship dkimsign.pl and dkimverify.pl as /usr/bin/dkimproxy-sign and
59
  * Ship dkimsign.pl and dkimverify.pl as /usr/bin/dkimproxy-sign and
60
    /usr/bin/dkimproxy-verify, replacing the old versions in the dkimproxy
60
    /usr/bin/dkimproxy-verify, replacing the old versions in the dkimproxy
61
    package (Closes: #524047).
61
    package (Closes: #524047).
62
  * Also include the corresponding manpages from the dkimproxy
62
  * Also include the corresponding manpages from the dkimproxy
63
    package. Thanks to Thomas Goirand.
63
    package. Thanks to Thomas Goirand.
64
64
65
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 19 Dec 2009 18:48:51 +0100
65
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 19 Dec 2009 18:48:51 +0100
66
66
67
libmail-dkim-perl (0.36-1) unstable; urgency=low
67
libmail-dkim-perl (0.36-1) unstable; urgency=low
68
68
69
  * New upstream release.
69
  * New upstream release.
70
    - Renames Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Only affects
70
    - Renames Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Only affects
71
      code that creates policy objects directly.
71
      code that creates policy objects directly.
72
    - Drops support for pre-standardized DKIM signatures (i.e. DKIM
72
    - Drops support for pre-standardized DKIM signatures (i.e. DKIM
73
      signatures without a v= or bh= tag).
73
      signatures without a v= or bh= tag).
74
  * Honour nocheck option in DEB_BUILD_OPTIONS (but test outcome is still
74
  * Honour nocheck option in DEB_BUILD_OPTIONS (but test outcome is still
75
    ignored since some tests depend on Internet connectivity).
75
    ignored since some tests depend on Internet connectivity).
76
  * Increase Standards-Version to 3.8.2.
76
  * Increase Standards-Version to 3.8.2.
77
77
78
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 01 Aug 2009 19:16:02 +0200
78
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 01 Aug 2009 19:16:02 +0200
79
79
80
libmail-dkim-perl (0.33-1) unstable; urgency=low
80
libmail-dkim-perl (0.33-1) unstable; urgency=low
81
81
82
  * New upstream release (Closes: #519151).
82
  * New upstream release (Closes: #519151).
83
  * Bumped Standards-Version to 3.8.0. No changes needed.
83
  * Bumped Standards-Version to 3.8.0. No changes needed.
84
  * debian/rules: Fix target dependencies, skip unnecessary Debhelper
84
  * debian/rules: Fix target dependencies, skip unnecessary Debhelper
85
    calls, and delete severely incomplete Mail::DKIM::PublicKey(3pm)
85
    calls, and delete severely incomplete Mail::DKIM::PublicKey(3pm)
86
    manpage that Lintian complains about.
86
    manpage that Lintian complains about.
87
87
88
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 10 Mar 2009 23:22:33 +0100
88
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 10 Mar 2009 23:22:33 +0100
89
89
90
libmail-dkim-perl (0.32-1) unstable; urgency=low
90
libmail-dkim-perl (0.32-1) unstable; urgency=low
91
91
92
  * New upstream release.
92
  * New upstream release.
93
    - No longer depends on libdigest-sha1-perl.
93
    - No longer depends on libdigest-sha1-perl.
94
94
95
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 07 Jun 2008 15:38:48 +0200
95
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 07 Jun 2008 15:38:48 +0200
96
96
97
libmail-dkim-perl (0.31-1) unstable; urgency=low
97
libmail-dkim-perl (0.31-1) unstable; urgency=low
98
98
99
  * New upstream release (Closes: 476908).
99
  * New upstream release (Closes: 476908).
100
  * Change debian/watch to use search.cpan.org only.
100
  * Change debian/watch to use search.cpan.org only.
101
  * New maintainer email address.
101
  * New maintainer email address.
102
  * Increase minimum version of libcrypt-openssl-rsa-perl to 0.24 (should
102
  * Increase minimum version of libcrypt-openssl-rsa-perl to 0.24 (should
103
    have done that at version 0.28 of this package).
103
    have done that at version 0.28 of this package).
104
104
105
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Apr 2008 18:08:09 +0200
105
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 20 Apr 2008 18:08:09 +0200
106
106
107
libmail-dkim-perl (0.30.1-1) unstable; urgency=low
107
libmail-dkim-perl (0.30.1-1) unstable; urgency=low
108
108
109
  * New upstream release (Closes: #470650).
109
  * New upstream release (Closes: #470650).
110
110
111
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 12 Mar 2008 18:47:28 +0100
111
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 12 Mar 2008 18:47:28 +0100
112
112
113
libmail-dkim-perl (0.29-1) unstable; urgency=low
113
libmail-dkim-perl (0.29-1) unstable; urgency=low
114
114
115
  * New upstream release.
115
  * New upstream release.
116
  * Bump Standards-Version to 3.7.3.
116
  * Bump Standards-Version to 3.7.3.
117
  * Upstream homepage moved to SourceForge.
117
  * Upstream homepage moved to SourceForge.
118
  * Change XS-Vcs-* fields to just Vcs-*.
118
  * Change XS-Vcs-* fields to just Vcs-*.
119
119
120
 -- Magnus Holmgren <magnus@kibibyte.se>  Sun, 23 Dec 2007 13:51:28 +0100
120
 -- Magnus Holmgren <magnus@kibibyte.se>  Sun, 23 Dec 2007 13:51:28 +0100
121
121
122
libmail-dkim-perl (0.28-2) unstable; urgency=low
122
libmail-dkim-perl (0.28-2) unstable; urgency=low
123
123
124
  * Skip 'make realclean' if Makefile does not exist, and do not ignore
124
  * Skip 'make realclean' if Makefile does not exist, and do not ignore
125
    errors.
125
    errors.
126
  * Modernise debian/control: wrap dependency fields, add XS-Vcs-* fields,
126
  * Modernise debian/control: wrap dependency fields, add XS-Vcs-* fields,
127
    and make Homepage a real field.
127
    and make Homepage a real field.
128
128
129
 -- Magnus Holmgren <magnus@kibibyte.se>  Thu, 27 Sep 2007 22:21:31 +0200
129
 -- Magnus Holmgren <magnus@kibibyte.se>  Thu, 27 Sep 2007 22:21:31 +0200
130
130
131
libmail-dkim-perl (0.28-1) unstable; urgency=low
131
libmail-dkim-perl (0.28-1) unstable; urgency=low
132
132
133
  * New upstream release. Skipping 0.27 which had a bug.
133
  * New upstream release. Skipping 0.27 which had a bug.
134
134
135
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 26 May 2007 17:43:55 +0200
135
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 26 May 2007 17:43:55 +0200
136
136
137
libmail-dkim-perl (0.26-2) unstable; urgency=low
137
libmail-dkim-perl (0.26-2) unstable; urgency=low
138
138
139
  * Fix error in this changelog (the description of DKIM was never changed
139
  * Fix error in this changelog (the description of DKIM was never changed
140
    in 0.25-1).
140
    in 0.25-1).
141
141
142
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 26 May 2007 17:42:05 +0200
142
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 26 May 2007 17:42:05 +0200
143
143
144
libmail-dkim-perl (0.26-1) unstable; urgency=low
144
libmail-dkim-perl (0.26-1) unstable; urgency=low
145
145
146
  * New upstream release.
146
  * New upstream release.
147
    · Compliant to the finished RFC 4871.
147
    · Compliant to the finished RFC 4871.
148
  * debian/control: Borrow description of DKIM from libdkim.
148
  * debian/control: Borrow description of DKIM from libdkim.
149
149
150
 -- Magnus Holmgren <magnus@kibibyte.se>  Fri, 25 May 2007 00:52:29 +0200
150
 -- Magnus Holmgren <magnus@kibibyte.se>  Fri, 25 May 2007 00:52:29 +0200
151
151
152
libmail-dkim-perl (0.25-1) unstable; urgency=low
152
libmail-dkim-perl (0.25-1) unstable; urgency=low
153
153
154
  * New upstream release.
154
  * New upstream release.
155
155
156
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 12 May 2007 10:17:26 +0200
156
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 12 May 2007 10:17:26 +0200
157
157
158
libmail-dkim-perl (0.24-2) unstable; urgency=low
158
libmail-dkim-perl (0.24-2) unstable; urgency=low
159
159
160
  * Upload to unstable.
160
  * Upload to unstable.
161
  * Add homepage to package description and mention DK support.
161
  * Add homepage to package description and mention DK support.
162
162
163
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 23 Apr 2007 22:03:29 +0200
163
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 23 Apr 2007 22:03:29 +0200
164
164
165
libmail-dkim-perl (0.24-1) experimental; urgency=low
165
libmail-dkim-perl (0.24-1) experimental; urgency=low
166
166
167
  * New upstream (bugfix) release.
167
  * New upstream (bugfix) release.
168
  * Add debian/watch.
168
  * Add debian/watch.
169
169
170
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 24 Mar 2007 23:04:03 +0100
170
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 24 Mar 2007 23:04:03 +0100
171
171
172
libmail-dkim-perl (0.23-1) experimental; urgency=low
172
libmail-dkim-perl (0.23-1) experimental; urgency=low
173
173
174
  * New upstream release.
174
  * New upstream release.
175
175
176
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 20:36:14 +0100
176
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 20:36:14 +0100
177
177
178
libmail-dkim-perl (0.22-1) experimental; urgency=low
178
libmail-dkim-perl (0.22-1) experimental; urgency=low
179
179
180
  * New upstream release.
180
  * New upstream release.
181
    · This version will also verify the older DomainKeys kind of
181
    · This version will also verify the older DomainKeys kind of
182
      signatures.
182
      signatures.
183
  * This time the tests have been made non-build-critical, as their
183
  * This time the tests have been made non-build-critical, as their
184
    outcome really doesn't say anything about the success of the
184
    outcome really doesn't say anything about the success of the
185
    build.
185
    build.
186
186
187
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 30 Jan 2007 01:17:52 +0100
187
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 30 Jan 2007 01:17:52 +0100
188
188
189
libmail-dkim-perl (0.19-3) unstable; urgency=low
189
libmail-dkim-perl (0.19-3) unstable; urgency=low
190
190
191
  * Really disable network-dependent tests, POSIX-compliantly (Closes:
191
  * Really disable network-dependent tests, POSIX-compliantly (Closes:
192
    #395860)
192
    #395860)
193
193
194
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon,  6 Nov 2006 12:20:29 +0100
194
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon,  6 Nov 2006 12:20:29 +0100
195
195
196
libmail-dkim-perl (0.19-2) unstable; urgency=low
196
libmail-dkim-perl (0.19-2) unstable; urgency=low
197
197
198
  * Disable test cases requiring network access (Closes: #395860)
198
  * Disable test cases requiring network access (Closes: #395860)
199
199
200
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 30 Oct 2006 15:09:01 +0100
200
 -- Magnus Holmgren <magnus@kibibyte.se>  Mon, 30 Oct 2006 15:09:01 +0100
201
201
202
libmail-dkim-perl (0.19-1) unstable; urgency=low
202
libmail-dkim-perl (0.19-1) unstable; urgency=low
203
203
204
  * Initial release (Closes: #378046).
204
  * Initial release (Closes: #378046).
205
205
206
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat,  7 Oct 2006 16:40:20 +0200
206
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat,  7 Oct 2006 16:40:20 +0200