hcoop release
[hcoop/debian/courier-authlib.git] / debian / changelog
1 courier-authlib (0.66.4-9+hcoop2) unstable; urgency=medium
2
3 * HCoop release with fixed build
4
5 -- Clinton Ebadi <clinton@unknownlamer.org> Sun, 22 Apr 2018 04:15:05 -0400
6
7 courier-authlib (0.66.4-9+hcoop1) unstable; urgency=medium
8
9 * HCoop release
10
11 -- Clinton Ebadi <clinton@unknownlamer.org> Sun, 22 Apr 2018 03:53:22 -0400
12
13 courier-authlib (0.66.4-9) unstable; urgency=medium
14
15 * Orphan the package.
16
17 -- Ondřej Surý <ondrej@debian.org> Wed, 21 Dec 2016 15:02:10 +0100
18
19 courier-authlib (0.66.4-8) unstable; urgency=medium
20
21 * Use default-libmysqlclient-dev instead of libmysqlclient-dev
22 * Run wrap-and-sort -a
23 * Rebuild with default-libmysqlclient-dev as libmysqlclient-dev (>= 5.7)
24 is broken (Closes: #844952)
25
26 -- Ondřej Surý <ondrej@debian.org> Fri, 25 Nov 2016 15:21:19 +0100
27
28 courier-authlib (0.66.4-7) unstable; urgency=medium
29
30 * /usr/sbin/authdaemon is just a shell wrapper we need to call with
31 'start' and 'stop' arguments (Closes: #818747)
32 * Look at /usr/lib/courier/courier-authlib/authdaemond for
33 courier-authdaemon init.d script status call
34
35 -- Ondřej Surý <ondrej@debian.org> Wed, 23 Mar 2016 14:38:43 +0100
36
37 courier-authlib (0.66.4-6) unstable; urgency=medium
38
39 * Fix the TMPFILES loop in init script (Closes: #818744)
40 * Add "start" as default DAEMON_ARGS to launch courier-authdaemon
41 (Closes: #818747)
42 * Fix courier-authlib-sqlite description (Closes: #810601)
43
44 -- Ondřej Surý <ondrej@debian.org> Tue, 22 Mar 2016 12:11:51 +0100
45
46 courier-authlib (0.66.4-5) unstable; urgency=medium
47
48 * sysvinit-utils | init-d-script is Dependency and not Build-Dependency
49 * Looks like trigger name cannot end with /
50 * Let's restart courier-authdaemon and not authdaemon in triggered action
51 (Closes: #810345)
52 * libcourierauth* libraries are normal shared libraries, treat them as such
53 (Closes: #378241)
54 * Fix misc lintian warnings
55 * Add versioned Breaks: for courier-base and maildrop to not break them
56 * Rewritten init.d script using init-d-script
57 (Closes: #776529, #144505, #580187, #750582)
58 * Remove authdaemon restart from prerm scripts, we don't need this
59 anymore since we restart authdaemon via dpkg-trigger (Closes: #540374)
60 * Rewritten d/rules to use debhelper 9, autoreconf, and autotools-dev
61 (Closes: #558542, #540698, #599628, #607123, #744560)
62 * Update symbols file to match current symbols and set
63 DPKG_GENSYMBOLS_CHECK_LEVEL to 4
64 * Add adduser to courier-authlib Depends
65
66 -- Ondřej Surý <ondrej@debian.org> Wed, 16 Mar 2016 11:41:54 +0100
67
68 courier-authlib (0.66.4-4) unstable; urgency=medium
69
70 * Update packaging to modern dh9 format and use dh-autoreconf and
71 autotools-dev
72 * Don't mangle file permissions on install time as it's take care of in
73 Debian package
74 * Rip AC_PROG_SYSCONFTOOL macro to m4/ directory
75 * Fix authdaemondprog linking; missing libcourierauth.la
76 * Reorder libs on pkglib_LTLIBRARIES to help libtool find the libs
77 * Lintian overrides are installed by dh_lintian
78
79 -- Ondřej Surý <ondrej@debian.org> Mon, 08 Feb 2016 15:00:41 +0100
80
81 courier-authlib (0.66.4-3) unstable; urgency=medium
82
83 * Check and create courier user in authdaemon package in case
84 courier-base is not installed first (LP#1542174)
85
86 -- Ondřej Surý <ondrej@debian.org> Fri, 05 Feb 2016 09:58:26 +0100
87
88 courier-authlib (0.66.4-2) unstable; urgency=medium
89
90 * Convert the d/copyright into machine-readable file and add license for
91 authldaplib.c
92 * Use invoke-rc.d to restart authdaemon on mysql and postgresql fresh
93 installation
94 * Add courier-authdaemon systemd files (service and tmpfile)
95
96 -- Ondřej Surý <ondrej@debian.org> Sat, 02 Jan 2016 17:29:17 +0100
97
98 courier-authlib (0.66.4-1) unstable; urgency=medium
99
100 * Imported Upstream version 0.66.4
101 * Add dependency on libcourier-unicode-dev and wrap-and-sort -a
102 * Add myself to Uploaders
103 * Add Vcs-* links and Homepage
104 * Add d/watch with support for signed packages
105
106 -- Ondřej Surý <ondrej@debian.org> Thu, 31 Dec 2015 11:33:25 +0100
107
108 courier-authlib (0.66.3-1) unstable; urgency=medium
109
110 * Add support for authsqlite
111 * New upstream version 0.66.3
112
113 -- Ondřej Surý <ondrej@debian.org> Mon, 29 Jun 2015 12:23:12 +0200
114
115 courier-authlib (0.66.1-1+hcoop3) unstable; urgency=medium
116
117 * Replace system() with fork()+setuid()+exec() when calling afs
118 get-token script. Fixes issues with modern libafs-pam-session / PAG
119 behavior (courier must still run nopag)
120
121 -- Clinton Ebadi <clinton@unknownlamer.org> Mon, 18 May 2015 23:36:51 -0400
122
123 courier-authlib (0.66.1-1+hcoop2) unstable; urgency=medium
124
125 * Rebuild for Jessie
126
127 -- Clinton Ebadi <clinton@unknownlamer.org> Wed, 13 May 2015 11:08:11 -0400
128
129 courier-authlib (0.66.1-1~bpo70+hcoop1) wheezy-backports; urgency=medium
130
131 * Merge hcoop changes
132 * Backport to wheezy
133
134 -- Clinton Ebadi <clinton@neurasthenic.home.unknownlamer.org> Tue, 29 Apr 2014 23:08:29 -0400
135
136 courier-authlib (0.66.1-1) unstable; urgency=low
137
138 * New upstream release.
139
140 [Willi Mann <willi@debian.org>]
141
142 * Fix libtool breakage by explicitly using /bin/bash in debian/rules.
143
144 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 28 Oct 2013 11:38:37 +0100
145
146 courier-authlib (0.63.0-6+hcoop1) unstable; urgency=medium
147
148 * Merged HCoop changes
149
150 -- Clinton Ebadi <clinton@neurasthenic.home.unknownlamer.org> Tue, 29 Apr 2014 20:17:45 -0400
151
152 courier-authlib (0.63.0-6) unstable; urgency=low
153
154 [Martin Orr <martin@martinorr.name>]
155
156 * Set SELinux context for runtime directories in init script
157 (Closes: #668564)
158
159 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 13 Apr 2012 08:53:02 +0200
160
161 courier-authlib (0.63.0-5) unstable; urgency=low
162
163 [ Moritz Muehlenhoff <jmm@debian.org> ]
164
165 * Enable hardened build flags (Closes: #655168)
166
167 [ Peter Eisentraut <petere@debian.org> ]
168
169 * Add support for "status" action to authdaemon init script
170
171 -- Stefan Hornburg (Racke) <racke@linuxia.de> Sat, 07 Apr 2012 16:48:52 +0200
172
173 courier-authlib (0.63.0-4) unstable; urgency=low
174
175 * Remove umask check from debian/rules (Closes: #634599, thanks to Lucas
176 Nussbaum <lucas@lucas-nussbaum.net> for the report)
177
178 -- Stefan Hornburg (Racke) <racke@linuxia.de> Wed, 31 Aug 2011 13:32:46 +0200
179
180 courier-authlib (0.63.0-3.1) unstable; urgency=low
181
182 * Non-maintainer upload.
183 * Empty dependency_libs (Closes: #621191).
184
185 -- Luk Claes <luk@debian.org> Tue, 28 Jun 2011 07:23:00 +0200
186
187 courier-authlib (0.63.0-3) unstable; urgency=low
188
189 [ Simon McVittie <smcv@debian.org> ]
190 * Add a symbols file for libcourier*.so to work around the library name
191 being unsuitable for dpkg-shlibdeps (based on a suggestion from
192 Steve Langasek, Closes: #554788)
193 * Tell dh_makeshlibs and dh_shlibdeps to look in the non-standard library
194 directory
195 * Make distclean rather than clean to avoid garbage in the Debian diff when
196 building twice (patch from Peter Eisentraut, Closes: #527971)
197
198 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 11 Oct 2010 10:20:03 +0200
199
200 courier-authlib (0.63.0-2) unstable; urgency=low
201
202 * rebuild to really fix MySQL dependency (Closes: #574101)
203 * recreation of directories in /var/run uses correct
204 ownership/permissions now (Closes: #429866)
205
206 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 19 Mar 2010 14:28:14 +0100
207
208 courier-authlib (0.63.0-1) unstable; urgency=low
209
210 * new upstream release
211 * fix deprecated dependency on libmysqlclient15off (Closes: #574101,
212 thanks to Dominik Röttsches <d-r@roettsches.de> for the report)
213
214 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 16 Mar 2010 16:14:44 +0100
215
216 courier-authlib (0.62.4-1) unstable; urgency=low
217
218 * new upstream release
219 - satisfies courier-base reverse dependency (Closes: #558120,
220 thanks to Julien Pinon <jpinon@free.fr> for the report)
221 * fix incorrect handling of init.d reload action by removing it
222 (Closes: #527972, thanks to Peter Eisentraut <petere@debian.org>)
223 * use upstream config.* files
224 * lintian fixes
225 - added ${misc:Depends} for all packages
226 - eliminated commands with absolute paths in maintainer scripts
227 - bumped up Standards-Version
228 - bumped up debhelper comptability level to 5
229
230 -- Stefan Hornburg (Racke) <racke@linuxia.de> Thu, 26 Nov 2009 20:09:13 +0100
231
232 courier-authlib (0.62.2-1) unstable; urgency=low
233
234 * new upstream release
235 * create run directory with init script (Closes: #349830, thanks to Tim
236 Small <tim@buttersideup.com> for the help)
237 * lintian
238 - copyright notice added to copyright
239 - overrides for file permission of configuration files
240 - reorder debhelper commands
241
242 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 02 Mar 2009 16:09:05 +0100
243
244 courier-authlib (0.61.0-1+lenny1hcoop1) lenny; urgency=low
245
246 * Merge from Debian. Remaining changes:
247 + authpam.c:
248 - Revert the disabling of pam_setcred so that IMAP works on AFS.
249 + courier_auth_config.h:
250 - Set the userdb path to be /etc/courier/userdb.
251 + preauthuserdbcommon.c:
252 - Get AFS tokens.
253
254 -- Michael Olson (HCoop) <mwolson@hcoop.net> Thu, 09 Apr 2009 23:43:21 -0400
255
256 courier-authlib (0.61.0-1+lenny1) testing-security; urgency=high
257
258 * Non-maintainer upload by the security team
259 * Fix several sql-injection vulnerabilities in authpgsqllib.c by using
260 PQsetClientEncoding() and PQescapeStringConn()
261 Fixes: CVE-2008-2380
262
263 -- Steffen Joeris <white@debian.org> Mon, 08 Dec 2008 13:48:12 +0000
264
265 courier-authlib (0.61.0-1) unstable; urgency=low
266
267 * new upstream release
268 * lintian:
269 - debian/compat file
270 - don't ignore make clean errors
271
272 -- Stefan Hornburg (Racke) <racke@linuxia.de> Thu, 17 Jul 2008 12:59:36 +0200
273
274 courier-authlib (0.60.1-2.1) unstable; urgency=high
275
276 * Non-maintainer upload by the security team
277 * Fix sql injection vulnerability by changing to use
278 mysql_set_character_set instead of SET NAMES
279 (Change was introduced by upstream in 0.60.6)
280 (Closes: #485424)
281
282 -- Steffen Joeris <white@debian.org> Mon, 09 Jun 2008 15:29:23 +0000
283
284 courier-authlib (0.60.2-0hcoop7) unstable; urgency=low
285
286 * Revert last change. Now the AFS token code is before the callback.
287
288 -- Michael Olson (HCoop) <mwolson@hcoop.net> Thu, 07 Feb 2008 22:37:30 -0500
289
290 courier-authlib (0.60.2-0hcoop6) unstable; urgency=low
291
292 * Move acquiting of AFS vmail tokens to just after callback.
293
294 -- Michael Olson (HCoop) <mwolson@hcoop.net> Sat, 02 Feb 2008 20:29:01 -0500
295
296 courier-authlib (0.60.2-0hcoop5) unstable; urgency=low
297
298 * Move acquiring of AFS vmail tokens to preauthuserdbcommon.c.
299
300 -- Michael Olson (HCoop) <mwolson@hcoop.net> Fri, 01 Feb 2008 21:55:37 -0500
301
302 courier-authlib (0.60.2-0hcoop4) unstable; urgency=low
303
304 * authuserdb: Try using a separate get-token script.
305
306 -- Michael Olson (HCoop) <mwolson@hcoop.net> Wed, 30 Jan 2008 13:17:14 -0500
307
308 courier-authlib (0.60.2-0hcoop3) unstable; urgency=low
309
310 * Fix bug in previous patch.
311
312 -- Michael Olson (HCoop) <mwolson@hcoop.net> Sun, 27 Jan 2008 16:19:18 -0500
313
314 courier-authlib (0.60.2-0hcoop2) unstable; urgency=low
315
316 * Get token after authenticating a vmail user.
317
318 -- Michael Olson (HCoop) <mwolson@hcoop.net> Sat, 26 Jan 2008 15:28:19 -0500
319
320 courier-authlib (0.60.2-0hcoop1) unstable; urgency=low
321
322 * New upstream release. Remaining changes:
323 - Revert the disabling of pam_setcred so that IMAP works as expected.
324 - Set the userdb path to be /etc/courier/userdb.
325
326 -- Michael Olson (HCoop) <mwolson@hcoop.net> Fri, 25 Jan 2008 19:24:41 -0500
327
328 courier-authlib (0.60.1-2) unstable; urgency=low
329
330 * added LSB dependency info to init scripts (Closes: #460221, thanks to
331 Petter Reinholdtsen <pere@hungry.com> for the patch)
332
333 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 7 Apr 2008 13:21:37 +0200
334
335 courier-authlib (0.60.1-1hcoop1) unstable; urgency=low
336
337 * Sync from Debian. Remaining changes:
338 - Revert the disabling of pam_setcred so that IMAP works as expected.
339 - Set the userdb path to be /etc/courier/userdb.
340
341 -- Michael Olson (HCoop) <mwolson@hcoop.net> Fri, 25 Jan 2008 18:28:11 -0500
342
343 courier-authlib (0.60.1-1) unstable; urgency=low
344
345 * new upstream release
346
347 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 15 Oct 2007 10:56:16 +0200
348
349 courier-authlib (0.60.0-1) unstable; urgency=low
350
351 * new upstream release, now under GPL version 3
352
353 -- Stefan Hornburg (Racke) <racke@linuxia.de> Sun, 30 Sep 2007 21:58:35 +0200
354
355 courier-authlib (0.59.3-2) unstable; urgency=low
356
357 * dropped alternative build dependency on postgresql-dev
358 (Closes: #429964, thanks to Lior Kaplan <kaplan@debian.org> for the report
359
360 -- Stefan Hornburg (Racke) <racke@linuxia.de> Thu, 21 Jun 2007 20:26:38 +0200
361
362 courier-authlib (0.59.3-1hcoop1) unstable; urgency=low
363
364 [Adam Megacz]
365 * Revert the disabling of pam_setcred so that IMAP works as expected.
366 * Set the userdb path to be /etc/courier/userdb.
367 * userdb: Allow "+", ":", and "_" in usernames.
368
369 -- Michael Olson (HCoop) <mwolson@hcoop.net> Fri, 25 Jan 2008 17:46:10 -0500
370
371 courier-authlib (0.59.3-1) unstable; urgency=low
372
373 * new upstream release
374
375 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 23 Apr 2007 10:18:17 +0200
376
377 courier-authlib (0.59.1-0.1) experimental; urgency=low
378
379 * new upstream release
380
381 -- Stefan Hornburg (Racke) <racke@linuxia.de> Wed, 17 Jan 2007 11:58:29 +0100
382
383 courier-authlib (0.58-5) unstable; urgency=low
384
385 * added dependency and build dependency on expect (Closes: #400812,
386 thanks to Peter Troeger <peter@troeger.eu> for the report)
387
388 -- Stefan Hornburg (Racke) <racke@linuxia.de> Wed, 29 Nov 2006 11:42:45 +0100
389
390 courier-authlib (0.58-4) unstable; urgency=medium
391
392 * call dh_makeshlibs during binary-arch target in order to get proper shlib
393 information for libcourierauth.so (Closes: #378249, thanks to Charles
394 Fry <cfry@debian.org> for the report and Steinar H. Gunderson
395 <sesse@debian.org> for the patch)
396 * ensure that courier-authdaemon is upgraded when switching to courier-authlib
397 * switch to lsb logging functions (Closes: #384823, thanks to David Härdeman
398 <david@2gen.com> for the patch)
399
400 -- Stefan Hornburg (Racke) <racke@linuxia.de> Sat, 9 Sep 2006 17:37:11 +0200
401
402 courier-authlib (0.58-3.1) unstable; urgency=medium
403
404 * Non-Maintainer Upload to fix security bug, caused by
405 /var/run/courier/authdaemon being world executable. Thanks to Martin
406 Ferrari for the fix. (Closes: #378571)
407
408 -- Margarita Manterola <marga@debian.org> Tue, 1 Aug 2006 16:45:07 -0300
409
410 courier-authlib (0.58-3) unstable; urgency=low
411
412 * remove all Courier runtime files on purge of courier-authdaemon
413
414 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 6 Jun 2006 04:48:20 +0200
415
416 courier-authlib (0.58-2) unstable; urgency=low
417
418 * set ownership of /var/run/courier and /var/run/courier/authdaemon to
419 daemon.daemon (Closes: #368358, #368360)
420
421 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 23 May 2006 09:43:15 +0200
422
423 courier-authlib (0.58-1.0) unstable; urgency=low
424
425 * first upload to unstable
426
427 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 12 May 2006 16:53:38 +0200
428
429 courier-authlib (0.58-0.4) experimental; urgency=low
430
431 * changed alternative dependency for libmysqlclient-dev to
432 libmysqlclient15-dev (Closes: #356728, thanks to Stefan Huehner
433 <huehner@unix-ag.uni-kl.de> for the report)
434
435 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 14 Mar 2006 11:14:11 +0100
436
437 courier-authlib (0.58-0.3) experimental; urgency=low
438
439 * courier-authlib-userdb conflicts with pre-authlib courier-base package
440
441 -- Stefan Hornburg (Racke) <racke@linuxia.de> Wed, 11 Jan 2006 09:33:10 +0100
442
443 courier-authlib (0.58-0.2) experimental; urgency=low
444
445 * updated config.{guess,sub} to avoid FTBFS on some architectures
446 (Closes: #346105, thanks to Petr Salinger
447 <Petr.Salinger@t-systems.cz>)
448
449 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 6 Jan 2006 11:13:19 +0100
450
451 courier-authlib (0.58-0.1) experimental; urgency=low
452
453 * new upstream release
454 * transition to new PostgreSQL architecture (Closes: #339297, thanks to
455 Martin Pitt <mpitt@debian.org> for the report and the patch)
456 * added courier-authlib-mysql/postgresql prerm/postinst scripts to
457 restart courier-authdaemon
458
459 -- Stefan Hornburg (Racke) <racke@linuxia.de> Thu, 5 Jan 2006 14:58:19 +0100
460
461 courier-authlib (0.57.20051004-2) experimental; urgency=low
462
463 * ship configuration files with sane ownership/permissions
464 * restoring call to pam_acct_mgmt
465
466 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 11 Nov 2005 00:49:19 +0100
467
468 courier-authlib (0.57.20051004-1) experimental; urgency=low
469
470 * new upstream release:
471 - contains authtest manual page and authpasswd script
472 * keep authtest name instead of renaming to courierauthtest, there are
473 currently no conflicts with other binaries
474 * separate package courier-authlib-pipe for authpipe module
475 * revive courier-authdaemon package to allow seamless upgrades from sarge
476 * changed FSF address in copyright file
477 * changed BuildDepends from libmysqlclient10-dev to libmysqlclient14-dev
478 * use DH_COMPAT=4
479
480 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 25 Oct 2005 11:04:45 +0200
481
482 courier-authlib (0.56-0.5) experimental; urgency=low
483
484 * added build dependency on procps (Closes: #311976, thanks to Kurt
485 Roeckx <kurt@roeckx.be> for the report)
486
487 -- Stefan Hornburg (Racke) <racke@linuxia.de> Sat, 4 Jun 2005 22:03:43 +0200
488
489 courier-authlib (0.56-0.4) experimental; urgency=low
490
491 * provide proper LDAP configuration file instead of an empty one (thanks
492 to Peter Mann <Peter.Mann@tuke.sk> for the report)
493
494 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 31 May 2005 14:48:04 +0200
495
496 courier-authlib (0.56-0.3) experimental; urgency=low
497
498 * added dependency to courier-authlib-dev on courier-authlib
499 * versioned dependencies for courier-authlib-* packages
500
501 -- Stefan Hornburg (Racke) <racke@linuxia.de> Tue, 31 May 2005 11:13:01 +0200
502
503 courier-authlib (0.56-0.2) experimental; urgency=low
504
505 * removed check for openssl binary (Closes: #311175, thanks to Kenshi
506 Muto <kmuto@debian.org> for the report)
507
508 -- Stefan Hornburg (Racke) <racke@linuxia.de> Mon, 30 May 2005 13:23:02 +0200
509
510 courier-authlib (0.56-0.1) experimental; urgency=low
511
512 * initial release
513
514 -- Stefan Hornburg (Racke) <racke@linuxia.de> Fri, 27 May 2005 23:20:21 +0200
515