@@ -1,4 +1,8 @@
-Cairo: Fix Denial-of-Service Attack due to Logical Problem in Program
+From 054ad9b65e074899c82e75cfc6623cfe29ab1fea Mon Sep 17 00:00:00 2001
+From: Fan Xin <fan.xin@jp.fujitsu.com>
+Date: Tue, 6 Jun 2017 15:57:52 +0900
+Subject: [PATCH] Cairo: Fix Denial-of-Service Attack due to Logical Problem in
+ Program
https://bugs.freedesktop.org/show_bug.cgi?id=100763
@@ -6,12 +10,15 @@ CVE: CVE-2017-7475
Upstream-Status: Submitted [https://gitlab.freedesktop.org/cairo/cairo/-/issues/80]
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
+---
+ src/cairo-ft-font.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
-Index: cairo-1.15.4/src/cairo-ft-font.c
-===================================================================
---- cairo-1.15.4.orig/src/cairo-ft-font.c
-+++ cairo-1.15.4/src/cairo-ft-font.c
-@@ -1149,7 +1149,7 @@ _get_bitmap_surface (FT_Bitmap *bi
+diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
+index b5d08ee..5e20ae1 100644
+--- a/src/cairo-ft-font.c
++++ b/src/cairo-ft-font.c
+@@ -1220,7 +1220,7 @@ _get_bitmap_surface (FT_Bitmap *bitmap,
width = bitmap->width;
height = bitmap->rows;
similarity index 97%
rename from meta/recipes-graphics/cairo/cairo_1.18.2.bb
rename to meta/recipes-graphics/cairo/cairo_1.18.4.bb
@@ -32,7 +32,7 @@ SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.xz \
file://cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff \
"
-SRC_URI[sha256sum] = "a62b9bb42425e844cc3d6ddde043ff39dbabedd1542eba57a2eb79f85889d45a"
+SRC_URI[sha256sum] = "445ed8208a6e4823de1226a74ca319d3600e83f6369f99b14265006599c32ccb"
inherit meson pkgconfig upstream-version-is-even gtk-doc multilib_script
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *cairo* to *1.18.4* has Succeeded. Next steps: - apply the patch: git am 0001-cairo-upgrade-1.18.2-1.18.4.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 3ae6ba16d050abc0e115318ce7973a99247c4ec1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Sat, 15 Mar 2025 11:55:11 +0000 Subject: [PATCH] cairo: upgrade 1.18.2 -> 1.18.4 --- ...tmap_surface-bsc1036789-CVE-2017-7475.diff | 19 +++++++++++++------ .../{cairo_1.18.2.bb => cairo_1.18.4.bb} | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) rename meta/recipes-graphics/cairo/{cairo_1.18.2.bb => cairo_1.18.4.bb} (97%)