public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Catanzaro <mcatanzaro@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Forgot to link to libdl...
Date: Tue, 11 Aug 2026 10:37:28 GMT	[thread overview]
Message-ID: <178644464865.1.18055867155126906036.rpms-glib2-d93143e54c48@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-11 10:37 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=178644464865.1.18055867155126906036.rpms-glib2-d93143e54c48@fedoraproject.org \
    --to=mcatanzaro@redhat.com \
    --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