Subversion Repositories

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

Rev 103 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 104
1
sa-exim (4.2.1-21) unstable; urgency=medium
1
sa-exim (4.2.1-21) unstable; urgency=medium
2
2
3
  * localscan-6.0.patch: Update call to smtp_printf() to work with newer
3
  * localscan-6.0.patch: Update call to smtp_printf() to work with newer
4
    API (Closes: #1075485, #1020390).
4
    API (Closes: #1075485, #1020390).
-
 
5
  * printf-warnings.patch: Eliminate most compiler warnings (Closes:
-
 
6
    #943570).
5
7
6
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 12 Jan 2025 20:39:46 +0100
8
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 12 Jan 2025 21:08:30 +0100
7
9
8
sa-exim (4.2.1-20) unstable; urgency=medium
10
sa-exim (4.2.1-20) unstable; urgency=medium
9
11
10
  * Rebuild against current exim4 (Closes: #981398).
12
  * Rebuild against current exim4 (Closes: #981398).
11
  * Upgrade to Debhelper compat level 12.
13
  * Upgrade to Debhelper compat level 12.
12
  * Bump Standards-Version to 4.5.1.
14
  * Bump Standards-Version to 4.5.1.
13
  * encoding.patch: Change a single letter in Acknowledgements.html from
15
  * encoding.patch: Change a single letter in Acknowledgements.html from
14
    Latin-1 to UTF-8 and add a charset meta tag to sa.html.
16
    Latin-1 to UTF-8 and add a charset meta tag to sa.html.
15
  * Leave out redundant Acknowledgements.html from binary package.
17
  * Leave out redundant Acknowledgements.html from binary package.
16
  * Add Lintian override for accept.so missing dependency information
18
  * Add Lintian override for accept.so missing dependency information
17
    (it's a dummy local_scan plugin that has no dependencies). Drop unused
19
    (it's a dummy local_scan plugin that has no dependencies). Drop unused
18
    virtual-package-depends-without-real-package-depends override.
20
    virtual-package-depends-without-real-package-depends override.
19
21
20
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 13 Feb 2021 18:57:42 +0100
22
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 13 Feb 2021 18:57:42 +0100
21
23
22
sa-exim (4.2.1-19) unstable; urgency=medium
24
sa-exim (4.2.1-19) unstable; urgency=medium
23
25
24
  * no_eval.patch: [CVE-2019-19920] Manually parse option string in
26
  * no_eval.patch: [CVE-2019-19920] Manually parse option string in
25
    Greylisting plugin, avoiding use of eval() (Closes: #946829, #947198).
27
    Greylisting plugin, avoiding use of eval() (Closes: #946829, #947198).
26
  * Bump Standards-Version to 4.5.0.
28
  * Bump Standards-Version to 4.5.0.
27
29
28
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 08 Feb 2020 22:53:50 +0100
30
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 08 Feb 2020 22:53:50 +0100
29
31
30
sa-exim (4.2.1-18) unstable; urgency=medium
32
sa-exim (4.2.1-18) unstable; urgency=medium
31
33
32
  * Build with -DLOCAL_SCAN.
34
  * Build with -DLOCAL_SCAN.
33
  * sprintf_no_format_string.patch: With exim 4.93, string_sprintf()
35
  * sprintf_no_format_string.patch: With exim 4.93, string_sprintf()
34
    requires at least two arguments (Closes: #943571). Thanks to Andreas
36
    requires at least two arguments (Closes: #943571). Thanks to Andreas
35
    Metzler.
37
    Metzler.
36
38
37
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 23 Nov 2019 22:40:24 +0100
39
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 23 Nov 2019 22:40:24 +0100
38
40
39
sa-exim (4.2.1-17) unstable; urgency=medium
41
sa-exim (4.2.1-17) unstable; urgency=medium
40
42
41
  * remove-header-crs.patch (new): Strip out carriage returns from header
43
  * remove-header-crs.patch (new): Strip out carriage returns from header
42
    lines returned by spamd when the spool file is in wire format
44
    lines returned by spamd when the spool file is in wire format
43
    (Probably closes: #879687; it's a bit unclear what the bug is about).
45
    (Probably closes: #879687; it's a bit unclear what the bug is about).
44
  * api-limitation.patch: Do expansion of $primary_hostname on every call;
46
  * api-limitation.patch: Do expansion of $primary_hostname on every call;
45
    for some reason, it were getting overwritten between calls despite
47
    for some reason, it were getting overwritten between calls despite
46
    using the permanent memory pool in accordance with Exim documentation.
48
    using the permanent memory pool in accordance with Exim documentation.
47
    Also start using body_linecount again since it's now part of the API,
49
    Also start using body_linecount again since it's now part of the API,
48
    but don't update it when it's zero, indicating that the spool file is
50
    but don't update it when it's zero, indicating that the spool file is
49
    in wire format.
51
    in wire format.
50
52
51
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 08 May 2019 23:11:16 +0200
53
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 08 May 2019 23:11:16 +0200
52
54
53
sa-exim (4.2.1-16) unstable; urgency=low
55
sa-exim (4.2.1-16) unstable; urgency=low
54
56
55
  * reproducible-build.patch: Make ACKNOWLEDGEMENTS always UTF-8 encoded
57
  * reproducible-build.patch: Make ACKNOWLEDGEMENTS always UTF-8 encoded
56
    rather than depending on the environment.
58
    rather than depending on the environment.
57
59
58
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 02 Aug 2016 23:08:31 +0200
60
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 02 Aug 2016 23:08:31 +0200
59
61
60
sa-exim (4.2.1-15) unstable; urgency=low
62
sa-exim (4.2.1-15) unstable; urgency=low
61
63
62
  * reproducible-build.patch (new): Make build reproducible by replacing
64
  * reproducible-build.patch (new): Make build reproducible by replacing
63
    the build date with the source date via ${SOURCE_DATE_EPOCH} when
65
    the build date with the source date via ${SOURCE_DATE_EPOCH} when
64
    available (Closes: #831649).  Thanks to Chris Lamb.
66
    available (Closes: #831649).  Thanks to Chris Lamb.
65
  * greylisting-ipv6.patch (new): Finally add IPv6 support to the
67
  * greylisting-ipv6.patch (new): Finally add IPv6 support to the
66
    greylisting plugin (Closes: #508161). Replaces grey-only-ipv4.patch.
68
    greylisting plugin (Closes: #508161). Replaces grey-only-ipv4.patch.
67
    Based on Robert Tasarz's patch, though I decided to do things a little
69
    Based on Robert Tasarz's patch, though I decided to do things a little
68
    differently by keeping the greylistfourthbyte option for backwards
70
    differently by keeping the greylistfourthbyte option for backwards
69
    compatibility and not adding separate options for IPv4 and IPv6 at
71
    compatibility and not adding separate options for IPv4 and IPv6 at
70
    this time. Also, with that option enabled, there will only be one
72
    this time. Also, with that option enabled, there will only be one
71
    directory level for all the last 64 bits of an IPv6 address.
73
    directory level for all the last 64 bits of an IPv6 address.
72
  * delete-ext-html-references.patch (new): sa.html, which is shipped in
74
  * delete-ext-html-references.patch (new): sa.html, which is shipped in
73
    the doc directory, is a copy of the author's webpage on sa-exim from
75
    the doc directory, is a copy of the author's webpage on sa-exim from
74
    his website, but without the images or linked pages, which means that
76
    his website, but without the images or linked pages, which means that
75
    most of the images and links don't work, except the SourceForge logo,
77
    most of the images and links don't work, except the SourceForge logo,
76
    which was fetched from sourceforge.net, causing a privacy concern. We
78
    which was fetched from sourceforge.net, causing a privacy concern. We
77
    drop the images and make the non-absolute links relative to
79
    drop the images and make the non-absolute links relative to
78
    http://marc.merlins.org/linux/exim/.
80
    http://marc.merlins.org/linux/exim/.
79
  * postinst, postrm: Remove hard-coded path to invoke-rc.d.
81
  * postinst, postrm: Remove hard-coded path to invoke-rc.d.
80
  * postrm: On purge, always delete the greylisting tuplets directory
82
  * postrm: On purge, always delete the greylisting tuplets directory
81
    first. Normally, /var/spool/sa-exim is then empty and can be removed
83
    first. Normally, /var/spool/sa-exim is then empty and can be removed
82
    without asking the user, avoiding leaving unowned files (Closes:
84
    without asking the user, avoiding leaving unowned files (Closes:
83
    #657140).
85
    #657140).
84
  * greylist-lint.patch: disable greylisting plugin during spamassassin
86
  * greylist-lint.patch: disable greylisting plugin during spamassassin
85
    --lint to avoid warnings about missing headers (Closes: #760860).
87
    --lint to avoid warnings about missing headers (Closes: #760860).
86
    Thanks to Chaskiel Grundman.
88
    Thanks to Chaskiel Grundman.
87
  * Use dpkg-buildflags.
89
  * Use dpkg-buildflags.
88
  * Bump Standards-Version to 3.9.8.
90
  * Bump Standards-Version to 3.9.8.
89
  * Override Lintian warning about virtual exim4-localscanapi dependency
91
  * Override Lintian warning about virtual exim4-localscanapi dependency
90
    regardless of API version.
92
    regardless of API version.
91
93
92
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 22 Jul 2016 11:26:45 +0200
94
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 22 Jul 2016 11:26:45 +0200
93
95
94
sa-exim (4.2.1-14) unstable; urgency=low
96
sa-exim (4.2.1-14) unstable; urgency=low
95
97
96
  * Updated Danish and Dutch Debconf template translations (Closes:
98
  * Updated Danish and Dutch Debconf template translations (Closes:
97
    #608447, #634314).
99
    #608447, #634314).
98
  * Drop the defaults for SAspamcHost and SAspamcPort, deferring to spamc
100
  * Drop the defaults for SAspamcHost and SAspamcPort, deferring to spamc
99
    as to what the defaults will be if those options are not set in
101
    as to what the defaults will be if those options are not set in
100
    sa-exim.conf (Closes: #506571).
102
    sa-exim.conf (Closes: #506571).
101
  * The "nobody" user and "nogroup" group should not own files. Therefore,
103
  * The "nobody" user and "nogroup" group should not own files. Therefore,
102
    create /var/spool/sa-exim/tuplets with Debian-exim as owner on new
104
    create /var/spool/sa-exim/tuplets with Debian-exim as owner on new
103
    installations and run greylistclean as Debian-exim by default. Don't
105
    installations and run greylistclean as Debian-exim by default. Don't
104
    change ownership of already existing /var/spool/sa-exim or
106
    change ownership of already existing /var/spool/sa-exim or
105
    /var/spool/sa-exim/tuplets, since the local admin may have different
107
    /var/spool/sa-exim/tuplets, since the local admin may have different
106
    preferences, but give the Debian-exim group the write permission it
108
    preferences, but give the Debian-exim group the write permission it
107
    needs if /var/spool/sa-exim/tuplets is owned by "nobody" and spamd
109
    needs if /var/spool/sa-exim/tuplets is owned by "nobody" and spamd
108
    runs as the calling user (Closes: #563492). Add documentation to
110
    runs as the calling user (Closes: #563492). Add documentation to
109
    README.Debian and remove recommendation to run spamd as "nobody" from
111
    README.Debian and remove recommendation to run spamd as "nobody" from
110
    README and README.greylisting.
112
    README and README.greylisting.
111
  * Some tidying of debian/rules and the packaging in general:
113
  * Some tidying of debian/rules and the packaging in general:
112
    * Add build-arch and build-indep targets.
114
    * Add build-arch and build-indep targets.
113
    * Remove configure target; it's not a mandatory target.
115
    * Remove configure target; it's not a mandatory target.
114
    * Remove install target and use dh_install (and dh_lintian) to put the
116
    * Remove install target and use dh_install (and dh_lintian) to put the
115
      files in the staging directory.
117
      files in the staging directory.
116
    * Replace /var/spool/exim with /var/spool/sa-exim in the Debian patch
118
    * Replace /var/spool/exim with /var/spool/sa-exim in the Debian patch
117
      instead of using sed.
119
      instead of using sed.
118
    * Pass SUFF='' to the makefile instead of renaming sa-exim-4.2.1.so
120
    * Pass SUFF='' to the makefile instead of renaming sa-exim-4.2.1.so
119
      afterwards.
121
      afterwards.
120
    * Put our version of the crontab file in debian/greylistclean.cron.d
122
    * Put our version of the crontab file in debian/greylistclean.cron.d
121
      and install it using dh_installcron.
123
      and install it using dh_installcron.
122
    * Upgrade to Debhelper compat level 7. Replace dh_clean -k with
124
    * Upgrade to Debhelper compat level 7. Replace dh_clean -k with
123
      dh_prep.
125
      dh_prep.
124
  * Switch to source package format 3.0 (quilt), splitting the Debian
126
  * Switch to source package format 3.0 (quilt), splitting the Debian
125
    patch as follows:
127
    patch as follows:
126
    * api-limitations.patch: Changes needed because Exim exports only the 
128
    * api-limitations.patch: Changes needed because Exim exports only the 
127
      symbols that are part of the official API.
129
      symbols that are part of the official API.
128
    * spamc-args.patch: Changes related to the arguments sent to spamc.
130
    * spamc-args.patch: Changes related to the arguments sent to spamc.
129
    * grey-clean-sender.patch: Simplify the sender address so that senders
131
    * grey-clean-sender.patch: Simplify the sender address so that senders
130
      using VERP, SRS, etc. hopefully won't be greylisted each and every
132
      using VERP, SRS, etc. hopefully won't be greylisted each and every
131
      time.
133
      time.
132
    * grey-only-ipv4.patch: Bail out if a non-IPv4 address is encountered.
134
    * grey-only-ipv4.patch: Bail out if a non-IPv4 address is encountered.
133
    * improved-default-conf.patch: General improvements (in my opinion) of
135
    * improved-default-conf.patch: General improvements (in my opinion) of
134
      the default sa-exim.conf.
136
      the default sa-exim.conf.
135
    * spamd-not-nobody.patch: Strike the recommendation that spamd run as
137
    * spamd-not-nobody.patch: Strike the recommendation that spamd run as
136
      nobody.
138
      nobody.
137
    * save-path.patch: Put saved mail in /var/spool/sa-exim instead of
139
    * save-path.patch: Put saved mail in /var/spool/sa-exim instead of
138
      /var/spool/exim.
140
      /var/spool/exim.
139
    * readme.patch: Other additions to the README file(s).
141
    * readme.patch: Other additions to the README file(s).
140
  * Update Standards-Version to 3.9.2.
142
  * Update Standards-Version to 3.9.2.
141
143
142
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 25 Dec 2011 12:13:22 +0100
144
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 25 Dec 2011 12:13:22 +0100
143
145
144
sa-exim (4.2.1-13) unstable; urgency=low
146
sa-exim (4.2.1-13) unstable; urgency=low
145
147
146
  * Updated Spanish Debconf template translation (Closes: #543310).
148
  * Updated Spanish Debconf template translation (Closes: #543310).
147
    Submitted by Francisco Javier Cuadrado.
149
    Submitted by Francisco Javier Cuadrado.
148
150
149
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 14 Mar 2010 18:33:42 +0100
151
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 14 Mar 2010 18:33:42 +0100
150
152
151
sa-exim (4.2.1-12) unstable; urgency=low
153
sa-exim (4.2.1-12) unstable; urgency=low
152
154
153
  * Debconf templates and debian/control reviewed by the debian-l10n-
155
  * Debconf templates and debian/control reviewed by the debian-l10n-
154
    english team as part of the Smith review project (Closes: #517169).
156
    english team as part of the Smith review project (Closes: #517169).
155
  * Corresponding Debconf translation updates:
157
  * Corresponding Debconf translation updates:
156
    * Brazilian Portuguese from Adriano Rafael Gomes. (Closes: #519422).
158
    * Brazilian Portuguese from Adriano Rafael Gomes. (Closes: #519422).
157
    * Czech from Miroslav Kure (Closes: #518989).
159
    * Czech from Miroslav Kure (Closes: #518989).
158
    * Finnish from Esko Arajärvi (Closes: #518200).
160
    * Finnish from Esko Arajärvi (Closes: #518200).
159
    * German from Matthias Julius (Closes: #518332).
161
    * German from Matthias Julius (Closes: #518332).
160
    * Galician from Marce Villarino. (Closes: #519487).
162
    * Galician from Marce Villarino. (Closes: #519487).
161
    * Italian from Luca Monducci (Closes: #519177).
163
    * Italian from Luca Monducci (Closes: #519177).
162
    * Japanese from Hideki Yamane (Closes: #518502).
164
    * Japanese from Hideki Yamane (Closes: #518502).
163
    * Portuguese from Miguel Figueiredo. (Closes: #519002).
165
    * Portuguese from Miguel Figueiredo. (Closes: #519002).
164
    * Swedish from Martin Bagge (Closes: #518325).
166
    * Swedish from Martin Bagge (Closes: #518325).
165
    * Vietnamese from Clytie Siddall (Closes: #517813).
167
    * Vietnamese from Clytie Siddall (Closes: #517813).
166
  	* French from Christian Perrier (Closes: #532560).
168
  	* French from Christian Perrier (Closes: #532560).
167
    The following translations have not been updated yet: da, es, fr, nl.
169
    The following translations have not been updated yet: da, es, fr, nl.
168
  * Add Russian Debconf translation (Closes: #529808). Thanks to Yuri Kozlov.
170
  * Add Russian Debconf translation (Closes: #529808). Thanks to Yuri Kozlov.
169
  * debian/postinst: Don't call mv with a prepended path.
171
  * debian/postinst: Don't call mv with a prepended path.
170
  * debian/control: Put back ${misc:Depends} in Depends.
172
  * debian/control: Put back ${misc:Depends} in Depends.
171
  * debian/copyright: Point to the GPL 2.0 license text since this package
173
  * debian/copyright: Point to the GPL 2.0 license text since this package
172
    is licensed under that version only.
174
    is licensed under that version only.
173
  * Bump Standards-Version to 3.8.1.
175
  * Bump Standards-Version to 3.8.1.
174
  * Increase Debhelper compat level to 5.
176
  * Increase Debhelper compat level to 5.
175
  * Override Lintian warning about depending on exim4-localscanapi-1.1
177
  * Override Lintian warning about depending on exim4-localscanapi-1.1
176
    without a real package as a primary alternative, since adding that
178
    without a real package as a primary alternative, since adding that
177
    would defeat the purpose of not having to keep track of which version
179
    would defeat the purpose of not having to keep track of which version
178
    of Exim provides which API/ABI version.
180
    of Exim provides which API/ABI version.
179
181
180
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 01 Aug 2009 13:55:21 +0200
182
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 01 Aug 2009 13:55:21 +0200
181
183
182
sa-exim (4.2.1-11) unstable; urgency=low
184
sa-exim (4.2.1-11) unstable; urgency=low
183
185
184
  * Add Brazilian Portuguese Debconf template translation (Closes:
186
  * Add Brazilian Portuguese Debconf template translation (Closes:
185
    #484986). Thanks to Adriano Rafael Gomes and Felipe Augusto van de
187
    #484986). Thanks to Adriano Rafael Gomes and Felipe Augusto van de
186
    Wiel.
188
    Wiel.
187
  * Don't ignore make clean errors.
189
  * Don't ignore make clean errors.
188
  * README.Debian: Remove outdated information about patching pre-3.0
190
  * README.Debian: Remove outdated information about patching pre-3.0
189
    SpamAssassin. Add information regarding auto-expire problems
191
    SpamAssassin. Add information regarding auto-expire problems
190
    (Closes: #461219).
192
    (Closes: #461219).
191
  * Stop including the SA 2.x greylisting patches altogether (due to a
193
  * Stop including the SA 2.x greylisting patches altogether (due to a
192
    typo only of them was included anyway).
194
    typo only of them was included anyway).
193
  * This package seems to comply with policy 3.8.0 already.
195
  * This package seems to comply with policy 3.8.0 already.
194
196
195
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 25 Jun 2008 19:11:02 +0200
197
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 25 Jun 2008 19:11:02 +0200
196
198
197
sa-exim (4.2.1-10) unstable; urgency=low
199
sa-exim (4.2.1-10) unstable; urgency=low
198
200
199
  * Add Finnish Debconf template translation (Closes: #472788). Thanks to
201
  * Add Finnish Debconf template translation (Closes: #472788). Thanks to
200
    Esko Arajärvi.
202
    Esko Arajärvi.
201
  * New maintainer email address.
203
  * New maintainer email address.
202
  * Use modern fields in debian/control (Homepage; Vcs-* fields without
204
  * Use modern fields in debian/control (Homepage; Vcs-* fields without
203
    XS-).
205
    XS-).
204
  * Greylisting.pm: Bail out if a non-IPv4 address is encountered
206
  * Greylisting.pm: Bail out if a non-IPv4 address is encountered
205
    (Closes: #300103, #479955).
207
    (Closes: #300103, #479955).
206
  * Greylisting.pm: Simplify the sender address so that senders using
208
  * Greylisting.pm: Simplify the sender address so that senders using
207
    VERP, SRS, etc. hopefully won't be greylisted each and every time
209
    VERP, SRS, etc. hopefully won't be greylisted each and every time
208
    (Closes: #347590).
210
    (Closes: #347590).
209
  * Increase Standards-Version to 3.7.3; no changes.
211
  * Increase Standards-Version to 3.7.3; no changes.
210
212
211
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 03 Jun 2008 23:01:19 +0200
213
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 03 Jun 2008 23:01:19 +0200
212
214
213
sa-exim (4.2.1-9) unstable; urgency=high
215
sa-exim (4.2.1-9) unstable; urgency=high
214
216
215
  * Fix ugly bug caused by expanding $primary_hostname to the
217
  * Fix ugly bug caused by expanding $primary_hostname to the
216
    non-permanent memory pool, where it will be overwritten when
218
    non-permanent memory pool, where it will be overwritten when
217
    receiveing multiple messages over the same connection (strangely
219
    receiveing multiple messages over the same connection (strangely
218
    enough, nobody noticed).
220
    enough, nobody noticed).
219
  * Depend on the local_scan ABI version returned by
221
  * Depend on the local_scan ABI version returned by
220
    exim4-localscan-plugin-config instead of all exim4-daemon-* variants
222
    exim4-localscan-plugin-config instead of all exim4-daemon-* variants
221
    (Closes: #426425).
223
    (Closes: #426425).
222
  * debian/control: Indent Homepage: line and add XS-Vcs-* fields.
224
  * debian/control: Indent Homepage: line and add XS-Vcs-* fields.
223
225
224
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 21 Aug 2007 22:28:01 +0200
226
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 21 Aug 2007 22:28:01 +0200
225
227
226
sa-exim (4.2.1-8) unstable; urgency=medium
228
sa-exim (4.2.1-8) unstable; urgency=medium
227
229
228
  * Urgency medium to reach testing before exim4.
230
  * Urgency medium to reach testing before exim4.
229
  * Since version 4.67-1, exim4 only exports those symbols that are part
231
  * Since version 4.67-1, exim4 only exports those symbols that are part
230
    of the official local_scan API. Unfortunately, sa-exim cheated and
232
    of the official local_scan API. Unfortunately, sa-exim cheated and
231
    declared three extern variables by itself:
233
    declared three extern variables by itself:
232
    · primary_hostname: Now retrieved by expanding "$primary_hostname".
234
    · primary_hostname: Now retrieved by expanding "$primary_hostname".
233
    · smtp_out: Use smtp_fflush() to get error indication.
235
    · smtp_out: Use smtp_fflush() to get error indication.
234
    · body_linecount: No workaround; $body_linecount simply won't be
236
    · body_linecount: No workaround; $body_linecount simply won't be
235
      updated. I'm working to get Exim to update it along with other
237
      updated. I'm working to get Exim to update it along with other
236
      variables such as $message_size.
238
      variables such as $message_size.
237
    (Closes: #420443, #420555, #420736)
239
    (Closes: #420443, #420555, #420736)
238
240
239
 -- Magnus Holmgren <magnus@kibibyte.se>  Thu, 26 Apr 2007 16:05:26 +0200
241
 -- Magnus Holmgren <magnus@kibibyte.se>  Thu, 26 Apr 2007 16:05:26 +0200
240
242
241
sa-exim (4.2.1-7) unstable; urgency=low
243
sa-exim (4.2.1-7) unstable; urgency=low
242
244
243
  * Don't depend on debconf in postrm; if we can't prompt the user,
245
  * Don't depend on debconf in postrm; if we can't prompt the user,
244
    leave the spool directory alone (Closes: #417027).
246
    leave the spool directory alone (Closes: #417027).
245
  * Do not pass a '-u' parameter to spamc if SAspamcUser expands to the
247
  * Do not pass a '-u' parameter to spamc if SAspamcUser expands to the
246
    empty string.
248
    empty string.
247
249
248
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue,  3 Apr 2007 13:02:48 +0200
250
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue,  3 Apr 2007 13:02:48 +0200
249
251
250
sa-exim (4.2.1-6) unstable; urgency=low
252
sa-exim (4.2.1-6) unstable; urgency=low
251
253
252
  * Added Portuguese Debconf template translation (Closes: #415537).
254
  * Added Portuguese Debconf template translation (Closes: #415537).
253
    Thanks to Pedro Ribeiro.
255
    Thanks to Pedro Ribeiro.
254
  * It is now possible to pass a username to spamc. See the SAspamcUser
256
  * It is now possible to pass a username to spamc. See the SAspamcUser
255
    option in sa-exim.conf.
257
    option in sa-exim.conf.
256
  * Build-depend on exim4-dev.
258
  * Build-depend on exim4-dev.
257
259
258
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 20 Mar 2007 14:25:31 +0100
260
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue, 20 Mar 2007 14:25:31 +0100
259
261
260
sa-exim (4.2.1-5) unstable; urgency=low
262
sa-exim (4.2.1-5) unstable; urgency=low
261
263
262
  * Added Italian debconf template translation (Closes: #411396). Thanks
264
  * Added Italian debconf template translation (Closes: #411396). Thanks
263
    to Luca Monducci.
265
    to Luca Monducci.
264
  * Added Galician Debconf template translation (Closes: #412804).
266
  * Added Galician Debconf template translation (Closes: #412804).
265
    Thanks to Jacobo Tarrio.
267
    Thanks to Jacobo Tarrio.
266
  * Added Dutch debconf template translation (Closes: #413702). Thanks
268
  * Added Dutch debconf template translation (Closes: #413702). Thanks
267
    to Bart Cornelis.
269
    to Bart Cornelis.
268
  * Added debian/watch.
270
  * Added debian/watch.
269
271
270
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed,  7 Mar 2007 15:46:16 +0100
272
 -- Magnus Holmgren <magnus@kibibyte.se>  Wed,  7 Mar 2007 15:46:16 +0100
271
273
272
sa-exim (4.2.1-4) unstable; urgency=low
274
sa-exim (4.2.1-4) unstable; urgency=low
273
275
274
  * Added Spanish debconf template translation (Closes: #404490). 
276
  * Added Spanish debconf template translation (Closes: #404490). 
275
    Thanks to Rudy Godoy.
277
    Thanks to Rudy Godoy.
276
278
277
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue,  9 Jan 2007 16:39:43 +0100
279
 -- Magnus Holmgren <magnus@kibibyte.se>  Tue,  9 Jan 2007 16:39:43 +0100
278
280
279
sa-exim (4.2.1-3) unstable; urgency=low
281
sa-exim (4.2.1-3) unstable; urgency=low
280
282
281
  * New maintainer (Closes: #352533).
283
  * New maintainer (Closes: #352533).
282
  * Updated package description to explain what SA-Exim can do that
284
  * Updated package description to explain what SA-Exim can do that
283
    exim-daemon-heavy can't, and vice versa (Closes: #378732).
285
    exim-daemon-heavy can't, and vice versa (Closes: #378732).
284
  * Added German debconf template translation (Closes: #399963).
286
  * Added German debconf template translation (Closes: #399963).
285
    Thanks to Matthias Julius.
287
    Thanks to Matthias Julius.
286
  * Updated Swedish debconf templates.
288
  * Updated Swedish debconf templates.
287
  * Encourage use of ACL variables in sa-exim.conf. Also exclude ::1
289
  * Encourage use of ACL variables in sa-exim.conf. Also exclude ::1
288
    from SA scanning.
290
    from SA scanning.
289
  * Removed unnecessary question in long description of debconf
291
  * Removed unnecessary question in long description of debconf
290
    template.
292
    template.
291
  * Upgraded to Standards-Version 3.7.2. No changes needed.
293
  * Upgraded to Standards-Version 3.7.2. No changes needed.
292
  * Moved greylistclean to /usr/share/sa-exim. If you have modified
294
  * Moved greylistclean to /usr/share/sa-exim. If you have modified
293
    the crontab file, you have to update it manually.
295
    the crontab file, you have to update it manually.
294
  * Added Recommends: perl (needed by greylistclean, but greylistclean
296
  * Added Recommends: perl (needed by greylistclean, but greylistclean
295
    isn't completely necessary.
297
    isn't completely necessary.
296
298
297
 -- Magnus Holmgren <magnus@kibibyte.se>  Sun,  3 Dec 2006 00:41:01 +0100
299
 -- Magnus Holmgren <magnus@kibibyte.se>  Sun,  3 Dec 2006 00:41:01 +0100
298
300
299
sa-exim (4.2.1-2) unstable; urgency=medium
301
sa-exim (4.2.1-2) unstable; urgency=medium
300
302
301
  * Fixed rights on /var/spool/sa-exim. Closes: #297623
303
  * Fixed rights on /var/spool/sa-exim. Closes: #297623
302
  + Content-type bug closed by 4.2.1-1: Closes: #286069
304
  + Content-type bug closed by 4.2.1-1: Closes: #286069
303
  * Fixed README.greylisting Closes: #325335
305
  * Fixed README.greylisting Closes: #325335
304
  + Added cs, sv, vi translations Closes: #315995, #332363, #317869
306
  + Added cs, sv, vi translations Closes: #315995, #332363, #317869
305
  + Added note about unsupported linecontinuation to README
307
  + Added note about unsupported linecontinuation to README
306
    sa-exim.conf already has note Closes: #276080
308
    sa-exim.conf already has note Closes: #276080
307
  + Removed SAtempreject from default sa-exim.conf Closes: #281567  
309
  + Removed SAtempreject from default sa-exim.conf Closes: #281567  
308
  
310
  
309
 -- Sander Smeenk <ssmeenk@debian.org>  Mon, 27 Mar 2006 13:42:06 +0200
311
 -- Sander Smeenk <ssmeenk@debian.org>  Mon, 27 Mar 2006 13:42:06 +0200
310
  
312
  
311
sa-exim (4.2.1-1) unstable; urgency=high
313
sa-exim (4.2.1-1) unstable; urgency=high
312
314
313
  * SECURITY: new upstream does a better job at being safe when deleting
315
  * SECURITY: new upstream does a better job at being safe when deleting
314
    greylisting tuplets Closes: #345071
316
    greylisting tuplets Closes: #345071
315
  * Fixed sa-exim.conf typo Closes: #305890
317
  * Fixed sa-exim.conf typo Closes: #305890
316
  * Disable former insecure /etc/cron.daily/greylistclean
318
  * Disable former insecure /etc/cron.daily/greylistclean
317
319
318
 -- Sander Smeenk <ssmeenk@debian.org>  Mon, 09 Jan 2006 09:01:25 -0800
320
 -- Sander Smeenk <ssmeenk@debian.org>  Mon, 09 Jan 2006 09:01:25 -0800
319
321
320
sa-exim (4.2-1) unstable; urgency=high
322
sa-exim (4.2-1) unstable; urgency=high
321
323
322
  * New upstream version
324
  * New upstream version
323
  * Ship new SA-Exim Greylisting plugin for SA 3.0 or better
325
  * Ship new SA-Exim Greylisting plugin for SA 3.0 or better
324
  * Ship new /etc/cron.daily/greylistclean
326
  * Ship new /etc/cron.daily/greylistclean
325
  * Updated README.Debian
327
  * Updated README.Debian
326
328
327
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 17 Dec 2005 00:14:03 -0800
329
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 17 Dec 2005 00:14:03 -0800
328
330
329
sa-exim (4.1-1) unstable; urgency=high
331
sa-exim (4.1-1) unstable; urgency=high
330
332
331
  * New upstream version
333
  * New upstream version
332
  * SECURITY: new upstream provides SA greylisting patch with shell safe
334
  * SECURITY: new upstream provides SA greylisting patch with shell safe
333
    filenames and directories (only affected users who use the SA greylisting
335
    filenames and directories (only affected users who use the SA greylisting
334
    patch _and_ an unsafe shell cron job to delete old files and directories)
336
    patch _and_ an unsafe shell cron job to delete old files and directories)
335
  * Updated README.debian to warn that the SA 2.4 greylisting patch is out
337
  * Updated README.debian to warn that the SA 2.4 greylisting patch is out
336
    of date and unmaintained.
338
    of date and unmaintained.
337
339
338
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 16 Aug 2004 08:32:36 -0700
340
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 16 Aug 2004 08:32:36 -0700
339
341
340
sa-exim (4.0-3) unstable; urgency=low
342
sa-exim (4.0-3) unstable; urgency=low
341
343
342
  + Changed hard depend on spamc, since that's all sa-exim needs.
344
  + Changed hard depend on spamc, since that's all sa-exim needs.
343
    You have to choose to install spamassassin, or run spamc to
345
    You have to choose to install spamassassin, or run spamc to
344
    another host. This entry closes: #253393
346
    another host. This entry closes: #253393
345
  + Documentation was assed to explain about sa-exim defaulting
347
  + Documentation was assed to explain about sa-exim defaulting
346
    to exim4 configured to use exim4/use_split_config. Devine
348
    to exim4 configured to use exim4/use_split_config. Devine
347
    intervention is needed when using monolithic configs. One day
349
    intervention is needed when using monolithic configs. One day
348
    sa-exim might detect this and act on it?
350
    sa-exim might detect this and act on it?
349
    This entry closes: #251755, #265820
351
    This entry closes: #251755, #265820
350
  + Incorrect scoring of messages due to incorrect last-Received:
352
  + Incorrect scoring of messages due to incorrect last-Received:
351
    header is now fixed by newer versions of the exim4 package.
353
    header is now fixed by newer versions of the exim4 package.
352
    Dependencies have been changed. This entry closes: #250726, #246715
354
    Dependencies have been changed. This entry closes: #250726, #246715
353
  + Updated Japanese translations of debconf templates. A typo in the
355
  + Updated Japanese translations of debconf templates. A typo in the
354
    english templates has been fixed too. This entry closes: #252341
356
    english templates has been fixed too. This entry closes: #252341
355
357
356
 -- Sander Smeenk <ssmeenk@debian.org>  Wed, 15 Aug 2004 19:40:05 +0200
358
 -- Sander Smeenk <ssmeenk@debian.org>  Wed, 15 Aug 2004 19:40:05 +0200
357
 
359
 
358
sa-exim (4.0-2) unstable; urgency=low
360
sa-exim (4.0-2) unstable; urgency=low
359
361
360
  * Clarified SA-greylisting patches in README.Debian
362
  * Clarified SA-greylisting patches in README.Debian
361
    Closes: #245573
363
    Closes: #245573
362
  + Added Danish translations
364
  + Added Danish translations
363
  + Added French translations
365
  + Added French translations
364
    Closes: #238537, #239258
366
    Closes: #238537, #239258
365
367
366
 -- Sander Smeenk <ssmeenk@debian.org>  Sat, 24 Apr 2004 11:34:35 +0200
368
 -- Sander Smeenk <ssmeenk@debian.org>  Sat, 24 Apr 2004 11:34:35 +0200
367
369
368
sa-exim (4.0-1) unstable; urgency=low
370
sa-exim (4.0-1) unstable; urgency=low
369
371
370
  * New upstream version
372
  * New upstream version
371
  * Added new docs (README.greylisting / SA patches)
373
  * Added new docs (README.greylisting / SA patches)
372
  * Create /var/spool/sa-exim/tuplets for the new greylisting support
374
  * Create /var/spool/sa-exim/tuplets for the new greylisting support
373
375
374
 -- Marc MERLIN <marc_soft@merlins.org>  Tue, 03 Mar 2004 08:52:49 -0800
376
 -- Marc MERLIN <marc_soft@merlins.org>  Tue, 03 Mar 2004 08:52:49 -0800
375
377
376
sa-exim (3.1-4) unstable; urgency=low
378
sa-exim (3.1-4) unstable; urgency=low
377
379
378
  * Fixed minor packaging bugs.
380
  * Fixed minor packaging bugs.
379
  * Debconf gettextized for translators (Closes: #237105)
381
  * Debconf gettextized for translators (Closes: #237105)
380
382
381
 -- Sander Smeenk <ssmeenk@debian.org>  Sun, 07 Mar 2004 15:38:47 +0100
383
 -- Sander Smeenk <ssmeenk@debian.org>  Sun, 07 Mar 2004 15:38:47 +0100
382
384
383
sa-exim (3.1-3) unstable; urgency=low
385
sa-exim (3.1-3) unstable; urgency=low
384
386
385
  * Clean up properly on purge, asking per debconf about removing saved mails
387
  * Clean up properly on purge, asking per debconf about removing saved mails
386
    in spool-directory if necessary.
388
    in spool-directory if necessary.
387
  * Update to work with exim4 running as Debian-exim (don't include
389
  * Update to work with exim4 running as Debian-exim (don't include
388
    /var/spool/sa-exim in deb, generate it in postinst; stricter
390
    /var/spool/sa-exim in deb, generate it in postinst; stricter
389
    dependencies).
391
    dependencies).
390
  * sa-exim uses spamc - Correct depends accordingly.
392
  * sa-exim uses spamc - Correct depends accordingly.
391
393
392
 -- Sander Smeenk <ssmeenk@debian.org>  Sun, 22 Feb 2004 10:32:03 +0100
394
 -- Sander Smeenk <ssmeenk@debian.org>  Sun, 22 Feb 2004 10:32:03 +0100
393
395
394
sa-exim (3.1-2) unstable; urgency=low
396
sa-exim (3.1-2) unstable; urgency=low
395
397
396
  * Minor updates to control suggested by Andreas Metzler
398
  * Minor updates to control suggested by Andreas Metzler
397
  * Minor updates on upstream source (INSTALL / sa-exim.conf)
399
  * Minor updates on upstream source (INSTALL / sa-exim.conf)
398
  * Uploaded to Debian (Closes: #196100)
400
  * Uploaded to Debian (Closes: #196100)
399
401
400
 -- Marc MERLIN <marc_soft@merlins.org>  Wed, 20 Aug 2003 09:18:42 -0700
402
 -- Marc MERLIN <marc_soft@merlins.org>  Wed, 20 Aug 2003 09:18:42 -0700
401
403
402
sa-exim (3.1-1) unstable; urgency=low
404
sa-exim (3.1-1) unstable; urgency=low
403
405
404
  * Upstream update
406
  * Upstream update
405
407
406
 -- Marc MERLIN <marc_soft@merlins.org>  Tue, 19 Aug 2003 09:48:13 -0700
408
 -- Marc MERLIN <marc_soft@merlins.org>  Tue, 19 Aug 2003 09:48:13 -0700
407
409
408
sa-exim (3.0+cvs-20030802) unstable; urgency=low
410
sa-exim (3.0+cvs-20030802) unstable; urgency=low
409
411
410
  * Updated sa-exim to cvs version
412
  * Updated sa-exim to cvs version
411
  * Restored plugin location to /usr/lib/exim4/local_scan/
413
  * Restored plugin location to /usr/lib/exim4/local_scan/
412
  * Added contrib contents to docs
414
  * Added contrib contents to docs
413
415
414
 -- Marc MERLIN <marc_soft@merlins.org>  Sat, 02 Aug 2003 20:57:50 -0700
416
 -- Marc MERLIN <marc_soft@merlins.org>  Sat, 02 Aug 2003 20:57:50 -0700
415
417
416
sa-exim (3.0+cvs-20030728) unstable; urgency=low
418
sa-exim (3.0+cvs-20030728) unstable; urgency=low
417
419
418
  * Updated sa-exim to cvs version
420
  * Updated sa-exim to cvs version
419
421
420
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 28 Jul 2003 21:08:24 -0500
422
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 28 Jul 2003 21:08:24 -0500
421
423
422
sa-exim (3.0+cvs-1) unstable; urgency=low
424
sa-exim (3.0+cvs-1) unstable; urgency=low
423
425
424
  * Updated sa-exim to cvs version (and new sa-exim.conf config file)
426
  * Updated sa-exim to cvs version (and new sa-exim.conf config file)
425
427
426
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 08 Jun 2003 23:19:11 -0700
428
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 08 Jun 2003 23:19:11 -0700
427
429
428
sa-exim (3.0-3) unstable; urgency=low
430
sa-exim (3.0-3) unstable; urgency=low
429
431
430
  * Taken over from Andreas, thanks for the template
432
  * Taken over from Andreas, thanks for the template
431
  * Rewrote description in control
433
  * Rewrote description in control
432
  * Updated docs to contain all the documentation files
434
  * Updated docs to contain all the documentation files
433
  * /var/spool/sa-exim will contain the saved mails and is 770/mail.mail
435
  * /var/spool/sa-exim will contain the saved mails and is 770/mail.mail
434
  * Do not patch sample sa-exim.conf, run sed during the install
436
  * Do not patch sample sa-exim.conf, run sed during the install
435
  * Removed ${misc:Depends} from control, my dpkg-gencontrol says it's unknown
437
  * Removed ${misc:Depends} from control, my dpkg-gencontrol says it's unknown
436
  * Fixes to debian/control, debian/rules and debian/copyright for policy
438
  * Fixes to debian/control, debian/rules and debian/copyright for policy
437
    compliance and to make lintian more happy. Increased Standards-Version to
439
    compliance and to make lintian more happy. Increased Standards-Version to
438
    3.5.10. (Andreas Metzler)
440
    3.5.10. (Andreas Metzler)
439
  * Add some magic to maintainerscripts, disabling the sa-exim part of exim's
441
  * Add some magic to maintainerscripts, disabling the sa-exim part of exim's
440
    main configuration file when sa-exim is uninstalled. (Andreas Metzler)
442
    main configuration file when sa-exim is uninstalled. (Andreas Metzler)
441
443
442
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 26 May 2003 23:22:56 -0700
444
 -- Marc MERLIN <marc_soft@merlins.org>  Mon, 26 May 2003 23:22:56 -0700
443
445
444
sa-exim (3.0-2) unstable; urgency=low
446
sa-exim (3.0-2) unstable; urgency=low
445
447
446
  * Small fixes
448
  * Small fixes
447
449
448
 -- Andreas Metzler <ametzler@debian.org>  Fri,  2 May 2003 20:20:11 +0200
450
 -- Andreas Metzler <ametzler@debian.org>  Fri,  2 May 2003 20:20:11 +0200
449
451
450
sa-exim (3.0-1) unstable; urgency=low
452
sa-exim (3.0-1) unstable; urgency=low
451
453
452
  * renamed package to sa-exim
454
  * renamed package to sa-exim
453
  * upgrade to 3.0
455
  * upgrade to 3.0
454
456
455
 -- Andreas Metzler <ametzler@debian.org>  Fri,  2 May 2003 17:36:28 +0200
457
 -- Andreas Metzler <ametzler@debian.org>  Fri,  2 May 2003 17:36:28 +0200
456
458
457
exim4-sa-plugin (2.2-1) unstable; urgency=low
459
exim4-sa-plugin (2.2-1) unstable; urgency=low
458
460
459
  * Initial Release.
461
  * Initial Release.
460
462
461
 -- Andreas Metzler <ametzler@debian.org>  Thu, 13 Mar 2003 17:16:46 +0100
463
 -- Andreas Metzler <ametzler@debian.org>  Thu, 13 Mar 2003 17:16:46 +0100
462
464