Subversion Repositories

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

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

Filtering Options

Rev Age Author Path Log message Diff Changes
92 1854d 14h magnus /trunk/debian/ Update changelog date.  
/trunk/debian/changelog
91 1854d 14h magnus /trunk/debian/ Don't update body_linecount when zero, indicating body_wireformat.

Don't close #926952, which is already closed.
 
/trunk/debian/changelog<br/>/trunk/debian/patches/api-limitations.patch
90 1857d 13h 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.
 
/trunk/debian/changelog<br/>/trunk/debian/patches/api-limitations.patch
89 1857d 13h 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).
 
/trunk/debian/patches/remove-header-crs.patch
/trunk/debian/changelog<br/>/trunk/debian/patches/series
88 2863d 14h magnus /tags/4.2.1-16/ [svn-buildpackage] Tagging sa-exim 4.2.1-16  
/tags/4.2.1-16<br/>/tags/4.2.1-16/debian/patches/delete-ext-html-references.patch<br/>/tags/4.2.1-16/debian/patches/greylist-lint.patch<br/>/tags/4.2.1-16/debian/patches/greylisting-ipv6.patch<br/>/tags/4.2.1-16/debian/patches/reproducible-build.patch
/tags/4.2.1-16/Acknowledgements.html<br/>/tags/4.2.1-16/Changelog.html<br/>/tags/4.2.1-16/Greylisting.pm<br/>/tags/4.2.1-16/INSTALL<br/>/tags/4.2.1-16/LICENSE<br/>/tags/4.2.1-16/Makefile<br/>/tags/4.2.1-16/README<br/>/tags/4.2.1-16/README.greylisting<br/>/tags/4.2.1-16/SA-greylisting-2.4x.diff<br/>/tags/4.2.1-16/SA-greylisting-2.6.diff<br/>/tags/4.2.1-16/TODO<br/>/tags/4.2.1-16/accept.c<br/>/tags/4.2.1-16/contrib<br/>/tags/4.2.1-16/debian/patches/grey-only-ipv4.patch<br/>/tags/4.2.1-16/eximinc<br/>/tags/4.2.1-16/greylistclean<br/>/tags/4.2.1-16/greylistclean.cron<br/>/tags/4.2.1-16/localscan_dlopen_exim_4.20_or_better.patch<br/>/tags/4.2.1-16/localscan_dlopen_up_to_exim_4.14.patch<br/>/tags/4.2.1-16/sa-exim.c<br/>/tags/4.2.1-16/sa-exim.conf<br/>/tags/4.2.1-16/sa.html.template<br/>/tags/4.2.1-16/version
87 2863d 14h magnus /trunk/debian/ reproducible-build.patch: Make ACKNOWLEDGEMENTS always UTF-8 encoded
rather than depending on the environment.
 
/trunk/debian/changelog<br/>/trunk/debian/patches/reproducible-build.patch
86 2874d 18h magnus /tags/4.2.1-15/ [svn-buildpackage] Tagging sa-exim 4.2.1-15  
/tags/4.2.1-15<br/>/tags/4.2.1-15/debian/patches/delete-ext-html-references.patch<br/>/tags/4.2.1-15/debian/patches/greylist-lint.patch<br/>/tags/4.2.1-15/debian/patches/greylisting-ipv6.patch<br/>/tags/4.2.1-15/debian/patches/reproducible-build.patch
/tags/4.2.1-15/Acknowledgements.html<br/>/tags/4.2.1-15/Changelog.html<br/>/tags/4.2.1-15/Greylisting.pm<br/>/tags/4.2.1-15/INSTALL<br/>/tags/4.2.1-15/LICENSE<br/>/tags/4.2.1-15/Makefile<br/>/tags/4.2.1-15/README<br/>/tags/4.2.1-15/README.greylisting<br/>/tags/4.2.1-15/SA-greylisting-2.4x.diff<br/>/tags/4.2.1-15/SA-greylisting-2.6.diff<br/>/tags/4.2.1-15/TODO<br/>/tags/4.2.1-15/accept.c<br/>/tags/4.2.1-15/contrib<br/>/tags/4.2.1-15/debian/patches/grey-only-ipv4.patch<br/>/tags/4.2.1-15/eximinc<br/>/tags/4.2.1-15/greylistclean<br/>/tags/4.2.1-15/greylistclean.cron<br/>/tags/4.2.1-15/localscan_dlopen_exim_4.20_or_better.patch<br/>/tags/4.2.1-15/localscan_dlopen_up_to_exim_4.14.patch<br/>/tags/4.2.1-15/sa-exim.c<br/>/tags/4.2.1-15/sa-exim.conf<br/>/tags/4.2.1-15/sa.html.template<br/>/tags/4.2.1-15/version
85 2875d 01h magnus /trunk/debian/ Override Lintian warning about virtual exim4-localscanapi dependency
regardless of API version.
 
