public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Caolan McNamara <caolanm@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: add glib-2.15.0-gtestutils.patch
Date: Tue, 11 Aug 2026 10:33:35 GMT	[thread overview]
Message-ID: <178644441546.1.15203917030002331598.rpms-glib2-3c20215fc725@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 3c20215fc725d1a4e82c5e126e9e01837ca3248b
Author : Caolan McNamara <caolanm@fedoraproject.org>
Date   : 2007-12-21T11:09:38+00:00
Stats  : +44/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/3c20215fc725d1a4e82c5e126e9e01837ca3248b?branch=cve-2026-58016-f44

Log:
add glib-2.15.0-gtestutils.patch

---
diff --git a/glib-2.15.0-gtestutils.patch b/glib-2.15.0-gtestutils.patch
new file mode 100644
index 0000000..c50018c
--- /dev/null
+++ b/glib-2.15.0-gtestutils.patch
@@ -0,0 +1,37 @@
+--- glib-2.15.0/glib/gtestutils.h.jj	2007-12-21 05:53:51.000000000 +0100
++++ glib-2.15.0/glib/gtestutils.h	2007-12-21 11:50:46.000000000 +0100
+@@ -22,7 +22,7 @@
+ 
+ #include <glib.h>
+ 
+-G_BEGIN_DECLS;
++G_BEGIN_DECLS
+ 
+ typedef struct GTestCase  GTestCase;
+ typedef struct GTestSuite GTestSuite;
+@@ -118,7 +118,7 @@ void    g_test_queue_destroy            
+ typedef enum {
+   G_TEST_TRAP_SILENCE_STDOUT    = 1 << 7,
+   G_TEST_TRAP_SILENCE_STDERR    = 1 << 8,
+-  G_TEST_TRAP_INHERIT_STDIN     = 1 << 9,
++  G_TEST_TRAP_INHERIT_STDIN     = 1 << 9
+ } GTestTrapFlags;
+ gboolean g_test_trap_fork               (guint64              usec_timeout,
+                                          GTestTrapFlags       test_trap_flags);
+@@ -215,7 +215,7 @@ typedef enum {
+   G_TEST_LOG_STOP_CASE,         // d:status d:nforks d:elapsed
+   G_TEST_LOG_MIN_RESULT,        // s:blurb d:result
+   G_TEST_LOG_MAX_RESULT,        // s:blurb d:result
+-  G_TEST_LOG_MESSAGE,           // s:blurb
++  G_TEST_LOG_MESSAGE            // s:blurb
+ } GTestLogType;
+ 
+ typedef struct {
+@@ -240,6 +240,6 @@ void            g_test_log_buffer_push  
+ GTestLogMsg*    g_test_log_buffer_pop   (GTestLogBuffer *tbuffer);
+ void            g_test_log_msg_free     (GTestLogMsg    *tmsg);
+ 
+-G_END_DECLS;
++G_END_DECLS
+ 
+ #endif /* __G_TEST_UTILS_H__ */

diff --git a/glib2.spec b/glib2.spec
index b3b4bfe..7c83ed8 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
 Summary: A library of handy utility functions
 Name: glib2
 Version: 2.15.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -15,6 +15,8 @@ BuildRequires: pkgconfig >= 1:0.14
 BuildRequires: gamin-devel
 BuildRequires: gettext
 
+Patch0: glib-2.15.0-gtestutils.patch
+
 %description 
 GLib is the low-level core library that forms the basis
 for projects such as GTK+ and GNOME. It provides data structure
@@ -46,6 +48,7 @@ of version 2 of the GLib library.
 
 %prep
 %setup -q -n glib-%{version}
+%patch0 -p1 -b .gtestutils.patch
 
 %build
 for i in config.guess config.sub ; do
@@ -121,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.a
 
 %changelog
+* Fri Dec 21 2007 Caolan McNamara <caolanm@redhat.com> - 2.15.0-2
+- add jakubs patch in so xulrunner will build and so gcc too
+
 * Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.15.0-1
 - Update to 2.15.0
 

                 reply	other threads:[~2026-08-11 10:33 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=178644441546.1.15203917030002331598.rpms-glib2-3c20215fc725@fedoraproject.org \
    --to=caolanm@fedoraproject.org \
    --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