mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
perl: update 5.34.1 -> 5.34.3
This includes security fix for CVE-2023-47038 Changes: https://metacpan.org/release/PEVANS/perl-5.34.3/changes (From OE-Core rev: d1bc5fb1d090cf93b9014a050b418499c0209080) Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
a7eb75e292
commit
1b0b487dcc
@@ -21,8 +21,8 @@ index f4a26f5..7bc748e 100644
|
||||
# Original versions are not saved anymore; patch generally takes care of this,
|
||||
# and if that fails, reaching for the source tarball is the safest option.
|
||||
$(CROSSPATCHED): %.applied: %.patch
|
||||
- patch -p1 -i $< && touch $@
|
||||
+ test ! -f $@ && (patch -p1 -i $< && touch $@) || echo "$@ exist"
|
||||
- $(cpatch) -p1 -i $< && touch $@
|
||||
+ test ! -f $@ && ($(cpatch) -p1 -i $< && touch $@) || echo "$@ exist"
|
||||
|
||||
# ---[ common ]-----------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI = "https://github.com/arsv/perl-cross/releases/download/${PV}/perl-cross
|
||||
"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/arsv/perl-cross/releases/"
|
||||
|
||||
SRC_URI[perl-cross.sha256sum] = "77f13ca84a63025053852331b72d4046c1f90ded98bd45ccedea738621907335"
|
||||
SRC_URI[perl-cross.sha256sum] = "584dc54c48dca25e032b676a15bef377c1fed9de318b4fc140292a5dbf326e90"
|
||||
|
||||
S = "${WORKDIR}/perl-cross-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user