pkgsrc-WIP-changes archive

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

statzone: update to 1.0.1.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fcambus%NetBSD.org@localhost>
Pushed By:	fcambus
Date:		Mon Mar 30 11:36:36 2020 +0200
Changeset:	e939d9b49b54e225a91b2300c3c75f883e1515c3

Modified Files:
	statzone/DESCR
	statzone/Makefile
	statzone/PLIST
	statzone/distinfo

Log Message:
statzone: update to 1.0.1.

ChangeLog:

StatZone 1.0.1 (2020-03-30)

- Add install target for man page
- Add a test case, using the arpa.zone
- Improve program description in README and in the man page
- Lint the manual page, add missing paragraph break macros
- Mention that seccomp is currently only optional

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e939d9b49b54e225a91b2300c3c75f883e1515c3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 statzone/DESCR    | 4 +++-
 statzone/Makefile | 2 +-
 statzone/PLIST    | 1 +
 statzone/distinfo | 8 ++++----
 4 files changed, 9 insertions(+), 6 deletions(-)

diffs:
diff --git a/statzone/DESCR b/statzone/DESCR
index de5c4e820f..34ec167b88 100644
--- a/statzone/DESCR
+++ b/statzone/DESCR
@@ -1,3 +1,5 @@
 StatZone is a DNS zone file analyzer targeted at TLD zones.
 
-It is currently used to generate TLD Zone File Statistics on StatDNS.
+After analyzing a zone, it returns counts for: IPv4 and IPv6 glue records,
+NS records (total and uniques), DS records, DNSSEC signed domains, IDNs
+domains, and total number of domains.
diff --git a/statzone/Makefile b/statzone/Makefile
index 5fe708fc4f..a532515bc1 100644
--- a/statzone/Makefile
+++ b/statzone/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	statzone-1.0.0
+DISTNAME=	statzone-1.0.1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=fcambus/}
 GITHUB_RELEASE=	${PKGVERSION_NOREV}
diff --git a/statzone/PLIST b/statzone/PLIST
index 495f60c6c5..ffca565b23 100644
--- a/statzone/PLIST
+++ b/statzone/PLIST
@@ -1,2 +1,3 @@
 @comment $NetBSD$
 bin/statzone
+man/man1/statzone.1
diff --git a/statzone/distinfo b/statzone/distinfo
index e813f35c67..2b04e803cc 100644
--- a/statzone/distinfo
+++ b/statzone/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (statzone-1.0.0.tar.gz) = 47917989b8d17e5d4410b48bc681e9f007f5ef7f
-RMD160 (statzone-1.0.0.tar.gz) = 36c7515d68c5b05615fa7e0a8f999d9b1cdc492f
-SHA512 (statzone-1.0.0.tar.gz) = 097a2b8598df31d36ad41ac25b347495843b6af6122a619d3fbcd6c6909bf66756c62be73ede16a23d314df7b9b68b3b4066fa11f97a32209d3d172d1672279d
-Size (statzone-1.0.0.tar.gz) = 6714 bytes
+SHA1 (statzone-1.0.1.tar.gz) = 5e1f183e335eec42eec43d2699eaa60861b0f53f
+RMD160 (statzone-1.0.1.tar.gz) = 58c03fe3ed0868462a72b06ba4fea9ef10468b21
+SHA512 (statzone-1.0.1.tar.gz) = a80c89957e23e321395cc4e783197d62090e7397935a8ee57647b414c0f20774aa73159acf786a1da8f22106572ad3ec6698c0dfbb0c9c36caa00486229fd9de
+Size (statzone-1.0.1.tar.gz) = 17522 bytes


Home | Main Index | Thread Index | Old Index