Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/statzone statzone: update to 1.0.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dd063adc9b8
branches:  trunk
changeset: 434072:4dd063adc9b8
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Wed Jun 10 17:43:37 2020 +0000

description:
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

diffstat:

 net/statzone/Makefile |   4 ++--
 net/statzone/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r db3368c08f44 -r 4dd063adc9b8 net/statzone/Makefile
--- a/net/statzone/Makefile     Wed Jun 10 17:07:17 2020 +0000
+++ b/net/statzone/Makefile     Wed Jun 10 17:43:37 2020 +0000
@@ -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 -r db3368c08f44 -r 4dd063adc9b8 net/statzone/distinfo
--- a/net/statzone/distinfo     Wed Jun 10 17:07:17 2020 +0000
+++ b/net/statzone/distinfo     Wed Jun 10 17:43:37 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index