Subversion Repositories

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

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

Rev 68 Rev 70
1
libspf2 (1.2.10-1) unstable; urgency=low
1
libspf2 (1.2.10-1) unstable; urgency=low
2
2
3
  * New upstream release.
3
  * New upstream release.
4
  * Drop ipv6-bugs.patch and private-glibc-functions.patch; incorporated
4
  * Drop ipv6-bugs.patch and private-glibc-functions.patch; incorporated
5
    upstream.
5
    upstream.
6
  * debian/libspf2-2.symbols: SPF_realloc was renamed SPF_recalloc, but we
6
  * Hide additional internal symbols from the dynamic table.
7
    ignore that since it's an internal function.
-
 
8
  * Build and include the Perl XS module.
7
  * Build and include the Perl XS module.
9
8
10
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 12 Jun 2013 22:45:51 +0200
9
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 13 Jun 2013 23:40:00 +0200
11
10
12
libspf2 (1.2.9-7) unstable; urgency=high
11
libspf2 (1.2.9-7) unstable; urgency=high
13
12
14
  * Add postinst scripts that replace old documentation directories (from
13
  * Add postinst scripts that replace old documentation directories (from
15
    before 1.2.9-5) in libspf2-dev, libspf2-2-dbg and spfquery with
14
    before 1.2.9-5) in libspf2-dev, libspf2-2-dbg and spfquery with
