public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/usbguard] rawhide: Use openssl for crypto
@ 2026-06-11 8:19 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-11 8:19 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 8:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 8:19 [rpms/usbguard] rawhide: Use openssl for crypto Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox