public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/fastnetmon] epel10: Disable deprecated-in-Fedora OpenSSL engine support in Boost.Asio
Date: Fri, 26 Jun 2026 09:31:33 GMT	[thread overview]
Message-ID: <178246629394.1.17467710895553206973.rpms-fastnetmon-1d462a83bcc1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fastnetmon
Branch : epel10
Commit : 1d462a83bcc148ef5ed9f942abcdfaa3899904cb
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2024-08-17T08:33:29-04:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/fastnetmon/c/1d462a83bcc148ef5ed9f942abcdfaa3899904cb?branch=epel10

Log:
Disable deprecated-in-Fedora OpenSSL engine support in Boost.Asio

---
diff --git a/fastnetmon.spec b/fastnetmon.spec
index ef2bc52..f3b9032 100644
--- a/fastnetmon.spec
+++ b/fastnetmon.spec
@@ -11,7 +11,7 @@
 
 Name:              fastnetmon
 Version:           1.2.1
-Release:           18.%{date}git%{shortcommit0}%{?dist}
+Release:           19.%{date}git%{shortcommit0}%{?dist}
 
 Summary:           DDoS detection tool with sFlow, Netflow, IPFIX and port mirror support
 # Automatically converted from old format: GPLv2 - review is highly recommended.
@@ -57,6 +57,9 @@ DDoS detection tool with sFlow, Netflow, IPFIX and port mirror support.
 %autosetup -n %{name}-%{commit0} -p1
 
 %build
+# https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine
+# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/H3OOWA43BGEBTSM2GRBYDN3SLUTETFL5/
+CXXFLAGS="${CXXFLAGS} -DOPENSSL_NO_ENGINE"
 
 %cmake -DENABLE_CUSTOM_BOOST_BUILD=FALSE -DDO_NOT_USE_SYSTEM_LIBRARIES_FOR_BUILD=FALSE -DCMAKE_SKIP_BUILD_RPATH=TRUE -DLINK_WITH_ABSL=TRUE -S src
 
@@ -114,6 +117,9 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/fastnetmon.conf
 %doc README.md SECURITY.md THANKS.md
 
 %changelog
+* Sat Aug 17 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.2.1-19.20220528git420e7b8
+- Disable deprecated-in-Fedora OpenSSL engine support in Boost.Asio
+
 * Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 1.2.1-18.20220528git420e7b8
 - convert license to SPDX
 

                 reply	other threads:[~2026-06-26  9:31 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=178246629394.1.17467710895553206973.rpms-fastnetmon-1d462a83bcc1@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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