public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/usbguard] rawhide: Use openssl for crypto
Date: Thu, 11 Jun 2026 08:19:52 GMT	[thread overview]
Message-ID: <178116599246.1.9634620567932156381.rpms-usbguard-d8c5d46563d9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/usbguard
            Branch : rawhide
            Commit : d8c5d46563d9e227ddeff80ba2b2929e804edb7d
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-06-10T17:01:42-04:00
            Stats  : +6/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/usbguard/c/d8c5d46563d9e227ddeff80ba2b2929e804edb7d?branch=rawhide

            Log:
            Use openssl for crypto

openssl is preferred over libgcrypt because the latter does not support
FIPS or crypto policies.

---
diff --git a/usbguard.spec b/usbguard.spec
index d0013cb..70d0d0c 100644
--- a/usbguard.spec
+++ b/usbguard.spec
@@ -4,7 +4,7 @@
 
 Name:           usbguard
 Version:        1.1.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A tool for implementing USB device usage policy
 License:        GPL-2.0-or-later
 ## Not installed
@@ -28,7 +28,7 @@ BuildRequires: make
 BuildRequires: gcc
 BuildRequires: gcc-c++
 BuildRequires: libqb-devel
-BuildRequires: libgcrypt-devel
+BuildRequires: openssl-devel
 BuildRequires: libstdc++-devel
 BuildRequires: protobuf-devel protobuf-compiler
 BuildRequires: PEGTL-static
@@ -120,7 +120,7 @@ autoreconf -i -v --no-recursive ./
     --enable-systemd \
     --with-dbus \
     --with-polkit \
-    --with-crypto-library=gcrypt \
+    --with-crypto-library=openssl \
     --disable-catch
 
 make %{?_smp_mflags}
@@ -227,6 +227,9 @@ fi
 
 
 %changelog
+* Wed Jun 10 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.1.4-3
+- Use openssl for crypto
+
 * Fri May 29 2026 Miroslav Suchy <msuchy@redhat.com> - 1.1.4-2
 - rebuild for https://fedoraproject.org/wiki/Changes/Protobuf_5.x/6.x
 

                 reply	other threads:[~2026-06-11  8:19 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=178116599246.1.9634620567932156381.rpms-usbguard-d8c5d46563d9@fedoraproject.org \
    --to=yselkowi@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