]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - debian/changelog
do not remove the socket if spamass milter is already running
[deb_pkgs/spamass-milter.git] / debian / changelog
index 993b8f2819f691f64d4bb2a03faa5c1ddb3ceae7..841160af02832f70af92b54ea021de3f232b19d6 100644 (file)
@@ -1,3 +1,127 @@
+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)
+
+ -- Don Armstrong <don@debian.org>  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 <don@debian.org>  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 <don@debian.org>  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 <don@donarmstrong.com>  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 <don@debian.org>  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 <don@debian.org>  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 <don@debian.org>  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 <don@debian.org>  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 <don@debian.org>  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 <don@debian.org>  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 <don@debian.org>  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 <don@debian.org>  Sun, 28 Jan 2007 17:43:53 -0800
+
+spamass-milter (0.3.1-3) unstable; urgency=low
+
+  * Use dirname instead of basename (closes: #391909)
+  * 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 <don@debian.org>  Mon,  1 Jan 2007 11:07:17 -0800
+
 spamass-milter (0.3.1-2) unstable; urgency=low
 
   * Create /var/run/sendmail if it doesn't already exist to allow for