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/ssldump] f45: Build with openssl3 on F45+/EL11+
Date: Wed, 23 Sep 2026 06:01:40 GMT [thread overview]
Message-ID: <179014330051.1.12276874843256471930.rpms-ssldump-effa9ac7b994@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-23 6:01 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=179014330051.1.12276874843256471930.rpms-ssldump-effa9ac7b994@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