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