/trunk/debian/changelog<br/>/trunk/debian/sa-exim.lintian-overrides
84 2875d 01h magnus /trunk/debian/ Bump Standards-Version to 3.9.8.  
/trunk/debian/changelog<br/>/trunk/debian/control
83 2875d 02h magnus /trunk/debian/patches/ Actually apply the patch to delete images from sa.html.  
/trunk/debian/patches/series
82 2875d 02h magnus /trunk/debian/ Use dpkg-buildflags.  
/trunk/debian/changelog<br/>/trunk/debian/rules
81 2875d 02h magnus /trunk/debian/ greylist-lint.patch: disable greylisting plugin during spamassassin
--lint to avoid warnings about missing headers (Closes: #760860).
Thanks to Chaskiel Grundman.
 
/trunk/debian/patches/greylist-lint.patch
/trunk/debian/changelog<br/>/trunk/debian/patches/series
80 2875d 02h 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).
 
/trunk/debian/changelog<br/>/trunk/debian/postrm
79 2875d 02h magnus /trunk/debian/ postinst, postrm: Remove hard-coded path to invoke-rc.d.  
/trunk/debian/changelog<br/>/trunk/debian/postinst<br/>/trunk/debian/postrm
78 2875d 02h 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/.
 
/trunk/debian/patches/delete-ext-html-references.patch
/trunk/debian/changelog
77 2875d 03h magnus /trunk/debian/ Fix changelog message.  
/trunk/debian/changelog
76 2875d 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.
 
/trunk/debian/patches/greylisting-ipv6.patch
/trunk/debian/patches/grey-only-ipv4.patch
/trunk/debian/README.Debian<br/>/trunk/debian/changelog<br/>/trunk/debian/control<br/>/trunk/debian/patches/series
75 2875d 18h 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.
 
/trunk/debian/patches/reproducible-build.patch
/trunk/debian/changelog<br/>/trunk/debian/patches/series
74 2875d 18h magnus /trunk/ Switch to mergeWithUpstream mode.  
/trunk/Acknowledgements.html<br/>/trunk/Changelog.html<br/>/trunk/Greylisting.pm<br/>/trunk/INSTALL<br/>/trunk/LICENSE<br/>/trunk/Makefile<br/>/trunk/README<br/>/trunk/README.greylisting<br/>/trunk/SA-greylisting-2.4x.diff<br/>/trunk/SA-greylisting-2.6.diff<br/>/trunk/TODO<br/>/trunk/accept.c<br/>/trunk/contrib<br/>/trunk/eximinc<br/>/trunk/greylistclean<br/>/trunk/greylistclean.cron<br/>/trunk/localscan_dlopen_exim_4.20_or_better.patch<br/>/trunk/localscan_dlopen_up_to_exim_4.14.patch<br/>/trunk/sa-exim.c<br/>/trunk/sa-exim.conf<br/>/trunk/sa.html.template<br/>/trunk/version
/trunk/debian
73 4544d 17h magnus /tags/4.2.1-14/ [svn-buildpackage] Tagging sa-exim 4.2.1-14  
/tags/4.2.1-14
72 4546d 00h magnus /trunk/debian/ Update changelog date.  
/trunk/debian/changelog
71 4637d 13h magnus /trunk/debian/ Update Standards-Version to 3.9.2.  
/trunk/debian/changelog<br/>/trunk/debian/control
70 4637d 14h 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).
 
/trunk/debian/patches<br/>/trunk/debian/patches/api-limitations.patch<br/>/trunk/debian/patches/grey-clean-sender.patch<br/>/trunk/debian/patches/grey-only-ipv4.patch<br/>/trunk/debian/patches/improved-default-conf.patch<br/>/trunk/debian/patches/readme.patch<br/>/trunk/debian/patches/save-path.patch<br/>/trunk/debian/patches/series<br/>/trunk/debian/patches/spamc-args.patch<br/>/trunk/debian/patches/spamd-not-nobody.patch<br/>/trunk/debian/source<br/>/trunk/debian/source/format
/trunk/debian/changelog
69 4637d 14h magnus /trunk/ Another mention of "nobody" that didn't get checked in previously.  
/trunk/README.greylisting
68 4637d 15h 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.
 
