Rev 101 | Rev 103 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 101 | Rev 102 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | * Upgrade to Debhelper compat level 12. |
4 | * Upgrade to Debhelper compat level 12. |
| 5 | * Bump Standards-Version to 4.5.1. |
5 | * Bump Standards-Version to 4.5.1. |
| 6 | * encoding.patch: Change a single letter in Acknowledgements.html from |
6 | * 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. |
7 | Latin-1 to UTF-8 and add a charset meta tag to sa.html. |
| 8 | * Leave out redundant Acknowledgements.html from binary package. |
8 | * Leave out redundant Acknowledgements.html from binary package. |
| - | 9 | * Add Lintian override for accept.so missing dependency information |
|
| - | 10 | (it's a dummy local_scan plugin that has no dependencies). Drop unused |
|
| - | 11 | virtual-package-depends-without-real-package-depends override. |
|
| 9 | 12 | ||
| 10 | -- Magnus Holmgren <holmgren@debian.org> Sat, 13 Feb 2021 18:41:30 +0100 |
13 | -- Magnus Holmgren <holmgren@debian.org> Sat, 13 Feb 2021 18:57:42 +0100 |
| 11 | 14 | ||
| 12 | sa-exim (4.2.1-19) unstable; urgency=medium |
15 | sa-exim (4.2.1-19) unstable; urgency=medium |
| 13 | 16 | ||
| 14 | * no_eval.patch: [CVE-2019-19920] Manually parse option string in |
17 | * no_eval.patch: [CVE-2019-19920] Manually parse option string in |
| 15 | Greylisting plugin, avoiding use of eval() (Closes: #946829, #947198). |
18 | Greylisting plugin, avoiding use of eval() (Closes: #946829, #947198). |