Update 0.17 to 0.22
------------------- 0.22 Wed Nov 07 20:27:00 2012 - Fix the excessive "types mismatch" warnings on PoD packets 0.21 Mon Oct 29 09:00:00 2012 - Added support for attribute values for byte and short attribute types 0.20 Tue Nov 09 22:45:59 2010 - Fixed the bug with the incorrect encoding of Cisco AVPair attributes 0.19 Tue Nov 02 00:07:00 2010 - Improved support for CoA (thanks Oleg Gawriloff and Matej Vela) - Ability to work with dictionaries in FreeRADIUS format (thanks to Alexandr Kovalenko and Matej Vela) - Support (partial) for WIMAX attributes 0.18 Sun Oct 05 01:00:00 2010 (this version was not released to CPAN, only used for internal testing) - Support for a list of multiple RADIUS servers (RADIUS cluster)
This commit is contained in:
parent
2541d3ecd6
commit
394db191e4
2 changed files with 8 additions and 9 deletions
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:10 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2015/02/28 14:37:01 mef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= RadiusPerl-0.17
|
||||
DISTNAME= RadiusPerl-0.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/RadiusPerl/
|
||||
|
@ -14,7 +13,7 @@ LICENSE= artistic-2.0
|
|||
|
||||
DEPENDS+= p5-Data-HexDump>=0.02:../../textproc/p5-Data-HexDump
|
||||
|
||||
WRKSRC= ${WRKDIR}/Authen-Radius-0.17
|
||||
WRKSRC= ${WRKDIR}/Authen-Radius-${PKGVERSION_NOREV}
|
||||
PERL5_PACKLIST= auto/Authen/Radius/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/03/08 18:10:25 sno Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/02/28 14:37:01 mef Exp $
|
||||
|
||||
SHA1 (RadiusPerl-0.17.tar.gz) = 7edc6eb7fab83291cf8492d3e7a9be0d43aed3da
|
||||
RMD160 (RadiusPerl-0.17.tar.gz) = c1303925c46877cd30c4a7bb3371f416a36daeef
|
||||
Size (RadiusPerl-0.17.tar.gz) = 36367 bytes
|
||||
SHA1 (RadiusPerl-0.22.tar.gz) = b414ecf96c703921f488ff00b91e2ca327be017c
|
||||
RMD160 (RadiusPerl-0.22.tar.gz) = af48df93ace97e30b3430b450c9c504de9ec94ed
|
||||
Size (RadiusPerl-0.22.tar.gz) = 40980 bytes
|
||||
|
|
Loading…
Reference in a new issue