Subversion Repositories

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

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

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