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