public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Bill Roberts <bill.roberts@arm.com>
To: git-commits@fedoraproject.org
Subject: [rpms/nng] rawhide: build with openssl support
Date: Fri, 07 Aug 2026 07:38:39 GMT [thread overview]
Message-ID: <178608831969.1.4599760129110163074.rpms-nng-bbd3cae6d2c6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/nng
Branch : rawhide
Commit : bbd3cae6d2c6114ab6f2ab59b09163771645ac53
Author : Bill Roberts <bill.roberts@arm.com>
Date : 2026-07-24T07:54:46-07:00
Stats : +4/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nng/c/bbd3cae6d2c6114ab6f2ab59b09163771645ac53?branch=rawhide
Log:
build with openssl support
Drop mbedtls and use openssl. mbedtls is really meant for embedded
environments and doesn't provide the most stable APIs and ABIs that are
the hallmark of desktop Linux distros.
Signed-off-by: Bill Roberts <bill.roberts@arm.com>
---
diff --git a/nng.spec b/nng.spec
index dca67d3..aab0c32 100644
--- a/nng.spec
+++ b/nng.spec
@@ -11,7 +11,7 @@ BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: libnsl2-devel
-BuildRequires: mbedtls-devel
+BuildRequires: openssl-devel
BuildRequires: rubygem-asciidoctor
%description
@@ -46,7 +46,7 @@ sockets and bindings, which can include local and remote connections.
%build
%cmake -DCMAKE_CXX_FLAGS="%optflags -fPIC" -DBUILD_SHARED_LIBS=ON \
-DNNG_ENABLE_TLS=ON -DNNG_ENABLE_NNGCAT=ON \
- -DNNG_TESTS=ON -DNNG_ENABLE_DOC=ON .
+ -DNNG_TESTS=ON -DNNG_ENABLE_DOC=ON -DNNG_TLS_ENGINE=openssl .
%cmake_build
@@ -72,8 +72,9 @@ rm -rf %{buildroot}/%{_mandir}/man[3-7]*
%{_mandir}/man1/nngcat.1.gz
%changelog
-* Wed Jul 22 2026 Bill Roberts <bill.roberts@arm.com> - 1.12-1
+* Wed Jul 22 2026 Bill Roberts <bill.roberts@arm.com> - 1.12.0-1
- update to latest upstream version 1.12
+- use openssl backend over mbedtls
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-08-07 7:38 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=178608831969.1.4599760129110163074.rpms-nng-bbd3cae6d2c6@fedoraproject.org \
--to=bill.roberts@arm.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