Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nmap: update to 7.94 #44262

Merged
merged 1 commit into from
Jun 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
314 changes: 0 additions & 314 deletions srcpkgs/nmap/patches/openssl.patch

This file was deleted.

9 changes: 5 additions & 4 deletions srcpkgs/nmap/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Template file for 'nmap'
pkgname=nmap
version=7.93
version=7.94
revision=1
build_style=gnu-configure
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
hostmakedepends="python"
hostmakedepends="python3"
makedepends="libpcap-devel openssl-devel libssh2-devel pcre-devel
$(vopt_if lua lua53-devel)"
short_desc="Utility for network discovery and security auditing"
maintainer="Piraty <[email protected]>"
license="custom:nmap"
homepage="https://nmap.org"
changelog="https://raw.githubusercontent.com/nmap/nmap/master/CHANGELOG"
distfiles="https://nmap.org/dist/nmap-${version}.tar.bz2"
checksum=55bcfe4793e25acc96ba4274d8c4228db550b8e8efd72004b38ec55a2dd16651
checksum=d71be189eec43d7e099bac8571509d316c4577ca79491832ac3e1217bc8f92cc
repository=nonfree
python_version=2
python_version=3

build_options="lua"
build_options_default="lua"
Expand Down