public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ssldump] f45: Build with openssl3 on F45+/EL11+
@ 2026-09-23 6:01 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-23 6:01 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ssldump
Branch : f45
Commit : effa9ac7b994f182b81eb6ebdc3fb0caeec1bc56
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-09-15T16:56:13-04:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ssldump/c/effa9ac7b994f182b81eb6ebdc3fb0caeec1bc56?branch=f45
Log:
Build with openssl3 on F45+/EL11+
The code is not yet compatible with openssl 4.
---
diff --git a/ssldump.spec b/ssldump.spec
index cdfac04..39d5495 100644
--- a/ssldump.spec
+++ b/ssldump.spec
@@ -1,7 +1,7 @@
Summary: SSL/TLS network protocol analyzer
Name: ssldump
Version: 1.9
-Release: 6%{?dist}
+Release: 7%{?dist}
# pcap/{attrib.h,{logpkt,sys}.[ch]} are BSD-2-Clause, rest is BSD-4-Clause
License: BSD-4-Clause AND BSD-2-Clause
URL: https://github.com/adulau/ssldump
@@ -9,7 +9,7 @@ Source0: https://github.com/adulau/ssldump/archive/v%{version}/%{name}-%{
Source1: HOWTO
BuildRequires: cmake
BuildRequires: gcc
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel < 1:4
BuildRequires: libpcap-devel
BuildRequires: libnet-devel
BuildRequires: json-c-devel
@@ -41,6 +41,9 @@ install -p -m 0644 %{SOURCE1} .
%{_mandir}/man1/%{name}.1*
%changelog
+* Tue Sep 15 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.9-7
+- Build with openssl3 on F45+/EL11+
+
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 6:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 6:01 [rpms/ssldump] f45: Build with openssl3 on F45+/EL11+ Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox