public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Forgot to link to libdl...
@ 2026-08-11 10:37 Michael Catanzaro
  0 siblings, 0 replies; only message in thread
From: Michael Catanzaro @ 2026-08-11 10:37 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/glib2
            Branch : cve-2026-58016-f44
            Commit : d93143e54c48f1d850b821a6133fc30906c9adfc
            Author : Michael Catanzaro <mcatanzaro@redhat.com>
            Date   : 2021-07-01T16:19:03-05:00
            Stats  : +4/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/d93143e54c48f1d850b821a6133fc30906c9adfc?branch=cve-2026-58016-f44

            Log:
            Forgot to link to libdl...

I got away with this because it's no longer required in rawhide, but
let's do it anyway.

---
diff --git a/gnutls-hmac.patch b/gnutls-hmac.patch
index 0455ed8..4b1ba0e 100644
--- a/gnutls-hmac.patch
+++ b/gnutls-hmac.patch
@@ -737,7 +737,7 @@ index 072765361..c8f26ac02 100644
 -- 
 2.31.1
 
-From a2429b6b2b12ebec5b51ec1bd287674c104877c1 Mon Sep 17 00:00:00 2001
+From 61c175277acb8d1e080305acd444201c5ad1fb81 Mon Sep 17 00:00:00 2001
 From: Michael Catanzaro <mcatanzaro@redhat.com>
 Date: Wed, 16 Jun 2021 20:35:00 -0500
 Subject: [PATCH 3/4] dlopen GnuTLS instead of linking directly
@@ -919,7 +919,7 @@ index 0e39ea40a..2d9be91b8 100644
  #endif
  
 diff --git a/glib/meson.build b/glib/meson.build
-index 2417de53d..1b4a2477c 100644
+index 2417de53d..ba42951aa 100644
 --- a/glib/meson.build
 +++ b/glib/meson.build
 @@ -384,7 +384,7 @@ libglib = library('glib-2.0',
@@ -927,7 +927,7 @@ index 2417de53d..1b4a2477c 100644
    link_args : [noseh_link_args, glib_link_flags, win32_ldflags],
    include_directories : configinc,
 -  dependencies : pcre_deps + [thread_dep, librt] + libgnutls_dep + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep],
-+  dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep],
++  dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep] + [libdl_dep],
    c_args : glib_c_args,
    objc_args : glib_c_args,
  )
@@ -952,7 +952,7 @@ index cca15f653..404ef1790 100644
 -- 
 2.31.1
 
-From 14b214e82d7f58739c180d3c777b0a000cf0590f Mon Sep 17 00:00:00 2001
+From 7d1d96311b6ecd4f90ebbdd6fc58d28e06a86887 Mon Sep 17 00:00:00 2001
 From: Michael Catanzaro <mcatanzaro@redhat.com>
 Date: Wed, 16 Jun 2021 20:46:24 -0500
 Subject: [PATCH 4/4] Add test for GHmac in FIPS mode

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-11 10:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:37 [rpms/glib2] cve-2026-58016-f44: Forgot to link to libdl Michael Catanzaro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox