Subversion Repositories

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

Rev 66 | Rev 70 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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