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