Files
buildroot/package/nmap/0001-libdnet-always-build-a-static-library.patch
Julien Olivain 51cbdb0319 package/nmap: bump to version 7.95
For change log, see:
https://nmap.org/changelog.html#7.95

A notable change is the switch from pcre to pcre2. This change is
reflected in Config.in and nmap.mk.

This commit also adds the sha256 hash, published at:
https://nmap.org/dist/sigs/nmap-7.95.tar.bz2.digest.txt

The package patches are also rebased on this new version. The nmap
package was failing to build since commit 8f88a644ed
"support/scripts/apply-patches.sh: set the maximum fuzz factor to 0".
The patch 0001 was regenerated with "git format-patch". This operation
renamed the patch file. This change is reflected in the
".checkpackageignore" entry.

Fixes:
http://autobuild.buildroot.org/results/417ef0b2a80e8ec5859813a9f16f773881899025

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-06-30 16:52:35 +02:00

26 lines
754 B
Diff

From aeadf40bc0ebbb9fea8de8bc6786a2eccf02fa34 Mon Sep 17 00:00:00 2001
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Date: Sat, 29 Jun 2024 16:50:36 +0200
Subject: [PATCH] libdnet: always build a static library
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
[Julien: rebased patch on version 7.95]
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
libdnet-stripped/configure.gnu | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 libdnet-stripped/configure.gnu
diff --git a/libdnet-stripped/configure.gnu b/libdnet-stripped/configure.gnu
new file mode 100644
index 0000000..989fee4
--- /dev/null
+++ b/libdnet-stripped/configure.gnu
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec "${0%.gnu}" "${@}" --enable-static --disable-shared
--
2.45.2