mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nmap: Update to 7.93.
* gnu/packages/admin.scm (nmap): Update to 7.93. [inputs]: Use OpenSSL 3.0.
This commit is contained in:
parent
df5a358f67
commit
b6fea89ad6
1 changed files with 4 additions and 4 deletions
|
@ -3312,14 +3312,14 @@ rules is done with the @code{auditctl} utility.")
|
||||||
(define-public nmap
|
(define-public nmap
|
||||||
(package
|
(package
|
||||||
(name "nmap")
|
(name "nmap")
|
||||||
(version "7.92")
|
(version "7.93")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://nmap.org/dist/nmap-" version
|
(uri (string-append "https://nmap.org/dist/nmap-" version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18bifn67kz2wxkbnfwcrin2xrhc6qf4p2bvxfqb2a2vbi8pryix5"))
|
"0lb6s4nmmicfnc221mzgx2w51dcd4b2dhx22pabcqnp2jd3zxg2m"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -3333,7 +3333,7 @@ rules is done with the @code{auditctl} utility.")
|
||||||
"mswin32"))))))
|
"mswin32"))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)
|
`(("openssl" ,openssl-3.0)
|
||||||
("libpcap" ,libpcap)
|
("libpcap" ,libpcap)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("lua" ,lua)
|
("lua" ,lua)
|
||||||
|
@ -3394,7 +3394,7 @@ tool. It is also useful for tasks such as network inventory, managing service
|
||||||
upgrade schedules, and monitoring host or service uptime. It also provides an
|
upgrade schedules, and monitoring host or service uptime. It also provides an
|
||||||
advanced netcat implementation (ncat), a utility for comparing scan
|
advanced netcat implementation (ncat), a utility for comparing scan
|
||||||
results (ndiff), and a packet generation and response analysis tool (nping).")
|
results (ndiff), and a packet generation and response analysis tool (nping).")
|
||||||
;; See <https://github.com/nmap/nmap/issues/2199#issuecomment-894812634>.
|
;; See <https://github.com/nmap/nmap/issues/2199#issuecomment-1380592744>.
|
||||||
;; This package uses nmap's bundled versions of libdnet and liblinear, which
|
;; This package uses nmap's bundled versions of libdnet and liblinear, which
|
||||||
;; both use a 3-clause BSD license.
|
;; both use a 3-clause BSD license.
|
||||||
(license (list license:nmap license:bsd-3))))
|
(license (list license:nmap license:bsd-3))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue