Subversion Repositories

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

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

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