From f874ff5a3a3ad858710d8dbc15324da778b74a55 Mon Sep 17 00:00:00 2001 From: "J. S." Date: Thu, 24 Oct 2024 16:07:22 -0400 Subject: [PATCH] libauthen-radius-perl: Change references to search.cpan.org to use metacpan.org Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../recipes-perl/libauthen/libauthen-radius-perl_0.22.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 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 4a7b576a2c..79a371d2cd 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 \ Radius server. \ " -HOMEPAGE = "http://search.cpan.org/~manowar/RadiusPerl" +HOMEPAGE = "https://metacpan.org/release/MANOWAR/RadiusPerl" SECTION = "libs" LICENSE = "Artistic-2.0" @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78ab6ea0cba1f1ec1680ebb149e3bc11" DEPENDS = "perl" -SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \ +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \ file://test.pl-adjust-for-ptest.patch \ file://run-ptest \ "