aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-25 15:31:16 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-25 11:00:43 -0700
commita21bab91bd8eeb22aca87dd93d5499ad1e481450 (patch)
treeaf5478ddfdc0b4700c0f9d4eb8504768939e0e33
parent8e926e200b0381179feb68f6afb54d7b33f4c969 (diff)
downloadmeta-openembedded-contrib-a21bab91bd8eeb22aca87dd93d5499ad1e481450.tar.gz
libencode-perl: upgrade 3.16 -> 3.17
Changelog: ========== ! bin/enc2xs t/enc_data.t t/enc_module.t t/encoding.t t/jperl.t Pulled: Fix Issue #144, spurious warnings from -Wc++-compate, and a few related nits https://github.com/dankogai/p5-encode/pull/168 ! MANIFEST add t/utf32warnings.t which was missing ! t/taint.t Pulled: Skip taint tests if your perl was built without taint support https://github.com/dankogai/p5-encode/pull/167 ! Unicode/Unicode.pm Pulled: fix link to Unicode standard https://github.com/dankogai/p5-encode/pull/165 ! t/Unicode_trailing_nul.t Pulled: Use note() instead of diag() https://github.com/dankogai/p5-encode/pull/164 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libencode/libencode-perl_3.17.bb (renamed from meta-perl/recipes-perl/libencode/libencode-perl_3.16.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_3.16.bb b/meta-perl/recipes-perl/libencode/libencode-perl_3.17.bb
index 8d239e7e2e..8b4f292a35 100644
--- a/meta-perl/recipes-perl/libencode/libencode-perl_3.16.bb
+++ b/meta-perl/recipes-perl/libencode/libencode-perl_3.17.bb
@@ -15,7 +15,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://META.json;beginline=8;endline=10;md5=b12e3be1e17a7e99ca4f429ff32c28b5"
SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz"
-SRC_URI[sha256sum] = "e5e91d98a97de70dccecc2a25d049a0b5f5f12228c618680020d73043355294c"
+SRC_URI[sha256sum] = "b44cbf7dd60ec6128ec575dd348484975086522611bc7580cfd305a095faa6d2"
UPSTREAM_CHECK_REGEX = "Encode\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"