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