Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: "J. S." <schonm@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Jason Schonberg <schonm@gmail.com>
Subject: [meta-perl][PATCH 29/42] libnet-libidn-perl: Change references to search.cpan.org to use metacpan.org
Date: Thu, 24 Oct 2024 16:07:48 -0400	[thread overview]
Message-ID: <20241024201806.440273-30-schonm@gmail.com> (raw)
In-Reply-To: <20241024201806.440273-1-schonm@gmail.com>

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
index a22b63809..de85e2664 100644
--- a/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb
@@ -6,13 +6,13 @@ Turbo Fredriksson's PHP-IDN. \
 "
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-HOMEPAGE = "http://search.cpan.org/dist/Net-LibIDN/"
+HOMEPAGE = "https://metacpan.org/dist/Net-LibIDN/"
 DEPENDS += "libidn"
 # We must need glibc-gconvs to enable charset related functions,
 # such as Net::LibIDN::idn_to_ascii().
 RDEPENDS:${PN}:append:libc-glibc = " glibc-gconvs"
 
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/T/TH/THOR/Net-LibIDN-${PV}.tar.gz"
 SRC_URI[sha256sum] = "2f8acc9442b3866ec7dc63cd449fc693ae3e930d5d3e5e9430fbb6f393bdbb17"
 
 SRC_URI += "file://libidn-wr-cross-compile.patch"
-- 
2.43.0



  parent reply	other threads:[~2024-10-24 20:36 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 01/42] mime-construct: Change references to search.cpan.org to use metacpan.org J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 02/42] libalgorithm-diff-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 03/42] libauthen-radius-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 04/42] libauthen-sasl-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 05/42] libcapture-tiny-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 06/42] libcgi-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 07/42] libconfig-tiny-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 08/42] libconfig-autoconf-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 09/42] libdata-hexdump-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 10/42] libdigest-sha1-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 11/42] libenv-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 12/42] libextutils-config-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 13/42] libextutils-cppguess-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 14/42] libextutils-helpers-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 15/42] libextutils-installpaths-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 16/42] libextutils-parsexs-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 17/42] libfile-slurp-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 18/42] libfile-slurper-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 19/42] libhtml-parser-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 20/42] libimport-into-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 21/42] libio-socket-ssl-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 22/42] libipc-signal-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 23/42] liblocale-gettext-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 24/42] libmime-charset-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 25/42] libmime-types-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 26/42] libmodule-build-tiny-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 27/42] libmodule-runtime-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 28/42] libnet-dns-perl: " J. S.
2024-10-24 20:07 ` J. S. [this message]
2024-10-24 20:07 ` [meta-perl][PATCH 30/42] libnet-ssleay-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 31/42] libnet-telnet-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 32/42] libproc-waitstat-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 33/42] libterm-readkey-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 34/42] libtest-nowarnings-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 35/42] libtest-warn-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 36/42] libtext-charwidth-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 37/42] libtext-diff-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 38/42] libtext-iconv-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 39/42] libtext-wrapi18n-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 40/42] libxml-filter-buffertext-perl: " J. S.
2024-10-24 20:08 ` [meta-perl][PATCH 41/42] libxml-libxml-perl: " J. S.
2024-10-24 20:08 ` [meta-perl][PATCH 42/42] libxml-sax-writer-perl: " J. S.
2024-10-24 22:37 ` [oe] [meta-perl][PATCH 0/42] Tim Orling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241024201806.440273-30-schonm@gmail.com \
    --to=schonm@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox