Sat Feb 28 14:37:01 2015 UTC ()
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)


(mef)
diff -r1.11 -r1.12 pkgsrc/net/p5-RadiusPerl/Makefile
diff -r1.2 -r1.3 pkgsrc/net/p5-RadiusPerl/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/net/p5-RadiusPerl/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-RadiusPerl/Makefile 2014/05/29 23:37:10 1.11
+++ pkgsrc/net/p5-RadiusPerl/Makefile 2015/02/28 14:37:01 1.12
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2015/02/28 14:37:01 mef Exp $
2# 2#
3 3
4DISTNAME= RadiusPerl-0.17 4DISTNAME= RadiusPerl-0.22
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 5 
7CATEGORIES= net 6CATEGORIES= net
8MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/ 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/RadiusPerl/ 10HOMEPAGE= http://search.cpan.org/dist/RadiusPerl/
12COMMENT= Provide simple Radius client facilities 11COMMENT= Provide simple Radius client facilities
13LICENSE= artistic-2.0 12LICENSE= artistic-2.0
14 13
15DEPENDS+= p5-Data-HexDump>=0.02:../../textproc/p5-Data-HexDump 14DEPENDS+= p5-Data-HexDump>=0.02:../../textproc/p5-Data-HexDump
16 15
17WRKSRC= ${WRKDIR}/Authen-Radius-0.17 16WRKSRC= ${WRKDIR}/Authen-Radius-${PKGVERSION_NOREV}
18PERL5_PACKLIST= auto/Authen/Radius/.packlist 17PERL5_PACKLIST= auto/Authen/Radius/.packlist
19USE_LANGUAGES= # none 18USE_LANGUAGES= # none
20 19
21.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/net/p5-RadiusPerl/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-RadiusPerl/distinfo 2010/03/08 18:10:25 1.2
+++ pkgsrc/net/p5-RadiusPerl/distinfo 2015/02/28 14:37:01 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/03/08 18:10:25 sno Exp $ 1$NetBSD: distinfo,v 1.3 2015/02/28 14:37:01 mef Exp $
2 2
3SHA1 (RadiusPerl-0.17.tar.gz) = 7edc6eb7fab83291cf8492d3e7a9be0d43aed3da 3SHA1 (RadiusPerl-0.22.tar.gz) = b414ecf96c703921f488ff00b91e2ca327be017c
4RMD160 (RadiusPerl-0.17.tar.gz) = c1303925c46877cd30c4a7bb3371f416a36daeef 4RMD160 (RadiusPerl-0.22.tar.gz) = af48df93ace97e30b3430b450c9c504de9ec94ed
5Size (RadiusPerl-0.17.tar.gz) = 36367 bytes 5Size (RadiusPerl-0.22.tar.gz) = 40980 bytes