diff options
author | mef <mef@pkgsrc.org> | 2015-02-28 14:37:01 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-28 14:37:01 +0000 |
commit | 6d182c7c9713e1e4cf0e305c60a856565f1d47a8 (patch) | |
tree | 488717df524d1371e1a52e3d1fa9955feffd7bed | |
parent | 0910bb1b220da4fec48fa908c9d22daddf33f088 (diff) | |
download | pkgsrc-6d182c7c9713e1e4cf0e305c60a856565f1d47a8.tar.gz |
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)
-rw-r--r-- | net/p5-RadiusPerl/Makefile | 9 | ||||
-rw-r--r-- | net/p5-RadiusPerl/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/p5-RadiusPerl/Makefile b/net/p5-RadiusPerl/Makefile index f55752230fe..96acd2e0384 100644 --- a/net/p5-RadiusPerl/Makefile +++ b/net/p5-RadiusPerl/Makefile @@ -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 diff --git a/net/p5-RadiusPerl/distinfo b/net/p5-RadiusPerl/distinfo index ec150ce145d..a565663cd44 100644 --- a/net/p5-RadiusPerl/distinfo +++ b/net/p5-RadiusPerl/distinfo @@ -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 |