[perl-Authen-Radius] Update to 0.24

Paul Howarth pghmcfc at fedoraproject.org
Thu Oct 31 14:05:35 UTC 2013


commit 6d045732fa94b6c70895bf9af8c7e2dcafd4a45c
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Oct 31 14:02:59 2013 +0000

    Update to 0.24
    
    - New upstream release 0.24
      - Added support for changing I/O activity timeouts, so that custom
        retransmission policies can be implemented
      - Added ACCESS_CHALLENGE packet type definition
      - Fix the excessive wait on processing broadcasts when at least one of the
        nodes in node list did not listen on the requested port (a side-effect is
        that it is now possible to set timeout in floating seconds since the epoch)
    - BR: perl(Time::HiRes)

 perl-Authen-Radius.spec |   13 ++++++++++++-
 sources                 |    2 +-
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/perl-Authen-Radius.spec b/perl-Authen-Radius.spec
index 12e1cb0..a9743e5 100644
--- a/perl-Authen-Radius.spec
+++ b/perl-Authen-Radius.spec
@@ -1,5 +1,5 @@
 Name:           perl-Authen-Radius
-Version:        0.23
+Version:        0.24
 Release:        1%{?dist}
 Summary:        Provide simple Radius client facilities
 License:        Artistic 2.0
@@ -21,6 +21,7 @@ BuildRequires:  perl(IO::Select)
 BuildRequires:  perl(IO::Socket)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -57,6 +58,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Authen::Radius.3pm*
 
 %changelog
+* Thu Oct 31 2013 Paul Howarth <paul at city-fan.org> - 0.24-1
+- Update to 0.24
+  - Added support for changing I/O activity timeouts, so that custom
+    retransmission policies can be implemented
+  - Added ACCESS_CHALLENGE packet type definition
+  - Fix the excessive wait on processing broadcasts when at least one of the
+    nodes in node list did not listen on the requested port (a side-effect is
+    that it is now possible to set timeout in floating seconds since the epoch)
+- BR: perl(Time::HiRes)
+
 * Thu Oct 31 2013 Paul Howarth <paul at city-fan.org> - 0.23-1
 - Update to 0.23
   - Authen::Radius is now distributed under the Perl Artistic License v2.0
diff --git a/sources b/sources
index 190d67c..c9aa1b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-556c5bea85f67ab83ec247a74c65e27e  Authen-Radius-0.23.tar.gz
+35541556f8ec48bf0b60f2e8d284957f  Authen-Radius-0.24.tar.gz



More information about the perl-devel mailing list