pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/statzone



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Wed Jun 10 17:43:37 UTC 2020

Modified Files:
        pkgsrc/net/statzone: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/statzone/Makefile \
    pkgsrc/net/statzone/distinfo

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

Modified files:

Index: pkgsrc/net/statzone/Makefile
diff -u pkgsrc/net/statzone/Makefile:1.1 pkgsrc/net/statzone/Makefile:1.2
--- pkgsrc/net/statzone/Makefile:1.1    Fri May  8 09:32:41 2020
+++ pkgsrc/net/statzone/Makefile        Wed Jun 10 17:43:37 2020
@@ -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}
Index: pkgsrc/net/statzone/distinfo
diff -u pkgsrc/net/statzone/distinfo:1.1 pkgsrc/net/statzone/distinfo:1.2
--- pkgsrc/net/statzone/distinfo:1.1    Fri May  8 09:32:41 2020
+++ pkgsrc/net/statzone/distinfo        Wed Jun 10 17:43:37 2020
@@ -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