From 0c466846bbfbfa1d5ff70350d0d32eaffa27083c Mon Sep 17 00:00:00 2001 From: "J. S." Date: Thu, 24 Oct 2024 16:07:49 -0400 Subject: [PATCH] libnet-ssleay-perl: Change references to search.cpan.org to use metacpan.org Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb index a91bb6cbe1..707b9fdef1 100644 --- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb +++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb @@ -4,7 +4,7 @@ web pages on SSL servers (for symmetry, same API is offered for \ accessing http servers, too), a sslcat() function for writing your own \ clients, and finally access to the SSL api of SSLeay/OpenSSL package \ so you can write servers or clients for more complicated applications." -HOMEPAGE = "http://search.cpan.org/dist/Net-SSLeay/" +HOMEPAGE = "https://metacpan.org/dist/Net-SSLeay" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" @@ -23,7 +23,7 @@ RDEPENDS:${PN} += "\ zlib \ " -SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \ +SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \ file://no-exec-on-configure.patch \ file://run-ptest \ "