guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: nmap: Update to 7.93.


From: guix-commits
Subject: 02/06: gnu: nmap: Update to 7.93.
Date: Fri, 17 Feb 2023 16:26:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b6fea89ad6571c07158abd93847a27cb2478641a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 12 01:00:03 2023 +0100

    gnu: nmap: Update to 7.93.
    
    * gnu/packages/admin.scm (nmap): Update to 7.93.
    [inputs]: Use OpenSSL 3.0.
---
 gnu/packages/admin.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 055be32972..555932b197 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3312,14 +3312,14 @@ rules is done with the @code{auditctl} utility.")
 (define-public nmap
   (package
     (name "nmap")
-    (version "7.92")
+    (version "7.93")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nmap.org/dist/nmap-"; version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "18bifn67kz2wxkbnfwcrin2xrhc6qf4p2bvxfqb2a2vbi8pryix5"))
+                "0lb6s4nmmicfnc221mzgx2w51dcd4b2dhx22pabcqnp2jd3zxg2m"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -3333,7 +3333,7 @@ rules is done with the @code{auditctl} utility.")
                               "mswin32"))))))
     (build-system gnu-build-system)
     (inputs
-     `(("openssl" ,openssl)
+     `(("openssl" ,openssl-3.0)
        ("libpcap" ,libpcap)
        ("pcre" ,pcre)
        ("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
 advanced netcat implementation (ncat), a utility for comparing scan
 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
     ;; both use a 3-clause BSD license.
     (license (list license:nmap license:bsd-3))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]