[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2024-05-21 Thread Sam James
commit: 39d7a6d25d98a8cd5769dc5b12f03f84828cc0e7
Author: Sam James  gentoo  org>
AuthorDate: Wed May 22 02:54:41 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 22 02:54:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d7a6d2

dev-perl/Authen-Radius: EAPI 8, rely on eclass impls

This covers more variables/args, etc.

Signed-off-by: Sam James  gentoo.org>

 .../Authen-Radius/Authen-Radius-0.320.0-r1.ebuild  | 44 ++
 1 file changed, 44 insertions(+)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.320.0-r1.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.320.0-r1.ebuild
new file mode 100644
index ..5fe861ea9038
--- /dev/null
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.320.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PORTAONE
+DIST_VERSION=0.32
+DIST_EXAMPLES=("contrib/*")
+inherit perl-module
+
+DESCRIPTION="Communicate with a Radius server from Perl"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+
+RDEPEND="
+   >=virtual/perl-Data-Dumper-1.0.0
+   >=dev-perl/Data-HexDump-0.20.0
+   >=virtual/perl-Digest-MD5-2.200.0
+   >=virtual/perl-IO-1.120.0
+   >=dev-perl/Net-IP-1.260.0
+"
+DEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   dev-perl/Test-NoWarnings
+   virtual/perl-Test-Simple
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
+   "${FILESDIR}"/${PN}-0.32-no-install-db.patch
+)
+
+src_install() {
+   perl-module_src_install
+
+   # Really want to install these radius dictionaries?
+   insinto /etc/raddb
+   doins raddb/dictionary*
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/files/

2021-10-10 Thread Jakov Smolić
commit: 64f667936304f84f3ff391813f13d032b06a7269
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Oct 10 18:16:16 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Oct 10 19:05:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f66793

dev-perl/Authen-Radius: remove unused patch

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Jakov Smolić  gentoo.org>

 .../files/Authen-Radius-0.26-no-install-db.patch   | 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/dev-perl/Authen-Radius/files/Authen-Radius-0.26-no-install-db.patch 
b/dev-perl/Authen-Radius/files/Authen-Radius-0.26-no-install-db.patch
deleted file mode 100644
index 746ba993def..000
--- a/dev-perl/Authen-Radius/files/Authen-Radius-0.26-no-install-db.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 57b9f1a710c2eee1c8f54eb87d164584aa9532ce Mon Sep 17 00:00:00 2001
-From: Torsten Veller 
-Date: Mon, 5 Nov 2012 01:02:48 +1300
-Subject: Remove automatic radis-db installer code
-

- MANIFEST  | 1 -
- Makefile.PL   | 1 -
- install-radius-db.PL => install-radius-db.PL.orig | 0
- 3 files changed, 2 deletions(-)
- rename install-radius-db.PL => install-radius-db.PL.orig (100%)
-
-diff --git a/MANIFEST b/MANIFEST
-index a8e2801..09913da 100644
 a/MANIFEST
-+++ b/MANIFEST
-@@ -4,7 +4,6 @@ README
- LICENSE
- MANIFEST
- Radius.pm
--install-radius-db.PL
- t/decode.t
- t/dictionary.t
- t/digest.t
-diff --git a/Makefile.PL b/Makefile.PL
-index 45653ab..7f1b202 100644
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -4,7 +4,6 @@ use ExtUtils::MakeMaker;
- WriteMakefile(
- NAME => 'Authen::Radius',
- VERSION_FROM => 'Radius.pm', # finds $VERSION
--PPM_INSTALL_SCRIPT => 'install-radius-db.PL',
- MIN_PERL_VERSION => "v5.10",
- BUILD_REQUIRES => {
- # Support for TEST_REQUIRES
-diff --git a/install-radius-db.PL b/install-radius-db.PL.orig
-similarity index 100%
-rename from install-radius-db.PL
-rename to install-radius-db.PL.orig
--- 
-2.15.1
-



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2021-10-09 Thread Andreas K. Hüttel
commit: 85285787288e09c45c42533ddf4580aa284c016c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct  9 08:53:25 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Oct  9 09:11:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85285787

dev-perl/Authen-Radius: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Authen-Radius/Authen-Radius-0.310.0.ebuild | 50 --
 dev-perl/Authen-Radius/Manifest|  1 -
 2 files changed, 51 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild
deleted file mode 100644
index 530753d946e..000
--- a/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PORTAONE
-DIST_VERSION=0.31
-DIST_EXAMPLES=("contrib/*")
-inherit perl-module
-
-DESCRIPTION="Communicate with a Radius server from Perl"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=virtual/perl-Data-Dumper-1.0.0
-   >=dev-perl/Data-HexDump-0.20.0
-   >=virtual/perl-Digest-MD5-2.200.0
-   >=virtual/perl-IO-1.120.0
-   >=dev-perl/Net-IP-1.260.0
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
-   test? (
-   dev-perl/Test-NoWarnings
-   virtual/perl-Test-Simple
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
-   "${FILESDIR}"/${PN}-0.26-no-install-db.patch
-)
-
-src_configure() {
-   export OPTIMIZE="$CFLAGS"
-   perl-module_src_configure
-}
-
-src_install() {
-   perl-module_src_install
-
-   # Really want to install these radius dictionaries?
-   insinto /etc/raddb
-   doins raddb/dictionary*
-}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index 1b2a14480fe..7b1c0368122 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1,2 +1 @@
-DIST Authen-Radius-0.31.tar.gz 51311 BLAKE2B 
52aaa623ca28b1b406c027fb54f38c9f24b347815aefb3336649b4ff505a0b97db516b6877546bd330505516f3481934b0c46975c017ae76ed475bc476bd1c6d
 SHA512 
6b78254a6a94f67bd3a5529d4313da779d630a57e2300b02a49034c153b34fec0c6e745c5419f5a5e3ba2996d39907834d3f909ce9fdbd0edc6c43668f89d380
 DIST Authen-Radius-0.32.tar.gz 51366 BLAKE2B 
12b18554fccd56aa3668224e2e1a932108993ef845b10b3220eed212fb3413d875cdeb8e8fdef2ba439b0b0ab72417bbb9c830bc2a023a03a0c221b3f52b3170
 SHA512 
323bddead9465d60da8d1b0f4500fec436c14a8c82552b24da54a6798c0583dffb37005f7abc627ea9532ca46bd442063cddd52d8c5923aa10fa7954c728bca5



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2021-07-29 Thread Agostino Sarubbo
commit: 5eb4420c5abc40687149e306f94d31519a9695be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 29 06:42:57 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 29 06:42:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb4420c

dev-perl/Authen-Radius: x86 stable wrt bug #804693

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild
index bff0006635e..2dbfb2617f1 100644
--- a/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Communicate with a Radius server from Perl"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/, dev-perl/Authen-Radius/files/

2021-04-17 Thread Andreas K. Hüttel
commit: 95c8417fd2055f84f94004abee22bf1cb4466fa5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr 17 22:40:11 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Apr 17 22:43:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c8417f

dev-perl/Authen-Radius: Version bump 0.32

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Authen-Radius/Authen-Radius-0.320.0.ebuild | 50 ++
 dev-perl/Authen-Radius/Manifest|  1 +
 .../files/Authen-Radius-0.32-no-install-db.patch   | 43 +++
 3 files changed, 94 insertions(+)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild
new file mode 100644
index 000..bff0006635e
--- /dev/null
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.320.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PORTAONE
+DIST_VERSION=0.32
+DIST_EXAMPLES=("contrib/*")
+inherit perl-module
+
+DESCRIPTION="Communicate with a Radius server from Perl"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Data-Dumper-1.0.0
+   >=dev-perl/Data-HexDump-0.20.0
+   >=virtual/perl-Digest-MD5-2.200.0
+   >=virtual/perl-IO-1.120.0
+   >=dev-perl/Net-IP-1.260.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   dev-perl/Test-NoWarnings
+   virtual/perl-Test-Simple
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
+   "${FILESDIR}"/${PN}-0.32-no-install-db.patch
+)
+
+src_configure() {
+   export OPTIMIZE="$CFLAGS"
+   perl-module_src_configure
+}
+
+src_install() {
+   perl-module_src_install
+
+   # Really want to install these radius dictionaries?
+   insinto /etc/raddb
+   doins raddb/dictionary*
+}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index 4b13a5bff12..1b2a14480fe 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1 +1,2 @@
 DIST Authen-Radius-0.31.tar.gz 51311 BLAKE2B 
52aaa623ca28b1b406c027fb54f38c9f24b347815aefb3336649b4ff505a0b97db516b6877546bd330505516f3481934b0c46975c017ae76ed475bc476bd1c6d
 SHA512 
6b78254a6a94f67bd3a5529d4313da779d630a57e2300b02a49034c153b34fec0c6e745c5419f5a5e3ba2996d39907834d3f909ce9fdbd0edc6c43668f89d380
+DIST Authen-Radius-0.32.tar.gz 51366 BLAKE2B 
12b18554fccd56aa3668224e2e1a932108993ef845b10b3220eed212fb3413d875cdeb8e8fdef2ba439b0b0ab72417bbb9c830bc2a023a03a0c221b3f52b3170
 SHA512 
323bddead9465d60da8d1b0f4500fec436c14a8c82552b24da54a6798c0583dffb37005f7abc627ea9532ca46bd442063cddd52d8c5923aa10fa7954c728bca5

diff --git 
a/dev-perl/Authen-Radius/files/Authen-Radius-0.32-no-install-db.patch 
b/dev-perl/Authen-Radius/files/Authen-Radius-0.32-no-install-db.patch
new file mode 100644
index 000..149d3b465a1
--- /dev/null
+++ b/dev-perl/Authen-Radius/files/Authen-Radius-0.32-no-install-db.patch
@@ -0,0 +1,43 @@
+From 57b9f1a710c2eee1c8f54eb87d164584aa9532ce Mon Sep 17 00:00:00 2001
+From: Torsten Veller 
+Date: Mon, 5 Nov 2012 01:02:48 +1300
+Subject: Remove automatic radis-db installer code
+
+---
+ MANIFEST  | 1 -
+ Makefile.PL   | 1 -
+ install-radius-db.PL => install-radius-db.PL.orig | 0
+ 3 files changed, 2 deletions(-)
+ rename install-radius-db.PL => install-radius-db.PL.orig (100%)
+
+diff --git a/MANIFEST b/MANIFEST
+index a8e2801..09913da 100644
+--- a/MANIFEST
 b/MANIFEST
+@@ -4,7 +4,6 @@ README
+ LICENSE
+ MANIFEST
+ Radius.pm
+-install-radius-db.PL
+ t/decode.t
+ t/dictionary.t
+ t/digest.t
+diff --git a/Makefile.PL b/Makefile.PL
+index 45653ab..7f1b202 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -4,7 +4,6 @@ use ExtUtils::MakeMaker;
+ WriteMakefile(
+ NAME => 'Authen::Radius',
+ VERSION_FROM => 'Radius.pm', # finds $VERSION
+-PPM_INSTALL_SCRIPT => 'install-radius-db.PL',
+ MIN_PERL_VERSION => "v5.10.0",
+ BUILD_REQUIRES => {
+ # Support for TEST_REQUIRES
+diff --git a/install-radius-db.PL b/install-radius-db.PL.orig
+similarity index 100%
+rename from install-radius-db.PL
+rename to install-radius-db.PL.orig
+-- 
+2.15.1
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2020-09-25 Thread Kent Fredric
commit: 8cc00ada08720189f10e3e29fb3bcb803b3148f3
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Sep 25 22:53:35 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Sep 25 23:02:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc00ada

dev-perl/Authen-Radius: Cleanup old 0.270.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Authen-Radius/Authen-Radius-0.270.0.ebuild | 50 --
 dev-perl/Authen-Radius/Manifest|  1 -
 2 files changed, 51 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
deleted file mode 100644
index 5921f654976..000
--- a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PORTAONE
-DIST_VERSION=0.27
-DIST_EXAMPLES=("contrib/*")
-inherit perl-module
-
-DESCRIPTION="Communicate with a Radius server from Perl"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=virtual/perl-Data-Dumper-1.0.0
-   >=dev-perl/Data-HexDump-0.20.0
-   >=virtual/perl-Digest-MD5-2.200.0
-   >=virtual/perl-IO-1.120.0
-   >=dev-perl/Net-IP-1.260.0
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
-   test? (
-   dev-perl/Test-NoWarnings
-   virtual/perl-Test-Simple
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
-   "${FILESDIR}"/${PN}-0.26-no-install-db.patch
-)
-
-src_configure() {
-   export OPTIMIZE="$CFLAGS"
-   perl-module_src_configure
-}
-
-src_install() {
-   perl-module_src_install
-
-   # Really want to install these radius dictionaries?
-   insinto /etc/raddb
-   doins raddb/dictionary*
-}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index d6fdbe53fbf..4b13a5bff12 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1,2 +1 @@
-DIST Authen-Radius-0.27.tar.gz 49679 BLAKE2B 
81a676cce378054b971932f78b37c6e9683b2acd0f214ad4dbdb84e089b683e6011cc3f75e952d687a364d29c1907b586f369fe6e5e9d1cf77ce131b8ce9035d
 SHA512 
0b039b3b5b434225a92596075a3943f278f87c634c6764de477a31de515065d1ded762b38621c338785f73fe2a0e132d835a33a00891707950777a16e0277f67
 DIST Authen-Radius-0.31.tar.gz 51311 BLAKE2B 
52aaa623ca28b1b406c027fb54f38c9f24b347815aefb3336649b4ff505a0b97db516b6877546bd330505516f3481934b0c46975c017ae76ed475bc476bd1c6d
 SHA512 
6b78254a6a94f67bd3a5529d4313da779d630a57e2300b02a49034c153b34fec0c6e745c5419f5a5e3ba2996d39907834d3f909ce9fdbd0edc6c43668f89d380



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2020-04-29 Thread Kent Fredric
commit: 15f460e622b2a4b2c6054b8560e0ccf79f791ea2
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Apr 29 23:14:16 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Apr 29 23:14:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f460e6

dev-perl/Authen-Radius: Bump to version 0.310.0

- EAPI7

Upstream:
- Fixed tagger integer attribute encoding
- Fix tests if FreeRADIUS is not available
- Fix warning when NoteList parameter used without Host

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Authen-Radius/Authen-Radius-0.310.0.ebuild | 50 ++
 dev-perl/Authen-Radius/Manifest|  1 +
 2 files changed, 51 insertions(+)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild
new file mode 100644
index 000..47be5be0bbe
--- /dev/null
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.310.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PORTAONE
+DIST_VERSION=0.31
+DIST_EXAMPLES=("contrib/*")
+inherit perl-module
+
+DESCRIPTION="Communicate with a Radius server from Perl"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=virtual/perl-Data-Dumper-1.0.0
+   >=dev-perl/Data-HexDump-0.20.0
+   >=virtual/perl-Digest-MD5-2.200.0
+   >=virtual/perl-IO-1.120.0
+   >=dev-perl/Net-IP-1.260.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   dev-perl/Test-NoWarnings
+   virtual/perl-Test-Simple
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
+   "${FILESDIR}"/${PN}-0.26-no-install-db.patch
+)
+
+src_configure() {
+   export OPTIMIZE="$CFLAGS"
+   perl-module_src_configure
+}
+
+src_install() {
+   perl-module_src_install
+
+   # Really want to install these radius dictionaries?
+   insinto /etc/raddb
+   doins raddb/dictionary*
+}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index b2e89c2ffe3..d6fdbe53fbf 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1 +1,2 @@
 DIST Authen-Radius-0.27.tar.gz 49679 BLAKE2B 
81a676cce378054b971932f78b37c6e9683b2acd0f214ad4dbdb84e089b683e6011cc3f75e952d687a364d29c1907b586f369fe6e5e9d1cf77ce131b8ce9035d
 SHA512 
0b039b3b5b434225a92596075a3943f278f87c634c6764de477a31de515065d1ded762b38621c338785f73fe2a0e132d835a33a00891707950777a16e0277f67
+DIST Authen-Radius-0.31.tar.gz 51311 BLAKE2B 
52aaa623ca28b1b406c027fb54f38c9f24b347815aefb3336649b4ff505a0b97db516b6877546bd330505516f3481934b0c46975c017ae76ed475bc476bd1c6d
 SHA512 
6b78254a6a94f67bd3a5529d4313da779d630a57e2300b02a49034c153b34fec0c6e745c5419f5a5e3ba2996d39907834d3f909ce9fdbd0edc6c43668f89d380



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2020-04-11 Thread Kent Fredric
commit: 0fbe26184a7f78cf179caca8e1267796eceb38ed
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Apr 11 13:58:49 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Apr 11 14:06:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbe2618

dev-perl/Authen-Radius: Remove old 0.260.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Authen-Radius/Authen-Radius-0.260.0.ebuild | 49 --
 dev-perl/Authen-Radius/Manifest|  1 -
 2 files changed, 50 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
deleted file mode 100644
index c9d0d5f9f5a..000
--- a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PORTAONE
-DIST_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="Communicate with a Radius server from Perl"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=virtual/perl-Data-Dumper-1.0.0
-   >=dev-perl/Data-HexDump-0.20.0
-   >=virtual/perl-Digest-MD5-2.200.0
-   >=virtual/perl-IO-1.120.0
-   >=dev-perl/Net-IP-1.260.0
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
-   test? (
-   dev-perl/Test-NoWarnings
-   virtual/perl-Test-Simple
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
-   "${FILESDIR}"/${PN}-0.26-no-install-db.patch
-)
-
-src_configure() {
-   export OPTIMIZE="$CFLAGS"
-   perl-module_src_configure
-}
-
-src_install() {
-   perl-module_src_install
-
-   # Really want to install these radius dictionaries?
-   insinto /etc/raddb
-   doins raddb/dictionary*
-}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index e60cf7afab4..b2e89c2ffe3 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1,2 +1 @@
-DIST Authen-Radius-0.26.tar.gz 49432 BLAKE2B 
05ce64cf463faa1ad1004a659859961d6df24d0651a180603a5a5fc3d672a91f8df521f7d19bbc7b62aa0d63e1ae5b54dec3d46718973ee160f3e7bae5f15d02
 SHA512 
6779712cd4fdc45115c6e68766ef58c8b1dc9bf3037f3e0e243bc23318d13b09104df5f825b40ce26f7eebe52e6c4887efc8525334f2ab00da23fe76322f0b56
 DIST Authen-Radius-0.27.tar.gz 49679 BLAKE2B 
81a676cce378054b971932f78b37c6e9683b2acd0f214ad4dbdb84e089b683e6011cc3f75e952d687a364d29c1907b586f369fe6e5e9d1cf77ce131b8ce9035d
 SHA512 
0b039b3b5b434225a92596075a3943f278f87c634c6764de477a31de515065d1ded762b38621c338785f73fe2a0e132d835a33a00891707950777a16e0277f67



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2018-11-23 Thread Thomas Deutschmann
commit: d3511db6056cf25403a57620b0bd43210d0ff86a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov 23 20:21:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov 23 20:21:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3511db6

dev-perl/Authen-Radius: x86 stable (bug #671730)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
index d549384f5b9..29ef48b2dfa 100644
--- a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Communicate with a Radius server from Perl"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2018-11-23 Thread Agostino Sarubbo
commit: caca9d5127ab51935892768b210c2ecbf3811d62
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 23 13:48:11 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 23 13:49:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caca9d51

dev-perl/Authen-Radius: amd64 stable wrt bug #671730

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
index e8f19084fc2..d549384f5b9 100644
--- a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ DESCRIPTION="Communicate with a Radius server from Perl"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2018-09-07 Thread Kent Fredric
commit: 24c80c90da487a546906752c9b63596fc6645a57
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Sep  7 19:29:05 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Sep  7 19:31:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c80c90

dev-perl/Authen-Radius: Bump to version 0.270.0

- export contrib/ via USE=examples

Upstream:
- Force FreeRADIUS dictionary format when BEGIN-VENDOR directive is
  found
- Load included files using requested format
- Add full support for octets type

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Authen-Radius/Authen-Radius-0.270.0.ebuild | 49 ++
 dev-perl/Authen-Radius/Manifest|  1 +
 2 files changed, 50 insertions(+)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
new file mode 100644
index 000..e8f19084fc2
--- /dev/null
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.270.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PORTAONE
+DIST_VERSION=0.27
+DIST_EXAMPLES=("contrib/*")
+inherit perl-module
+
+DESCRIPTION="Communicate with a Radius server from Perl"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-Data-Dumper-1.0.0
+   >=dev-perl/Data-HexDump-0.20.0
+   >=virtual/perl-Digest-MD5-2.200.0
+   >=virtual/perl-IO-1.120.0
+   >=dev-perl/Net-IP-1.260.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   dev-perl/Test-NoWarnings
+   virtual/perl-Test-Simple
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
+   "${FILESDIR}"/${PN}-0.26-no-install-db.patch
+)
+
+src_configure() {
+   export OPTIMIZE="$CFLAGS"
+   perl-module_src_configure
+}
+
+src_install() {
+   perl-module_src_install
+
+   # Really want to install these radius dictionaries?
+   insinto /etc/raddb
+   doins raddb/dictionary*
+}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index 447e3579de1..e60cf7afab4 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1 +1,2 @@
 DIST Authen-Radius-0.26.tar.gz 49432 BLAKE2B 
05ce64cf463faa1ad1004a659859961d6df24d0651a180603a5a5fc3d672a91f8df521f7d19bbc7b62aa0d63e1ae5b54dec3d46718973ee160f3e7bae5f15d02
 SHA512 
6779712cd4fdc45115c6e68766ef58c8b1dc9bf3037f3e0e243bc23318d13b09104df5f825b40ce26f7eebe52e6c4887efc8525334f2ab00da23fe76322f0b56
+DIST Authen-Radius-0.27.tar.gz 49679 BLAKE2B 
81a676cce378054b971932f78b37c6e9683b2acd0f214ad4dbdb84e089b683e6011cc3f75e952d687a364d29c1907b586f369fe6e5e9d1cf77ce131b8ce9035d
 SHA512 
0b039b3b5b434225a92596075a3943f278f87c634c6764de477a31de515065d1ded762b38621c338785f73fe2a0e132d835a33a00891707950777a16e0277f67



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/

2018-04-04 Thread Aaron Bauman
commit: af8b73841da714d02e3a1353c400c9b68a5c1765
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr  5 02:50:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr  5 02:50:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8b7384

dev-perl/Authen-Radius: amd64 stable

Bug: https://bugs.gentoo.org/652468
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
index 93ca6b83ed0..0a114169c8e 100644
--- a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Communicate with a Radius server from Perl"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/files/, dev-perl/Authen-Radius/

2017-12-29 Thread Kent Fredric
commit: 03d6c2a04a2059d6456d5e716c5765189aef6650
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Dec 28 07:58:43 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Dec 30 02:38:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d6c2a0

dev-perl/Authen-Radius: Copy from dev-perl/RadiusPerl

Upstream name change migration

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 .../Authen-Radius/Authen-Radius-0.220.0-r1.ebuild  | 44 ++
 dev-perl/Authen-Radius/Manifest|  1 +
 .../Authen-Radius/files/dictionary.cisco.ssg.patch | 14 +++
 dev-perl/Authen-Radius/metadata.xml| 12 ++
 4 files changed, 71 insertions(+)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.220.0-r1.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.220.0-r1.ebuild
new file mode 100644
index 000..157df28ca9c
--- /dev/null
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.220.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MY_PN=RadiusPerl
+MODULE_AUTHOR=MANOWAR
+MODULE_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION="Communicate with a Radius server from Perl"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="amd64 ~hppa ~sparc x86"
+IUSE=""
+
+DEPEND="
+   >=virtual/perl-Digest-MD5-2.200.0
+   >=virtual/perl-IO-1.12
+   >=dev-perl/Data-HexDump-0.02
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/Authen-Radius-${MODULE_VERSION}
+
+SRC_TEST="do"
+export OPTIMIZE="$CFLAGS"
+PATCHES=( "${FILESDIR}"/dictionary.cisco.ssg.patch )
+
+src_prepare() {
+   sed -i '/install-radius-db.PL/d' Makefile.PL MANIFEST || die
+   mv "${S}"/install-radius-db.PL{,.orig} || die
+
+   perl-module_src_prepare
+}
+
+src_install() {
+   perl-module_src_install
+
+   # Really want to install these radius dictionaries?
+   insinto /etc/raddb
+   doins raddb/dictionary*
+}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
new file mode 100644
index 000..3642180cf55
--- /dev/null
+++ b/dev-perl/Authen-Radius/Manifest
@@ -0,0 +1 @@
+DIST RadiusPerl-0.22.tar.gz 40980 BLAKE2B 
5c8a1870d7a95c89f9f2b8546c0285b5cf62873b3960ee67d45db3c9edfa0117fc40f3238d42a1306a15c4740e739381ae7bb88234bfceff2a79d73a84e384f1
 SHA512 
d5c7327fa3d4b6f74405e905f01be23479be542073d035c3babc34b63577069f6069e44dda9709b69b5dc25552170a764eb02ab6d2b6c2f7b366da566ae8e967

diff --git a/dev-perl/Authen-Radius/files/dictionary.cisco.ssg.patch 
b/dev-perl/Authen-Radius/files/dictionary.cisco.ssg.patch
new file mode 100644
index 000..bbec7052ff6
--- /dev/null
+++ b/dev-perl/Authen-Radius/files/dictionary.cisco.ssg.patch
@@ -0,0 +1,14 @@
+--- /etc/raddb/dictionary.cisco2010-02-10 01:04:00.0 +0200
 dictionary.cisco   2010-02-10 01:06:10.0 +0200
+@@ -118,3 +118,11 @@
+ VALUE   Cisco-Disconnect-CauseSession-End-Callback102
+ VALUE   Cisco-Disconnect-CauseInvalid-Protocol120
+ 
++#ISG Support 
http://www.cisco.com/en/US/docs/ios/12_2sb/isg/coa/guide/isgcaapa.html
++ATTRIBUTE   Cisco-Policy-Up   37  string  Cisco
++ATTRIBUTE   Cisco-Policy-Down 38  string  Cisco
++ATTRIBUTE Cisco-SSG-Subscriber-Password   249 string  Cisco
++ATTRIBUTE Cisco-SSG-Account-Info  250 string  Cisco
++ATTRIBUTE Cisco-SSG-Service-Info  251 string  Cisco
++ATTRIBUTE   Cisco-SSG-Command-Code252 string  Cisco
++ATTRIBUTE Cisco-SSG-Control-Info  253 string  Cisco

diff --git a/dev-perl/Authen-Radius/metadata.xml 
b/dev-perl/Authen-Radius/metadata.xml
new file mode 100644
index 000..d5df1a58b81
--- /dev/null
+++ b/dev-perl/Authen-Radius/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Authen-Radius
+Authen::Radius
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-Radius/files/, dev-perl/Authen-Radius/

2017-12-29 Thread Kent Fredric
commit: 2b80e4786314b536fffb4487ae522ecc8e0fbfbb
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Dec 30 02:34:11 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Dec 30 02:38:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b80e478

dev-perl/Authen-Radius: Bump to version 0.260.0

- EAPI6
- Update patches for eapply format
- Patchify sed code
- Don't run export in global scope
- Parallel tests

Upstream:
- Clear authenticator under clear_attributes()
- Add support for changing I/O activity timeouts
- Add ACCESS_CHALLENGE packet type definition
- Fix large wait on processing broadcasts
- Add support for Status-Server requests
- Add support for IPv6
- Add support for integer64
- Fix warning using uninitialized $vendor_name
- Add support for date and time types
- Improve support for FreeRADIUS and GNU Radius dictionarty files
- Add support for tagged attributes
- Fix sublist attribute type encoding

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 .../Authen-Radius/Authen-Radius-0.260.0.ebuild | 48 ++
 dev-perl/Authen-Radius/Manifest|  1 +
 .../Authen-Radius-0.26-cisco-dictionary.patch  | 28 +
 .../files/Authen-Radius-0.26-no-install-db.patch   | 43 +++
 4 files changed, 120 insertions(+)

diff --git a/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild 
b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
new file mode 100644
index 000..93ca6b83ed0
--- /dev/null
+++ b/dev-perl/Authen-Radius/Authen-Radius-0.260.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PORTAONE
+DIST_VERSION=0.26
+inherit perl-module
+
+DESCRIPTION="Communicate with a Radius server from Perl"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-Data-Dumper-1.0.0
+   >=dev-perl/Data-HexDump-0.20.0
+   >=virtual/perl-Digest-MD5-2.200.0
+   >=virtual/perl-IO-1.120.0
+   >=dev-perl/Net-IP-1.260.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   dev-perl/Test-NoWarnings
+   virtual/perl-Test-Simple
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.26-cisco-dictionary.patch
+   "${FILESDIR}"/${PN}-0.26-no-install-db.patch
+)
+
+src_configure() {
+   export OPTIMIZE="$CFLAGS"
+   perl-module_src_configure
+}
+
+src_install() {
+   perl-module_src_install
+
+   # Really want to install these radius dictionaries?
+   insinto /etc/raddb
+   doins raddb/dictionary*
+}

diff --git a/dev-perl/Authen-Radius/Manifest b/dev-perl/Authen-Radius/Manifest
index 3642180cf55..a69b438b9f7 100644
--- a/dev-perl/Authen-Radius/Manifest
+++ b/dev-perl/Authen-Radius/Manifest
@@ -1 +1,2 @@
+DIST Authen-Radius-0.26.tar.gz 49432 BLAKE2B 
05ce64cf463faa1ad1004a659859961d6df24d0651a180603a5a5fc3d672a91f8df521f7d19bbc7b62aa0d63e1ae5b54dec3d46718973ee160f3e7bae5f15d02
 SHA512 
6779712cd4fdc45115c6e68766ef58c8b1dc9bf3037f3e0e243bc23318d13b09104df5f825b40ce26f7eebe52e6c4887efc8525334f2ab00da23fe76322f0b56
 DIST RadiusPerl-0.22.tar.gz 40980 BLAKE2B 
5c8a1870d7a95c89f9f2b8546c0285b5cf62873b3960ee67d45db3c9edfa0117fc40f3238d42a1306a15c4740e739381ae7bb88234bfceff2a79d73a84e384f1
 SHA512 
d5c7327fa3d4b6f74405e905f01be23479be542073d035c3babc34b63577069f6069e44dda9709b69b5dc25552170a764eb02ab6d2b6c2f7b366da566ae8e967

diff --git 
a/dev-perl/Authen-Radius/files/Authen-Radius-0.26-cisco-dictionary.patch 
b/dev-perl/Authen-Radius/files/Authen-Radius-0.26-cisco-dictionary.patch
new file mode 100644
index 000..19d6b0ed9ca
--- /dev/null
+++ b/dev-perl/Authen-Radius/files/Authen-Radius-0.26-cisco-dictionary.patch
@@ -0,0 +1,28 @@
+From c3955cd5e9232cf891500cdddf96c0f4e336029b Mon Sep 17 00:00:00 2001
+From: Patrick Lauer 
+Date: Mon, 29 Oct 2012 21:02:39 +1300
+Subject: Add ISG support to raddb cisco dictionary
+
+---
+ raddb/dictionary.cisco | 8 
+ 1 file changed, 8 insertions(+)
+
+diff --git a/raddb/dictionary.cisco b/raddb/dictionary.cisco
+index 4dadaa3..8d57a03 100644
+--- a/raddb/dictionary.cisco
 b/raddb/dictionary.cisco
+@@ -118,3 +118,11 @@ VALUE   Cisco-Disconnect-Cause
Session-Failed-Security 101
+ VALUE   Cisco-Disconnect-CauseSession-End-Callback102
+ VALUE   Cisco-Disconnect-CauseInvalid-Protocol120
+ 
++#ISG Support 
http://www.cisco.com/en/US/docs/ios/12_2sb/isg/coa/guide/isgcaapa.html
++ATTRIBUTE   Cisco-Policy-Up   37  string  Cisco
++ATTRIBUTE   Cisco-Policy-Down 38  string  Cisco
++ATTRIBUTE Cisco-SSG-Subscriber-Password   249 string  Cisco
++ATTRIBUTE Cisco-SSG-Account-Info  250 string  Cisco
++ATTRIBUTE Cisco-SSG-Service-Info  251 string  Cisco