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