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 | libdkim (1:1.0.21-4) unstable; urgency=medium |
1 | libdkim (1:1.0.21-4) unstable; urgency=medium |
| 2 | 2 | ||
| 3 | * fix_warnings.patch: fix narrowing conversion in DecodeBase64() |
3 | * fix_warnings.patch: fix narrowing conversion in DecodeBase64() |
| 4 | (Closes: #811734). |
4 | (Closes: #811734). |
| 5 | * openssl1.1.patch (new): Support OpenSSL 1.1 API changes (Closes: |
5 | * openssl1.1.patch (new): Support OpenSSL 1.1 API changes (Closes: |
| 6 | #828392). |
6 | #828392). |
| 7 | * Add build-arch and build-indep targets. |
7 | * Add build-arch and build-indep targets. |
| - | 8 | * Use dpkg-buildflags (and use CXXFLAGS when building libdkimtest). |
|
| 8 | 9 | ||
| 9 | -- Magnus Holmgren <holmgren@debian.org> Sat, 02 Jul 2016 19:38:21 +0200 |
10 | -- Magnus Holmgren <holmgren@debian.org> Sat, 02 Jul 2016 19:53:55 +0200 |
| 10 | 11 | ||
| 11 | libdkim (1:1.0.21-3) unstable; urgency=low |
12 | libdkim (1:1.0.21-3) unstable; urgency=low |
| 12 | 13 | ||
| 13 | * Completely correct order of object files and libraries (Closes: |
14 | * Completely correct order of object files and libraries (Closes: |
| 14 | #627387 again). |
15 | #627387 again). |
| 15 | 16 | ||
| 16 | -- Magnus Holmgren <holmgren@debian.org> Tue, 14 Jun 2011 20:51:32 +0200 |
17 | -- Magnus Holmgren <holmgren@debian.org> Tue, 14 Jun 2011 20:51:32 +0200 |
| 17 | 18 | ||
| 18 | libdkim (1:1.0.21-2) unstable; urgency=low |
19 | libdkim (1:1.0.21-2) unstable; urgency=low |
| 19 | 20 | ||
| 20 | * debian/Makefile.in: Correct order of object files and libraries when |
21 | * debian/Makefile.in: Correct order of object files and libraries when |
| 21 | linking so that --as-needed will work (Closes: #627387). |
22 | linking so that --as-needed will work (Closes: #627387). |
| 22 | * Convert to source package version 3.0 (quilt). |
23 | * Convert to source package version 3.0 (quilt). |
| 23 | * Upgrade to Debhelper compat level 7. |
24 | * Upgrade to Debhelper compat level 7. |
| 24 | * Bump Standards-Version to 3.9.2. |
25 | * Bump Standards-Version to 3.9.2. |
| 25 | 26 | ||
| 26 | -- Magnus Holmgren <holmgren@debian.org> Sun, 12 Jun 2011 01:34:35 +0200 |
27 | -- Magnus Holmgren <holmgren@debian.org> Sun, 12 Jun 2011 01:34:35 +0200 |
| 27 | 28 | ||
| 28 | libdkim (1:1.0.21-1) unstable; urgency=low |
29 | libdkim (1:1.0.21-1) unstable; urgency=low |
| 29 | 30 | ||
| 30 | * New upstream version. |
31 | * New upstream version. |
| 31 | * SSP (Sender Signing Practices) replaced by ADSP (Author Domain |
32 | * SSP (Sender Signing Practices) replaced by ADSP (Author Domain |
| 32 | Signing Practices). |
33 | Signing Practices). |
| 33 | * 30_extra_fields.dpatch: Dropped. The DKIMVerifyDetails structure now |
34 | * 30_extra_fields.dpatch: Dropped. The DKIMVerifyDetails structure now |
| 34 | provides the formerly missing information in the szSignatureDomain and |
35 | provides the formerly missing information in the szSignatureDomain and |
| 35 | szIdentityDomain fields. |
36 | szIdentityDomain fields. |
| 36 | * SONAME changed to libdkim.so.1d because of the above change. |
37 | * SONAME changed to libdkim.so.1d because of the above change. |
| 37 | * Correct bug number (#524133) in the previous changelog entry. |
38 | * Correct bug number (#524133) in the previous changelog entry. |
| 38 | 39 | ||
| 39 | -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Jan 2010 23:39:24 +0100 |
40 | -- Magnus Holmgren <holmgren@debian.org> Sun, 31 Jan 2010 23:39:24 +0100 |
| 40 | 41 | ||
| 41 | libdkim (1:1.0.19-4) unstable; urgency=low |
42 | libdkim (1:1.0.19-4) unstable; urgency=low |
| 42 | 43 | ||
| 43 | * Add debug package (Closes: #532058). |
44 | * Add debug package (Closes: #532058). |
| 44 | * Use strtok_r() instead of strtok() for thread safety (Closes: |
45 | * Use strtok_r() instead of strtok() for thread safety (Closes: |
| 45 | #532740). Patch by Russel Coker. |
46 | #532740). Patch by Russel Coker. |
| 46 | * Include built libdkimtest (Closes: #524147). |
47 | * Include built libdkimtest (Closes: #524147). |
| 47 | * Move examples from library to dev package. |
48 | * Move examples from library to dev package. |
| 48 | * Get rid of warnings through the use of const and more correct types |
49 | * Get rid of warnings through the use of const and more correct types |
| 49 | (Closes: #524133). Patch by Russel Coker. |
50 | (Closes: #524133). Patch by Russel Coker. |
| 50 | * Upgrade package to Standards-Version 3.8.3: |
51 | * Upgrade package to Standards-Version 3.8.3: |
| 51 | + Add README.source. |
52 | + Add README.source. |
| 52 | 53 | ||
| 53 | -- Magnus Holmgren <holmgren@debian.org> Mon, 14 Sep 2009 22:34:21 +0200 |
54 | -- Magnus Holmgren <holmgren@debian.org> Mon, 14 Sep 2009 22:34:21 +0200 |
| 54 | 55 | ||
| 55 | libdkim (1:1.0.19-3) unstable; urgency=low |
56 | libdkim (1:1.0.19-3) unstable; urgency=low |
| 56 | 57 | ||
| 57 | * Don't symlink libdkim-dev's doc directory to that of libdkim*, |
58 | * Don't symlink libdkim-dev's doc directory to that of libdkim*, |
| 58 | it only adds another place to update when the soname changes. |
59 | it only adds another place to update when the soname changes. |
| 59 | * Update debian/copyright; mention the patent license and refer to |
60 | * Update debian/copyright; mention the patent license and refer to |
| 60 | common-licenses for the Apache 2.0 license. |
61 | common-licenses for the Apache 2.0 license. |
| 61 | * Remove Debian revision from symbols file. |
62 | * Remove Debian revision from symbols file. |
| 62 | 63 | ||
| 63 | -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Jun 2008 11:53:09 +0200 |
64 | -- Magnus Holmgren <holmgren@debian.org> Sat, 28 Jun 2008 11:53:09 +0200 |
| 64 | 65 | ||
| 65 | libdkim (1:1.0.19-2) unstable; urgency=low |
66 | libdkim (1:1.0.19-2) unstable; urgency=low |
| 66 | 67 | ||
| 67 | * Change the SOVERSION to 0d (d for Debian) to avoid potential future |
68 | * Change the SOVERSION to 0d (d for Debian) to avoid potential future |
| 68 | clashes. |
69 | clashes. |
| 69 | * Bring back the version script, but only to hide internal symbols. |
70 | * Bring back the version script, but only to hide internal symbols. |
| 70 | * Add initial symbols file. |
71 | * Add initial symbols file. |
| 71 | 72 | ||
| 72 | -- Magnus Holmgren <holmgren@debian.org> Mon, 16 Jun 2008 17:37:06 +0200 |
73 | -- Magnus Holmgren <holmgren@debian.org> Mon, 16 Jun 2008 17:37:06 +0200 |
| 73 | 74 | ||
| 74 | libdkim (1:1.0.19-1exp1+eximdkim) experimental; urgency=low |
75 | libdkim (1:1.0.19-1exp1+eximdkim) experimental; urgency=low |
| 75 | 76 | ||
| 76 | * Experimental version made specifically to work with potential DKIM |
77 | * Experimental version made specifically to work with potential DKIM |
| 77 | support in Exim. |
78 | support in Exim. |
| 78 | * 30_extra_fields.dpatch (new): Add Domain and IdentityDomain fields to |
79 | * 30_extra_fields.dpatch (new): Add Domain and IdentityDomain fields to |
| 79 | struct DKIMVerifyDetails (this is Tom Kistner's plan). |
80 | struct DKIMVerifyDetails (this is Tom Kistner's plan). |
| 80 | 81 | ||
| 81 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:53:39 +0200 |
82 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:53:39 +0200 |
| 82 | 83 | ||
| 83 | libdkim (1:1.0.19-1) unstable; urgency=low |
84 | libdkim (1:1.0.19-1) unstable; urgency=low |
| 84 | 85 | ||
| 85 | * New upstream release. |
86 | * New upstream release. |
| 86 | - Drop remaining patches; issues fixed upstream. |
87 | - Drop remaining patches; issues fixed upstream. |
| 87 | * New maintainer email address. |
88 | * New maintainer email address. |
| 88 | * Include Yahoo! patent license as plain text. |
89 | * Include Yahoo! patent license as plain text. |
| 89 | 90 | ||
| 90 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:13:03 +0200 |
91 | -- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 23:13:03 +0200 |
| 91 | 92 | ||
| 92 | libdkim (1:1.0.17-1) unstable; urgency=low |
93 | libdkim (1:1.0.17-1) unstable; urgency=low |
| 93 | 94 | ||
| 94 | * New upstream release. |
95 | * New upstream release. |
| 95 | * Drop 20_winmacros.dpatch; fixed upstream. |
96 | * Drop 20_winmacros.dpatch; fixed upstream. |
| 96 | * Bump soname to libdkim1 because of incompatible struct changes. |
97 | * Bump soname to libdkim1 because of incompatible struct changes. |
| 97 | * 20_strict_includes.dpatch (new): Add "#include <string.h>" as necessary |
98 | * 20_strict_includes.dpatch (new): Add "#include <string.h>" as necessary |
| 98 | to fix FTBFS with GCC 4.3 (Closes: #455145). |
99 | to fix FTBFS with GCC 4.3 (Closes: #455145). |
| 99 | * Add an epoch to reclaim binary packages "stolen" by dkim-milter. |
100 | * Add an epoch to reclaim binary packages "stolen" by dkim-milter. |
| 100 | * Dump the linker version script - changing the soname when necessary is |
101 | * Dump the linker version script - changing the soname when necessary is |
| 101 | going to be hard enough. |
102 | going to be hard enough. |
| 102 | * Move homepage URL from description to control field. |
103 | * Move homepage URL from description to control field. |
| 103 | * Increase Standards-Version to 3.7.3 without changes. |
104 | * Increase Standards-Version to 3.7.3 without changes. |
| 104 | * Don't ignore distclean errors. |
105 | * Don't ignore distclean errors. |
| 105 | 106 | ||
| 106 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 15 Feb 2008 23:04:42 +0100 |
107 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 15 Feb 2008 23:04:42 +0100 |
| 107 | 108 | ||
| 108 | libdkim (1.0.14-1) unstable; urgency=low |
109 | libdkim (1.0.14-1) unstable; urgency=low |
| 109 | 110 | ||
| 110 | * New upstream release. |
111 | * New upstream release. |
| 111 | * Build-depend on pkg-config. |
112 | * Build-depend on pkg-config. |
| 112 | * Use dpatch to apply changes to upstream. |
113 | * Use dpatch to apply changes to upstream. |
| 113 | 114 | ||
| 114 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 02 May 2007 21:14:01 +0200 |
115 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 02 May 2007 21:14:01 +0200 |
| 115 | 116 | ||
| 116 | libdkim (1.0.13-1) unstable; urgency=low |
117 | libdkim (1.0.13-1) unstable; urgency=low |
| 117 | 118 | ||
| 118 | * Initial release (Closes: #410829). |
119 | * Initial release (Closes: #410829). |
| 119 | 120 | ||
| 120 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 6 Mar 2007 21:08:04 +0100 |
121 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 6 Mar 2007 21:08:04 +0100 |
| 121 | 122 | ||