Merge branch 'debian'
[hcoop/debian/courier-authlib.git] / debian / changelog
CommitLineData
940be80e
SHR
1courier-authlib (0.63.0-6) unstable; urgency=low
2
3 [Martin Orr <martin@martinorr.name>]
4
5 * Set SELinux context for runtime directories in init script
6 (Closes: #668564)
7
8 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 13 Apr 2012 08:53:02 +0200
9
10courier-authlib (0.63.0-5) unstable; urgency=low
11
12 [ Moritz Muehlenhoff <jmm@debian.org> ]
13
14 * Enable hardened build flags (Closes: #655168)
15
16 [ Peter Eisentraut <petere@debian.org> ]
17
18 * Add support for "status" action to authdaemon init script
19
20 -- Stefan Hornburg (Racke) <racke@linuxia.de> Sat, 07 Apr 2012 16:48:52 +0200
21
22courier-authlib (0.63.0-4) unstable; urgency=low
23
24 * Remove umask check from debian/rules (Closes: #634599, thanks to Lucas
25 Nussbaum <lucas@lucas-nussbaum.net> for the report)
26
27 -- Stefan Hornburg (Racke) <racke@linuxia.de> Wed, 31 Aug 2011 13:32:46 +0200
28
29courier-authlib (0.63.0-3.1) unstable; urgency=low
30
31 * Non-maintainer upload.
32 * Empty dependency_libs (Closes: #621191).
33
34 -- Luk Claes <luk@debian.org> Tue, 28 Jun 2011 07:23:00 +0200
35
36courier-authlib (0.63.0-3) unstable; urgency=low
37
38 [ Simon McVittie <smcv@debian.org> ]
39 * Add a symbols file for libcourier*.so to work around the library name
40 being unsuitable for dpkg-shlibdeps (based on a suggestion from
41 Steve Langasek, Closes: #554788)
42 * Tell dh_makeshlibs and dh_shlibdeps to look in the non-standard library
43 directory
44 * Make distclean rather than clean to avoid garbage in the Debian diff when
45 building twice (patch from Peter Eisentraut, Closes: #527971)
46
47 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 11 Oct 2010 10:20:03 +0200
48
49courier-authlib (0.63.0-2) unstable; urgency=low
50
51 * rebuild to really fix MySQL dependency (Closes: #574101)
52 * recreation of directories in /var/run uses correct
53 ownership/permissions now (Closes: #429866)
54
55 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 19 Mar 2010 14:28:14 +0100
56
57courier-authlib (0.63.0-1) unstable; urgency=low
58
59 * new upstream release
60 * fix deprecated dependency on libmysqlclient15off (Closes: #574101,
61 thanks to Dominik Röttsches <d-r@roettsches.de> for the report)
62
63 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 16 Mar 2010 16:14:44 +0100
64
65courier-authlib (0.62.4-1) unstable; urgency=low
66
67 * new upstream release
68 - satisfies courier-base reverse dependency (Closes: #558120,
69 thanks to Julien Pinon <jpinon@free.fr> for the report)
70 * fix incorrect handling of init.d reload action by removing it
71 (Closes: #527972, thanks to Peter Eisentraut <petere@debian.org>)
72 * use upstream config.* files
73 * lintian fixes
74 - added ${misc:Depends} for all packages
75 - eliminated commands with absolute paths in maintainer scripts
76 - bumped up Standards-Version
77 - bumped up debhelper comptability level to 5
78
79 -- Stefan Hornburg (Racke) <racke@linuxia.de> Thu, 26 Nov 2009 20:09:13 +0100
80
81courier-authlib (0.62.2-1) unstable; urgency=low
82
83 * new upstream release
84 * create run directory with init script (Closes: #349830, thanks to Tim
85 Small <tim@buttersideup.com> for the help)
86 * lintian
87 - copyright notice added to copyright
88 - overrides for file permission of configuration files
89 - reorder debhelper commands
90
91 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 02 Mar 2009 16:09:05 +0100
92
c8ffd908 93courier-authlib (0.61.0-1+lenny1hcoop1) lenny; urgency=low
94
95 * Merge from Debian. Remaining changes:
96 + authpam.c:
97 - Revert the disabling of pam_setcred so that IMAP works on AFS.
98 + courier_auth_config.h:
99 - Set the userdb path to be /etc/courier/userdb.
100 + preauthuserdbcommon.c:
101 - Get AFS tokens.
102
103 -- Michael Olson (HCoop) <mwolson@hcoop.net> Thu, 09 Apr 2009 23:43:21 -0400
2c58f61c 104
0fde1ce3 105courier-authlib (0.61.0-1+lenny1) testing-security; urgency=high
106
107 * Non-maintainer upload by the security team
108 * Fix several sql-injection vulnerabilities in authpgsqllib.c by using
109 PQsetClientEncoding() and PQescapeStringConn()
110 Fixes: CVE-2008-2380
111
112 -- Steffen Joeris <white@debian.org> Mon, 08 Dec 2008 13:48:12 +0000
113
114courier-authlib (0.61.0-1) unstable; urgency=low
115
116 * new upstream release
117 * lintian:
118 - debian/compat file
119 - don't ignore make clean errors
120
121 -- Stefan Hornburg (Racke) <racke@linuxia.de> Thu, 17 Jul 2008 12:59:36 +0200
122
123courier-authlib (0.60.1-2.1) unstable; urgency=high
124
125 * Non-maintainer upload by the security team
126 * Fix sql injection vulnerability by changing to use
127 mysql_set_character_set instead of SET NAMES
128 (Change was introduced by upstream in 0.60.6)
129 (Closes: #485424)
130
131 -- Steffen Joeris <white@debian.org> Mon, 09 Jun 2008 15:29:23 +0000
132
3f2ad2d4 133courier-authlib (0.60.2-0hcoop7) unstable; urgency=low
134
135 * Revert last change. Now the AFS token code is before the callback.
136
137 -- Michael Olson (HCoop) <mwolson@hcoop.net> Thu, 07 Feb 2008 22:37:30 -0500
138
2cdb8e7d 139courier-authlib (0.60.2-0hcoop6) unstable; urgency=low
140
141 * Move acquiting of AFS vmail tokens to just after callback.
142
143 -- Michael Olson (HCoop) <mwolson@hcoop.net> Sat, 02 Feb 2008 20:29:01 -0500
144
51201864 145courier-authlib (0.60.2-0hcoop5) unstable; urgency=low
146
147 * Move acquiring of AFS vmail tokens to preauthuserdbcommon.c.
148
149 -- Michael Olson (HCoop) <mwolson@hcoop.net> Fri, 01 Feb 2008 21:55:37 -0500
150
05980d6f 151courier-authlib (0.60.2-0hcoop4) unstable; urgency=low
152
153 * authuserdb: Try using a separate get-token script.
154
155 -- Michael Olson (HCoop) <mwolson@hcoop.net> Wed, 30 Jan 2008 13:17:14 -0500
156
63de08e7 157courier-authlib (0.60.2-0hcoop3) unstable; urgency=low
158
159 * Fix bug in previous patch.
160
161 -- Michael Olson (HCoop) <mwolson@hcoop.net> Sun, 27 Jan 2008 16:19:18 -0500
162
c0398a7b 163courier-authlib (0.60.2-0hcoop2) unstable; urgency=low
164
165 * Get token after authenticating a vmail user.
166
167 -- Michael Olson (HCoop) <mwolson@hcoop.net> Sat, 26 Jan 2008 15:28:19 -0500
168
34c781f2 169courier-authlib (0.60.2-0hcoop1) unstable; urgency=low
170
171 * New upstream release. Remaining changes:
172 - Revert the disabling of pam_setcred so that IMAP works as expected.
173 - Set the userdb path to be /etc/courier/userdb.
174
175 -- Michael Olson (HCoop) <mwolson@hcoop.net> Fri, 25 Jan 2008 19:24:41 -0500
176
0fde1ce3 177courier-authlib (0.60.1-2) unstable; urgency=low
178
179 * added LSB dependency info to init scripts (Closes: #460221, thanks to
180 Petter Reinholdtsen <pere@hungry.com> for the patch)
181
182 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 7 Apr 2008 13:21:37 +0200
183
92232671 184courier-authlib (0.60.1-1hcoop1) unstable; urgency=low
185
186 * Sync from Debian. Remaining changes:
187 - Revert the disabling of pam_setcred so that IMAP works as expected.
188 - Set the userdb path to be /etc/courier/userdb.
189
f53ed7f1 190 -- Michael Olson (HCoop) <mwolson@hcoop.net> Fri, 25 Jan 2008 18:28:11 -0500
92232671 191
64ff59ba 192courier-authlib (0.60.1-1) unstable; urgency=low
193
194 * new upstream release
195
196 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 15 Oct 2007 10:56:16 +0200
197
198courier-authlib (0.60.0-1) unstable; urgency=low
199
200 * new upstream release, now under GPL version 3
201
202 -- Stefan Hornburg (Racke) <racke@linuxia.de> Sun, 30 Sep 2007 21:58:35 +0200
203
204courier-authlib (0.59.3-2) unstable; urgency=low
205
206 * dropped alternative build dependency on postgresql-dev
207 (Closes: #429964, thanks to Lior Kaplan <kaplan@debian.org> for the report
208
209 -- Stefan Hornburg (Racke) <racke@linuxia.de> Thu, 21 Jun 2007 20:26:38 +0200
210
4360c3b9 211courier-authlib (0.59.3-1hcoop1) unstable; urgency=low
212
213 [Adam Megacz]
214 * Revert the disabling of pam_setcred so that IMAP works as expected.
215 * Set the userdb path to be /etc/courier/userdb.
216 * userdb: Allow "+", ":", and "_" in usernames.
217
218 -- Michael Olson (HCoop) <mwolson@hcoop.net> Fri, 25 Jan 2008 17:46:10 -0500
219
426e7833 220courier-authlib (0.59.3-1) unstable; urgency=low
221
222 * new upstream release
223
224 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 23 Apr 2007 10:18:17 +0200
225
226courier-authlib (0.59.1-0.1) experimental; urgency=low
227
228 * new upstream release
229
230 -- Stefan Hornburg (Racke) <racke@linuxia.de> Wed, 17 Jan 2007 11:58:29 +0100
231
232courier-authlib (0.58-5) unstable; urgency=low
233
234 * added dependency and build dependency on expect (Closes: #400812,
235 thanks to Peter Troeger <peter@troeger.eu> for the report)
236
237 -- Stefan Hornburg (Racke) <racke@linuxia.de> Wed, 29 Nov 2006 11:42:45 +0100
238
239courier-authlib (0.58-4) unstable; urgency=medium
240
241 * call dh_makeshlibs during binary-arch target in order to get proper shlib
242 information for libcourierauth.so (Closes: #378249, thanks to Charles
243 Fry <cfry@debian.org> for the report and Steinar H. Gunderson
244 <sesse@debian.org> for the patch)
245 * ensure that courier-authdaemon is upgraded when switching to courier-authlib
246 * switch to lsb logging functions (Closes: #384823, thanks to David Härdeman
247 <david@2gen.com> for the patch)
248
249 -- Stefan Hornburg (Racke) <racke@linuxia.de> Sat, 9 Sep 2006 17:37:11 +0200
250
251courier-authlib (0.58-3.1) unstable; urgency=medium
252
253 * Non-Maintainer Upload to fix security bug, caused by
254 /var/run/courier/authdaemon being world executable. Thanks to Martin
255 Ferrari for the fix. (Closes: #378571)
256
257 -- Margarita Manterola <marga@debian.org> Tue, 1 Aug 2006 16:45:07 -0300
258
259courier-authlib (0.58-3) unstable; urgency=low
260
261 * remove all Courier runtime files on purge of courier-authdaemon
262
263 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 6 Jun 2006 04:48:20 +0200
264
265courier-authlib (0.58-2) unstable; urgency=low
266
267 * set ownership of /var/run/courier and /var/run/courier/authdaemon to
268 daemon.daemon (Closes: #368358, #368360)
269
270 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 23 May 2006 09:43:15 +0200
271
272courier-authlib (0.58-1.0) unstable; urgency=low
273
274 * first upload to unstable
275
276 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 12 May 2006 16:53:38 +0200
277
278courier-authlib (0.58-0.4) experimental; urgency=low
279
280 * changed alternative dependency for libmysqlclient-dev to
281 libmysqlclient15-dev (Closes: #356728, thanks to Stefan Huehner
282 <huehner@unix-ag.uni-kl.de> for the report)
283
284 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 14 Mar 2006 11:14:11 +0100
285
286courier-authlib (0.58-0.3) experimental; urgency=low
287
288 * courier-authlib-userdb conflicts with pre-authlib courier-base package
289
290 -- Stefan Hornburg (Racke) <racke@linuxia.de> Wed, 11 Jan 2006 09:33:10 +0100
291
292courier-authlib (0.58-0.2) experimental; urgency=low
293
294 * updated config.{guess,sub} to avoid FTBFS on some architectures
295 (Closes: #346105, thanks to Petr Salinger
296 <Petr.Salinger@t-systems.cz>)
297
298 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 6 Jan 2006 11:13:19 +0100
299
300courier-authlib (0.58-0.1) experimental; urgency=low
301
302 * new upstream release
303 * transition to new PostgreSQL architecture (Closes: #339297, thanks to
304 Martin Pitt <mpitt@debian.org> for the report and the patch)
305 * added courier-authlib-mysql/postgresql prerm/postinst scripts to
306 restart courier-authdaemon
307
308 -- Stefan Hornburg (Racke) <racke@linuxia.de> Thu, 5 Jan 2006 14:58:19 +0100
309
310courier-authlib (0.57.20051004-2) experimental; urgency=low
311
312 * ship configuration files with sane ownership/permissions
313 * restoring call to pam_acct_mgmt
314
315 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 11 Nov 2005 00:49:19 +0100
316
317courier-authlib (0.57.20051004-1) experimental; urgency=low
318
319 * new upstream release:
320 - contains authtest manual page and authpasswd script
321 * keep authtest name instead of renaming to courierauthtest, there are
322 currently no conflicts with other binaries
323 * separate package courier-authlib-pipe for authpipe module
324 * revive courier-authdaemon package to allow seamless upgrades from sarge
325 * changed FSF address in copyright file
326 * changed BuildDepends from libmysqlclient10-dev to libmysqlclient14-dev
327 * use DH_COMPAT=4
328
329 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 25 Oct 2005 11:04:45 +0200
330
331courier-authlib (0.56-0.5) experimental; urgency=low
332
333 * added build dependency on procps (Closes: #311976, thanks to Kurt
334 Roeckx <kurt@roeckx.be> for the report)
335
336 -- Stefan Hornburg (Racke) <racke@linuxia.de> Sat, 4 Jun 2005 22:03:43 +0200
337
338courier-authlib (0.56-0.4) experimental; urgency=low
339
340 * provide proper LDAP configuration file instead of an empty one (thanks
341 to Peter Mann <Peter.Mann@tuke.sk> for the report)
342
343 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 31 May 2005 14:48:04 +0200
344
345courier-authlib (0.56-0.3) experimental; urgency=low
346
347 * added dependency to courier-authlib-dev on courier-authlib
348 * versioned dependencies for courier-authlib-* packages
349
350 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 31 May 2005 11:13:01 +0200
351
352courier-authlib (0.56-0.2) experimental; urgency=low
353
354 * removed check for openssl binary (Closes: #311175, thanks to Kenshi
355 Muto <kmuto@debian.org> for the report)
356
357 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 30 May 2005 13:23:02 +0200
358
359courier-authlib (0.56-0.1) experimental; urgency=low
360
361 * initial release
362
363 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 27 May 2005 23:20:21 +0200
364