diff options
Diffstat (limited to 'meta-perl/recipes-perl/libauthen')
-rw-r--r-- | meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb | 7 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb (renamed from meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb) | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb index ee7c4d7502..b36006acd3 100644 --- a/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb +++ b/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "The Authen::Radius module provides a simple class that \ | |||
4 | Radius server. \ | 4 | Radius server. \ |
5 | " | 5 | " |
6 | 6 | ||
7 | HOMEPAGE = "http://search.cpan.org/~manowar/RadiusPerl" | 7 | HOMEPAGE = "https://metacpan.org/release/MANOWAR/RadiusPerl" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "Artistic-2.0" | 10 | LICENSE = "Artistic-2.0" |
@@ -12,14 +12,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78ab6ea0cba1f1ec1680ebb149e3bc11" | |||
12 | 12 | ||
13 | DEPENDS = "perl" | 13 | DEPENDS = "perl" |
14 | 14 | ||
15 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \ | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \ |
16 | file://test.pl-adjust-for-ptest.patch \ | 16 | file://test.pl-adjust-for-ptest.patch \ |
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | SRC_URI[md5sum] = "d1fe2d6ecf7ea99299e4e3a8f945aad8" | ||
20 | SRC_URI[sha256sum] = "3b276506986ccaa4949d92b13ce053a0017ad11562a991cc753364923fe81ca7" | 19 | SRC_URI[sha256sum] = "3b276506986ccaa4949d92b13ce053a0017ad11562a991cc753364923fe81ca7" |
21 | 20 | ||
22 | S = "${WORKDIR}/Authen-Radius-${PV}" | 21 | S = "${UNPACKDIR}/Authen-Radius-${PV}" |
23 | 22 | ||
24 | inherit cpan ptest | 23 | inherit cpan ptest |
25 | 24 | ||
diff --git a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb index a9eec69502..bcd155ff6f 100644 --- a/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.16.bb +++ b/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "SASL Authentication framework for Perl" | |||
2 | DESCRIPTION = "SASL is a generic mechanism for authentication used by several network \ | 2 | DESCRIPTION = "SASL is a generic mechanism for authentication used by several network \ |
3 | protocols. Authen::SASL provides an implementation framework that all \ | 3 | protocols. Authen::SASL provides an implementation framework that all \ |
4 | protocols should be able to share." | 4 | protocols should be able to share." |
5 | HOMEPAGE = "http://search.cpan.org/dist/Authen-SASL/" | 5 | HOMEPAGE = "https://metacpan.org/dist/Authen-SASL/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -11,13 +11,12 @@ LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=171 | |||
11 | DEPENDS = "perl" | 11 | DEPENDS = "perl" |
12 | RDEPENDS:${PN} = "libdigest-hmac-perl" | 12 | RDEPENDS:${PN} = "libdigest-hmac-perl" |
13 | 13 | ||
14 | SRC_URI = "http://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-${PV}.tar.gz \ | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/EH/EHUELS/Authen-SASL-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "7c03a689d4c689e5a9e2f18a1c586b2f" | 17 | SRC_URI[sha256sum] = "0b03686bddbbf7d5c6548e468d079a4051c9b73851df740ae28cfd2db234e922" |
18 | SRC_URI[sha256sum] = "6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09" | ||
19 | 18 | ||
20 | S = "${WORKDIR}/Authen-SASL-${PV}" | 19 | S = "${UNPACKDIR}/Authen-SASL-${PV}" |
21 | 20 | ||
22 | inherit cpan ptest | 21 | inherit cpan ptest |
23 | 22 | ||