Get downstream changelog and update it for 1.1.3.
authornbk <nbk>
Thu, 13 Jul 2006 16:12:44 +0000 (16:12 +0000)
committernbk <nbk>
Thu, 13 Jul 2006 16:12:44 +0000 (16:12 +0000)
debian/changelog

index 4fde236..77c69a4 100644 (file)
@@ -1,3 +1,74 @@
+freeradius (1.1.3-0) unstable; urgency=low
+
+  * New upstream release.
+  * Delete dpatch merged in mainstream CVS:
+    - 01-actually_check_for_unset_password
+  * Remove irrelevant dpatch after autotools upgrade:
+    - 13_a_libtool_to_call_your_own
+  * Update debian/rules because of autotools upgrade, too.
+  * Fix errors in initscript when trying to reload even if the server
+    isn't running.
+
+ -- Nicolas Baradakis <nicolas.baradakis@cegetel.net>  Mon, 10 Jul 2006 14:06:04 +0200
+
+freeradius (1.1.2-2) unstable; urgency=low
+
+  [ Stephen Gran ]
+  * Acknowledge my previous NMU's (closes: #351732, #359042)
+  * Init scripts overhaul:
+    - now use reload on upgrade of modules
+    - replace sleep statements with --retry, as time based tests are
+      fragile
+    - no longer exit with an error if stop fails because the
+      daemon isn't running (closes: #374670, #351735)
+    - stop using command -v in /bin/sh scripts
+  * General maintainer script overhaul:
+    - Don't rm -rf something in /etc (ouch)
+    - Use chown -R instead of 'find .. -exec'
+    - should not need to manually remove the init script on purge (it's a dpkg
+      managed conffile)
+    - Only do user management stuff if user is missing.  No point rerunning it
+      every upgrade.
+    - Install /etc/freeradius/dictionary with relaxed permissions, but never
+      touch it again (closes: #334299)
+    - switch to debhelper files where possible.  I like an easy to read
+      Makefile.
+  * Arg.  Move README.rfc to the freeradius package where it belongs.
+
+  [ Mark Hymers ]
+  * Document building SSL/PostgreSQL modules in debian/rules, add
+    control.postgresql to make it more convenient.  Tested on AMD64 using
+    system libtool.
+
+ -- Stephen Gran <sgran@debian.org>  Sun, 25 Jun 2006 23:06:16 +0100
+
+freeradius (1.1.2-1) unstable; urgency=low
+
+  [ Mark Hymers ]
+  * New maintainers
+  * New upstream version.
+  * Remove previous patches merged upstream:
+    - 01_NET-SNMP_build_support.dpatch
+    - 02_document_actual_shared_secret_maximum_length.dpatch
+    - 12_more_dialup_admin_various_fixes.dpatch
+    - 14_broken_parse.dpatch
+    - 15_CVE-2006-1354.dpatch
+  * Use --with-system-libtool during configure.  Add B-D: on libtool
+    Removes obsolete dpatches:
+    - 06_libtool14_vs_rlm_eap_tls.dpatch
+    - 13_a_libtool_to_call_your_own.dpatch
+  * Remove freeradius.undocumented as we don't install links to
+    undocumented(7) anymore (not recommended since policy 3.5.8.0)
+
+  [ Stephen Gran ]
+  * Update to Standards Version 3.7.2 (no changes)
+  * Remove doc/rfc/ to make -legal happy (closes: #365192)
+    - this means repacked tarball.  See README.rfc for details
+  * Test for unset variable, rather than empty variable in clean_radacct,
+    monthly_tot_stats and truncate_radacct (closes: #374053)
+
+ -- Mark Hymers <mark@hymers.org.uk>  Sat, 17 Jun 2006 16:05:19 +0100
+
 freeradius (1.1.2-0) unstable; urgency=low
 
   * New upstream release.
@@ -23,20 +94,20 @@ freeradius (1.1.1-0) unstable; urgency=low
 
 freeradius (1.1.0-1.2) unstable; urgency=high
 
-    * Non-maintainer upload.
-    * [ CVE-2006-1354 ]:
-      src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c:
-      Due to insufficient input validation it is possible for a remote
-      attacker to bypass authentication or cause a denial of service.
-      (closes: #359042)
+  * Non-maintainer upload.
+  * [ CVE-2006-1354 ]:
+    src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c:
+    Due to insufficient input validation it is possible for a remote
+    attacker to bypass authentication or cause a denial of service.
+    (closes: #359042)
 
- -- Stpehen Gran <sgran@debian.org>  Wed, 17 May 2006 11:22:28 -0500
+ -- Stephen Gran <sgran@debian.org>  Wed, 17 May 2006 11:22:28 -0500
 
 freeradius (1.1.0-1.1) unstable; urgency=low
 
-    * Non-maintainer upload.
-    * Upstream patch to fix parsing config file (closes: #351732)
-      Fixes: fails to start on amd64 (error in dictionary parsing code)
+  * Non-maintainer upload.
+  * Upstream patch to fix parsing config file (closes: #351732)
+    Fixes: fails to start on amd64 (error in dictionary parsing code)
 
  -- Stephen Gran <sgran@debian.org>  Sat,  1 Apr 2006 11:07:55 +0100