Subversion Repositories

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

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
91 1786d 15h magnus /trunk/debian/ Don't update body_linecount when zero, indicating body_wireformat.

Don't close #926952, which is already closed.
 
90 1789d 14h magnus /trunk/debian/ api-limitation.patch: Do expansion of $primary_hostname on every call;
for some reason, it were getting overwritten between calls despite
using the permanent memory pool in accordance with Exim documentation
(Closes: #926952). Also start using body_linecount again since it's
now part of the API.
 
89 1789d 14h 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).
 
87 2795d 15h magnus /trunk/debian/ reproducible-build.patch: Make ACKNOWLEDGEMENTS always UTF-8 encoded
rather than depending on the environment.
 
85 2807d 02h magnus /trunk/debian/ Override Lintian warning about virtual exim4-localscanapi dependency
regardless of API version.
 
84 2807d 02h magnus /trunk/debian/ Bump Standards-Version to 3.9.8.  
83 2807d 02h magnus /trunk/debian/patches/ Actually apply the patch to delete images from sa.html.  
82 2807d 03h magnus /trunk/debian/ Use dpkg-buildflags.  
81 2807d 03h magnus /trunk/debian/ greylist-lint.patch: disable greylisting plugin during spamassassin
--lint to avoid warnings about missing headers (Closes: #760860).
Thanks to Chaskiel Grundman.
 
80 2807d 03h magnus /trunk/debian/ postrm: On purge, always delete the greylisting tuplets directory
first. Normally, /var/spool/sa-exim is then empty and can be removed
without asking the user, avoiding leaving unowned files (Closes:
#657140).
 
79 2807d 03h magnus /trunk/debian/ postinst, postrm: Remove hard-coded path to invoke-rc.d.  
78 2807d 03h magnus /trunk/debian/ delete-ext-html-references.patch (new): sa.html, which is shipped in
the doc directory, is a copy of the author's webpage on sa-exim from
his website, but without the images or linked pages, which means that
most of the images and links don't work, except the SourceForge logo,
which was fetched from sourceforge.net, causing a privacy concern. We
drop the images and make the non-absolute links relative to
http://marc.merlins.org/linux/exim/.
 
77 2807d 03h magnus /trunk/debian/ Fix changelog message.  
76 2807d 03h 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 2807d 19h 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.
 
74 2807d 19h magnus /trunk/ Switch to mergeWithUpstream mode.  
72 4478d 01h magnus /trunk/debian/ Update changelog date.  
71 4569d 14h magnus /trunk/debian/ Update Standards-Version to 3.9.2.  
70 4569d 15h 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).
 
68 4569d 16h magnus /trunk/ * Some tidying of debian/rules and the packaging in general:
* Add build-arch and build-indep targets.
* Remove configure target; it's not a mandatory target.
* Remove install target and use dh_install (and dh_lintian) to put the
files in the staging directory.
* Replace /var/spool/exim with /var/spool/sa-exim in the Debian patch
instead of using sed.
* Pass SUFF='' to the makefile instead of renaming sa-exim-4.2.1.so
afterwards.
* Put our version of the crontab file in debian/greylistclean.cron.d
and install it using dh_installcron.
* Upgrade to Debhelper compat level 7. Replace dh_clean -k with
dh_prep.
 

Show All