diff mbox series

[meta-perl] libdigest-hmac-perl: upgrade 1.03 -> 1.05

Message ID 20241024130612.21656-1-schonm@gmail.com
State Under Review
Headers show
Series [meta-perl] libdigest-hmac-perl: upgrade 1.03 -> 1.05 | expand

Commit Message

J. S. Oct. 24, 2024, 1:06 p.m. UTC
This new version brings an updated copyright date and a new maintainer.
This distributes under the Perl license (as it did previously).

Update the HOMEPAGE and SRC_URI to use metacpan.org instead of search.cpan.org

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...gest-hmac-perl_1.03.bb => libdigest-hmac-perl_1.05.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-perl/recipes-perl/libdigest/{libdigest-hmac-perl_1.03.bb => libdigest-hmac-perl_1.05.bb} (57%)

Comments

Khem Raj Oct. 24, 2024, 1:33 p.m. UTC | #1
On Thu, Oct 24, 2024 at 6:20 AM J. S. via lists.openembedded.org
<schonm=gmail.com@lists.openembedded.org> wrote:
>
> This new version brings an updated copyright date and a new maintainer.
> This distributes under the Perl license (as it did previously).
>
> Update the HOMEPAGE and SRC_URI to use metacpan.org instead of search.cpan.org
>
> Signed-off-by: Jason Schonberg <schonm@gmail.com>
> ---
>  ...gest-hmac-perl_1.03.bb => libdigest-hmac-perl_1.05.bb} | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>  rename meta-perl/recipes-perl/libdigest/{libdigest-hmac-perl_1.03.bb => libdigest-hmac-perl_1.05.bb} (57%)
>
> diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
> similarity index 57%
> rename from meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
> rename to meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
> index 41b4e78c5..7b5980287 100644
> --- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
> +++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
> @@ -1,17 +1,17 @@
>  SUMMARY = "Keyed-Hashing for Message Authentication"
>  DESCRIPTION = "Keyed-Hashing for Message Authentication"
> -HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/"
> +HOMEPAGE = "https://metacpan.org/pod/Digest::HMAC"
>  SECTION = "libs"
>
>  LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
> -LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6"
> +LIC_FILES_CHKSUM = "file://README;beginline=6;endline=9;md5=6321739e9ccbf74ee5dd2eb82c42d609"
>

The checksum changed and the number of lines for calculating the
checksum as well. are they still conveying the same license terms ?

>  RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5"
>
> -SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \
> +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Digest-HMAC-${PV}.tar.gz \
>             file://run-ptest \
>            "
> -SRC_URI[sha256sum] = "3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59"
> +SRC_URI[sha256sum] = "215cb59cba610745cfb2d4b3f8ef756d590e57e3ad7986a992e87c4969fcdc7a"
>
>  S = "${WORKDIR}/Digest-HMAC-${PV}"
>
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#113167): https://lists.openembedded.org/g/openembedded-devel/message/113167
> Mute This Topic: https://lists.openembedded.org/mt/109189678/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
J. S. Oct. 24, 2024, 2:46 p.m. UTC | #2
Yes, the dual license GNU GPL & Artistic License remains the same.
I've attached the Readme files from the two versions here.

Thanks,
Jason Schonberg

On Thu, Oct 24, 2024 at 9:34 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> On Thu, Oct 24, 2024 at 6:20 AM J. S. via lists.openembedded.org
> <schonm=gmail.com@lists.openembedded.org> wrote:
> >
> > This new version brings an updated copyright date and a new maintainer.
> > This distributes under the Perl license (as it did previously).
> >
> > Update the HOMEPAGE and SRC_URI to use metacpan.org instead of search.cpan.org
> >
> > Signed-off-by: Jason Schonberg <schonm@gmail.com>
> > ---
> >  ...gest-hmac-perl_1.03.bb => libdigest-hmac-perl_1.05.bb} | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> >  rename meta-perl/recipes-perl/libdigest/{libdigest-hmac-perl_1.03.bb => libdigest-hmac-perl_1.05.bb} (57%)
> >
> > diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
> > similarity index 57%
> > rename from meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
> > rename to meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
> > index 41b4e78c5..7b5980287 100644
> > --- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
> > +++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
> > @@ -1,17 +1,17 @@
> >  SUMMARY = "Keyed-Hashing for Message Authentication"
> >  DESCRIPTION = "Keyed-Hashing for Message Authentication"
> > -HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/"
> > +HOMEPAGE = "https://metacpan.org/pod/Digest::HMAC"
> >  SECTION = "libs"
> >
> >  LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
> > -LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6"
> > +LIC_FILES_CHKSUM = "file://README;beginline=6;endline=9;md5=6321739e9ccbf74ee5dd2eb82c42d609"
> >
>
> The checksum changed and the number of lines for calculating the
> checksum as well. are they still conveying the same license terms ?
>
> >  RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5"
> >
> > -SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \
> > +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Digest-HMAC-${PV}.tar.gz \
> >             file://run-ptest \
> >            "
> > -SRC_URI[sha256sum] = "3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59"
> > +SRC_URI[sha256sum] = "215cb59cba610745cfb2d4b3f8ef756d590e57e3ad7986a992e87c4969fcdc7a"
> >
> >  S = "${WORKDIR}/Digest-HMAC-${PV}"
> >
> > --
> > 2.43.0
> >
> >
> > 
> >
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
similarity index 57%
rename from meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
rename to meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
index 41b4e78c5..7b5980287 100644
--- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
+++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
@@ -1,17 +1,17 @@ 
 SUMMARY = "Keyed-Hashing for Message Authentication"
 DESCRIPTION = "Keyed-Hashing for Message Authentication"
-HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/"
+HOMEPAGE = "https://metacpan.org/pod/Digest::HMAC"
 SECTION = "libs"
 
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6"
+LIC_FILES_CHKSUM = "file://README;beginline=6;endline=9;md5=6321739e9ccbf74ee5dd2eb82c42d609"
 
 RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5"
 
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \
+SRC_URI = "https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Digest-HMAC-${PV}.tar.gz \
            file://run-ptest \
           "
-SRC_URI[sha256sum] = "3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59"
+SRC_URI[sha256sum] = "215cb59cba610745cfb2d4b3f8ef756d590e57e3ad7986a992e87c4969fcdc7a"
 
 S = "${WORKDIR}/Digest-HMAC-${PV}"