crystalcursors
debpool
libdkim
libmail-dkim-perl
liboop
liboop-bad
libspf2
libtar
lsh
nettle
oidentd
pike
pike-old
pmk
prayer
prayer-err
pyscrabble
sa-exim
ssvnc
tvtime
x2vnc
zxid
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
(root)
/
trunk
/
debian
/
patches
/
series
@ 92
- Rev 100
?revision_form?
Rev ?revision_input?
?revision_submit?
?revision_endform?
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
100
1356d 07h
magnus
/trunk/debian/
encoding.patch: Change a single letter in Acknowledgements.html from
Latin-1 to UTF-8 and add a charset meta tag to sa.html.
95
1727d 03h
magnus
/trunk/debian/
no_eval.patch: [CVE-2019-19920] Manually parse option string in
Greylisting plugin, avoiding use of eval() (Closes: #946829, #947198).
94
1804d 02h
magnus
/trunk/debian/
sprintf_no_format_string.patch: With exim 4.93, string_sprintf()
requires at least two arguments (Closes: #943571). Thanks to Andreas
Metzler.
89
2006d 03h
magnus
/trunk/debian/
remove-header-crs.patch (new): Strip out carriage returns from header
lines returned by spamd when the spool file is in wire format
(Probably closes: #879687; it's a bit unclear what the bug is about).
83
3023d 15h
magnus
/trunk/debian/patches/
Actually apply the patch to delete images from sa.html.
81
3023d 16h
magnus
/trunk/debian/
greylist-lint.patch: disable greylisting plugin during spamassassin
--lint to avoid warnings about missing headers (Closes: #760860).
Thanks to Chaskiel Grundman.
76
3023d 16h
magnus
/trunk/debian/
greylisting-ipv6.patch: Finally add IPv6 support to the greylisting
plugin (Closes: #508161). Replaces grey-only-ipv4.patch. Based on
Robert Tasarz's patch, though I decided to do things a little
differently by keeping the greylistfourthbyte option for backwards
compatibility and not adding separate options for IPv4 and IPv6 at
this time. Also, with that option enabled, there will only be one
directory level for all the last 64 bits of an IPv6 address.
75
3024d 08h
magnus
/trunk/debian/
reproducible-build.patch (new): Make build reproducible by replacing
the build date with the source date via ${SOURCE_DATE_EPOCH} when
available (Closes: #831649). Thanks to Chris Lamb.
70
4786d 04h
magnus
/trunk/debian/
* Switch to source package format 3.0 (quilt), splitting the Debian
patch as follows:
* api-limitations.patch: Changes needed because Exim exports only the
symbols that are part of the official API.
* spamc-args.patch: Changes related to the arguments sent to spamc.
* grey-clean-sender.patch: Simplify the sender address so that senders
using VERP, SRS, etc. hopefully won't be greylisted each and every
time.
* grey-only-ipv4.patch: Bail out if a non-IPv4 address is encountered.
* improved-default-conf.patch: General improvements (in my opinion) of
the default sa-exim.conf.
* spamd-not-nobody.patch: Strike the recommendation that spamd run as
nobody.
* save-path.patch: Put saved mail in /var/spool/sa-exim instead of
/var/spool/exim.
* readme.patch: Other additions to the README file(s).