summaryrefslogtreecommitdiffstats
path: root/network/zmap
diff options
context:
space:
mode:
Diffstat (limited to 'network/zmap')
-rw-r--r--network/zmap/README6
-rw-r--r--network/zmap/zmap.SlackBuild9
-rw-r--r--network/zmap/zmap.info6
3 files changed, 9 insertions, 12 deletions
diff --git a/network/zmap/README b/network/zmap/README
index 982c0520c5..43877cd48c 100644
--- a/network/zmap/README
+++ b/network/zmap/README
@@ -1,9 +1,9 @@
zmap (network scanner)
ZMap is a fast network scanner designed for Internet-wide network
-surveys. On a typical desktop computer with a gigabit Ethernet connection,
-ZMap is capable scanning the entire public IPv4 address space in under
-five minutes.
+surveys. On a typical desktop computer with a gigabit Ethernet
+connection, ZMap is capable scanning the entire public IPv4 address
+space in under five minutes.
ZMap can be used to study protocol adoption over time, monitor service
availability and help us better understand large systems distributed
diff --git a/network/zmap/zmap.SlackBuild b/network/zmap/zmap.SlackBuild
index 4511da96b0..a0f441e1d9 100644
--- a/network/zmap/zmap.SlackBuild
+++ b/network/zmap/zmap.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zmap
-# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2015-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zmap
-VERSION=${VERSION:-2.1.1}
+VERSION=${VERSION:-4.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -101,7 +98,7 @@ rm -rf $PKG/usr/share
mkdir -p $PKG/etc/zmap/
cp conf/zmap.conf $PKG/etc/zmap/zmap.conf.new
-cp conf/blacklist.conf $PKG/etc/zmap/blacklist.conf.new
+cp conf/blocklist.conf $PKG/etc/zmap/blocklist.conf.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS LICENSE *.md $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/network/zmap/zmap.info b/network/zmap/zmap.info
index f0e1a5bfe1..99fba773d1 100644
--- a/network/zmap/zmap.info
+++ b/network/zmap/zmap.info
@@ -1,8 +1,8 @@
PRGNAM="zmap"
-VERSION="2.1.1"
+VERSION="4.1.1"
HOMEPAGE="https://zmap.io"
-DOWNLOAD="https://github.com/zmap/zmap/archive/v2.1.1/zmap-2.1.1.tar.gz"
-MD5SUM="a37555ac2beda1dc6f3754b411be545e"
+DOWNLOAD="https://github.com/zmap/zmap/archive/v4.1.1/zmap-4.1.1.tar.gz"
+MD5SUM="520946e4546e5194fd9c2e7dcf926421"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="byacc gengetopt"