From 01f0c607a1af670bf84d51b41cbc28a62c7e63d1 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 28 Jul 2021 12:09:27 +0200 Subject: [PATCH] Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097) Related: #1984097 --- nmap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nmap.spec b/nmap.spec index b89f0e5..d4b4711 100644 --- a/nmap.spec +++ b/nmap.spec @@ -7,7 +7,7 @@ Name: nmap Epoch: 3 Version: 7.91 #global prerelease TEST5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Network exploration tool and security scanner URL: http://nmap.org/ # Uses combination of licenses based on GPL license, but with extra modification @@ -157,6 +157,9 @@ fi %{_mandir}/man1/ncat.1.gz %changelog +* Wed Jul 28 2021 Florian Weimer - 3:7.91-9 +- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097) + * Wed Jun 16 2021 Mohan Boddu - 3:7.91-8 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065