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: Mon Feb 8 20:38:23 UTC 2021
Modified Files:
pkgsrc/net/statzone: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/net/statzone/Makefile:1.5
--- pkgsrc/net/statzone/Makefile:1.4 Mon Oct 19 16:03:21 2020
+++ pkgsrc/net/statzone/Makefile Mon Feb 8 20:38:23 2021
@@ -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}
Index: pkgsrc/net/statzone/distinfo
diff -u pkgsrc/net/statzone/distinfo:1.4 pkgsrc/net/statzone/distinfo:1.5
--- pkgsrc/net/statzone/distinfo:1.4 Mon Oct 19 16:03:21 2020
+++ pkgsrc/net/statzone/distinfo Mon Feb 8 20:38:23 2021
@@ -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