Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nmap: update to version 7.95 | Josef Schlehofer | 2024-04-28 |
| | | | | | | | | | | | - Remove patch 010-Build-based-on-OpenSSL-version.patch since it was backported and now it is included in 7.95 release - Patch 030-ncat-drop-ca-bundle.patch was refreshed Release notes: https://nmap.org/changelog.html#7.95 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> | ||
* | nmap: backport fix to be able to compile it with OpenSSL 1.1 | Josef Schlehofer | 2023-11-05 |
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> |