public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] ncat: Update to 7.91
@ 2021-04-19 20:58 Adolf Belka
  2021-04-19 20:58 ` [PATCH] nmap: " Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-04-19 20:58 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 932 bytes --]

- Update from 7.80 to 7.91
- Update of rootfile
- Changelog is too long to include here
   Full details can be found in the CHANGELOG file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/ncat | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/ncat b/lfs/ncat
index ab954e732..9480cd95a 100644
--- a/lfs/ncat
+++ b/lfs/ncat
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 7.80
+VER        = 7.91
 
 THISAPP    = ncat-$(VER)
 DL_FILE    = nmap-$(VER).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/nmap-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ncat
-PAK_VER    = 4
+PAK_VER    = 5
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d37b75b06d1d40f27b76d60db420a1f5
+$(DL_FILE)_MD5 = 239cef725863ab454590a1bb8793b72b
 
 install : $(TARGET)
 
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] nmap: Update to 7.91
  2021-04-19 20:58 [PATCH] ncat: Update to 7.91 Adolf Belka
@ 2021-04-19 20:58 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2021-04-19 20:58 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2497 bytes --]

- Update from 7.80 to 7.91
- Update of rootfile
- Changelog is too long to include here
   Full details can be found in the CHANGELOG file in the source tarball

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/packages/nmap | 5 +++++
 lfs/nmap                       | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/packages/nmap b/config/rootfiles/packages/nmap
index d17a1e403..028408ca0 100644
--- a/config/rootfiles/packages/nmap
+++ b/config/rootfiles/packages/nmap
@@ -123,6 +123,7 @@ usr/share/nmap/nselib/datafiles.lua
 usr/share/nmap/nselib/datetime.lua
 usr/share/nmap/nselib/dhcp.lua
 usr/share/nmap/nselib/dhcp6.lua
+usr/share/nmap/nselib/dicom.lua
 usr/share/nmap/nselib/dns.lua
 usr/share/nmap/nselib/dnsbl.lua
 usr/share/nmap/nselib/dnssd.lua
@@ -181,6 +182,7 @@ usr/share/nmap/nselib/omp2.lua
 usr/share/nmap/nselib/oops.lua
 usr/share/nmap/nselib/openssl.luadoc
 usr/share/nmap/nselib/ospf.lua
+usr/share/nmap/nselib/outlib.lua
 usr/share/nmap/nselib/packet.lua
 usr/share/nmap/nselib/pcre.luadoc
 usr/share/nmap/nselib/pgsql.lua
@@ -325,6 +327,8 @@ usr/share/nmap/scripts/daytime.nse
 usr/share/nmap/scripts/db2-das-info.nse
 usr/share/nmap/scripts/deluge-rpc-brute.nse
 usr/share/nmap/scripts/dhcp-discover.nse
+usr/share/nmap/scripts/dicom-brute.nse
+usr/share/nmap/scripts/dicom-ping.nse
 usr/share/nmap/scripts/dict-info.nse
 usr/share/nmap/scripts/distcc-cve2004-2687.nse
 usr/share/nmap/scripts/dns-blacklist.nse
@@ -815,6 +819,7 @@ usr/share/nmap/scripts/ubiquiti-discovery.nse
 usr/share/nmap/scripts/unittest.nse
 usr/share/nmap/scripts/unusual-port.nse
 usr/share/nmap/scripts/upnp-info.nse
+usr/share/nmap/scripts/uptime-agent-info.nse
 usr/share/nmap/scripts/url-snarf.nse
 usr/share/nmap/scripts/ventrilo-info.nse
 usr/share/nmap/scripts/versant-info.nse
diff --git a/lfs/nmap b/lfs/nmap
index 77d25e600..d0d4d3428 100644
--- a/lfs/nmap
+++ b/lfs/nmap
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 7.80
+VER        = 7.91
 
 THISAPP    = nmap-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nmap
-PAK_VER    = 11
+PAK_VER    = 12
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d37b75b06d1d40f27b76d60db420a1f5
+$(DL_FILE)_MD5 = 239cef725863ab454590a1bb8793b72b
 
 install : $(TARGET)
 
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-19 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 20:58 [PATCH] ncat: Update to 7.91 Adolf Belka
2021-04-19 20:58 ` [PATCH] nmap: " Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox