All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-perl] [PATCH] libclass-method-modifiers-perl: upgrade 2.13 -> 2.15
@ 2023-03-24  0:25 wangmy
  2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 - localize $SIG{__DIE__} before calling eval
 - remove Test::Fatal and Test::Needs from test prereqs

License-Update: Removed spaces at the end of the line

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...s-perl_2.13.bb => libclass-method-modifiers-perl_2.15.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-perl/recipes-perl/libclass/{libclass-method-modifiers-perl_2.13.bb => libclass-method-modifiers-perl_2.15.bb} (77%)

diff --git a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.15.bb
similarity index 77%
rename from meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb
rename to meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.15.bb
index 4cd6343878..f6ed718239 100644
--- a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.13.bb
+++ b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.15.bb
@@ -7,11 +7,10 @@ SECTION = "libs"
 HOMEPAGE = "https://github.com/moose/Class-Method-Modifiers/"
 
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=16fd0ec7b73c0e158426f753943f1058"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d49d07ae038f38923335ac8cc301e1ba"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz"
-SRC_URI[md5sum] = "b1398e3682aa2e075b913b9f9000b596"
-SRC_URI[sha256sum] = "ab5807f71018a842de6b7a4826d6c1f24b8d5b09fcce5005a3309cf6ea40fd63"
+SRC_URI[sha256sum] = "65cd85bfe475d066e9186f7a8cc636070985b30b0ebb1cde8681cf062c2e15fc"
 
 S = "${WORKDIR}/Class-Method-Modifiers-${PV}"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-perl] [PATCH] libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204
  2023-03-24  0:25 [oe] [meta-perl] [PATCH] libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 wangmy
@ 2023-03-24  0:25 ` wangmy
  2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libcompress-raw-lzma-perl: " wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Cast isdigit argument as unsigned char
  https://github.com/pmqs/Compress-Raw-Bzip2/pull/9
  967696b4fa91768fa4d46163f46982bc063a175e

* Use GIMME_V instead of GIMME
  https://github.com/pmqs/Compress-Raw-Bzip2/pull/8
  54e3c1e18b61f0892056925240bbc80f76e2f038

* typos
  12496575c17829506cc9c9fa325e31aab1fcd1c7

* Trim trailing spaces from bzip2-src
  https://github.com/pmqs/Compress-Raw-Bzip2/pull/7
  8728d405e8d805cb88685b82a5e5493b62288046

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...zip2-perl_2.201.bb => libcompress-raw-bzip2-perl_2.204.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libcompress/{libcompress-raw-bzip2-perl_2.201.bb => libcompress-raw-bzip2-perl_2.204.bb} (79%)

diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.204.bb
similarity index 79%
rename from meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb
rename to meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.204.bb
index e7cc6a1699..1dc077d67e 100644
--- a/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.201.bb
+++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.204.bb
@@ -5,11 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Bzip2"
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
 
-LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=3cca53585f3090f28fa8401bf1db9179"
+LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=85ab0f65a47c4c0f72dd6d033ff74ece"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "6204b270806d924e124e406faf6bbc715f7bb461dfdbea722042325633be300a"
+SRC_URI[sha256sum] = "ee7b490e67e7e2a7a0e8c1e1aa29a9610066149f46b836921149ad1813f70c69"
 
 DEPENDS += "bzip2"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-perl] [PATCH] libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204
  2023-03-24  0:25 [oe] [meta-perl] [PATCH] libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 wangmy
  2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 wangmy
@ 2023-03-24  0:25 ` wangmy
  2023-03-24  0:25 ` [PATCH] [oe] [meta-perl] [PATCH] libcompress-raw-zlib-perl: upgrade 2.202 " wangmy
  2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libio-compress-lzma-perl: upgrade 2.201 " wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* Use GIMME_V instead of GIMME
      54e3c1e18b61f0892056925240bbc80f76e2f038

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-lzma-perl_2.201.bb => libcompress-raw-lzma-perl_2.204.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libcompress/{libcompress-raw-lzma-perl_2.201.bb => libcompress-raw-lzma-perl_2.204.bb} (80%)

diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.204.bb
similarity index 80%
rename from meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb
rename to meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.204.bb
index a9a5570d39..c4b6a4bb79 100644
--- a/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.201.bb
+++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.204.bb
@@ -5,11 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Lzma"
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
 
-LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=8f4f1603d6e92a381ce2f595ab3cafd5"
+LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=b95311d4a7dbf3d0d3663edc094aced6"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Lzma-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "ccefd0c0379fae599e2f24570d51cdd8135c161519f7931f0b6cfcf0366094f1"
+SRC_URI[sha256sum] = "b226d0648da3e7309387cd8d9cf629353593fd08bac29533f2559659ef7aac1a"
 
 DEPENDS += "xz"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] [oe] [meta-perl] [PATCH] libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204
  2023-03-24  0:25 [oe] [meta-perl] [PATCH] libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 wangmy
  2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 wangmy
  2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libcompress-raw-lzma-perl: " wangmy
@ 2023-03-24  0:25 ` wangmy
  2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libio-compress-lzma-perl: upgrade 2.201 " wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
* Update zlib sources to zlib-1.2.13
  https://github.com/pmqs/Compress-Raw-Zlib/issues/20
  eafe29c85437582d16c6bda16449ea2dea534266

