diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-06-10 13:44:33 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-06 15:04:11 +0200 |
| commit | d7d3c1cdb8d6354eebc4609134cf1fbe0cb1c515 (patch) | |
| tree | 1d00f9c3389a85ea17e7cbac57fcd9c95d8a0131 /gnu/packages/admin.scm | |
| parent | e5c109d7204fe14b48e96ead7057f3a51a5d03ea (diff) | |
gnu: nmap: Update to 7.99.
* gnu/packages/admin.scm (nmap):Update to 7.99.
[inputs]: Remove openssl-3.0; add openssl.
Change-Id: Ie1cb6558b7aa7755dda19a43181810faf8d9c21b
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/admin.scm')
| -rw-r--r-- | gnu/packages/admin.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 4f0b754cdd6..30f8ec365c3 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm | |||
| @@ -3824,14 +3824,14 @@ rules is done with the @code{auditctl} utility.") | |||
| 3824 | (define-public nmap | 3824 | (define-public nmap |
| 3825 | (package | 3825 | (package |
| 3826 | (name "nmap") | 3826 | (name "nmap") |
| 3827 | (version "7.98") | 3827 | (version "7.99") |
| 3828 | (source (origin | 3828 | (source (origin |
| 3829 | (method url-fetch) | 3829 | (method url-fetch) |
| 3830 | (uri (string-append "https://nmap.org/dist/nmap-" version | 3830 | (uri (string-append "https://nmap.org/dist/nmap-" version |
| 3831 | ".tar.bz2")) | 3831 | ".tar.bz2")) |
| 3832 | (sha256 | 3832 | (sha256 |
| 3833 | (base32 | 3833 | (base32 |
| 3834 | "1rlpv238ixcj62d740w8xghcfmkvmg9453kh46gmr7mfx89p716f")) | 3834 | "1cjibl1qq1ggzz45sib9wph8kgjvcgc2cvx04wxfa26izy928lfz")) |
| 3835 | (modules '((guix build utils))) | 3835 | (modules '((guix build utils))) |
| 3836 | (snippet | 3836 | (snippet |
| 3837 | '(begin | 3837 | '(begin |
| @@ -3916,7 +3916,7 @@ importlib.util.spec_from_file_location(\"ndiff\", \"ndiff.py\")" | |||
| 3916 | (list bash-minimal ;for wrap-program | 3916 | (list bash-minimal ;for wrap-program |
| 3917 | libpcap | 3917 | libpcap |
| 3918 | lua-5.4 | 3918 | lua-5.4 |
| 3919 | openssl-3.0 | 3919 | openssl |
| 3920 | pcre2 | 3920 | pcre2 |
| 3921 | zlib ; for NSE compression | 3921 | zlib ; for NSE compression |
| 3922 | perl | 3922 | perl |
