nmap: backport fix to be able to compile it with OpenSSL 1.1
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 5 Nov 2023 12:58:43 +0000 (13:58 +0100)
committerNuno Goncalves <nunojpg@gmail.com>
Sun, 5 Nov 2023 15:39:35 +0000 (15:39 +0000)
commit2c87004346f9456cfd5cc58559ab8ff4e94cd773
tree4c1e3c8984c7bc3d8adc5d044fe5cc54427516ce
parent756ba295683beaff5c46ca05eb316ca31f5ec3d2
nmap: backport fix to be able to compile it with OpenSSL 1.1

The latest nmap version 7.9.3 currently fails to compile with OpenSSL 1.1 [1],
it required to backport upstream patch to fix the compilation. [2]

[1] https://github.com/nmap/nmap/issues/2516
[2] https://github.com/nmap/nmap/commit/d6bea8dcdee36a3902cece14097993350306f1b6

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
net/nmap/Makefile
net/nmap/patches/010-Build-based-on-OpenSSL-version.patch [new file with mode: 0644]