update to 0.32 [release 0.32-1mamba;Sun Jan 09 2022]
This commit is contained in:
parent
14c9bfa8b5
commit
b611818292
@ -1,6 +1,6 @@
|
||||
# perl-Authen-Radius
|
||||
|
||||
This is RadiusPerl version 0.22.
|
||||
This is RadiusPerl version 0.32.
|
||||
RadiusPerl is a Perl 5 module (Radius.pm) which allows you to communicate with a Radius server from Perl.
|
||||
You can just authenticate usernames/passwords via Radius, or comletely imitate AAA requests and process server response.
|
||||
|
||||
|
@ -1,20 +1,23 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Authen-Radius
|
||||
Version: 0.22
|
||||
Version: 0.32
|
||||
Release: 1mamba
|
||||
Summary: Authen::Radius - Provide simple Radius client facilities
|
||||
Group: Development/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/RadiusPerl-%{version}.tar.gz
|
||||
URL: https://www.cpan.org/
|
||||
Source: https://cpan.metacpan.org/modules/by-module/Authen/Authen-Radius-%{version}.tar.gz
|
||||
License: Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Data-HexDump
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: perl-Net-IP
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
This is RadiusPerl version %{version}.
|
||||
@ -50,6 +53,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.32-1mamba
|
||||
- update to 0.32
|
||||
|
||||
* Sat Apr 27 2013 Automatic Build System <autodist@mambasoft.it> 0.22-1mamba
|
||||
- update to 0.22
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user