mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00: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:
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}"
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ SRC_URI:append:class-target = " \
|
|||
file://encodefix.patch \
|
||||
"
|
||||
|
||||
SRC_URI[perl.sha256sum] = "357951a491b0ba1ce3611263922feec78ccd581dddc24a446b033e25acf242a1"
|
||||
SRC_URI[perl.sha256sum] = "5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede"
|
||||
|
||||
S = "${WORKDIR}/perl-${PV}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user