Change logs for sa-exim source package in Sid

  • sa-exim (4.2.1-20) unstable; urgency=medium
    
      * Rebuild against current exim4 (Closes: #981398).
      * Upgrade to Debhelper compat level 12.
      * Bump Standards-Version to 4.5.1.
      * encoding.patch: Change a single letter in Acknowledgements.html from
        Latin-1 to UTF-8 and add a charset meta tag to sa.html.
      * Leave out redundant Acknowledgements.html from binary package.
      * Add Lintian override for accept.so missing dependency information
        (it's a dummy local_scan plugin that has no dependencies). Drop unused
        virtual-package-depends-without-real-package-depends override.
    
     -- Magnus Holmgren <email address hidden>  Sat, 13 Feb 2021 18:57:42 +0100
  • sa-exim (4.2.1-19) unstable; urgency=medium
    
      * no_eval.patch: [CVE-2019-19920] Manually parse option string in
        Greylisting plugin, avoiding use of eval() (Closes: #946829, #947198).
      * Bump Standards-Version to 4.5.0.
    
     -- Magnus Holmgren <email address hidden>  Sat, 08 Feb 2020 22:53:50 +0100
  • sa-exim (4.2.1-18) unstable; urgency=medium
    
      * Build with -DLOCAL_SCAN.
      * sprintf_no_format_string.patch: With exim 4.93, string_sprintf()
        requires at least two arguments (Closes: #943571). Thanks to Andreas
        Metzler.
    
     -- Magnus Holmgren <email address hidden>  Sat, 23 Nov 2019 22:40:24 +0100
  • sa-exim (4.2.1-17) unstable; urgency=medium
    
      * 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).
      * 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.
        Also start using body_linecount again since it's now part of the API,
        but don't update it when it's zero, indicating that the spool file is
        in wire format.
    
     -- Magnus Holmgren <email address hidden>  Wed, 08 May 2019 23:11:16 +0200
  • sa-exim (4.2.1-16) unstable; urgency=low
    
      * reproducible-build.patch: Make ACKNOWLEDGEMENTS always UTF-8 encoded
        rather than depending on the environment.
    
     -- Magnus Holmgren <email address hidden>  Tue, 02 Aug 2016 23:08:31 +0200
  • sa-exim (4.2.1-15) unstable; urgency=low
    
      * 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.
      * greylisting-ipv6.patch (new): 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.
      * 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/.
      * postinst, postrm: Remove hard-coded path to invoke-rc.d.
      * 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).
      * greylist-lint.patch: disable greylisting plugin during spamassassin
        --lint to avoid warnings about missing headers (Closes: #760860).
        Thanks to Chaskiel Grundman.
      * Use dpkg-buildflags.
      * Bump Standards-Version to 3.9.8.
      * Override Lintian warning about virtual exim4-localscanapi dependency
        regardless of API version.
    
     -- Magnus Holmgren <email address hidden>  Fri, 22 Jul 2016 11:26:45 +0200
  • sa-exim (4.2.1-14) unstable; urgency=low
    
    
      * Updated Danish and Dutch Debconf template translations (Closes:
        #608447, #634314).
      * 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).
      * 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.
      * 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.
      * 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).
      * Update Standards-Version to 3.9.2.
    
     -- Magnus Holmgren <email address hidden>  Sun, 25 Dec 2011 12:13:22 +0100
  • sa-exim (4.2.1-13) unstable; urgency=low
    
    
      * Updated Spanish Debconf template translation (Closes: #543310).
        Submitted by Francisco Javier Cuadrado.
    
     -- Magnus Holmgren <email address hidden>  Sun, 14 Mar 2010 18:33:42 +0100
  • sa-exim (4.2.1-12) unstable; urgency=low
    
    
      * Debconf templates and debian/control reviewed by the debian-l10n-
        english team as part of the Smith review project (Closes: #517169).
      * Corresponding Debconf translation updates:
        * Brazilian Portuguese from Adriano Rafael Gomes. (Closes: #519422).
        * Czech from Miroslav Kure (Closes: #518989).
        * Finnish from Esko Arajärvi (Closes: #518200).
        * German from Matthias Julius (Closes: #518332).
        * Galician from Marce Villarino. (Closes: #519487).
        * Italian from Luca Monducci (Closes: #519177).
        * Japanese from Hideki Yamane (Closes: #518502).
        * Portuguese from Miguel Figueiredo. (Closes: #519002).
        * Swedish from Martin Bagge (Closes: #518325).
        * Vietnamese from Clytie Siddall (Closes: #517813).
      	* French from Christian Perrier (Closes: #532560).
        The following translations have not been updated yet: da, es, fr, nl.
      * Add Russian Debconf translation (Closes: #529808). Thanks to Yuri Kozlov.
      * debian/postinst: Don't call mv with a prepended path.
      * debian/control: Put back ${misc:Depends} in Depends.
      * debian/copyright: Point to the GPL 2.0 license text since this package
        is licensed under that version only.
      * Bump Standards-Version to 3.8.1.
      * Increase Debhelper compat level to 5.
      * 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.
    
     -- Magnus Holmgren <email address hidden>  Sat, 01 Aug 2009 13:55:21 +0200
  • sa-exim (4.2.1-11) unstable; urgency=low
    
    
      * Add Brazilian Portuguese Debconf template translation (Closes:
        #484986). Thanks to Adriano Rafael Gomes and Felipe Augusto van de
        Wiel.
      * Don't ignore make clean errors.
      * README.Debian: Remove outdated information about patching pre-3.0
        SpamAssassin. Add information regarding auto-expire problems
        (Closes: #461219).
      * Stop including the SA 2.x greylisting patches altogether (due to a
        typo only of them was included anyway).
      * This package seems to comply with policy 3.8.0 already.
    
     -- Magnus Holmgren <email address hidden>  Wed, 25 Jun 2008 19:11:02 +0200