summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2020-06-10 17:43:37 +0000
committerfcambus <fcambus@pkgsrc.org>2020-06-10 17:43:37 +0000
commit0234324a6ceb52f78af1ec0fc71e48168a89e50b (patch)
tree4d77176c8c35130277dc0191d1b7f195622523eb
parent77e3738b9eb492763258079e46b8b59ec8551ee6 (diff)
downloadpkgsrc-0234324a6ceb52f78af1ec0fc71e48168a89e50b.tar.gz
statzone: update to 1.0.2.
StatZone 1.0.2 (2020-06-10) - Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available - Remove unneeded <sys/select.h> include - Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files - Allow the openat and write syscalls, they are used on glibc systems - No need to set HAVE_SECCOMP to 1, defining it is enough - Introduce the displaySummary() function, and use it to print summary - Move elapsed time calculation in the displaySummary() function - Add a signal handler for SIGINFO, to display progression on supported platforms - Do not use intermediate variable to calculate elapsed time - Remove now useless runtime member from the results structure
-rw-r--r--net/statzone/Makefile4
-rw-r--r--net/statzone/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/net/statzone/Makefile b/net/statzone/Makefile
index 1529f10b5d8..26580091ce4 100644
--- a/net/statzone/Makefile
+++ b/net/statzone/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/05/08 09:32:41 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/10 17:43:37 fcambus Exp $
-DISTNAME= statzone-1.0.1
+DISTNAME= statzone-1.0.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
diff --git a/net/statzone/distinfo b/net/statzone/distinfo
index cdbaffea8c7..8f8ba4ad97e 100644
--- a/net/statzone/distinfo
+++ b/net/statzone/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/05/08 09:32:41 fcambus Exp $
+$NetBSD: distinfo,v 1.2 2020/06/10 17:43:37 fcambus Exp $
-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
+SHA1 (statzone-1.0.2.tar.gz) = bd51373399914d17da6b170ea0ed556191d79200
+RMD160 (statzone-1.0.2.tar.gz) = 1b49c583840a6dc9cbdcd695dfbe1984348fef32
+SHA512 (statzone-1.0.2.tar.gz) = f6053b94157e51cfd6d558f9c272d1fade92d25754d28ac6d607ec5479ed243022be7bc33ebe9e11c5ecdd47decbe918d1b400a395999d7c11e0354d49a086d4
+Size (statzone-1.0.2.tar.gz) = 17845 bytes