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/gstreamer1-plugins-good] f44: Use openssl for adaptivedemux2/hls crypto
Date: Tue, 08 Sep 2026 21:50:14 GMT [thread overview]
Message-ID: <178890421491.1.253506444016691629.rpms-gstreamer1-plugins-good-e341fc2bfa01@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gstreamer1-plugins-good
Branch : f44
Commit : e341fc2bfa01a3b1adac3d58fdbb9a514788812d
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-08-27T19:30:49-04:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gstreamer1-plugins-good/c/e341fc2bfa01a3b1adac3d58fdbb9a514788812d?branch=f44
Log:
Use openssl for adaptivedemux2/hls crypto
openssl is the only supported crypto backend which is fully compliant
with both crypto policies and FIPS. libgcrypt is neither, and nettle is
build statically in gnutls as of RHEL 10 to avoid the issues with FIPS
boundaries spanning multiple packages.
---
diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec
index 5883a94..230ed4d 100644
--- a/gstreamer1-plugins-good.spec
+++ b/gstreamer1-plugins-good.spec
@@ -35,7 +35,7 @@
Name: gstreamer1-plugins-good
Version: 1.28.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: GStreamer plugins with good code and licensing
License: CC0-1.0 AND GPL-2.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND xlock AND MIT AND BSD-3-Clause AND CC-BY-3.0
@@ -73,6 +73,7 @@ BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXdamage-devel
BuildRequires: libXfixes-devel
+BuildRequires: pkgconfig(openssl)
BuildRequires: orc-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: speex-devel
@@ -221,6 +222,7 @@ to be installed.
%meson \
-D package-name='Fedora GStreamer-plugins-good package' \
-D package-origin='http://download.fedoraproject.org' \
+ -D hls-crypto=openssl \
-D doc=disabled \
-D asm=%{?with_nasm:enabled}%{!?with_nasm:disabled} \
-D doc=disabled \
@@ -373,6 +375,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
%changelog
+* Thu Aug 27 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.28.6-2
+- Use openssl for adaptivedemux2/hls crypto
+
* Wed Aug 05 2026 Gwyn Ciesla <gwync@protonmail.com> - 1.28.6-1
- 1.28.6
reply other threads:[~2026-09-08 21:50 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=178890421491.1.253506444016691629.rpms-gstreamer1-plugins-good-e341fc2bfa01@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