* Use GIMME_V instead of the deprecated GIMME
  https://github.com/pmqs/Compress-Raw-Zlib/pull/19
  7a7b045d9d8729a6c82a78039dab5decf7e65907

License-Update:
 Copyright year updated to 2023.
 zlib version updated to 1.2.13, Copyright year updated to 2022.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libcompress-raw-zlib-perl_2.202.bb        | 47 -------------------
 .../libcompress-raw-zlib-perl_2.204.bb        | 28 +++++++++++
 2 files changed, 28 insertions(+), 47 deletions(-)
 delete mode 100644 meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.202.bb
 create mode 100644 meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.204.bb

diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.202.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.202.bb
deleted file mode 100644
index 5459572e2b..0000000000
--- a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.202.bb
+++ /dev/null
@@ -1,47 +0,0 @@
-# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
-# The following is the difference between the old and the new license text.
-# Please update the LICENSE value if needed, and summarize the changes in
-# the commit message via 'License-Update:' tag.
-# (example: 'License-Update: copyright years updated.')
-#
-# The changes:
-#
-# --- README
-# +++ README
-# @@ -1,4 +1,4 @@
-# -       Copyright (c) 2005-2020 Paul Marquess. All rights reserved.
-# +        Copyright (c) 2005-2022 Paul Marquess. All rights reserved.
-#            This program is free software; you can redistribute it
-#             and/or modify it under the same terms as Perl itself.
-#  
-# 
-#
-
-SUMMARY = "Perl interface to the zlib compression library."
-DESCRIPTION = "The Compress::Raw::Zlib module provides a Perl interface \
-to the zlib compression library (see 'AUTHOR' for details about where to \
-get zlib)."
-HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Zlib"
-SECTION = "libs"
-LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-
-LIC_FILES_CHKSUM = "file://README;beginline=8;endline=17;md5=9bd174bdd6fbb141c1b679e2466e0b39"
-
-SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz"
-
-SRC_URI[sha256sum] = "96e20946eb457a32d2d7a0050b922e37b5ada41246bcdc824196d3f7c4da91b7"
-
-DEPENDS += "zlib"
-
-S = "${WORKDIR}/Compress-Raw-Zlib-${PV}"
-
-inherit cpan
-
-export BUILD_ZLIB="0"
-
-do_compile() {
-	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
-	cpan_do_compile
-}
-
-BBCLASSEXTEND = "native"
diff --git a/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.204.bb b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.204.bb
new file mode 100644
index 0000000000..e0aa2e9c25
--- /dev/null
+++ b/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.204.bb
@@ -0,0 +1,28 @@
+SUMMARY = "Perl interface to the zlib compression library."
+DESCRIPTION = "The Compress::Raw::Zlib module provides a Perl interface \
+to the zlib compression library (see 'AUTHOR' for details about where to \
+get zlib)."
+HOMEPAGE = "https://metacpan.org/release/Compress-Raw-Zlib"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
+
+LIC_FILES_CHKSUM = "file://README;beginline=8;endline=17;md5=45bba5fa4937353fd4f505fa2108a6bf"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz"
+
+SRC_URI[sha256sum] = "f161f4297efadbed79c8b096a75951784fc5ccd3170bd32866a19e5c6876d13f"
+
+DEPENDS += "zlib"
+
+S = "${WORKDIR}/Compress-Raw-Zlib-${PV}"
+
+inherit cpan
+
+export BUILD_ZLIB="0"
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe] [meta-perl] [PATCH] libio-compress-lzma-perl: upgrade 2.201 -> 2.204
  2023-03-24  0:25 [oe] [meta-perl] [PATCH] libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 wangmy
                   ` (2 preceding siblings ...)
  2023-03-24  0:25 ` [PATCH] [oe] [meta-perl] [PATCH] libcompress-raw-zlib-perl: upgrade 2.202 " wangmy
@ 2023-03-24  0:25 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-24  0:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...s-lzma-perl_2.201.bb => libio-compress-lzma-perl_2.204.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libio/{libio-compress-lzma-perl_2.201.bb => libio-compress-lzma-perl_2.204.bb} (76%)

diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.201.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb
similarity index 76%
rename from meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.201.bb
rename to meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb
index 327cc7a969..13c17b9bba 100644
--- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.201.bb
+++ b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.204.bb
@@ -5,11 +5,11 @@ HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma"
 SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
 
-LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=8f4f1603d6e92a381ce2f595ab3cafd5"
+LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=b95311d4a7dbf3d0d3663edc094aced6"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "e0714dd35624654ba3d8e245ac980bcd07d995989d7acc90a46146f62c4ec761"
+SRC_URI[sha256sum] = "1e7a4c4f4e665434df59246b19d168b08af2f1aeebaa08937bd69ad3e5e319c8"
 
 S = "${WORKDIR}/IO-Compress-Lzma-${PV}"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-24  0:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  0:25 [oe] [meta-perl] [PATCH] libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 wangmy
2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 wangmy
2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libcompress-raw-lzma-perl: " wangmy
2023-03-24  0:25 ` [PATCH] [oe] [meta-perl] [PATCH] libcompress-raw-zlib-perl: upgrade 2.202 " wangmy
2023-03-24  0:25 ` [oe] [meta-perl] [PATCH] libio-compress-lzma-perl: upgrade 2.201 " wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.