Rev 22 | Rev 26 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 22 | Rev 25 | ||
|---|---|---|---|
| 1 | libspf2 (1.2.5.dfsg-5) unstable; urgency=low |
1 | libspf2 (1.2.5.dfsg-5) unstable; urgency=low |
| 2 | 2 | ||
| 3 | * 43_new_explanation_url.dpatch: Bring default explanation up to date by |
3 | * 43_new_explanation_url.dpatch: Bring default explanation up to date by |
| 4 | referring to www.openspf.org instead of spf.pobox.com. |
4 | referring to www.openspf.org instead of spf.pobox.com. |
| 5 | * Add spfquery(1) manpage. |
5 | * Add spfquery(1) manpage. |
| 6 | * Fix format of copyright notice in debian/copyright. |
6 | * Fix format of copyright notice in debian/copyright. |
| 7 | * Move upstream homepage URL to the new Homepage control field, rename |
7 | * Move upstream homepage URL to the new Homepage control field, rename |
| 8 | VCS control fields, and update Standards-Version. |
8 | VCS control fields, and update Standards-Version. |
| - | 9 | * A few cosmetic adjustments including fixing the indentation of the |
|
| - | 10 | 1.2.5.dfsg-3 entry below (Closes: #465466). |
|
| 9 | 11 | ||
| 10 | -- Magnus Holmgren <magnus@kibibyte.se> Tue, 04 Mar 2008 23:06:24 +0100 |
12 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 23 Mar 2008 12:23:55 +0100 |
| 11 | 13 | ||
| 12 | libspf2 (1.2.5.dfsg-4) unstable; urgency=low |
14 | libspf2 (1.2.5.dfsg-4) unstable; urgency=low |
| 13 | 15 | ||
| 14 | * Added 23_spfquery_ipv6.dpatch: Make spfquery accept IPv6 addresses |
16 | * Added 23_spfquery_ipv6.dpatch: Make spfquery accept IPv6 addresses |
| 15 | (Closes: #440147). Thanks to Matthias Cramer. |
17 | (Closes: #440147). Thanks to Matthias Cramer. |
| 16 | * 35_untabify_help.dpatch: Make --help output of utilities less ugly by |
18 | * 35_untabify_help.dpatch: Make --help output of utilities less ugly by |
| 17 | converting tabs to spaces. |
19 | converting tabs to spaces. |
| 18 | 20 | ||
| 19 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 05 Sep 2007 15:39:22 +0200 |
21 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 05 Sep 2007 15:39:22 +0200 |
| 20 | 22 | ||
| 21 | libspf2 (1.2.5.dfsg-3) unstable; urgency=low |
23 | libspf2 (1.2.5.dfsg-3) unstable; urgency=low |
| 22 | 24 | ||
| 23 | * 22_spfquery_fallback_segfault.dpatch: Fix fallback-related segfault in |
25 | * 22_spfquery_fallback_segfault.dpatch: Fix fallback-related segfault in |
| 24 | spfquery (Closes: #430414). Thanks to Robert Millan. |
26 | spfquery (Closes: #430414). Thanks to Robert Millan. |
| 25 | * Correct debian/copyright (Closes: #433047). Thanks to Julian Mehnle. |
27 | * Correct debian/copyright (Closes: #433047). Thanks to Julian Mehnle. |
| 26 | * A second patch from Robert split into three: |
28 | * A second patch from Robert split into three: |
| 27 | * 40_permanent_include_errors.dpatch: Make permanent errors in |
29 | * 40_permanent_include_errors.dpatch: Make permanent errors in |
| 28 | processing an include: directive cause the parent evaluation to return |
30 | processing an include: directive cause the parent evaluation to return |
| 29 | a permanent error as well (Closes: #435139). |
31 | a permanent error as well (Closes: #435139). |
| 30 | * 41_none_not_neutral.dpatch: Use a diffent explanation for |
32 | * 41_none_not_neutral.dpatch: Use a diffent explanation for |
| 31 | SPF_RESULT_NONE than the one for SPF_RESULT_NEUTRAL (Closes: #435140). |
33 | SPF_RESULT_NONE than the one for SPF_RESULT_NEUTRAL (Closes: #435140). |
| 32 | * 42_empty_sender.dpatch: Use the HELO identity in MAIL FROM checks if |
34 | * 42_empty_sender.dpatch: Use the HELO identity in MAIL FROM checks if |
| 33 | the sender address has been set to the empty string (Closes: #431239). |
35 | the sender address has been set to the empty string (Closes: #431239). |
| 34 | * debian/control: Add XS-Vcs-* fields. |
36 | * debian/control: Add XS-Vcs-* fields. |
| 35 | 37 | ||
| 36 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 22 Aug 2007 17:13:27 +0200 |
38 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 22 Aug 2007 17:13:27 +0200 |
| 37 | 39 | ||
| 38 | libspf2 (1.2.5.dfsg-2) unstable; urgency=low |
40 | libspf2 (1.2.5.dfsg-2) unstable; urgency=low |
| 39 | 41 | ||
| 40 | * 21_spfquery_infininte_loop.dpatch: Fix infinite loop when giving |
42 | * 21_spfquery_infininte_loop.dpatch: Fix infinite loop when giving |
| 41 | unimplemented options to spfquery. |
43 | unimplemented options to spfquery. |
| 42 | * 20_printf_types.dpatch: Revert to using standard conversion specifiers |
44 | * 20_printf_types.dpatch: Revert to using standard conversion specifiers |
| 43 | without z modifiers. |
45 | without z modifiers. |
| 44 | * debian/watch: mangle away .dfsg from package version. |
46 | * debian/watch: mangle away .dfsg from package version. |
| 45 | * Lower spfquery and spfd alternatives priorities to 25. |
47 | * Lower spfquery and spfd alternatives priorities to 25. |
| 46 | * Skip applying 01_line-endings.dpatch; it's meaningless. |
48 | * Skip applying 01_line-endings.dpatch; it's meaningless. |
| 47 | 49 | ||
| 48 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 06 Jun 2007 19:31:01 +0200 |
50 | -- Magnus Holmgren <magnus@kibibyte.se> Wed, 06 Jun 2007 19:31:01 +0200 |
| 49 | 51 | ||
| 50 | libspf2 (1.2.5.dfsg-1) unstable; urgency=low |
52 | libspf2 (1.2.5.dfsg-1) unstable; urgency=low |
| 51 | 53 | ||
| 52 | * New maintainer (Closes: #372629). |
54 | * New maintainer (Closes: #372629). |
| 53 | * Repacked .orig.tar.gz without non-free IETF Internet Draft (Closes: |
55 | * Repacked .orig.tar.gz without non-free IETF Internet Draft (Closes: |
| 54 | #393390). |
56 | #393390). |
| 55 | * Merge updates from Ubuntu: |
57 | * Merge updates from Ubuntu: |
| 56 | - Add debian/compat and Build-depend on debhelper >= 5. |
58 | - Add debian/compat and Build-depend on debhelper >= 5. |
| 57 | - Add alternatives handling for /usr/bin/spfquery (Closes: #306875). |
59 | - Add alternatives handling for /usr/bin/spfquery (Closes: #306875). |
| 58 | - Conflict on libmail-spf-query-perl << 1:1.999.1-3. |
60 | - Conflict on libmail-spf-query-perl << 1:1.999.1-3. |
| 59 | - Add postinst and prerm scripts. |
61 | - Add postinst and prerm scripts. |
| 60 | - debian/copyright: update author address. |
62 | - debian/copyright: update author address. |
| 61 | - debian/control: add final newline. |
63 | - debian/control: add final newline. |
| 62 | * debian/control: |
64 | * debian/control: |
| 63 | * Change description of spfquery (Closes: #410592). |
65 | * Change description of spfquery (Closes: #410592). |
| 64 | * Add homepage to package descriptions. |
66 | * Add homepage to package descriptions. |
| 65 | * Reduce Debian diff by changing line endings with sed instead. |
67 | * Reduce Debian diff by changing line endings with sed instead. |
| 66 | * Further reduce Debian diff by eliminating config.sub and config.guess |
68 | * Further reduce Debian diff by eliminating config.sub and config.guess |
| 67 | from there. Build-depend on autotools-dev to ensure up-to-date |
69 | from there. Build-depend on autotools-dev to ensure up-to-date |
| 68 | versions instead. |
70 | versions instead. |
| 69 | * The autogenerated spf_lib_version.h was put in the wrong directory, |
71 | * The autogenerated spf_lib_version.h was put in the wrong directory, |
| 70 | while there was a static spf_lib_version.h in the right directory. |
72 | while there was a static spf_lib_version.h in the right directory. |
| 71 | Fix that with some rules in debian/rules. |
73 | Fix that with some rules in debian/rules. |
| 72 | * Use dpatch to manage patches. |
74 | * Use dpatch to manage patches. |
| 73 | * Apply 20_64bit_types.dpatch to hopefully prevent segfaults on 64-bit |
75 | * Apply 20_64bit_types.dpatch to hopefully prevent segfaults on 64-bit |
| 74 | architectures (Closes: #392793). Thanks to Thomas Jacob, Carsten |
76 | architectures (Closes: #392793). Thanks to Thomas Jacob, Carsten |
| 75 | Koch-Mauthe and Herbert Straub. |
77 | Koch-Mauthe and Herbert Straub. |
| 76 | * 20_printf_types.dpatch: Change format strings to use the z flag, |
78 | * 20_printf_types.dpatch: Change format strings to use the z flag, |
| 77 | meaning size_t, among other things. |
79 | meaning size_t, among other things. |
| 78 | * 30_spfd_check_unlink_failure.dpatch: Fix a typo in spfd (patch from |
80 | * 30_spfd_check_unlink_failure.dpatch: Fix a typo in spfd (patch from |
| 79 | Thomas Jacob). |
81 | Thomas Jacob). |
| 80 | * debian/watch: added. |
82 | * debian/watch: added. |
| 81 | * Update Standards-Version to 3.7.2 without changes. |
83 | * Update Standards-Version to 3.7.2 without changes. |
| 82 | * Apply 20_spf_dns_include_std_headers.dpatch: Include arpa/nameser.h and |
84 | * Apply 20_spf_dns_include_std_headers.dpatch: Include arpa/nameser.h and |
| 83 | netdb.h from spf_dns.h instead of defining the constants needed unless |
85 | netdb.h from spf_dns.h instead of defining the constants needed unless |
| 84 | certain HAVE_ macros are defined (Closes: #405885). |
86 | certain HAVE_ macros are defined (Closes: #405885). |
| 85 | * Apply 25_maxvals.dpatch, which brings certain processing limits (meant |
87 | * Apply 25_maxvals.dpatch, which brings certain processing limits (meant |
| 86 | to mitigate DoS attacks) in line with RFC 4408. Thanks to Scott |
88 | to mitigate DoS attacks) in line with RFC 4408. Thanks to Scott |
| 87 | Kitterman. |
89 | Kitterman. |
| 88 | * debian/control: Change libspf2-dev dependency to ${binary:Version} so
|
90 | * debian/control: Change libspf2-dev dependency to ${binary:Version} so
|
| 89 | that binNMUs will work. |
91 | that binNMUs will work. |
| 90 | * Ship spfd in the spfquery package (Closes: #258360). |
92 | * Ship spfd in the spfquery package (Closes: #258360). |
| 91 | 93 | ||
| 92 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 24 Mar 2007 14:51:23 +0100 |
94 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 24 Mar 2007 14:51:23 +0100 |
| 93 | 95 | ||
| 94 | libspf2 (1.2.5-4) unstable; urgency=low |
96 | libspf2 (1.2.5-4) unstable; urgency=low |
| 95 | 97 | ||
| 96 | * Orphan. |
98 | * Orphan. |
| 97 | 99 | ||
| 98 | -- Eric Dorland <eric@debian.org> Mon, 20 Nov 2006 02:16:20 -0500 |
100 | -- Eric Dorland <eric@debian.org> Mon, 20 Nov 2006 02:16:20 -0500 |
| 99 | 101 | ||
| 100 | libspf2 (1.2.5-3) unstable; urgency=low |
102 | libspf2 (1.2.5-3) unstable; urgency=low |
| 101 | 103 | ||
| 102 | * src/include/spf_server.h: Remove useless include to |
104 | * src/include/spf_server.h: Remove useless include to |
| 103 | spf_dns_internal.h. (Closes: #312145) |
105 | spf_dns_internal.h. (Closes: #312145) |
| 104 | * debian/control: Have spfquery against libmail-spf-query-perl to work |
106 | * debian/control: Have spfquery against libmail-spf-query-perl to work |
| 105 | around #306875, hopefully temporarily. |
107 | around #306875, hopefully temporarily. |
| 106 | 108 | ||
| 107 | -- Eric Dorland <eric@debian.org> Sat, 30 Jul 2005 01:25:24 -0400 |
109 | -- Eric Dorland <eric@debian.org> Sat, 30 Jul 2005 01:25:24 -0400 |
| 108 | 110 | ||
| 109 | libspf2 (1.2.5-2) unstable; urgency=low |
111 | libspf2 (1.2.5-2) unstable; urgency=low |
| 110 | 112 | ||
| 111 | * The "Doh, missed a soname change" release. |
113 | * The "Doh, missed a soname change" release. |
| 112 | * debian/libspf2-0.install: Rename to libspf2-2.install. |
114 | * debian/libspf2-0.install: Rename to libspf2-2.install. |
| 113 | * debian/control: |
115 | * debian/control: |
| 114 | - Change libspf2-0 to libspf2-2 to reflect soname change. |
116 | - Change libspf2-0 to libspf2-2 to reflect soname change. |
| 115 | (Closes: #306205) |
117 | (Closes: #306205) |
| 116 | - Add spfquery package, don't package spfd for now, can't figure |
118 | - Add spfquery package, don't package spfd for now, can't figure |
| 117 | out how to make it work. This partially addresses #258360. |
119 | out how to make it work. This partially addresses #258360. |
| 118 | * debian/spfquery.install: New file. |
120 | * debian/spfquery.install: New file. |
| 119 | 121 | ||
| 120 | -- Eric Dorland <eric@debian.org> Mon, 25 Apr 2005 20:07:48 -0400 |
122 | -- Eric Dorland <eric@debian.org> Mon, 25 Apr 2005 20:07:48 -0400 |
| 121 | 123 | ||
| 122 | libspf2 (1.2.5-1) unstable; urgency=low |
124 | libspf2 (1.2.5-1) unstable; urgency=low |
| 123 | 125 | ||
| 124 | * New upstream release. |
126 | * New upstream release. |
| 125 | 127 | ||
| 126 | -- Eric Dorland <eric@debian.org> Sun, 17 Apr 2005 23:37:27 -0400 |
128 | -- Eric Dorland <eric@debian.org> Sun, 17 Apr 2005 23:37:27 -0400 |
| 127 | 129 | ||
| 128 | libspf2 (1.0.4-4) unstable; urgency=medium |
130 | libspf2 (1.0.4-4) unstable; urgency=medium |
| 129 | 131 | ||
| 130 | * configure, aclocal.m4: Run aclocal and autoconf to get the right code |
132 | * configure, aclocal.m4: Run aclocal and autoconf to get the right code |
| 131 | for the libtool test to use the pass_all method on arm. (Closes: |
133 | for the libtool test to use the pass_all method on arm. (Closes: |
| 132 | #276516) |
134 | #276516) |
| 133 | * Urgency medium to get this bloody thing fixed already. |
135 | * Urgency medium to get this bloody thing fixed already. |
| 134 | 136 | ||
| 135 | -- Eric Dorland <eric@debian.org> Fri, 26 Nov 2004 00:15:04 -0500 |
137 | -- Eric Dorland <eric@debian.org> Fri, 26 Nov 2004 00:15:04 -0500 |
| 136 | 138 | ||
| 137 | libspf2 (1.0.4-3) unstable; urgency=low |
139 | libspf2 (1.0.4-3) unstable; urgency=low |
| 138 | 140 | ||
| 139 | * config/ltmain.sh: Re-libtoolize again, hopefully this will fix arm |
141 | * config/ltmain.sh: Re-libtoolize again, hopefully this will fix arm |
| 140 | building. |
142 | building. |
| 141 | 143 | ||
| 142 | -- Eric Dorland <eric@debian.org> Wed, 17 Nov 2004 13:50:50 -0500 |
144 | -- Eric Dorland <eric@debian.org> Wed, 17 Nov 2004 13:50:50 -0500 |
| 143 | 145 | ||
| 144 | libspf2 (1.0.4-2) unstable; urgency=low |
146 | libspf2 (1.0.4-2) unstable; urgency=low |
| 145 | 147 | ||
| 146 | * config/ltmain.sh: Re-libtoolize. (Closes: #269936) |
148 | * config/ltmain.sh: Re-libtoolize. (Closes: #269936) |
| 147 | * configure.ac: Apply patch from Kurt Roeckx to fix build on |
149 | * configure.ac: Apply patch from Kurt Roeckx to fix build on |
| 148 | amd64. (Closes: #262687) |
150 | amd64. (Closes: #262687) |
| 149 | * Rerun autoconf to apply the changes. |
151 | * Rerun autoconf to apply the changes. |
| 150 | 152 | ||
| 151 | -- Eric Dorland <eric@debian.org> Mon, 6 Sep 2004 19:36:20 -0400 |
153 | -- Eric Dorland <eric@debian.org> Mon, 6 Sep 2004 19:36:20 -0400 |
| 152 | 154 | ||
| 153 | libspf2 (1.0.4-1) unstable; urgency=low |
155 | libspf2 (1.0.4-1) unstable; urgency=low |
| 154 | 156 | ||
| 155 | * New upstream release. (Closes: #261709) |
157 | * New upstream release. (Closes: #261709) |
| 156 | 158 | ||
| 157 | -- Eric Dorland <eric@debian.org> Mon, 9 Aug 2004 00:57:49 -0400 |
159 | -- Eric Dorland <eric@debian.org> Mon, 9 Aug 2004 00:57:49 -0400 |
| 158 | 160 | ||
| 159 | libspf2 (1.0.3-1) unstable; urgency=low |
161 | libspf2 (1.0.3-1) unstable; urgency=low |
| 160 | 162 | ||
| 161 | * Initial release. (Closes: #257644) |
163 | * Initial release. (Closes: #257644) |
| 162 | 164 | ||
| 163 | -- Eric Dorland <eric@debian.org> Fri, 2 Jul 2004 00:00:19 -0400 |
165 | -- Eric Dorland <eric@debian.org> Fri, 2 Jul 2004 00:00:19 -0400 |
| 164 | 166 | ||