16
    symlinks (Closes: #687862, #687863, #687864). Thanks to Salvatore
15
    symlinks (Closes: #687862, #687863, #687864). Thanks to Salvatore
17
    Bonaccorso <carnil@debian.org>.
16
    Bonaccorso <carnil@debian.org>.
18
17
19
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 23 Sep 2012 21:25:43 +0200
18
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 23 Sep 2012 21:25:43 +0200
20
19
21
libspf2 (1.2.9-6) unstable; urgency=low
20
libspf2 (1.2.9-6) unstable; urgency=low
22
21
23
  * Rename ipv6-buffer-miscalculation.patch ipv6-bugs.patch. Include
22
  * Rename ipv6-buffer-miscalculation.patch ipv6-bugs.patch. Include
24
    the following small IPv6-related patches from FreeBSD:
23
    the following small IPv6-related patches from FreeBSD:
25
    * patch-src_libspf2_spf__compile.c
24
    * patch-src_libspf2_spf__compile.c
26
    * patch-src_libspf2_spf__interpret.c
25
    * patch-src_libspf2_spf__interpret.c
27
    Already included was patch-src_libspf2_spf__expand.c.
26
    Already included was patch-src_libspf2_spf__expand.c.
28
27
29
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 22 Jan 2012 22:45:04 +0100
28
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 22 Jan 2012 22:45:04 +0100
30
29
31
libspf2 (1.2.9-5) unstable; urgency=low
30
libspf2 (1.2.9-5) unstable; urgency=low
32
31
33
  * Convert package to source format 3.0 (quilt).
32
  * Convert package to source format 3.0 (quilt).
34
  * Include text of BSD license in debian/copyright, as is now preferred.
33
  * Include text of BSD license in debian/copyright, as is now preferred.
35
  * Switch from CDBS to classic Debhelper, getting build flags from
34
  * Switch from CDBS to classic Debhelper, getting build flags from
36
    dpkg-buildflags "by hand".
35
    dpkg-buildflags "by hand".
37
  * Increase Debhelper compat level to 7.
36
  * Increase Debhelper compat level to 7.
38
  * Put docs in libspf2-2 and replace the other packages' doc directories
37
  * Put docs in libspf2-2 and replace the other packages' doc directories
39
    with symlinks to that one.
38
    with symlinks to that one.
40
39
41
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Nov 2011 22:13:50 +0100
40
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Nov 2011 22:13:50 +0100
42
41
43
libspf2 (1.2.9-4) unstable; urgency=low
42
libspf2 (1.2.9-4) unstable; urgency=low
44
43
45
  * Drop obsolete README.Debian-source; move non-obsolete info to
44
  * Drop obsolete README.Debian-source; move non-obsolete info to
46
    libspf2-dev.README.Debian.
45
    libspf2-dev.README.Debian.
47
  * debian/libspf2.ver: Explicitly unhide certain special symbols that
46
  * debian/libspf2.ver: Explicitly unhide certain special symbols that
48
    became hidden on the mips and mipsel architectures but nowhere else,
47
    became hidden on the mips and mipsel architectures but nowhere else,
49
    causing a FTBFS.
48
    causing a FTBFS.
50
49
51
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 03 Oct 2009 21:29:19 +0200
50
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 03 Oct 2009 21:29:19 +0200
52
51
53
libspf2 (1.2.9-3) unstable; urgency=high
52
libspf2 (1.2.9-3) unstable; urgency=high
54
53
55
  * ipv6_buffer_miscalculation.dpatch: Fix an abort() caused by
54
  * ipv6_buffer_miscalculation.dpatch: Fix an abort() caused by
56
    miscalculating the size of an internal buffer when mail is received
55
    miscalculating the size of an internal buffer when mail is received
57
    over IPv6. Thanks to Matthias Scheler <tron@netbsd.org>.
56
    over IPv6. Thanks to Matthias Scheler <tron@netbsd.org>.
58
57
59
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 13 Sep 2009 20:23:22 +0200
58
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 13 Sep 2009 20:23:22 +0200
60
59
61
libspf2 (1.2.9-2) unstable; urgency=low
60
libspf2 (1.2.9-2) unstable; urgency=low
62
61
63
  * debian/rules: Correct version.
62
  * debian/rules: Correct version.
64
  * 01_private_glib_functions.dpatch: Avoid linking private glibc
63
  * 01_private_glib_functions.dpatch: Avoid linking private glibc
65
    functions.
64
    functions.
66
  * Simplify debian/*.install and exclude the libtool .la file from the
65
  * Simplify debian/*.install and exclude the libtool .la file from the
67
    -dev package. Set DEB_DH_INSTALL_SOURCEDIR accordingly.
66
    -dev package. Set DEB_DH_INSTALL_SOURCEDIR accordingly.
68
  * Add ${misc:Depends} to Depends.
67
  * Add ${misc:Depends} to Depends.
69
  * Add debug package.
68
  * Add debug package.
70
  * Use ld version script to hide internal symbols.
69
  * Use ld version script to hide internal symbols.
71
  * Bump Standards-Version to 3.8.3.
70
  * Bump Standards-Version to 3.8.3.
72
71
73
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 25 Aug 2009 00:15:01 +0200
72
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 25 Aug 2009 00:15:01 +0200
74
73
75
libspf2 (1.2.9-1) unstable; urgency=high
74
libspf2 (1.2.9-1) unstable; urgency=high
76
75
77
  * New upstream release.
76
  * New upstream release.
78
    - Drops non-dfsg Free IETF internet draft, so tarball no longer needs
77
    - Drops non-dfsg Free IETF internet draft, so tarball no longer needs
79
      repacking
78
      repacking
80
    + Fixes exploitable buffer overflow (LP: #287534)
79
    + Fixes exploitable buffer overflow (LP: #287534)
81
    + Multiple fixes for improved RFC 4408 compliance
80
    + Multiple fixes for improved RFC 4408 compliance
82
    + Update libspf2-2.symbols for new symbol
81
    + Update libspf2-2.symbols for new symbol
83
      + 20_spf_dns_include_std_headers.dpatch: Updated.
82
      + 20_spf_dns_include_std_headers.dpatch: Updated.
84
  * Thanks to Scott Kitterman.
83
  * Thanks to Scott Kitterman.
85
84
86
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 04 Nov 2008 21:14:31 +0100
85
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 04 Nov 2008 21:14:31 +0100
87
86
88
libspf2 (1.2.8~dfsg-1) unstable; urgency=low
87
libspf2 (1.2.8~dfsg-1) unstable; urgency=low
89
88
90
  * Merge changes from Ubuntu.
89
  * Merge changes from Ubuntu.
91
  * Fix and tweak library dependency information (shlibs as well as
90
  * Fix and tweak library dependency information (shlibs as well as
92
    symbols).
91
    symbols).
93
  * Upgrade to Standards-Version: 3.8.0. Changes needed:
92
  * Upgrade to Standards-Version: 3.8.0. Changes needed:
94
    + Add debian/README.source (§ 4.9).
93
    + Add debian/README.source (§ 4.9).
95
  * Bring debian/copyright a bit more up-to-date.
94
  * Bring debian/copyright a bit more up-to-date.
96
95
97
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 02 Nov 2008 12:29:51 +0100
96
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 02 Nov 2008 12:29:51 +0100
98
97
99
libspf2 (1.2.8~dfsg-0ubuntu1) intrepid; urgency=low
98
libspf2 (1.2.8~dfsg-0ubuntu1) intrepid; urgency=low
100
99
101
  * New upstream release (LP: #283920)
100
  * New upstream release (LP: #283920)
102
    - Fixes multiple memory leaks
101
    - Fixes multiple memory leaks
103
    - CVE2008-2469 buffer overflows
102
    - CVE2008-2469 buffer overflows
104
    - Adds new documentation
103
    - Adds new documentation
105
    - Drop all patches except 20_spf_dns_include_std_headers.dpatch (included
104
    - Drop all patches except 20_spf_dns_include_std_headers.dpatch (included
106
      upstream)
105
      upstream)
107
    - Freshen 20_spf_dns_include_std_headers.dpatch
106
    - Freshen 20_spf_dns_include_std_headers.dpatch
108
    - Update debian/rules for new release
107
    - Update debian/rules for new release
109
  * Repack tarball to remove non-DFSG Free IETF draft
108
  * Repack tarball to remove non-DFSG Free IETF draft
110
  * Added debian/libspf2-2.symbols and updated for new version
109
  * Added debian/libspf2-2.symbols and updated for new version
111
  * Drop README.Debian since it no longer applies.
110
  * Drop README.Debian since it no longer applies.
112
111
113
 -- Scott Kitterman <scott@kitterman.com>  Sun, 19 Oct 2008 01:00:13 -0400
112
 -- Scott Kitterman <scott@kitterman.com>  Sun, 19 Oct 2008 01:00:13 -0400
114
113
115
libspf2 (1.2.5.dfsg-5) unstable; urgency=low
114
libspf2 (1.2.5.dfsg-5) unstable; urgency=low
116
115
117
  * 43_new_explanation_url.dpatch: Bring default explanation up to date by
116
  * 43_new_explanation_url.dpatch: Bring default explanation up to date by
118
    referring to www.openspf.org instead of spf.pobox.com.
117
    referring to www.openspf.org instead of spf.pobox.com.
119
  * Add spfquery(1) manpage.
118
  * Add spfquery(1) manpage.
120
  * Fix format of copyright notice in debian/copyright.
119
  * Fix format of copyright notice in debian/copyright.
121
  * Move upstream homepage URL to the new Homepage control field, rename
120
  * Move upstream homepage URL to the new Homepage control field, rename
122
    VCS control fields, and update Standards-Version.
121
    VCS control fields, and update Standards-Version.
123
  * A few cosmetic adjustments including fixing the indentation of the
122
  * A few cosmetic adjustments including fixing the indentation of the
124
    1.2.5.dfsg-3 entry below (Closes: #465466).
123
    1.2.5.dfsg-3 entry below (Closes: #465466).
125
  * New maintainer email address.
124
  * New maintainer email address.
126
125
127
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 18 Apr 2008 17:51:28 +0200
126
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 18 Apr 2008 17:51:28 +0200
128
127
129
libspf2 (1.2.5.dfsg-4) unstable; urgency=low
128
libspf2 (1.2.5.dfsg-4) unstable; urgency=low
130
129
131
  * Added 23_spfquery_ipv6.dpatch: Make spfquery accept IPv6 addresses
130
  * Added 23_spfquery_ipv6.dpatch: Make spfquery accept IPv6 addresses
132
    (Closes: #440147). Thanks to Matthias Cramer.
131
    (Closes: #440147). Thanks to Matthias Cramer.
133
  * 35_untabify_help.dpatch: Make --help output of utilities less ugly by
132
  * 35_untabify_help.dpatch: Make --help output of utilities less ugly by
134
    converting tabs to spaces.
133
    converting tabs to spaces.
135
134
136
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 05 Sep 2007 15:39:22 +0200
135
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 05 Sep 2007 15:39:22 +0200
137
136
138
libspf2 (1.2.5.dfsg-3) unstable; urgency=low
137
libspf2 (1.2.5.dfsg-3) unstable; urgency=low
139
138
140
  * 22_spfquery_fallback_segfault.dpatch: Fix fallback-related segfault in
139
  * 22_spfquery_fallback_segfault.dpatch: Fix fallback-related segfault in
141
    spfquery (Closes: #430414). Thanks to Robert Millan.
140
    spfquery (Closes: #430414). Thanks to Robert Millan.
142
  * Correct debian/copyright (Closes: #433047). Thanks to Julian Mehnle.
141
  * Correct debian/copyright (Closes: #433047). Thanks to Julian Mehnle.
143
  * A second patch from Robert split into three:
142
  * A second patch from Robert split into three:
144
    * 40_permanent_include_errors.dpatch: Make permanent errors in
143
    * 40_permanent_include_errors.dpatch: Make permanent errors in
145
      processing an include: directive cause the parent evaluation to return
144
      processing an include: directive cause the parent evaluation to return
146
      a permanent error as well (Closes: #435139).
145
      a permanent error as well (Closes: #435139).
147
    * 41_none_not_neutral.dpatch: Use a diffent explanation for
146
    * 41_none_not_neutral.dpatch: Use a diffent explanation for
148
      SPF_RESULT_NONE than the one for SPF_RESULT_NEUTRAL (Closes: #435140).
147
      SPF_RESULT_NONE than the one for SPF_RESULT_NEUTRAL (Closes: #435140).
149
    * 42_empty_sender.dpatch: Use the HELO identity in MAIL FROM checks if
148
    * 42_empty_sender.dpatch: Use the HELO identity in MAIL FROM checks if
150
      the sender address has been set to the empty string (Closes: #431239).
149
      the sender address has been set to the empty string (Closes: #431239).
151
  * debian/control: Add XS-Vcs-* fields.
150
  * debian/control: Add XS-Vcs-* fields.
152
151
153
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 22 Aug 2007 17:13:27 +0200
152
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 22 Aug 2007 17:13:27 +0200
154
153
155
libspf2 (1.2.5.dfsg-2) unstable; urgency=low
154
libspf2 (1.2.5.dfsg-2) unstable; urgency=low
156
155
157
  * 21_spfquery_infininte_loop.dpatch: Fix infinite loop when giving
156
  * 21_spfquery_infininte_loop.dpatch: Fix infinite loop when giving
158
    unimplemented options to spfquery.
157
    unimplemented options to spfquery.
159
  * 20_printf_types.dpatch: Revert to using standard conversion specifiers
158
  * 20_printf_types.dpatch: Revert to using standard conversion specifiers
160
    without z modifiers.
159
    without z modifiers.
161
  * debian/watch: mangle away .dfsg from package version.
160
  * debian/watch: mangle away .dfsg from package version.
162
  * Lower spfquery and spfd alternatives priorities to 25.
161
  * Lower spfquery and spfd alternatives priorities to 25.
163
  * Skip applying 01_line-endings.dpatch; it's meaningless.
162
  * Skip applying 01_line-endings.dpatch; it's meaningless.
164
163
165
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 06 Jun 2007 19:31:01 +0200
164
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed, 06 Jun 2007 19:31:01 +0200
166
165
167
libspf2 (1.2.5.dfsg-1) unstable; urgency=low
166
libspf2 (1.2.5.dfsg-1) unstable; urgency=low
168
167
169
  * New maintainer (Closes: #372629).
168
  * New maintainer (Closes: #372629).
170
  * Repacked .orig.tar.gz without non-free IETF Internet Draft (Closes:
169
  * Repacked .orig.tar.gz without non-free IETF Internet Draft (Closes:
171
    #393390).
170
    #393390).
172
  * Merge updates from Ubuntu:
171
  * Merge updates from Ubuntu:
173
    - Add debian/compat and Build-depend on debhelper >= 5.
172
    - Add debian/compat and Build-depend on debhelper >= 5.
174
    - Add alternatives handling for /usr/bin/spfquery (Closes: #306875).
173
    - Add alternatives handling for /usr/bin/spfquery (Closes: #306875).
175
      - Conflict on libmail-spf-query-perl << 1:1.999.1-3.
174
      - Conflict on libmail-spf-query-perl << 1:1.999.1-3.
176
      - Add postinst and prerm scripts.
175
      - Add postinst and prerm scripts.
177
    - debian/copyright: update author address.
176
    - debian/copyright: update author address.
178
    - debian/control: add final newline.
177
    - debian/control: add final newline.
179
  * debian/control: 
178
  * debian/control: 
180
    * Change description of spfquery (Closes: #410592).
179
    * Change description of spfquery (Closes: #410592).
181
    * Add homepage to package descriptions.
180
    * Add homepage to package descriptions.
182
  * Reduce Debian diff by changing line endings with sed instead.
181
  * Reduce Debian diff by changing line endings with sed instead.
183
  * Further reduce Debian diff by eliminating config.sub and config.guess
182
  * Further reduce Debian diff by eliminating config.sub and config.guess
184
    from there. Build-depend on autotools-dev to ensure up-to-date
183
    from there. Build-depend on autotools-dev to ensure up-to-date
185
    versions instead.
184
    versions instead.
186
  * The autogenerated spf_lib_version.h was put in the wrong directory,
185
  * The autogenerated spf_lib_version.h was put in the wrong directory,
187
    while there was a static spf_lib_version.h in the right directory.
186
    while there was a static spf_lib_version.h in the right directory.
188
    Fix that with some rules in debian/rules.
187
    Fix that with some rules in debian/rules.
189
  * Use dpatch to manage patches.
188
  * Use dpatch to manage patches.
190
  * Apply 20_64bit_types.dpatch to hopefully prevent segfaults on 64-bit
189
  * Apply 20_64bit_types.dpatch to hopefully prevent segfaults on 64-bit
191
    architectures (Closes: #392793). Thanks to Thomas Jacob, Carsten
190
    architectures (Closes: #392793). Thanks to Thomas Jacob, Carsten
192
    Koch-Mauthe and Herbert Straub.
191
    Koch-Mauthe and Herbert Straub.
193
  * 20_printf_types.dpatch: Change format strings to use the z flag,
192
  * 20_printf_types.dpatch: Change format strings to use the z flag,
194
    meaning size_t, among other things.
193
    meaning size_t, among other things.
195
  * 30_spfd_check_unlink_failure.dpatch: Fix a typo in spfd (patch from
194
  * 30_spfd_check_unlink_failure.dpatch: Fix a typo in spfd (patch from
196
    Thomas Jacob).
195
    Thomas Jacob).
197
  * debian/watch: added.
196
  * debian/watch: added.
198
  * Update Standards-Version to 3.7.2 without changes.
197
  * Update Standards-Version to 3.7.2 without changes.
199
  * Apply 20_spf_dns_include_std_headers.dpatch: Include arpa/nameser.h and
198
  * Apply 20_spf_dns_include_std_headers.dpatch: Include arpa/nameser.h and
200
    netdb.h from spf_dns.h instead of defining the constants needed unless
199
    netdb.h from spf_dns.h instead of defining the constants needed unless
201
    certain HAVE_ macros are defined (Closes: #405885).
200
    certain HAVE_ macros are defined (Closes: #405885).
202
  * Apply 25_maxvals.dpatch, which brings certain processing limits (meant
201
  * Apply 25_maxvals.dpatch, which brings certain processing limits (meant
203
    to mitigate DoS attacks) in line with RFC 4408. Thanks to Scott
202
    to mitigate DoS attacks) in line with RFC 4408. Thanks to Scott
204
    Kitterman.
203
    Kitterman.
205
  * debian/control: Change libspf2-dev dependency to ${binary:Version} so
204
  * debian/control: Change libspf2-dev dependency to ${binary:Version} so
206
    that binNMUs will work.
205
    that binNMUs will work.
207
  * Ship spfd in the spfquery package (Closes: #258360).
206
  * Ship spfd in the spfquery package (Closes: #258360).
208
207
209
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 24 Mar 2007 14:51:23 +0100
208
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 24 Mar 2007 14:51:23 +0100
210
209
211
libspf2 (1.2.5-4) unstable; urgency=low
210
libspf2 (1.2.5-4) unstable; urgency=low
212
211
213
  * Orphan.
212
  * Orphan.
214
213
215
 -- Eric Dorland <eric@debian.org>  Mon, 20 Nov 2006 02:16:20 -0500
214
 -- Eric Dorland <eric@debian.org>  Mon, 20 Nov 2006 02:16:20 -0500
216
215
217
libspf2 (1.2.5-3) unstable; urgency=low
216
libspf2 (1.2.5-3) unstable; urgency=low
218
217
219
  * src/include/spf_server.h: Remove useless include to
218
  * src/include/spf_server.h: Remove useless include to
220
    spf_dns_internal.h. (Closes: #312145)
219
    spf_dns_internal.h. (Closes: #312145)
221
  * debian/control: Have spfquery against libmail-spf-query-perl to work
220
  * debian/control: Have spfquery against libmail-spf-query-perl to work
222
    around #306875, hopefully temporarily. 
221
    around #306875, hopefully temporarily. 
223
222
224
 -- Eric Dorland <eric@debian.org>  Sat, 30 Jul 2005 01:25:24 -0400
223
 -- Eric Dorland <eric@debian.org>  Sat, 30 Jul 2005 01:25:24 -0400
225
224
226
libspf2 (1.2.5-2) unstable; urgency=low
225
libspf2 (1.2.5-2) unstable; urgency=low
227
226
228
  * The "Doh, missed a soname change" release.
227
  * The "Doh, missed a soname change" release.
229
  * debian/libspf2-0.install: Rename to libspf2-2.install. 
228
  * debian/libspf2-0.install: Rename to libspf2-2.install. 
230
  * debian/control:
229
  * debian/control:
231
    - Change libspf2-0 to libspf2-2 to reflect soname change. 
230
    - Change libspf2-0 to libspf2-2 to reflect soname change. 
232
      (Closes: #306205)
231
      (Closes: #306205)
233
    - Add spfquery package, don't package spfd for now, can't figure 
232
    - Add spfquery package, don't package spfd for now, can't figure 
234
      out how to make it work. This partially addresses #258360. 
233
      out how to make it work. This partially addresses #258360. 
235
  * debian/spfquery.install: New file.
234
  * debian/spfquery.install: New file.
236
235
237
 -- Eric Dorland <eric@debian.org>  Mon, 25 Apr 2005 20:07:48 -0400
236
 -- Eric Dorland <eric@debian.org>  Mon, 25 Apr 2005 20:07:48 -0400
238
237
239
libspf2 (1.2.5-1) unstable; urgency=low
238
libspf2 (1.2.5-1) unstable; urgency=low
240
239
241
  * New upstream release.
240
  * New upstream release.
242
241
243
 -- Eric Dorland <eric@debian.org>  Sun, 17 Apr 2005 23:37:27 -0400
242
 -- Eric Dorland <eric@debian.org>  Sun, 17 Apr 2005 23:37:27 -0400
244
243
245
libspf2 (1.0.4-4) unstable; urgency=medium
244
libspf2 (1.0.4-4) unstable; urgency=medium
246
245
247
  * configure, aclocal.m4: Run aclocal and autoconf to get the right code
246
  * configure, aclocal.m4: Run aclocal and autoconf to get the right code
248
    for the libtool test to use the pass_all method on arm. (Closes:
247
    for the libtool test to use the pass_all method on arm. (Closes:
249
    #276516)
248
    #276516)
250
  * Urgency medium to get this bloody thing fixed already. 
249
  * Urgency medium to get this bloody thing fixed already. 
251
250
252
 -- Eric Dorland <eric@debian.org>  Fri, 26 Nov 2004 00:15:04 -0500
251
 -- Eric Dorland <eric@debian.org>  Fri, 26 Nov 2004 00:15:04 -0500
253
252
254
libspf2 (1.0.4-3) unstable; urgency=low
253
libspf2 (1.0.4-3) unstable; urgency=low
255
254
256
  * config/ltmain.sh: Re-libtoolize again, hopefully this will fix arm
255
  * config/ltmain.sh: Re-libtoolize again, hopefully this will fix arm
257
    building.
256
    building.
258
257
259
 -- Eric Dorland <eric@debian.org>  Wed, 17 Nov 2004 13:50:50 -0500
258
 -- Eric Dorland <eric@debian.org>  Wed, 17 Nov 2004 13:50:50 -0500
260
259
261
libspf2 (1.0.4-2) unstable; urgency=low
260
libspf2 (1.0.4-2) unstable; urgency=low
262
261
263
  * config/ltmain.sh: Re-libtoolize. (Closes: #269936)
262
  * config/ltmain.sh: Re-libtoolize. (Closes: #269936)
264
  * configure.ac: Apply patch from Kurt Roeckx to fix build on
263
  * configure.ac: Apply patch from Kurt Roeckx to fix build on
265
    amd64. (Closes: #262687)
264
    amd64. (Closes: #262687)
266
  * Rerun autoconf to apply the changes.
265
  * Rerun autoconf to apply the changes.
267
266
268
 -- Eric Dorland <eric@debian.org>  Mon,  6 Sep 2004 19:36:20 -0400
267
 -- Eric Dorland <eric@debian.org>  Mon,  6 Sep 2004 19:36:20 -0400
269
268
270
libspf2 (1.0.4-1) unstable; urgency=low
269
libspf2 (1.0.4-1) unstable; urgency=low
271
270
272
  * New upstream release. (Closes: #261709)
271
  * New upstream release. (Closes: #261709)
273
272
274
 -- Eric Dorland <eric@debian.org>  Mon,  9 Aug 2004 00:57:49 -0400
273
 -- Eric Dorland <eric@debian.org>  Mon,  9 Aug 2004 00:57:49 -0400
275
274
276
libspf2 (1.0.3-1) unstable; urgency=low
275
libspf2 (1.0.3-1) unstable; urgency=low
277
276
278
  * Initial release. (Closes: #257644)
277
  * Initial release. (Closes: #257644)
279
  
278
  
280
 -- Eric Dorland <eric@debian.org>  Fri,  2 Jul 2004 00:00:19 -0400
279
 -- Eric Dorland <eric@debian.org>  Fri,  2 Jul 2004 00:00:19 -0400
281
280