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