X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=8c26a259a5b96fec7c35a2ec2e48f8f140661cea;hb=bef116225aaf81fc42373a387d73e78eb5b6c3fb;hp=8e7fe6cdcbe21d64e724b2b08e509d55acf99abb;hpb=a9df5349e764b2f785022625c1e729dc7de4782a;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/changelog b/debian/changelog index 8e7fe6c..8c26a25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,131 @@ +spamass-milter (0.4.0-2) unstable; urgency=medium + + * Document milter env variables (closes: #816799) + * Do not remove the socket if spamass-milter is already running (closes: + #782252) + * Enable the hardening flags (closes: #879671) + * Create a home directory for the spamass-milter user, because we use it + as the default for spamassassin (Closes: #696861) + * Remove the pointless s suffix in spamass-milter.init (closes: #772368) + * Don't bother to remove inet sockets or try to chown/chmod them. + (closes: #767966) + + -- Don Armstrong Thu, 10 May 2018 12:13:11 -0700 + +spamass-milter (0.4.0-1) unstable; urgency=medium + + * New upstream release + * Refresh patches + * Remove debian ipv6 patch and header cast patch which were upstreamed + * Fix spacing and missing semicolon on Received: header (closes: + #775183) + + -- Don Armstrong Thu, 06 Aug 2015 20:45:55 -0700 + +spamass-milter (0.3.2-3) UNRELEASED; urgency=low + + * Remove /var/spool/postfix/spamass on purge if it exists (closes: + #729072) + + -- Don Armstrong Fri, 08 Nov 2013 10:34:29 -0800 + +spamass-milter (0.3.2-2) unstable; urgency=low + + * Make it more clear that OPTIONS can only be set once in the + configuration file (Thanks to Matt Jamison) (closes: #695809). + * Document that the i macro should be given for postfix. (closes: + #696856) + * Create a spamass-milter group and a /var/lib/spamass-milter directory; + make the primary group id spamass-milter. (Closes: #696861) + + -- Don Armstrong Wed, 12 Dec 2012 17:05:17 -0800 + +spamass-milter (0.3.2-1) unstable; urgency=low + + * New upstream release + * No longer create home directory for spamass-milter; remove on purge if + it exists (closes: #668717) + * Use autotools-dev to update config.sub/config.guess (closes: #539791) + * Include support for ipv6 (Thanks to Wilmer van der Gaast) (closes: #569483) + * Add SMTP auth information to received header (Thanks to Knut Arne + Bjørndal) (closes: #627989) + + -- Don Armstrong Mon, 13 Jun 2011 17:00:00 -0700 + +spamass-milter (0.3.1-10) unstable; urgency=low + + * Fix zombies which were happening with -x. (closes: #575019) + + -- Don Armstrong Mon, 22 Mar 2010 14:39:12 -0700 + +spamass-milter (0.3.1-9) unstable; urgency=high + + * Call restorecon on the socket and pidfile directories to make SELinux + happy (thanks to Russell Coker) (closes: #518552) + * Document how to make inet:9999@127.0.0.1 work (closes: #519245) + * Document that using the -x option requires being in the smmsp group + (closes: #515158) + * Deal with inet:999 sockets (closes: #514749) + - handle them more sanely in the init script + - document how to deal with them in README.Debian and + /etc/spamass-milter/default + * Use new popenenv function instead of open; fixes remote code exploit + as the spamass-milter user when run using -x. (closes: #573228) + + -- Don Armstrong Wed, 11 Mar 2009 03:59:39 -0700 + +spamass-milter (0.3.1-8) unstable; urgency=low + + * Update the documentation in README.Debian to indicate that a different + path to the postfix socket may be required in chrooted postfix + installs (closes: #496003) + * Update milter_connect_macros_line (thanks to Marco d'Itri) + * Fix the code to generate a sendmail-compatible header (thanks to Marco + d'Itri) (closes: #510665). + * Put Homepage in the proper location + * Update standards version with only the above change + + -- Don Armstrong Fri, 23 Jan 2009 15:40:41 -0800 + +spamass-milter (0.3.1-7) unstable; urgency=low + + * Add LSB options to init script (closes: #467145) + * Add status init script command support + + -- Don Armstrong Mon, 25 Feb 2008 16:00:57 -0800 + +spamass-milter (0.3.1-6) unstable; urgency=low + + * New version to allow building against libmilter1 + + -- Don Armstrong Sat, 19 May 2007 19:01:17 -0700 + +spamass-milter (0.3.1-5) unstable; urgency=low + + * Run spamass-milter as a new user, spamassmilter instead of nobody + (closes: #411094) + * Use --oknodo in stop so we don't fail when spamassmilter is not running + (closes: #412524) + + -- Don Armstrong Mon, 26 Feb 2007 17:26:33 -0800 + +spamass-milter (0.3.1-4) unstable; urgency=low + + * Flip the order of socket and piddir creation, because the default for + sendmail has them in the same directory. [This was breaking new + sendmail installs.] + + -- Don Armstrong Sun, 28 Jan 2007 17:43:53 -0800 + spamass-milter (0.3.1-3) unstable; urgency=low * Use dirname instead of basename (closes: #391909) - * Provide example of postfix socket location, and add runas option to - change the user that spamassmilter runs as. (closes: #391789) + * Add RUNAS option to change the user that spamass-milter runs as. + * Automatically detect postfix installs, and change the PID, SOCKET, and + SOCKETMODE options accordingly (closes: #391789) Thanks to Zach + Sadecki and Marco d'Itri for testing this fix. - -- Don Armstrong Fri, 13 Oct 2006 00:20:32 -0700 + -- Don Armstrong Mon, 1 Jan 2007 11:07:17 -0800 spamass-milter (0.3.1-2) unstable; urgency=low