/trunk/debian/greylistclean.cron.d<br/>/trunk/debian/install
/trunk/debian/dirs
/trunk/debian/changelog<br/>/trunk/debian/compat<br/>/trunk/debian/control<br/>/trunk/debian/rules<br/>/trunk/greylistclean.cron<br/>/trunk/sa-exim.conf
67 4643d 13h magnus /trunk/ The "nobody" user and "nogroup" group should not own files. Therefore,
create /var/spool/sa-exim/tuplets with Debian-exim as owner on new
installations and run greylistclean as Debian-exim by default. Don't
change ownership of already existing /var/spool/sa-exim or
/var/spool/sa-exim/tuplets, since the local admin may have different
preferences, but give the Debian-exim group the write permission it
needs if /var/spool/sa-exim/tuplets is owned by "nobody" and spamd
runs as the calling user (Closes: #563492). Add documentation to
README.Debian and remove recommendation to run spamd as "nobody" from
README and README.greylisting.
 
/trunk/README<br/>/trunk/README.greylisting<br/>/trunk/debian/NEWS<br/>/trunk/debian/README.Debian<br/>/trunk/debian/changelog<br/>/trunk/debian/postinst<br/>/trunk/greylistclean.cron
66 4644d 20h magnus /trunk/ Drop the defaults for SAspamcHost and SAspamcPort, deferring to spamc
as to what the defaults will be if those options are not set in
sa-exim.conf (Closes: #506571).
 
/trunk/debian/changelog<br/>/trunk/sa-exim.c<br/>/trunk/sa-exim.conf
65 4644d 20h magnus /trunk/debian/ Remove cruft.  
/trunk/debian/rules
64 4644d 21h magnus /trunk/debian/ Updated Danish and Dutch Debconf template translations (Closes:
#608447, #634314).
 
/trunk/debian/changelog<br/>/trunk/debian/po/da.po<br/>/trunk/debian/po/nl.po
63 5189d 04h magnus /tags/4.2.1-13/ [svn-buildpackage] Tagging sa-exim (4.2.1-13)  
/tags/4.2.1-13
62 5196d 17h magnus /trunk/debian/ Updated Spanish Debconf template translation (Closes: #543310).
Submitted by Francisco Javier Cuadrado.
 
/trunk/debian/changelog<br/>/trunk/debian/po/es.po
61 5421d 23h magnus /tags/4.2.1-12/ [svn-buildpackage] Tagging sa-exim (4.2.1-12)  
/tags/4.2.1-12
60 5421d 23h magnus /trunk/debian/ New Russian and updated French Debconf translation.  
/trunk/debian/po/ru.po
/trunk/debian/changelog<br/>/trunk/debian/po/fr.po
59 5540d 20h magnus /trunk/debian/ Whitespace fix  
/trunk/debian/changelog
58 5540d 20h magnus /trunk/debian/ Override Lintian warning about depending on exim4-localscanapi-1.1
without a real package as a primary alternative, since adding that
would defeat the purpose of not having to keep track of which version
of Exim provides which API/ABI version.
 
/trunk/debian/sa-exim.lintian-overrides
/trunk/debian/changelog<br/>/trunk/debian/rules
57 5540d 20h magnus /trunk/debian/ Increase Debhelper compat level to 5.  
/trunk/debian/changelog<br/>/trunk/debian/compat<br/>/trunk/debian/control
56 5540d 20h magnus /trunk/debian/ Bump Standards-Version to 3.8.1.  
/trunk/debian/changelog<br/>/trunk/debian/control
55 5540d 20h magnus /trunk/debian/ debian/copyright: Point to the GPL 2.0 license text since this package
is licensed under that version only.
 
/trunk/debian/changelog<br/>/trunk/debian/copyright
54 5540d 20h magnus /trunk/debian/ debian/control: Put back ${misc:Depends} in Depends.  
/trunk/debian/changelog<br/>/trunk/debian/control
53 5540d 21h magnus /trunk/debian/ debian/postinst: Don't call mv with a prepended path.  
/trunk/debian/changelog<br/>/trunk/debian/postinst