Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes-core/zlib/files/CVE-2018-25032_fix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ From: madler / nm296(nareshkumar_m@comcast.com
Subject: CVE-2018-25032
Source: https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c531#
Signed-off-by: madler / nm296(nareshkumar_m@comcast.com

Upstream-Status: Pending
Index: zlib-1.2.11/deflate.c
===================================================================
--- zlib-1.2.11.orig/deflate.c
Expand Down
1 change: 1 addition & 0 deletions recipes-core/zlib/files/CVE-2022-37434_fix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: sroy040 <surajeet_roy@comcast.com>
Subject: Patch selected CVEs for the multiple component listed
Source: COMCAST
Signed-off-by: sroy040 <surajeet_roy@comcast.com>
Upstream-Status: Pending
Index: zlib/inflate.c
===================================================================
--- zlib.orig/inflate.c
Expand Down
2 changes: 1 addition & 1 deletion recipes-core/zlib/files/CVE-2023-45853_fix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Date: June 01, 2024
From:srihariraghava_konduritirumala@comcast.com
Source: upstream
https://github.com/madler/zlib/pull/843/files

Upstream-Status: Pending
---
contrib/minizip/zip.c | 11 +++++++++++
1 file changed, 11 insertions(+)
Expand Down
35 changes: 0 additions & 35 deletions recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch

This file was deleted.

1 change: 0 additions & 1 deletion recipes-core/zlib/zlib_1.2.11.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ LICENSE = "Zlib"
LIC_FILES_CHKSUM = "file://zlib.h;beginline=6;endline=23;md5=5377232268e952e9ef63bc555f7aa6c0"

SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz \
file://remove.ldconfig.call.patch \
file://Makefile-runtests.patch \
file://ldflags-tests.patch \
file://run-ptest \
Expand Down
1 change: 1 addition & 0 deletions recipes-extended/bzip2/bzip2/CVE-2019-12900_fix.patch

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See if package version is upgraded and whether we need this CVE patch anymore

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ From: sroy040 <surajeet_roy@comcast.com>
Subject: Adding CVEs in Video layer
Source: COMCAST
Signed-off-by: sroy040 <surajeet_roy@comcast.com>
Upstream-Status: Pending
Index: bzip2/decompress.c
===================================================================
--- bzip2.orig/decompress.c
Expand Down
7 changes: 7 additions & 0 deletions recipes-gplv2/readline/readline_5.2.bb

@ssaman123 ssaman123 Jun 24, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why can't we edit the patch directly ? Also check if the same package version we are building in wrynose or upgraded.

Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ SRC_URI[patch13.sha256sum] = "0cc649516a5bdfa61c5e56937407570288b6972d75aa1bd060
SRC_URI[patch14.md5sum] = "a1be30e1c6f1099bb5fcef00a2631fb8"
SRC_URI[patch14.sha256sum] = "6f1a68320d01522ca1ea5a737124ecc8739f3dcbfea2dee21e3ccf839a21a817"

D = "../downloads"
do_addupsteam() {
for p in ${D}/readline52-0*; do
sed -i '/^Patch:/i Upstream-Status: Pending' "$p"
done
}
addtask do_addupsteam after do_unpack before do_patch
inherit autotools

EXTRA_AUTORECONF += "--exclude=autoheader"
Expand Down