* [PATCH] Update nmap to 7.30
@ 2016-12-08 14:34 Jonatan Schlag
2016-12-08 16:12 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Jonatan Schlag @ 2016-12-08 14:34 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1419 bytes --]
This patch updates nmap to version 7.30 and introduce a new package
nmap-ncat.
The nmap project provides since version 7.0 a netcat implementation
which is ipv4 and ipv6 able.
Netcat is a dependency of libvirt and to avoid unnecessary dependencies
the tool ncat is shipped in an extra package.
The symlink nc point to the ncat implementation and is necessary because
libvirt use /usr/bin/nc to execute netcat.
---
nmap/nmap.nm | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/nmap/nmap.nm b/nmap/nmap.nm
index c57bf72..39726af 100644
--- a/nmap/nmap.nm
+++ b/nmap/nmap.nm
@@ -4,7 +4,7 @@
###############################################################################
name = nmap
-version = 6.01
+version = 7.30
release = 1
groups = Networking/Sniffer
@@ -36,11 +36,28 @@ build
configure_options += \
--without-nmapfe \
--without-zenmap
+
+ install_cmds
+ ln -vfs ncat %{BUILDROOT}%{bindir}/nc
+ end
end
packages
package %{name}
+ package %{name}-ncat
+ summary = Ncat is an ipv4 and ipv6 able netcat implementation
+ description
+ This package provides an another netcat implementation
+ end
+ files
+ %{bindir}/ncat
+ %{bindir}/nc
+ %{datadir}/ncat/*
+ %{mandir}/man1/ncat.1*
+ end
+ end
+
package %{name}-debuginfo
template DEBUGINFO
end
--
2.6.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Update nmap to 7.30
2016-12-08 14:34 [PATCH] Update nmap to 7.30 Jonatan Schlag
@ 2016-12-08 16:12 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2016-12-08 16:12 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1787 bytes --]
Hi,
thank you very much. Merged.
The buildservice is playing up a bit at the moment, so not sure if the build
will run through immediately.
-Michael
On Thu, 2016-12-08 at 14:34 +0000, Jonatan Schlag wrote:
> This patch updates nmap to version 7.30 and introduce a new package
> nmap-ncat.
>
> The nmap project provides since version 7.0 a netcat implementation
> which is ipv4 and ipv6 able.
>
> Netcat is a dependency of libvirt and to avoid unnecessary dependencies
> the tool ncat is shipped in an extra package.
> The symlink nc point to the ncat implementation and is necessary because
> libvirt use /usr/bin/nc to execute netcat.
> ---
> nmap/nmap.nm | 19 ++++++++++++++++++-
> 1 file changed, 18 insertions(+), 1 deletion(-)
>
> diff --git a/nmap/nmap.nm b/nmap/nmap.nm
> index c57bf72..39726af 100644
> --- a/nmap/nmap.nm
> +++ b/nmap/nmap.nm
> @@ -4,7 +4,7 @@
> #############################################################################
> ##
>
> name = nmap
> -version = 6.01
> +version = 7.30
> release = 1
>
> groups = Networking/Sniffer
> @@ -36,11 +36,28 @@ build
> configure_options += \
> --without-nmapfe \
> --without-zenmap
> +
> + install_cmds
> + ln -vfs ncat %{BUILDROOT}%{bindir}/nc
> + end
> end
>
> packages
> package %{name}
>
> + package %{name}-ncat
> + summary = Ncat is an ipv4 and ipv6 able netcat implementation
> + description
> + This package provides an another netcat
> implementation
> + end
> + files
> + %{bindir}/ncat
> + %{bindir}/nc
> + %{datadir}/ncat/*
> + %{mandir}/man1/ncat.1*
> + end
> + end
> +
> package %{name}-debuginfo
> template DEBUGINFO
> end
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-08 16:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-08 14:34 [PATCH] Update nmap to 7.30 Jonatan Schlag
2016-12-08 16:12 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox