Back-port d1cdce1b0 from v3.0.x
[freeradius.git] / debian / changelog
1 freeradius (2.2.8+git) unstable; urgency=medium
2
3   * New upstream version.
4
5  -- Arran Cudbard-Bell <a.cudbardb@freeradius.org>  Thu, 30 April 2014 11:35:00 +0100
6
7 freeradius (2.2.7+git) unstable; urgency=medium
8
9   * New upstream version.
10
11  -- Arran Cudbard-Bell <a.cudbardb@freeradius.org>  Tue, 18 Nov 2014 11:35:00 +0100
12
13 freeradius (2.2.6+git) unstable; urgency=medium
14
15   * New upstream version.
16
17  -- Arran Cudbard-Bell <a.cudbardb@freeradius.org>  Tue, 18 Nov 2014 11:34:00 +0100
18
19 freeradius (2.2.5+git) unstable; urgency=medium
20
21   * New upstream version.
22
23  -- Arran Cudbard-Bell <a.cudbardb@freeradius.org>  Thu, 20 Mar 2013 11:34:00 +0100
24
25 freeradius (2.2.4+git) unstable; urgency=medium
26
27   * New upstream version.
28
29  -- Arran Cudbard-Bell <a.cudbardb@freeradius.org>  Mon, 16 Dec 2013 12:43:49 +0100
30
31 freeradius (2.2.3+git) unstable; urgency=medium
32
33   * New upstream version.
34
35  -- Arran Cudbard-Bell <a.cudbardb@freeradius.org>  Mon, 16 Dec 2013 12:43:00 +0100
36
37 freeradius (2.2.2+git) unstable; urgency=medium
38
39   * New upstream version.
40
41  -- Alan DeKok <aland@freeradius.org>  Wed, 30 Oct 2013 9:30:00 -0400
42
43 freeradius (2.2.1+git) unstable; urgency=medium
44
45   * New upstream version.
46
47  -- Arran Cudbard-Bell <a.cudbardb@freeradius.org>  Mon, 01 Oct 2012 17:13:00 +0100
48
49 freeradius (2.2.0+git) unstable; urgency=medium
50
51   * New upstream version.
52
53  -- Alan DeKok <aland@freeradius.org>  Sat, 18 Jan 2012 10:45:03 +0100
54
55 freeradius (2.1.12+git) unstable; urgency=medium
56
57   * New upstream version.
58
59  -- Alan DeKok <aland@freeradius.org>  Sat, 18 Jan 2012 10:45:03 +0100
60
61 freeradius (2.1.11+git) unstable; urgency=medium
62
63   * New upstream version.
64
65  -- Alan DeKok <aland@freeradius.org>  Sat, 18 Jun 2011 10:45:03 +0100
66
67 freeradius (2.1.10+git) unstable; urgency=medium
68
69   * New upstream version.
70
71  -- Alan DeKok <aland@freeradius.org>  Sat, 02 Jan 2010 20:22:47 +0100
72
73   * New upstream version.
74   
75 freeradius (2.1.8+dfsg-1) unstable; urgency=medium
76
77   * New upstream version.
78     + Fixes several showstopper bugs, hence increased urgency.
79     + Includes OpenSSL+GPL license exception, closes: #499120.
80     + Fixes typo in a warning, closes: #523074.
81   * Added libssl-dev into build-depends and enabled the building of
82     modules that just depend on OpenSSL, namely rlm_eap_peap, rlm_eap_tls,
83     rlm_eap_ttls, and rlm_otp, closes: #266229.
84   * Because the configuration of EAP+SSL modules now actually kicks in, its
85     non-existent certificate file would break the server start by default.
86     Depend on ssl-cert, make use of make-ssl-cert and openssl, and add
87     freerad to the ssl-cert group in the postinst to get us past the
88     problematic default settings so that we don't crash and burn on clean
89     upgrades, but otherwise leave everything else to the admin.
90   * Ship /etc/freeradius/attrs.access_challenge, like the others.
91   * Moved otp.conf and snmp.conf statoverride handling to the preinst
92     and used rm_conffile on them as well.
93   * Updated upstream changelog handling a bit.
94
95  -- Josip Rodin <joy-packages@debian.org>  Sat, 02 Jan 2010 20:22:47 +0100
96
97 freeradius (2.1.7+dfsg-2) unstable; urgency=low
98
99   * Ship radmin and raddebug in the freeradius package.
100   * Correct section number inside raddebug(8) so it doesn't get misplaced.
101
102  -- Josip Rodin <joy-packages@debian.org>  Tue, 24 Nov 2009 15:29:59 +0100
103
104 freeradius (2.1.7+dfsg-1) unstable; urgency=low
105
106   * Adopting the package, closes: #536623.
107   * New upstream version, closes: #513484.
108     + Fixes the blooper in unlang evaluation logic, closes: #526175.
109   * Used quilt (and added README.source), and moved upstream file patching
110     into debian/patches/. The source is no longer in collab-maint git
111     (to make it simpler for me to finally get this out the door), but
112     kept the .gitignore should we need that again.
113   * Dropped the dialup_admin/bin/backup_radacct patch (integrated upstream).
114   * Dropped the raddb/Makefile patch (problem no longer exists upstream).
115   * Dropped the lib/packet.c lib/radius.c main/listen.c patches (was from
116     upstream 2.0.5 anyway).
117   * Dropped references to otp.conf, it no longer exists upstream.
118     Keep removing the conffile statoverride in prerm.
119   * Dropped references to snmp.conf, it no longer exists upstream.
120     Keep removing the conffile statoverride in prerm.
121   * Ship /etc/freeradius/modules/* in the freeradius package.
122   * Stop shipping sites-enabled symlinks in the package and instead create
123     them only on initial install, thanks to Matej Vela, closes: #533396.
124   * Add export PATH="${PATH:+$PATH:}/usr/sbin:/sbin" to the init script
125     at the request of John Morrissey, closes: #550143.
126   * Stop installing /var/run/freeradius in the package to silence Lintian.
127     The init script already recreates it at will.
128   * Remove executable bit from example.pl to silence Lintian.
129
130  -- Josip Rodin <joy-packages@debian.org>  Mon, 23 Nov 2009 03:57:37 +0100
131
132 freeradius (2.0.4+dfsg-7) unstable; urgency=low
133
134   * Ignore rmdir failure on clean (closes: #545932)
135   * Do a better job of catching errors in the init script (closes: #533390)
136   * Init headers fixup (closes: #541882)
137   * Clean up some logs so dpkg can successfully rmdir (closes: #530727)
138
139  -- Stephen Gran <sgran@debian.org>  Sun, 13 Sep 2009 19:33:12 +0100
140
141 freeradius (2.0.4+dfsg-6) unstable; urgency=low
142
143   * Fix unsafe use of tempfile (closes: #496389)
144
145  -- Stephen Gran <sgran@debian.org>  Mon, 25 Aug 2008 14:18:48 +0100
146
147 freeradius (2.0.4+dfsg-5) unstable; urgency=low
148
149   [ Mark Hymers ]
150   * Cherry pick commit from 2.0.5 which fixes port binding issues.
151     Closes: #489773.
152
153   [ Stephen Gran ]
154   * add PERL_SYS_INIT3 and PERL_SYS_TERM calls to rlm_perl. (closes: #495073)
155   * Make the SQL modules link against rlm_sql.so in the most horrific
156     (and only) way possible.  (closes: #448699)
157
158  -- Stephen Gran <sgran@debian.org>  Thu, 14 Aug 2008 19:15:30 +0100
159
160 freeradius (2.0.4+dfsg-4) unstable; urgency=low
161
162   * Create links from sites-enabled to sites-available for the files that
163     upstream enables by default (closes: #483914)
164
165  -- Stephen Gran <sgran@debian.org>  Sun, 01 Jun 2008 12:24:35 +0100
166
167 freeradius (2.0.4+dfsg-3) unstable; urgency=low
168
169   * brown paper bag release
170   * Really actually do the statoverride I thought we were doing with -2
171     (closes: #482380)
172
173  -- Stephen Gran <sgran@debian.org>  Thu, 22 May 2008 11:18:12 +0100
174
175 freeradius (2.0.4+dfsg-2) unstable; urgency=low
176
177   * Install /var/log/freeradius 0750 so that people writing their passwords to
178     logfiles don't accidentally leak them without noticing (closes: #482085)
179
180  -- Stephen Gran <sgran@debian.org>  Tue, 20 May 2008 19:38:27 +0100
181
182 freeradius (2.0.4+dfsg-1) unstable; urgency=low
183
184   * Ok, actually remove all the cruft in debian/ shipped by upstream.  This
185     means repacking the tarball and all that, but it also means dpkg-source
186     won't get the chance to ignore removed files, resulting in files
187     reappearing, but not locally (closes: #481406)
188   * Also remove config.{cache,log} in clean target - damn you gitignore
189
190  -- Stephen Gran <sgran@debian.org>  Mon, 19 May 2008 03:55:55 +0100
191
192 freeradius (2.0.4-3) unstable; urgency=low
193
194   * I have no god damn idea why the buildds are adding manpages to the wrong
195     binary.  Reuploading with DH_VERBOSE=1 to see if we can find it.  We
196     certainly can't reproduce it in our local builds, even calling the same
197     targets in the same order as the buildds.
198
199  -- Stephen Gran <sgran@debian.org>  Mon, 19 May 2008 00:17:06 +0100
200
201 freeradius (2.0.4-2) unstable; urgency=low
202
203   * freeradius-{common,utils} needs to Conflict: with other radius
204     implementations that share files (closes: #480682)
205
206  -- Stephen Gran <sgran@debian.org>  Sun, 11 May 2008 18:41:45 +0100
207
208 freeradius (2.0.4-1) unstable; urgency=low
209
210   * New upstream release
211   * Make all directories in /etc/freeradius group +x (closes: #479835)
212
213  -- Stephen Gran <sgran@debian.org>  Fri, 09 May 2008 12:58:55 +0100
214
215 freeradius (2.0.3-1) unstable; urgency=low
216
217   [ Mark Hymers ]
218   * New upstream release
219   * Bump Build-Dep on debhelper to 6.0.7 as we use dh_lintian
220   * Delete lots of obsolete conffiles
221
222   [ Stephen Gran ]
223   * Create a -common package for some extra file that the -utils package
224     needs.  Also stuff in manpages and other arch all files to reduce the size
225     of the unnecessarily repeated stuff in the archive
226   * Change chown/chmod calls to dpkg-statoverride
227
228  -- Mark Hymers <mhy@debian.org>  Sat, 03 May 2008 17:07:42 +0100
229
230 freeradius (2.0.2-1) unstable; urgency=low
231
232   * Yet another new upstream version (closes: #465475)
233   * Cleanup manpages
234   * Add lintian overrides for rpath - this is intentional
235   * Packaging is now being done in git, we're dropping dpatch
236   * Split out client utilities (closes: #470977) - this means we also need to
237     split the library so the two binary packages can use it
238   * Major package rework
239
240  -- Stephen Gran <sgran@debian.org>  Sun, 16 Mar 2008 22:58:16 +0000
241
242 freeradius (2.0.0-1) unstable; urgency=low
243
244   * New upstream version
245   * Patches:
246     - freshen 02-radiusd-to-freeradius
247     - disable 03-dialupadmin-help until it's reworked properly
248
249  -- Stephen Gran <sgran@debian.org>  Thu, 10 Jan 2008 23:05:50 +0000
250
251 freeradius (1.1.7-1) unstable; urgency=low
252
253   * New upstream version
254   * Update debian/copyright to reflect reality:
255     - package is GPL v2 only, so refer to the correct file in common-licenses
256     - Remove explanation of wy postgres and snmp modules can't be shipped,
257       since we do ship them.
258   * Remove 04-configure-openssl.dpatch, --without-openssl applied upstream
259
260  -- Stephen Gran <sgran@debian.org>  Thu, 09 Aug 2007 10:09:20 +0100
261
262 freeradius (1.1.6-4) unstable; urgency=low
263
264   The "Give me GPLv2 compatibility or give me FTBFS" release
265   * Fix rlm_krb5 not to link with openssl unless it actually needs to
266   * debian/rules: move dependency on patch target to config.status
267   * debian/rules: FTBFS if a package accidentally directly links to openssl
268
269  -- Stephen Gran <sgran@debian.org>  Wed, 04 Jul 2007 17:08:45 +0100
270
271 freeradius (1.1.6-3) unstable; urgency=low
272
273   * Change freeradius-dbg to Priority: extra.
274   * After discussions with one of the ftp-assistants, we can ship
275     freeradius-postgresql in main.  Yey!  (Closes: #264649, #382329)
276
277  -- Mark Hymers <mhy@debian.org>  Thu, 21 Jun 2007 13:32:09 +0100
278
279 freeradius (1.1.6-2) unstable; urgency=low
280
281   [ Mark Hymers ]
282   * Add freeradius-dbg package.
283
284   [ Stephen Gran ]
285   * Update debian/control for php5 (dialupadmin) (closes: #424788, #412701)
286
287  -- Stephen Gran <sgran@debian.org>  Thu, 31 May 2007 02:47:02 +0100
288
289 freeradius (1.1.6-1) unstable; urgency=low
290
291   * New upstream release.  Closes: #420003. 
292
293  -- Mark Hymers <mhy@debian.org>  Thu, 19 Apr 2007 15:14:05 +0100
294
295 freeradius (1.1.5-1) unstable; urgency=low
296
297   * New upstream release.  Closes: #415980
298   * Remove 01-fix-proxy.dpatch as it was a backport from upstream.
299   * otppasswd.sample is no longer provided so make sure we remove the
300     conffile properly in preinst.
301   * Update my email address and remove Paul from Uploaders.  Thanks to him for
302     previously maintaining the package.
303   * Change so that we start at S50 and stop at K19 so that we start after
304     services we depend on and stop before them.  Closes: #408665.
305     Note that is only for new installs.
306
307  -- Mark Hymers <mhy@debian.org>  Fri, 13 Apr 2007 13:14:08 +0100
308
309 freeradius (1.1.3-3) unstable; urgency=medium
310
311   * Fix POSIX compliance problem in init script.  Closes: #403384. 
312
313  -- Mark Hymers <mark@hymers.org.uk>  Sat, 16 Dec 2006 20:45:11 +0000
314
315 freeradius (1.1.3-2) unstable; urgency=low
316
317   [ Stephen Gran ]
318   * Check for existence of pidfile in initscript.
319   * Clean some old cruft from debian/rules
320   * Write dialup_admin/Makefile
321   * Make binNMU safe
322   * Some lsb init headers
323
324   [ Mark Hymers ]
325   * Merge upstream patch to deal with proxy port settings.  Closes: #388024.
326   * Rewrite large parts of the Debian build system.
327
328  -- Stephen Gran <sgran@debian.org>  Sat,  7 Oct 2006 21:08:35 +0100
329
330 freeradius (1.1.3-1) unstable; urgency=low
331
332   [ Stephen Gran ]
333   * Add and rework ubuntu /var/run/tmpfs patch
334   * Add LSB init script headers
335   * Actually trap errors in init script, how about?
336
337   [ Mark Hymers ]
338   * New upstream version.
339   * New version of autotools in 1.1.3. Closes: #380204
340   * Remove previous patches merged upstream:
341     - 01-actually_check_for_unset_password.dpatch
342   * Only do user creation, group addition, chmod and chown stuff in postinst
343     on an initial install to avoid clobbering local changes.
344
345  -- Mark Hymers <mark@hymers.org.uk>  Wed, 23 Aug 2006 14:48:57 +0100
346
347 freeradius (1.1.2-2) unstable; urgency=low
348
349   [ Stephen Gran ]
350   * Acknowledge my previous NMU's (closes: #351732, #359042)
351   * Init scripts overhaul:
352     - now use reload on upgrade of modules
353     - replace sleep statements with --retry, as time based tests are
354       fragile
355     - no longer exit with an error if stop fails because the
356       daemon isn't running (closes: #374670, #351735)
357     - stop using command -v in /bin/sh scripts
358   * General maintainer script overhaul:
359     - Don't rm -rf something in /etc (ouch)
360     - Use chown -R instead of 'find .. -exec'
361     - should not need to manually remove the init script on purge (it's a dpkg
362       managed conffile)
363     - Only do user management stuff if user is missing.  No point rerunning it
364       every upgrade.
365     - Install /etc/freeradius/dictionary with relaxed permissions, but never
366       touch it again (closes: #334299)
367     - switch to debhelper files where possible.  I like an easy to read
368       Makefile.
369   * Arg.  Move README.rfc to the freeradius package where it belongs.
370
371   [ Mark Hymers ]
372   * Document building SSL/PostgreSQL modules in debian/rules, add
373     control.postgresql to make it more convenient.  Tested on AMD64 using
374     system libtool.
375
376  -- Stephen Gran <sgran@debian.org>  Sun, 25 Jun 2006 23:06:16 +0100
377
378 freeradius (1.1.2-1) unstable; urgency=low
379
380   [ Mark Hymers ]
381   * New maintainers
382   * New upstream version.
383   * Remove previous patches merged upstream:
384     - 01_NET-SNMP_build_support.dpatch
385     - 02_document_actual_shared_secret_maximum_length.dpatch
386     - 12_more_dialup_admin_various_fixes.dpatch
387     - 14_broken_parse.dpatch
388     - 15_CVE-2006-1354.dpatch
389   * Use --with-system-libtool during configure.  Add B-D: on libtool
390     Removes obsolete dpatches:
391     - 06_libtool14_vs_rlm_eap_tls.dpatch
392     - 13_a_libtool_to_call_your_own.dpatch
393   * Remove freeradius.undocumented as we don't install links to
394     undocumented(7) anymore (not recommended since policy 3.5.8.0)
395
396   [ Stephen Gran ]
397   * Update to Standards Version 3.7.2 (no changes)
398   * Remove doc/rfc/ to make -legal happy (closes: #365192)
399     - this means repacked tarball.  See README.rfc for details
400   * Test for unset variable, rather than empty variable in clean_radacct,
401     monthly_tot_stats and truncate_radacct (closes: #374053)
402
403  -- Mark Hymers <mark@hymers.org.uk>  Sat, 17 Jun 2006 16:05:19 +0100
404
405 freeradius (1.1.0-1.2) unstable; urgency=high
406
407   * Non-maintainer upload.
408   * [ CVE-2006-1354 ]:
409     src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c:
410     Due to insufficient input validation it is possible for a remote
411     attacker to bypass authentication or cause a denial of service.
412     (closes: #359042)
413
414  -- Stephen Gran <sgran@debian.org>  Wed, 17 May 2006 11:22:28 -0500
415
416 freeradius (1.1.0-1.1) unstable; urgency=low
417
418   * Non-maintainer upload.
419   * Upstream patch to fix parsing config file (closes: #351732)
420     Fixes: fails to start on amd64 (error in dictionary parsing code)
421
422  -- Stephen Gran <sgran@debian.org>  Sat,  1 Apr 2006 11:07:55 +0100
423
424 freeradius (1.1.0-1) unstable; urgency=low
425   * ReDebianise upstream tarball:
426     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
427                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
428                     draft-kamath-pppext-eap-mschapv2-00
429
430   * New FreeRADIUS modules marked stable by new upstream release
431     - rlm_perl
432     - rlm_sqlcounter
433     - rlm_sql_log + radsqlrelay
434     - rlm_otp (formerly rlm_x99_token, not built as it depends on OpenSSL)
435
436   * Remove upstream-integrated patches:
437     - 02_EAP-SIM_doesnt_need_openssl
438     - 03_X99_is_not_stable
439     - 07_manpage_fixups
440     - 09_use_crypth_if_we_have_it
441     - 10_escape_entire_ldap_string
442     - 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
443     - 12_dialup_admin_various_fixes
444
445   * More dialup-admin fixes from Arve Seljebu
446     - Fix redirects in dialup-admin pages on servers with
447       register_globals turned off.
448       Closes: #333704
449     - HTTP form fields will always fail is_int, use in_numeric instead
450       Closes: #335149
451     - Created 12_more_dialup_admin_various_fixes
452
453   * Update to Policy 3.6.2.0
454   * Upgrade Debhelper support to V5
455   * Don't install the .in files with the examples
456   * Prefer libmysqlclient15-dev
457     Closes: #343779
458   * Shared secrets can only be 31 characters long, note this in clients.conf
459     - Created 02_document_actual_shared_secret_maximum_length
460     Closes: 344606
461   * Added support for lsb-init functions
462
463  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 15 Jan 2006 13:34:13 +1100
464
465 freeradius (1.1.0-0) unstable; urgency=low
466
467   * New upstream release.
468   * Update set of patches:
469     - 01_NET-SNMP_build_support.dpatch
470     - 06_libtool14_vs_rlm_eap_tls.dpatch
471     - 13_a_libtool14_to_call_your_own.dpatch
472
473  -- Nicolas Baradakis <nbk@sitadelle.com>  Sun,  1 Jan 2006 18:15:47 +0100
474
475 freeradius (1.0.5-2) unstable; urgency=low
476
477   * Stop dragging non-PIC code from libeap.a into rlm_eap_sim.so and
478     rlm_eap.so.
479     (Thanks to Peter Salinger)
480     Closes: #288547
481     - Rename 06_libtool14_vs_rlm_eap_tls to 06_libtool14_vs_rlm_eap
482       and modify with Peter's changes and some Makefile hackery to
483       get it all linking
484   * Don't rerun configure during the build.
485     (Thanks to Kurt Roeckx)
486   * A whole bunch of dialup-admin fixes from Arve Seljebu and Tobias
487     - Report correct data transfer statistics for users
488       Closes: #329672
489     - Lower-case sql column names to match creation scripts
490       Closes: #333709
491     - Fix creation of empty groups
492       Closes: #333739
493     - Put quote around usernames in HTML output
494       Closes: #333742
495     - Properly notice when we've got a blank password to SQL
496       Closes: #333744
497     - Created 12_dialup_admin_various_fixes
498   * Stop using libtool1.4 to build against, now that we can't have it and
499     libltdl3-dev installed at the same time
500     Closes: #279391
501     - Created 13_a_libtool14_to_call_your_own to get most recent ltmain.sh
502
503  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 16 Oct 2005 21:26:30 +1000
504
505 freeradius (1.0.5-1) unstable; urgency=high
506
507   * Urgency high for security fixes below, all reported upstream
508   * ReDebianise upstream tarball:
509     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
510                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
511                     draft-kamath-pppext-eap-mschapv2-00
512   * Add missed build-dependancy on dpatch (>=2)
513   * Update to Standards-Version 3.6.2.0
514     - No changes needed
515   * Repair some minorly broken manpages
516     - Created 07_manpage_fixups.dpatch
517   * Security fixes stolen from CVS release_1_0 branch:
518     - Be sure we use crypt.h if we have it, to avoid segfaulting on a
519       bad built-in crypt() definition, spotted by Konstantin Kubatkin
520       + Created 09_use_crypth_if_we_have_it
521     - Make sure we escape the entire LDAP string, instead of
522       aborting as soon as it becomes possible to be out of space
523       + Created 10_escape_entire_ldap_string
524     - Don't xlat the UserName attribute before we can be sure of meeting
525       any escape sequences it may contain, spotted by Primoz Bratanic
526       + Created 11_dont_xlat_possibly_bad_usernames_in_bad_accounting_packets
527   * Depend on adduser, so our postinst can create the freerad user
528   * Don't install the .in versions of the example scripts.
529
530  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 19 Sep 2005 15:10:40 +1000
531
532 freeradius (1.0.5-0) unstable; urgency=low
533
534   * New Upstream release, from release_1_0 branch
535     - Remove 04_bonus_control_code_in_clients_conf_5
536     - Remove 05_unbreak_quoted_sql_results
537   * Fix my _name_ in the dpatches
538   * Remove patch to CVS ID header from 05_unbreak_quoted_sql_values
539     so as not to break things when comitting to FreeRADIUS CVS
540   * Take linking fix from FreeRADIUS bugzilla #75 to allow
541     rlm_eap_tls to be linked to by rlm_eap_ttls and rlm_eap_peap
542     even though we don't build them in the Debian archive.
543     (Thanks to Luca Landi for the patch)
544     - Created 06_libtool14_vs_rlm_eap_tls
545   * Fix ownership of files in /var/log/freeradius/ more efficiently
546     (Caught by Guido Trotter)
547     Closes: #326891
548
549  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  7 Sep 2005 01:08:07 +1000
550
551 freeradius (1.0.4-2) unstable; urgency=low
552
553   * Fix my email address in the dpatches
554   * Remove extraneous ^g from man/man5/clients.conf.5
555     - Created 04_bonus_control_code_in_clients_conf_5
556   * Correct handing of parameterless call of init script, and
557     general init script neatening
558     (Thanks to Derrick Karpo)
559     Closes: #315438
560   * Correctly leave out the .in files in the examples
561   * Correctly use debhelper after splitting binary make target
562     into binary-arch and binary-indep.
563     (Thanks to Kurt Roeckx for actually hitting the bug)
564     Closes: #315770
565   * Steal fix from CVS release_1_0 tree for rlm_sql quoted values.
566     (Thanks to Nicolas Baradakis for the fix)
567     - Upstream bugzilla #242, src/modules/rlm_sql/sql.c 1.79.2.2
568     - Created 05_unbreak_quoted_sql_values
569
570  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 27 Jun 2005 03:13:48 +1000
571
572 freeradius (1.0.4-1) unstable; urgency=low
573   * ReDeianise upstream tarball:
574     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
575                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
576                     draft-kamath-pppext-eap-mschapv2-00
577   * Convert to dpatch, dpatch-2-style interface.
578     - New build-dependancy on dpatch (>= 2)
579     - Created 01_NET-SNMP_build_support
580     - Created 02_EAP-SIM_doesnt_need_openssl
581     - Created 03_X99_is_not_stable
582   * Assemble the freeradius-dialupadmin in the binary-indep make target
583     Closes: #313173 (Thanks to Santiago Vila for spotting this)
584   * Include the example scripts in /usr/share/doc/freeradius/examples/scripts
585     except those three which are installed into the binary by the Makefile.
586     Closes: #314253 (Thanks to Michael Langer for spotting this)
587   * Suggest libdate-manip-perl for freeradius-dialupadmin
588     Closes: #306007 (Thanks to Feng Sian)
589
590  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 22 Jun 2005 16:03:27 +1000
591
592 freeradius (1.0.4-0) unstable; urgency=medium
593
594   * New upstream release, fixing build problems.
595   * Prefer libpq-dev over postgresql-dev as a build-dependancy.
596    - This requires us to use pgconfig to find the headers.
597
598  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 16 Jun 2005 13:56:33 +1000
599
600 freeradius (1.0.3-0) unstable; urgency=high
601
602   * New upstream release
603   * Urgency high for some denial-of-service fixes:
604     - SQL injection attacks and DoS (core dump) via buffer overflow.
605       Closes: #307720
606
607  -- Alan DeKok <aland@ox.org>  Fri,  3 Jun 2005 11:29:34 -0700
608
609 freeradius (1.0.2-4) unstable; urgency=high
610
611   * Security fix stolen from CVS release_1_0 branch:
612    - Always use sql_escape_func when calling radius_xlat
613    - Add a test in sql_escape_func() to check buffer bound when
614      input character needs escaping.
615    - Urgency high as these are (theoretical) security issues.
616      Closes: #307720 (Thanks to Primoz Bratanic and Nicolas Baradakis)
617
618  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 23 May 2005 18:53:51 +1000
619
620 freeradius (1.0.2-3) unstable; urgency=medium
621
622   * Fixes stolen from CVS release_1_0 branch:
623    - Fix missed SIGCHLD when waiting for external programs
624      when threaded. (Medium urgency as this can easily livelock
625      FreeRADIUS, which is an authentication server.)
626
627  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Mon, 18 Apr 2005 23:46:41 +1000
628
629 freeradius (1.0.2-2) unstable; urgency=medium
630
631   * Get rid of extraneous '%' at the start of every reference to
632     /etc/freeradius-dialupadmin in freeradius-dialupadmin's configuration.
633      Closes: #299749
634   * Fixes stolen from CVS release_1_0 branch:
635    - Fix checkrad call for NAS ports > 9999999. (sprintf integer overrun,
636      reason for urgency medium.)
637    - Fix inverted test causing crash with pthreads and crypt
638      Closes: #300219 (Thanks Manuel Menal)
639
640  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed,  6 Apr 2005 12:33:05 +1000
641
642 freeradius (1.0.2-1) unstable; urgency=low
643
644   * ReDebianise upstream tarball:
645     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
646                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
647   * Allow rlm_eap_sim to build without OpenSSL
648   * Make init script return 1 if reloading kills the server
649     (Thanks to Nicolas Baradakis)
650      Closes: #292170
651   * Enable Novell eDirectory integration
652   * Enable udpfromto code so that replies come from the same address as
653     the request arrived at
654   * Build-depend on libmysqlclient12-dev as libmysqlclient10 has problems
655     accessing 4.0 series mySQL servers, and libmysqlclient12 can access
656     4.1 series mySQL servers.
657
658  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  4 Mar 2005 09:30:40 +1100
659
660 freeradius (1.0.2-0) unstable; urgency=low
661
662   * New upstream release
663   * Update for Debian Policy 3.6.1.1
664    - Change test if invoke-rc.d as per Policy 9.3.3.2
665   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
666      Closes: #279419
667   * Added a two-second pause to restart in init.d script
668      Closes: #262635
669   * FreeRADIUS module packages now depend on the same source
670     version of the main FreeRADIUS package.
671      Closes: #284353
672   * FreeRADIUS-dialupadmin's default paths in admin.conf are
673     now correct.
674      Closes: #280942
675   * FreeRADIUS-dialupadmin's help.php3 can now find README.
676      Closes: #280941
677
678  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:12:52 +1100
679
680 freeradius (1.0.1-2) unstable; urgency=high
681
682   * freeradius-dialupadmin Suggests php4-mysql | php4-pgsql
683      Closes: #279419
684   * Added a two-second pause to restart in init.d script
685      Closes: #262635
686   * FreeRADIUS module packages now depend on the same source
687     version of the main FreeRADIUS package.
688      Closes: #284353
689   * FreeRADIUS-dialupadmin's default paths in admin.conf are
690     now correct.
691      Closes: #280942
692   * FreeRADIUS-dialupadmin's help.php3 can now find README.
693      Closes: #280941
694   * Fixes stolen from 1.0.2 CVS:
695     - Bug fix to make udpfromto code work
696     - radrelay shouldn't dump core if it can't read a VP from the
697       detail file.
698     - Only initialize the random pool once.
699     - In rlm_sql, don't escape characters twice.
700     - In rlm_ldap, only claim Auth-Type if a plain text password is present.
701     - Locking fixes in threading code
702     - Fix building on gcc-4.0 by not trying to access static auth_port from
703       other files.
704
705  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 29 Dec 2004 20:19:42 +1100
706
707 freeradius (1.0.1-1) unstable; urgency=high
708
709   * ReDebianise upstream tarball:
710     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
711                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
712     - Remove CVS directories.
713   * Urgency high for security fix from 1.0.1-0 (CAN-2004-0938,
714     closes: #275136).
715
716  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu, 23 Sep 2004 22:28:11 +1000
717
718 freeradius (1.0.1-0) unstable; urgency=high
719
720   * New upstream release
721   * Urgency high for some denial-of-service fixes:
722    - Fix two remote crashes and a remote memory leak in
723      radius packet decoding.
724
725  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  2 Sep 2004 17:12:23 +1000
726
727 freeradius (1.0.0-1) unstable; urgency=low
728
729   * ReDebianise upstream tarball:
730     - Deleted RFCs: 2243 2289 2433 2548 2618 2619 2620 2621 2716 2759 2809 2865
731                     2866 2867 2868 2869 2882 2924 3162 3575 3576 3579 3580
732   * Support building with libsnmp5's UCD-SNMP compatiblity mode.
733     - libsnmp{4.2,5} still depend on OpenSSL, so SNMP's still disabled.
734   * Update for Debian Policy 3.6.11
735     - Change test for invoke-rc.d as per Policy 9.3.3.2
736   * Disable rlm_eap types PEAP, TLS and TTLS as they depend on OpenSSL.
737   * Disable rlm_sql driver PostgreSQL as it depends on OpenSSL.
738   * Disable rlm_x99_token as it depends on OpenSSL.
739   * Finally, -v is documented in radius(8).
740     - Closes: #151266
741   * Reword a sentence in radwatch(8) by removing the personal pronoun.
742     - Closes: #264522
743
744  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 17 Aug 2004 17:42:40 +1000
745
746 freeradius (1.0.0-0) unstable; urgency=low
747
748   * New upstream release
749   * Added H323 billing stuff to the examples
750   * Created Dialup-Admin package for the PHP-based web
751     FreeRADIUS database (SQL/LDAP) frontend.
752
753  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sat, 17 Jul 2004 16:21:38 +1000
754
755 freeradius (0.9.3-1) unstable; urgency=low
756
757   * New upstream release, incorporates security fix from 0.9.2-4.
758   * Correct build-dependancy on debhelper.
759      Closes: #234486
760   * Split iodbc SQL driver into its own package.
761
762  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 24 Feb 2004 23:56:26 +1100
763
764 freeradius (0.9.2-4) unstable; urgency=high
765
766   * Patch from upstream head:
767    - Fix a remote DoS and possible exploit due to mis-handling
768      of tagged attributes, and Tunnel-Password attribute.
769
770  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri, 21 Nov 2003 09:52:51 +1100
771
772 freeradius (0.9.2-3) unstable; urgency=low
773
774   * Removed redundant code to delete contents of a directory
775     on purge which ends up being removed anyway.
776   * Provide a default pam.d configuration.
777   * Fix the usage of dh_installinit to not make the package uninstallable.
778   * Change package removal to not abort if we cannot stop the server.
779   * Debian-archive-fit version of freeradius.
780      Closes: #208620
781
782  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Tue, 11 Nov 2003 02:12:55 +1100
783
784 freeradius (0.9.2-2) unstable; urgency=low
785
786   * Use dh_installinit rather than doing it by hand
787     This involves renaming the initfile in the source tarball
788   * Only add user freerad to the group shadow on first installation
789   * Only chmod /etc/freeradius to group-readable, not group-read/write
790   * Removed the freerad user when the freerad group is removed
791   * Removed spurious build-dependancy on autoconf2.13 and libtool(1.4)
792   * Build-conflict against libssl-dev
793   * Restore Kerberos and LDAP as they will build without OpenSSL
794   * Make myself the maintainer
795   * Update to Policy 3.6.1.0
796     - No changes needed
797
798  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun,  9 Nov 2003 00:07:52 +1100
799
800 freeradius (0.9.2-1) unstable; urgency=low
801
802   * Deleted RFCs: 2243 2289 2433 2548 2618 2616 2620 2621
803     2719 2759 2809 2865 2866 2867 2868 2869 2882 2924 3162
804     from source tarball due to non-DFSG-free copyright.
805   * Disabled PostgreSQL, x.99 token, EAP/TLS, Kerberos, LDAP
806     and SNMP agent support due to OpenSSL/GPL conflict.
807
808  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Thu,  6 Nov 2003 22:40:32 +1100
809
810 freeradius (0.9.2-0) unstable; urgency=low
811
812   * New upstream release
813   * Added logrotate script for /var/log/freeradius/radius.log
814   * Don't leave symlinks to config.{guess,sub} lying around to
815     confuse dpkg-source.
816
817  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Wed, 15 Oct 2003 05:02:17 +1000
818
819 freeradius (0.9.1-0) unstable; urgency=low
820
821   * New upstream release.
822   * Renamed radiusd(8) to freeradius(8) to match binary
823   * Build-Depend on libtool1.4 | libtool (< 1.5) due to
824     new libtool 1.5 package.
825   * Merged multiple sed calls into a single sed call in debian/rules
826   * Installed SQL database examples into /usr/share/doc/freeradius/examples
827   * Modify initscript to only -HUP the parent process
828
829  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Fri,  5 Sep 2003 00:54:41 +1000
830
831 freeradius (0.9.0-1) unstable; urgency=low
832
833   * New Upstream release.
834    - Upstream dictionary files are in /usr/share/freeradius.
835    - Modified to 'configure{,.in}' to work with openssl 0.9.7 and 0.9.6
836   * Renamed pacakges to 'freeradius*' from 'radiusd-freeradius*'.
837   * Moved file hierarchy around to be neater:
838    - /etc/raddb -> /etc/freeradius
839    - /usr/share/doc/radiusd-freeradius -> /usr/share/doc/freeradius
840    - /var/log/radiusd-freeradius -> /var/log/freeradius
841    - /var/run/radiusd/radiusd.pid -> /var/run/freeradius/freeradius.pid
842   * Included RFCs in documentation.
843   * Enabled the daemon to run under user 'freerad:freerad' by default.
844   * Added support for DEB_BUILD_OPTIONS for policy 3.5.9 compliance.
845   * Installed SNMP mibs for Radius
846
847  -- Paul Hampson <Paul.Hampson@anu.edu.au>  Sun, 20 Jul 2003 06:56:28 +1000
848
849 radiusd-freeradius (0.7+cvs20021113-1) unstable; urgency=low
850
851   * Explicitly excluding modules not in the "stable" list.
852   * Updated policy version number.
853   * Moved from non-US/main to main.
854   * Put pidfile in package's own directory.
855   * Package not as buggy and unstable modules are easily identifiable.
856     (closes: Bug#142217)
857   * Init script handles failure better. (closes: Bug#151264)
858   * New upstream release.  (closes: Bug#140536)
859   * Uses available version of postgresql.  (closes: Bug#139290)
860   * Removed "conflicts" with other radiusds.
861   * Added new build-dep on libtool.
862   * Changed section to "net" from "admin".
863   * New config.guess.  (closes: Bug#168647)
864   * Run with freerad user and group.  (closes: Bug#168272)
865   * Added libssl-dev as build-dep.  (closes: #131832)
866
867  -- Chad Miller <cmiller@debian.org>  Wed, 13 Nov 2002 17:01:19 -0500
868
869 radiusd-freeradius (0.5+cvs20020408-1) unstable; urgency=high
870
871   * New build-dep on libssl-dev, which is implied by another dep, but making
872     explicit for builders on Potato.  (closes: Bug#131832)
873   * Built against new postgresql libraries, so automatic dep tracking has
874     the correct version, now.  (closes: Bug#139290)
875   * Removed python example module.
876   * Explicitly disabled beta ippool module.
877
878  -- Chad Miller <cmiller@debian.org>  Mon,  8 Apr 2002 11:48:30 -0400
879
880 radiusd-freeradius (0.4-1) unstable; urgency=high
881
882   * New release.
883   * upstream: New EAP support.
884   * upstream: Fixed security bug in string translation.
885
886  -- Chad Miller <cmiller@debian.org>  Thu, 13 Dec 2001 09:26:45 -0500
887
888 radiusd-freeradius (0.3-2) unstable; urgency=low
889
890   * Moved to using logrotate instead of cron for files.
891   * Fixed permissions of log files. (closes: Bug#116242,#116243)
892   * Close file descriptors of stdin, stdout, stderr, if not debugging.
893     (closes: Bug#116768)
894   * Made package "non-native".  (An upload issue, not code.)
895     (closes: Bug#119161)
896
897  -- Chad Miller <cmiller@debian.org>  Tue, 20 Nov 2001 10:50:20 -0500
898
899 radiusd-freeradius (0.3-1) unstable; urgency=low
900
901   * New release.
902
903  -- Chad Miller <cmiller@debian.org>  Tue,  9 Oct 2001 18:16:23 -0400
904
905 radiusd-freeradius (0.2+20010917-1) unstable; urgency=low
906
907   * Removed old mysql build-dep.  (closes: Bug#112541)
908
909  -- Chad Miller <cmiller@debian.org>  Mon, 17 Sep 2001 11:38:24 -0400
910
911 radiusd-freeradius (0.2+20010912-1) unstable; urgency=low
912
913   * Build-dep mysql changed package names.
914   * Added build-dep for libmysqlclient10-dev.  (closes: Bug#111880)
915   * In acct_users, keep reply pairs.
916   * Integer values are printed as unsigned numbers, to comply with RFC2866.
917   * Fixed broken/reversed auth comparisons in SQL module.
918   * Sucked out CPPness from inside a printf, as printf is a macro in newer
919     compilers (gcc3.0, e.g.).  (closes: Bug#100889)
920   * Sundry LDAP configuration, unresponsive thread, and proxying fixes.
921   * Added user 'freerad' into the 'shadow' group.
922   * Fixed UUCP-style of restricting time of log-in.
923   * Changed debugging messages to give more info about execution flow.
924   * Better counter module.
925   * Inserted CHAP support for SQL modules.
926   * Removed possible infinite loop.
927
928  -- Chad Miller <cmiller@debian.org>  Wed, 12 Sep 2001 21:21:47 -0400
929
930 radiusd-freeradius (0.1+20010527-1) unstable; urgency=low
931
932   * Updated config.{guess,sub} to recent versions.  (closes: Bug#98183)
933   * Updated build-dep to reflect supercession of libltdl0-dev by libltdl3-dev
934     (closes: Bug#98914)
935
936  -- Chad Miller <cmiller@debian.org>  Sun, 27 May 2001 11:44:40 -0400
937
938 radiusd-freeradius (0.1+20010517-1) unstable; urgency=low
939
940   * Moved package to non-US to allow in Kerberos and PostgreSQL.
941   * Set Suggests of modules to main package.
942   * Better compile-time support of *BSD.
943
944  -- Chad Miller <cmiller@debian.org>  Thu, 17 May 2001 14:46:51 -0400
945
946 radiusd-freeradius (0.1-1) unstable; urgency=low
947
948   * First beta release!
949   * Added generalized SQL support for ODBC, Oracle, MySQL, and Postgres.
950   * Added shasta, microsoft, and redback dictionaries.
951   * Fixed rc.d restart rule.
952   * Added a user to own the daemon and logfiles.
953   * SQL DB handles more forgiving of unreachable servers at startup.
954   * SQL Crypt-Password attribute support.
955   * Fixed cron log rotation.
956   * Put module libraries in own directory.
957   * Removed bogus build-dep.  (closes: Bug#87277)
958   * Better permissions on /etc/raddb
959   * Use correct LDAP library.
960   * Fork ldap, postgresql, and mysql modules into different packages.
961   * Remove Kerberos, as it's restricted from export.
962
963  -- Chad Miller <cmiller@debian.org>  Mon,  7 May 2001 16:37:46 -0400
964
965 radiusd-freeradius (0.0.20010109-1) unstable; urgency=low
966
967   * Changed priority, from standard to optional.
968
969  -- Chad Miller <cmiller@debian.org>  Tue,  9 Jan 2001 14:01:38 -0500
970
971 radiusd-freeradius (0.0.20001227-1) unstable; urgency=low
972
973   * Initial revision. (closes: Bug#76476)
974
975  -- Chad Miller <cmiller@debian.org>  Wed, 27 Dec 2000 11:58:56 -0500