public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nils Philippsen <nils@tiptoe.de>
To: git-commits@fedoraproject.org
Subject: [rpms/gegl04] f43: Fix overflow in parsing RGBE/HDR image files
Date: Sun, 30 Aug 2026 12:10:26 GMT	[thread overview]
Message-ID: <178809182669.1.3611118722666506532.rpms-gegl04-23bc8aacca65@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gegl04
            Branch : f43
            Commit : 23bc8aacca65798162800bf44e1196776287c175
            Author : Nils Philippsen <nils@tiptoe.de>
            Date   : 2026-08-30T14:08:53+02:00
            Stats  : +10/-0 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/gegl04/c/23bc8aacca65798162800bf44e1196776287c175?branch=f43

            Log:
            Fix overflow in parsing RGBE/HDR image files

Resolves: rhbz#2521118

Signed-off-by: Nils Philippsen <nils@tiptoe.de>

---
diff --git a/.gitignore b/.gitignore
index 107deee..cc889a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,5 @@
 /gegl-0.4.66.tar.xz
 /gegl-0.4.68.tar.xz
 /gegl-0.4.70.tar.xz
+/0001-libs-ctx-synchronize-with-upstream.patch.xz
+/0001-libs-rgbe-fix-200kb-report-from-ZDI.patch.xz

diff --git a/gegl04.spec b/gegl04.spec
index 765bdd0..4f43ebf 100644
--- a/gegl04.spec
+++ b/gegl04.spec
@@ -25,6 +25,12 @@ License:        GPL-3.0-or-later AND LGPL-3.0-or-later
 URL:            https://www.gegl.org/
 Source0:        http://download.gimp.org/pub/gegl/%{apiver}/gegl-%{version}.tar.xz
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=2521118
+# https://gitlab.gnome.org/GNOME/gegl/-/work_items/462
+# https://gitlab.gnome.org/GNOME/gegl/-/commit/d3d262008299341c5b032b354021632ceadb2799
+Patch:          0001-libs-ctx-synchronize-with-upstream.patch.xz
+Patch:          0001-libs-rgbe-fix-200kb-report-from-ZDI.patch.xz
+
 BuildRequires:  chrpath
 BuildRequires:  enscript
 BuildRequires:  gcc-c++

diff --git a/sources b/sources
index 25cec24..d6d4451 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
 SHA512 (gegl-0.4.70.tar.xz) = 9f47480dc2fad58c052aa3df3ac914d500614e7acb0dc46677bea4228350a00a0fe38b5b0572303251210e3e544b5b7cb51415476586630df4da8f4b7c6486d8
+SHA512 (0001-libs-ctx-synchronize-with-upstream.patch.xz) = 41de06f7ceb0f6b6a977015fcd17fabc01230b3ef808aa5ee0c18d47c39e0831ac0bdbd656016a17c36ccbca4c39069e13d83706357614828c04a58f09c8f48b
+SHA512 (0001-libs-rgbe-fix-200kb-report-from-ZDI.patch.xz) = 90e2d8a02598318d6eaf80a32bffe3520d3b7f7b5ee32ba466fa03a73d83933536c963a7831a8602f79f1d58b5474b2e93d5ecce04f040b2a00d30968f214091

                 reply	other threads:[~2026-08-30 12:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178809182669.1.3611118722666506532.rpms-gegl04-23bc8aacca65@fedoraproject.org \
    --to=nils@tiptoe.de \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox