diff options
| author | Soumya Sambu <soumya.sambu@windriver.com> | 2023-12-13 04:33:08 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-12-22 16:36:55 -1000 |
| commit | 1b0b487dccd1fe7cac96a2094e8de4690ba95f7f (patch) | |
| tree | 5ff8033d878875a8b9f0e73302e09169f3abaf83 /meta | |
| parent | a7eb75e292b25f713c99603ec7834dded7e3f573 (diff) | |
| download | poky-1b0b487dccd1fe7cac96a2094e8de4690ba95f7f.tar.gz | |
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>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb (renamed from meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb) | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.34.3.bb (renamed from meta/recipes-devtools/perl/perl_5.34.1.bb) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch b/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch index 8c8f3b717c..0ef9b27439 100644 --- a/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch +++ b/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch | |||
| @@ -21,8 +21,8 @@ index f4a26f5..7bc748e 100644 | |||
| 21 | # Original versions are not saved anymore; patch generally takes care of this, | 21 | # Original versions are not saved anymore; patch generally takes care of this, |
| 22 | # and if that fails, reaching for the source tarball is the safest option. | 22 | # and if that fails, reaching for the source tarball is the safest option. |
| 23 | $(CROSSPATCHED): %.applied: %.patch | 23 | $(CROSSPATCHED): %.applied: %.patch |
| 24 | - patch -p1 -i $< && touch $@ | 24 | - $(cpatch) -p1 -i $< && touch $@ |
| 25 | + test ! -f $@ && (patch -p1 -i $< && touch $@) || echo "$@ exist" | 25 | + test ! -f $@ && ($(cpatch) -p1 -i $< && touch $@) || echo "$@ exist" |
| 26 | 26 | ||
| 27 | # ---[ common ]----------------------------------------------------------------- | 27 | # ---[ common ]----------------------------------------------------------------- |
| 28 | 28 | ||
diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb b/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb index 99a9ca1027..ac4dff33bb 100644 --- a/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb +++ b/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb | |||
| @@ -18,7 +18,7 @@ SRC_URI = "https://github.com/arsv/perl-cross/releases/download/${PV}/perl-cross | |||
| 18 | " | 18 | " |
| 19 | UPSTREAM_CHECK_URI = "https://github.com/arsv/perl-cross/releases/" | 19 | UPSTREAM_CHECK_URI = "https://github.com/arsv/perl-cross/releases/" |
| 20 | 20 | ||
| 21 | SRC_URI[perl-cross.sha256sum] = "77f13ca84a63025053852331b72d4046c1f90ded98bd45ccedea738621907335" | 21 | SRC_URI[perl-cross.sha256sum] = "584dc54c48dca25e032b676a15bef377c1fed9de318b4fc140292a5dbf326e90" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/perl-cross-${PV}" | 23 | S = "${WORKDIR}/perl-cross-${PV}" |
| 24 | 24 | ||
diff --git a/meta/recipes-devtools/perl/perl_5.34.1.bb b/meta/recipes-devtools/perl/perl_5.34.3.bb index db306d0be3..e8b518adc9 100644 --- a/meta/recipes-devtools/perl/perl_5.34.1.bb +++ b/meta/recipes-devtools/perl/perl_5.34.3.bb | |||
| @@ -29,7 +29,7 @@ SRC_URI:append:class-target = " \ | |||
| 29 | file://encodefix.patch \ | 29 | file://encodefix.patch \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | SRC_URI[perl.sha256sum] = "357951a491b0ba1ce3611263922feec78ccd581dddc24a446b033e25acf242a1" | 32 | SRC_URI[perl.sha256sum] = "5b12f62863332b2a5f54102af9cdf8c010877e4bf3294911edbd594b2a1e8ede" |
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/perl-${PV}" | 34 | S = "${WORKDIR}/perl-${PV}" |
| 35 | 35 | ||
