]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - debian/changelog
Merge branch 'upstream'
[deb_pkgs/spamass-milter.git] / debian / changelog
1 spamass-milter (0.3.2-3) UNRELEASED; urgency=low
2
3   * Remove /var/spool/postfix/spamass on purge if it exists (closes:
4     #729072)
5
6  -- Don Armstrong <don@debian.org>  Fri, 08 Nov 2013 10:34:29 -0800
7
8 spamass-milter (0.3.2-2) unstable; urgency=low
9
10   * Make it more clear that OPTIONS can only be set once in the
11     configuration file (Thanks to Matt Jamison) (closes: #695809).
12   * Document that the i macro should be given for postfix. (closes:
13     #696856)
14   * Create a spamass-milter group and a /var/lib/spamass-milter directory;
15     make the primary group id spamass-milter. (Closes: #696861)
16
17  -- Don Armstrong <don@donarmstrong.com>  Wed, 12 Dec 2012 17:05:17 -0800
18
19 spamass-milter (0.3.2-1) unstable; urgency=low
20
21   * New upstream release
22   * No longer create home directory for spamass-milter; remove on purge if
23     it exists (closes: #668717)
24   * Use autotools-dev to update config.sub/config.guess (closes: #539791)
25   * Include support for ipv6 (Thanks to Wilmer van der Gaast) (closes: #569483)
26   * Add SMTP auth information to received header (Thanks to Knut Arne
27     Bjørndal) (closes: #627989)
28   
29  -- Don Armstrong <don@debian.org>  Mon, 13 Jun 2011 17:00:00 -0700
30
31 spamass-milter (0.3.1-10) unstable; urgency=low
32
33   * Fix zombies which were happening with -x. (closes: #575019)
34
35  -- Don Armstrong <don@debian.org>  Mon, 22 Mar 2010 14:39:12 -0700
36
37 spamass-milter (0.3.1-9) unstable; urgency=high
38
39   * Call restorecon on the socket and pidfile directories to make SELinux
40     happy (thanks to Russell Coker) (closes: #518552)
41   * Document how to make inet:9999@127.0.0.1 work (closes: #519245)
42   * Document that using the -x option requires being in the smmsp group
43     (closes: #515158)
44   * Deal with inet:999 sockets (closes: #514749)
45     - handle them more sanely in the init script
46     - document how to deal with them in README.Debian and
47       /etc/spamass-milter/default
48   * Use new popenenv function instead of open; fixes remote code exploit
49     as the spamass-milter user when run using -x. (closes: #573228)
50
51  -- Don Armstrong <don@debian.org>  Wed, 11 Mar 2009 03:59:39 -0700
52
53 spamass-milter (0.3.1-8) unstable; urgency=low
54
55   * Update the documentation in README.Debian to indicate that a different
56     path to the postfix socket may be required in chrooted postfix
57     installs (closes: #496003)
58   * Update milter_connect_macros_line (thanks to Marco d'Itri)
59   * Fix the code to generate a sendmail-compatible header (thanks to Marco
60     d'Itri) (closes: #510665).
61   * Put Homepage in the proper location
62   * Update standards version with only the above change
63
64  -- Don Armstrong <don@debian.org>  Fri, 23 Jan 2009 15:40:41 -0800
65
66 spamass-milter (0.3.1-7) unstable; urgency=low
67
68   * Add LSB options to init script (closes: #467145)
69   * Add status init script command support
70
71  -- Don Armstrong <don@debian.org>  Mon, 25 Feb 2008 16:00:57 -0800
72
73 spamass-milter (0.3.1-6) unstable; urgency=low
74
75   * New version to allow building against libmilter1
76
77  -- Don Armstrong <don@debian.org>  Sat, 19 May 2007 19:01:17 -0700
78
79 spamass-milter (0.3.1-5) unstable; urgency=low
80
81   * Run spamass-milter as a new user, spamassmilter instead of nobody
82     (closes: #411094)
83   * Use --oknodo in stop so we don't fail when spamassmilter is not running
84     (closes: #412524)
85
86  -- Don Armstrong <don@debian.org>  Mon, 26 Feb 2007 17:26:33 -0800
87
88 spamass-milter (0.3.1-4) unstable; urgency=low
89
90   * Flip the order of socket and piddir creation, because the default for
91     sendmail has them in the same directory. [This was breaking new
92     sendmail installs.]
93
94  -- Don Armstrong <don@debian.org>  Sun, 28 Jan 2007 17:43:53 -0800
95
96 spamass-milter (0.3.1-3) unstable; urgency=low
97
98   * Use dirname instead of basename (closes: #391909)
99   * Add RUNAS option to change the user that spamass-milter runs as.
100   * Automatically detect postfix installs, and change the PID, SOCKET, and
101     SOCKETMODE options accordingly (closes: #391789) Thanks to Zach
102     Sadecki and Marco d'Itri for testing this fix.
103
104  -- Don Armstrong <don@debian.org>  Mon,  1 Jan 2007 11:07:17 -0800
105
106 spamass-milter (0.3.1-2) unstable; urgency=low
107
108   * Create /var/run/sendmail if it doesn't already exist to allow for
109     /var/run on a tmpfs (closes: #373812)
110   * Stop depending on sendmail, and begin recommending sendmail or postfix
111     (closes: #378460)
112
113  -- Don Armstrong <don@debian.org>  Wed,  5 Apr 2006 13:21:11 -0700
114
115 spamass-milter (0.3.1-1) unstable; urgency=low
116
117   * New upstream release
118     - Adds more macros to avoid mails being tagged ALL_TRUSTED (closes: #354239)
119   
120  -- Don Armstrong <don@debian.org>  Wed,  5 Apr 2006 12:16:08 -0700
121
122 spamass-milter (0.3.0-2) unstable; urgency=low
123
124   * Add -I option to stop delaying mail from authenticated users. Thanks to
125     Paul Traina for the patch. (closes: #301755)
126   * Delete config.h, config.log, and config.status in the clean target
127   * Update standards version (no changes)
128
129  -- Don Armstrong <don@debian.org>  Fri, 23 Dec 2005 05:12:38 -0800
130
131 spamass-milter (0.3.0-1) unstable; urgency=low
132
133   * New upstream release (closes: #295586)
134   * Include sendmail.mc in the reportbug script
135   * Stop using cdbs
136   * Specify path to spamc and sendmail directly to eliminate (useless)
137     build dependencies on spamc and sendmail
138
139  -- Don Armstrong <don@debian.org>  Tue,  1 Mar 2005 18:20:21 -0800
140
141 spamass-milter (0.2.0-7) unstable; urgency=low
142
143   * Updates to deal with changes in spamassassin 3.0
144     - hits is now score in the X-Spam-Status: header (closes: #273798)
145   * Parse user+detail@foo.com addresses correctly (load preferences of the
146     user user instead of the user+detail user.)
147   * Uploaded by Stephen Gran <sgran@debian.org>
148
149  -- Don Armstrong <don@donarmstrong.com>  Thu, 30 Sep 2004 13:56:17 -0700
150
151 spamass-milter (0.2.0-6) unstable; urgency=low
152
153   * Add patch from cvs to create pidfile and use it in init script to
154     avoid start-stop-daemon needing /proc (closes: #216455)
155   * Use cdbs
156     - Add lintian override as the config.* patches aren't applied until buildtime
157   * Migrate patches to debian/patches
158   * Init scripts now send the right signal to stop spamass-milter
159   * Uploaded by Stephen Gran <sgran@debian.org>
160   
161  -- Don Armstrong <don@donarmstrong.com>  Tue, 24 Feb 2004 10:09:09 -0800
162
163 spamass-milter (0.2.0-5) unstable; urgency=low
164
165   * Changed recommends: spamd to spamassassin (closes: #204139)
166   * Fix typo in init script (oknod should be oknodo) (closes: #204301)
167   * Add debugging howto section to README.Debian
168   * Uploaded by Stephen Gran <sgran@debian.org>
169   
170  -- Don Armstrong <don@donarmstrong.com>  Fri, 29 Aug 2003 18:00:05 -0700
171
172 spamass-milter (0.2.0-4) unstable; urgency=low
173
174   * Add missing build-depends on groff
175     - Fixes FTBFS on autobuilders.
176   
177   * Update Standards Version to 3.6.0
178
179  -- Don Armstrong <don@donarmstrong.com>  Wed, 30 Jul 2003 01:32:00 -0700
180
181 spamass-milter (0.2.0-3) unstable; urgency=low
182
183   * Patch by Valentin Chopov <valentin@valcho.net> to fix segfaults on
184     empty message bodies. [The "bob" patch]
185
186  -- Don Armstrong <don@donarmstrong.com>  Mon, 21 Jul 2003 12:48:02 -0700
187
188 spamass-milter (0.2.0-2) unstable; urgency=low
189
190   * Removed bashism from /etc/init.d/spamass-milter [s/source/./] as
191     suggested and noticed by Joost van Baal <j.e.vanbaal@uvt.nl>.
192
193  -- Don Armstrong <don@donarmstrong.com>  Sun, 20 Jul 2003 01:13:18 -0700
194
195 spamass-milter (0.2.0-1) unstable; urgency=low
196
197   * New upstream release
198
199  -- Don Armstrong <don@donarmstrong.com>  Thu, 26 Jun 2003 20:38:15 -0400
200
201 spamass-milter (0.1.3a-1) unstable; urgency=low
202   
203   * Initial debian packaging
204
205  -- Don Armstrong <don@donarmstrong.com>  Thu, 30 Jan 2003 01:24:44 -0500
206