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