9e3557f1cc10d0b425c9748afd78a9d13b596df8
[debian/mod-auth-mysql] / debian / changelog
1 mod-auth-mysql (4.3.9-10) unstable; urgency=low
2
3   * Document disabling BasicAuth in USAGE (closes: Bug#502895)
4
5  --
6
7 mod-auth-mysql (4.3.9-9) unstable; urgency=low
8
9   * Insert the copyright notice with names and note patches coming from
10     the Debian community
11
12  -- Joey Schulze <joey@infodrom.org>  Wed, 21 May 2008 07:55:27 +0200
13
14 mod-auth-mysql (4.3.9-8) unstable; urgency=low
15
16   * New maintainer (closes: Bug#407360)
17   * New source package name
18   * Clarified history and license
19   * Improve documentation wrt. Auth_MySQL_Group_Field [005-directives.dpatch]
20   * Properly set unsigned char (i.e. 1-byte int) config variables, patch
21     by Adrian Bridgett <adrian@smop.co.uk> [006-options.dpatch]
22     (closes: Bug#287160,  Bug#385679, Bug#393769)
23   * Stop altering the AUTH_MYSQL_VERSION with an old Debian revision
24     [002-mysql_define]
25   * Unify AuthMySQL_ and Auth_MySQL_ namespace [007-unify_namespace.dpatch]
26   * Adjust the buffer size used by make_scrambled_password()
27     [008-make_scrambled_password.dpatch] (closes: Bug#356064, Bug#346192,
28     Bug#346194)
29   * Adjust config parser data type for _Port to int, thanks to Lehel
30     Bernadt <lehel@pmc-services.hu> [009-port-int.dpatch] (closes: Bug#356147)
31   * Provide an Apache authentication method, thanks to Andreas Barth
32     <aba@not.so.argh.org> [010-enctype-apache.dpatch] (closes: Bug#287547)
33
34  -- Joey Schulze <joey@infodrom.org>  Thu, 15 May 2008 14:50:06 +0200
35
36 libapache-mod-auth-mysql (4.3.9-7) unstable; urgency=low
37
38   * QA upload.
39   * And actually add 004-reconnect.dpatch to debian/patches/00list...
40     Thanks to Martin Schulze.
41
42  -- Matej Vela <vela@debian.org>  Wed, 27 Feb 2008 16:05:31 +0100
43
44 libapache-mod-auth-mysql (4.3.9-6) unstable; urgency=low
45
46   * QA upload.
47   * debian/rules: Gah, don't break if the Makefile isn't there.
48     Closes: #465630.
49
50  -- Matej Vela <vela@debian.org>  Wed, 13 Feb 2008 19:25:22 +0100
51
52 libapache-mod-auth-mysql (4.3.9-5) unstable; urgency=low
53
54   * QA upload.
55   * debian/patches/004-reconnect.dpatch: Automatically re-establish
56     connections with MySQL 5.0.3+.  Thanks to Johann Glaser for the patch.
57     Closes: #420010.
58   * debian/rules: Let dh_strip handle DEB_BUILD_OPTIONS=nostrip.
59     Closes: #437310.
60   * debian/rules: Remove support for DEB_BUILD_OPTIONS=debug.
61   * debian/rules: Don't ignore errors from `make distclean'.
62   * Conforms to Standards version 3.7.3.
63
64  -- Matej Vela <vela@debian.org>  Tue, 12 Feb 2008 15:55:39 +0100
65
66 libapache-mod-auth-mysql (4.3.9-4) unstable; urgency=low
67
68   * QA upload.
69   * Stop building libapache-mod-auth-mysql (Closes: #429104)
70   * Remove B-D on apache-dev
71   * Lets set DH_COMPAT in debian/compat, not debian/rules
72   * Update debian/rules not to build the apache13 module anymore.
73   * Conforms with latest Standards Version 3.7.2
74
75  -- Michael Ablassmeier <abi@debian.org>  Tue, 19 Jun 2007 11:09:00 +0200
76
77 libapache-mod-auth-mysql (4.3.9-3) unstable; urgency=medium
78
79   * QA Upload
80   * Set maintainer to Debian QA Group <packages@qa.debian.org>.
81   * apache2 module depends now on apache2.2-common.
82   * Removed the ,,changes* directories from the diff.gz.
83   * Use now make distclean instead of make clean in debian/rules.
84   * Build-depend now on dpatch.
85   * Build-depend now on debhelper 5 instead of 4.
86   * Converted the patches to dpatch.
87   * Applied a patch to fix FTBFS against apache2.2 (Closes: #389579).
88     Thanks to Julian Calaby for the patch.
89
90  -- Mario Iseli <admin@marioiseli.com>  Sun, 11 Feb 2007 14:04:10 +0100
91
92 libapache-mod-auth-mysql (4.3.9-2.1) unstable; urgency=medium
93
94   * Non-maintainer upload.
95     Rebuild against libmysqlclient15. Closes: #343771 
96
97  -- Christian Hammers <ch@debian.org>  Tue, 21 Feb 2006 21:43:01 +0100
98
99 libapache-mod-auth-mysql (4.3.9-2) unstable; urgency=low
100
101   * Rebuild for libmysqlclient12.  Closes: #298671.
102   * Clarify USAGE for md5 passwords.  Closes: #298071.
103
104  -- Matthew Palmer <mpalmer@debian.org>  Thu, 10 Mar 2005 08:48:03 +1100
105
106 libapache-mod-auth-mysql (4.3.9-1) unstable; urgency=low
107
108   * New upstream release, which codifies the way that multiple require
109     statements are meant to work.
110
111  -- Matthew Palmer <mpalmer@debian.org>  Fri, 24 Dec 2004 00:30:40 +1100
112
113 libapache-mod-auth-mysql (4.3.8-1) unstable; urgency=low
114
115   * Now converted to a non-native package, as I've got a user who is not a
116     Debianite.
117   * Fixed the configure script to properly detect whether libcrypt needs to
118     be a separate library.
119   * Guarded all instances of CRYPT_DES_ENCRYPTION_FLAG, so you can build the
120     module without crypt() being present.
121
122  -- Matthew Palmer <mpalmer@debian.org>  Fri,  5 Nov 2004 22:07:14 +1100
123
124 libapache-mod-auth-mysql (4.3.7) unstable; urgency=low
125
126   * Added a new encryption type, SHA1Sum, using a patch kindly prepared by
127     Joseph Walton.  Closes: #271730.
128
129  -- Matthew Palmer <mpalmer@debian.org>  Mon, 20 Sep 2004 10:26:41 +1000
130
131 libapache-mod-auth-mysql (4.3.6) unstable; urgency=high
132
133   * Fixed a security bug where an error in the execution of
134     mysql_check_group() causes the group check to succeed.  Closes: #271721.
135     Thanks to Joseph Walton for finding the problem and providing a patch.
136
137  -- Matthew Palmer <mpalmer@debian.org>  Wed, 15 Sep 2004 10:59:26 +1000
138
139 libapache-mod-auth-mysql (4.3.5) unstable; urgency=high
140
141   * High urgency on the request of Adam Conrad to try and get Apache2
142     through for Sarge.
143   * Rebuild to back out the ill-fated apache2 LFS transition (so much for
144     comprehensive testing...) Closes: #267354.
145   * Bumped the apache2-*-dev build-dep and apache2 dep to >= 2.0.50-10.
146
147  -- Matthew Palmer <mpalmer@debian.org>  Sun, 22 Aug 2004 21:08:58 +1000
148
149 libapache-mod-auth-mysql (4.3.4) unstable; urgency=medium
150
151   * Rebuild to support new Apache2 ABI.  Closes: #266177.
152
153  -- Matthew Palmer <mpalmer@debian.org>  Tue, 17 Aug 2004 10:01:34 +1000
154
155 libapache-mod-auth-mysql (4.3.3) unstable; urgency=low
156
157   * Really fixed the multi-group checking.  Seems I put the "you're not
158     invited" return at the wrong scope.  Where's my dwim() function, dammit.
159     Closes: #257879 (I promise).
160
161  -- Matthew Palmer <mpalmer@debian.org>  Fri, 13 Aug 2004 00:23:02 +1000
162
163 libapache-mod-auth-mysql (4.3.2) unstable; urgency=low
164
165   * Fixed multi-group checking; if multiple groups are listed in the
166     'require group' directive, the code only checked for the first one.
167     Thanks to Karsten Richter for finding the bug and fixing it.
168     Closes: #257879.
169   * Cleaned up a define and associated bits to allow compilation under
170     gcc-2.95.  And we didn't even need a versioned build-depends.
171     Closes: #258030.
172
173  -- Matthew Palmer <mpalmer@debian.org>  Fri,  6 Aug 2004 20:19:43 +1000
174
175 libapache-mod-auth-mysql (4.3.1) unstable; urgency=low
176
177   * Determined that safe_mysql_query() wasn't retrying on some retryable
178     errors, and fixed it up so that it retries once if the server wandered
179     off before we started.  Closes: #255985.
180
181  -- Matthew Palmer <mpalmer@debian.org>  Sun, 27 Jun 2004 21:34:59 +1000
182
183 libapache-mod-auth-mysql (4.3.0) unstable; urgency=low
184
185   * Two new directives, Auth_MySQL_DefaultPort and Auth_MySQL_DefaultSocket. 
186   * Related to the above, the specification of port or socket as part of the
187     hostname is no longer permitted.  Hopefully nobody got too attached to
188     that, as it wasn't documented as such anyway.
189   * Straightened out various bits of twisty code.
190   * Removed the crazy host/port/socket parsing code which (I believe) was
191     causing all the screwed up hostname grief.  Closes: #251704.
192
193  -- Matthew Palmer <mpalmer@debian.org>  Wed, 16 Jun 2004 17:39:10 +1000
194
195 libapache-mod-auth-mysql (4.2.1) unstable; urgency=low
196
197   * Added some directives to the Apache2 config handler which were somehow
198     missed in the initial conversion.  Closes: #252455.
199   * Fixed a string termination issue in the connection code.
200     Closes: #251704.
201
202  -- Matthew Palmer <mpalmer@debian.org>  Fri,  4 Jun 2004 10:28:21 +1000
203
204 libapache-mod-auth-mysql (4.2.0) unstable; urgency=low
205
206   * Applied a patch from Takeshi Murakami to add Apache 2 support and the
207     ability to specify a port number or socket file (for those times you
208     just gotta do it).  Closes: #231667.  Many thanks to Takeshi for taking
209     the time to do the Apache2 conversion (which appears to have been a fair
210     bit of work).
211       - Updated DIRECTIVES for the new port/socket specifiers.
212       - Added new --with-apache and --with-apache2 ./configure options to
213         enable/disable build support for both modules.
214       - New binary package, libapache2-mod-auth-mysql, to provide the
215         apache2-compiled version of m-a-m.  Closes: #248415.  Also updated
216         build-deps and all that sort of thing.  Small parts shamelessly
217         stolen from libapache2-mod-auth-pgsql.
218   * Bumped standards version; no changes needed.
219   * Reversed the sense of the persistent check on connection close; the
220     program now behaves like it's documentation.  Closes: #243995.
221
222  -- Matthew Palmer <mpalmer@debian.org>  Tue, 11 May 2004 15:09:07 +1000
223
224 libapache-mod-auth-mysql (4.1.8) unstable; urgency=low
225
226   * Added conditionals and more calls to modules-config so that the module
227     will install nicely into all apache flavours.  Closes: #226425.
228   * Applied a functionality improvement from Jakub Stachowski to add some
229     arbitrary SQL to the end of a query, to improve matching.
230     Closes: #221923.
231
232  -- Matthew Palmer <mpalmer@debian.org>  Fri, 16 Jan 2004 12:47:46 +1030
233
234 libapache-mod-auth-mysql (4.1.7) unstable; urgency=low
235
236   * Added a postinst and postrm which should add and remove the module from
237     Apache's module list.  Closes: #220239
238   * Thwap!  Forgot that sec->user_field might be NULL, so we shouldn't set
239     auth_user_field to it if it's empty.
240   * Added more ways to set user_group_field in the group checking query.
241     Also added a default, so it'll never be NULL.
242   * Some punctuation changes in the group check query string.
243   * Tracked down a particularly vicious segfault (and fixed another bug in
244     the process).
245   * Finally tracked down the cause of require groups not working.
246     Closes: #216859.  Many thanks to Stephen Leclerc for putting up with my
247     many fruitless debugging attempts, since I couldn't reproduce the
248     problem on my systems, but it was consistent for him.
249
250  -- Matthew Palmer <mpalmer@debian.org>  Wed, 19 Nov 2003 00:02:10 +1100
251
252 libapache-mod-auth-mysql (4.1.6) unstable; urgency=low
253
254   * Escaped $ signs in MD5 configure test, so it works properly.  Thanks to
255     Emmanuel Lacour for working this one out.  (Closes: #212179)
256
257  -- Matthew Palmer <mpalmer@debian.org>  Wed, 24 Sep 2003 09:39:06 +1000
258
259 libapache-mod-auth-mysql (4.1.5) unstable; urgency=low
260
261   * Applied patch supplied by Martin Kos to allow groups of a user to be
262     specified as a MySQL SET.  (Closes: #200535)
263
264  -- Matthew Palmer <mpalmer@debian.org>  Sun, 13 Jul 2003 19:00:17 +1000
265
266 libapache-mod-auth-mysql (4.1.4.1) unstable; urgency=low
267
268   * Yet more #ifdef'd debugging, since I suspect a need for more sacrificial
269     lambs.
270
271  -- Matthew Palmer <mpalmer@debian.org>  Fri, 16 May 2003 17:37:15 +1000
272
273 libapache-mod-auth-mysql (4.1.4) unstable; urgency=low
274
275   * Now with a log message indicating "auth failed".
276   * More logging around query generation, to solve a mysterious bug.
277   * USAGE a little more detailed on the subject of encryption types. 
278     (Closes: #192098)
279
280  -- Matthew Palmer <mpalmer@debian.org>  Wed,  7 May 2003 17:18:17 +1000
281
282 libapache-mod-auth-mysql (4.1.3) unstable; urgency=low
283
284   * Updated the Build-Deps to point to the LGPL'd libmysqlclient10-dev,
285     rather than the GPL'd libmysqlclient-dev (which is actually lmc12-dev
286     now).  Pesky licenses.  Closes: #189212.
287
288  -- Matthew Palmer <mpalmer@debian.org>  Wed, 16 Apr 2003 17:05:22 +1000
289
290 libapache-mod-auth-mysql (4.1.2) unstable; urgency=low
291
292   * FFS... Automade makefiles suck.  Duplicated the cleaning action of make
293     distclean in debian/rules.  Closes: #189107.
294
295  -- Matthew Palmer <mpalmer@debian.org>  Wed, 16 Apr 2003 09:09:58 +1000
296
297 libapache-mod-auth-mysql (4.1.1) unstable; urgency=low
298
299   * New version numbering scheme.  Screw this upstream-debian thing, I *am*
300     the damn upstream (oooh, I love the power).
301   * Fixed the blasted zombie connection problem.  Simple really - as long as
302     Apache played ball (which it didn't).  Closes: #184443.  Yippee!  Much
303     thanks *must* go to john@pensol.com who did the hard work of identifying
304     the exact circumstances under which this bug occured, and provided a
305     fair bit of the logic required to fix it.
306   * Added analogous Auth_MySQL_Group_User_Field command, fixed code to align
307     with documentation (group_user is the same as the username field, by
308     default).  All together, Closes: #187678.
309
310  -- Matthew Palmer <mpalmer@debian.org>  Mon, 14 Apr 2003 23:27:08 +1000
311
312 libapache-mod-auth-mysql (4.1.0-2) unstable; urgency=low
313
314   * Added not null qualifier in USAGE so that it's valid MySQL.
315     (Closes: #178191)
316   * Added the DIRECTIVES file to the documentation.  (Closes: #181692)
317
318  -- Matthew Palmer <mpalmer@debian.org>  Thu, 20 Feb 2003 13:06:21 +1100
319
320 libapache-mod-auth-mysql (4.1.0-1) unstable; urgency=low
321
322   * New upstream version.
323   * Modified rules to accomodate new configure script.
324
325  -- Matthew Palmer <mpalmer@debian.org>  Wed, 13 Nov 2002 01:25:13 +1100
326
327 libapache-mod-auth-mysql (4.0.0-3) unstable; urgency=low
328
329   * Removed the custom APLOG_MARK I defined - it really isn't necessary, and
330     just makes the logfile uglier.
331   * Uncommented the check to see if the module has been disabled in config.
332     Another one of those "WTF?" moments.  (Closes: #166458)
333   * Hunted down all error messages which don't involve errno and explicitly
334     set errno to 0 (to avoid weird errors in logging messages).
335
336  -- Matthew Palmer <mpalmer@debian.org>  Sun, 10 Nov 2002 15:24:27 +1100
337
338 libapache-mod-auth-mysql (4.0.0-2) unstable; urgency=low
339
340   * Uncomment the Auth_MySQL directives from the directives list.  Why it
341     ever got commented in the first place is completely beyond me.
342     (Closes: #164321)
343
344  -- Matthew Palmer <mpalmer@debian.org>  Thu, 17 Oct 2002 09:30:54 +1000
345
346 libapache-mod-auth-mysql (4.0.0-1) unstable; urgency=low
347
348   * New upstream release.  Mostly just a merge of two differing versions of
349     the upstream software, as well as some minor fiddling.
350
351  -- Matthew Palmer <mpalmer@debian.org>  Sat, 28 Sep 2002 12:43:46 +1000
352
353 libapache-mod-auth-mysql (3.2-2) unstable; urgency=low
354
355   * Added support for PHP-style MD5 hashes.  (Closes: #158287)
356   * New maintainer, at the consent of the previous maintainer.  Thanks to
357     Matthew Wilcox for his work on the package to date.
358   * Bumped standards-version to 3.5.7.
359   * Integrated debhelper a bit more, DH_COMPAT=4.
360   * New version. (Closes: #100692)
361
362  -- Matthew Palmer <mpalmer@debian.org>  Mon, 23 Sep 2002 11:08:57 +1000
363
364 libapache-mod-auth-mysql (3.2-1) unstable; urgency=low
365
366   * Split from apache 1.3.22-5 package to reduce apache dependencies.
367
368  -- Matthew Wilcox <willy@debian.org>  Wed,  9 Jan 2002 15:15:23 -0700