pkgsrc-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.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66e9a5c55a2b
branches:  trunk
changeset: 446437:66e9a5c55a2b
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Feb 08 20:38:23 2021 +0000

description:
statzone: update to 1.0.5.

StatZone 1.0.5 (2021-02-08)

- Stop forcing FORTIFY_SOURCE level 2, it should be package builders decision
- Remove hardcoded program name in the manual page
- Rename displayUsage() and displaySummary() to usage() and summary()
- Get rid of most global variables, move all declarations to main()
- Remove dead increments for argc and argv
- Refactor things to check earlier on if *lineBuffer is not NUL
- Refactor the domain comparison checks, allows removing strdup("") call
- Add an error() function to wrap errx() calls
- Check malloc() and strdup() return value and error out on failed allocations
- Group and initialize uthash struct declarations
- Free previous_domain to appease Clang's static analyzer

diffstat:

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

diffs (27 lines):

diff -r 1428fe915870 -r 66e9a5c55a2b net/statzone/Makefile
--- a/net/statzone/Makefile     Mon Feb 08 20:27:38 2021 +0000
+++ b/net/statzone/Makefile     Mon Feb 08 20:38:23 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/10/19 16:03:21 fcambus Exp $
+# $NetBSD: Makefile,v 1.5 2021/02/08 20:38:23 fcambus Exp $
 
-DISTNAME=      statzone-1.0.4
+DISTNAME=      statzone-1.0.5
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r 1428fe915870 -r 66e9a5c55a2b net/statzone/distinfo
--- a/net/statzone/distinfo     Mon Feb 08 20:27:38 2021 +0000
+++ b/net/statzone/distinfo     Mon Feb 08 20:38:23 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/10/19 16:03:21 fcambus Exp $
+$NetBSD: distinfo,v 1.5 2021/02/08 20:38:23 fcambus Exp $
 
-SHA1 (statzone-1.0.4.tar.gz) = c560aaf1279566feaaf985fee393c2baf4eb5dcd
-RMD160 (statzone-1.0.4.tar.gz) = 51d34b02af4e467fd15847a1c8b28ab0a8852124
-SHA512 (statzone-1.0.4.tar.gz) = 53fea976eb50217932896ce61ccafa8e7690e4e825941ab22df987f68552999df44652b9fb84b50490a78e9cfdc4fcdac7096d27d84527661f9e85d7b5dc8e52
-Size (statzone-1.0.4.tar.gz) = 18281 bytes
+SHA1 (statzone-1.0.5.tar.gz) = 0c6235c0cb4a5a654de02f819d7aa04d361409a6
+RMD160 (statzone-1.0.5.tar.gz) = 2a73cc82921fef6b17393eb671fa93eed5937106
+SHA512 (statzone-1.0.5.tar.gz) = 42c08758a1d0a00df34fb3d2dcce1c312ff86ea71c2fc6214f8f57b1cd62f2c753a0bada418573ab75af9ff0d82d1165b4023dd19b16f8eedbc2e2db04b07704
+Size (statzone-1.0.5.tar.gz) = 19055 bytes



Home | Main Index | Thread Index | Old Index