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.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71e22833d276
branches:  trunk
changeset: 769845:71e22833d276
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Sun Nov 21 07:25:02 2021 +0000

description:
statzone: update to 1.1.1.

StatZone 1.1.1 (2021-11-16)

- Switch to using nullptr instead of NULL
- Fix erroneous comment about timer value in summary()
- Remove code to get zone file size, it's unused
- Update the arpa.zone copy used for testing
- Add SPDX short license identifier in source file
- Use CMAKE_CXX_STANDARD instead of hardcoding compiler flags
- Remove dependency on uthash, it is not used anymore
- Switch to using getline(3) instead of fgets(3)

diffstat:

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

diffs (25 lines):

diff -r 4c0d9130939b -r 71e22833d276 net/statzone/Makefile
--- a/net/statzone/Makefile     Sun Nov 21 07:18:29 2021 +0000
+++ b/net/statzone/Makefile     Sun Nov 21 07:25:02 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/04/01 16:07:32 fcambus Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/21 07:25:02 fcambus Exp $
 
-DISTNAME=      statzone-1.1.0
+DISTNAME=      statzone-1.1.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fcambus/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r 4c0d9130939b -r 71e22833d276 net/statzone/distinfo
--- a/net/statzone/distinfo     Sun Nov 21 07:18:29 2021 +0000
+++ b/net/statzone/distinfo     Sun Nov 21 07:25:02 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:06:58 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/11/21 07:25:02 fcambus Exp $
 
-BLAKE2s (statzone-1.1.0.tar.gz) = 95fb654552fccd2a78e6c03654c17ac76faaa7655e1c5797036734ea0ca36a63
-SHA512 (statzone-1.1.0.tar.gz) = 2b1e79c9566fa57b0fbe0e58245df31d860fb6e425150269b2d3b0c87ee5373c82a39154ad7a8f437fcd51d30b46f4bc230037582ce00b83c769465b4b34ccbe
-Size (statzone-1.1.0.tar.gz) = 18500 bytes
+BLAKE2s (statzone-1.1.1.tar.gz) = b8a10768a023a573551d5133babc4a50359fffa7a62c1a05c7a99ee74dcfd84f
+SHA512 (statzone-1.1.1.tar.gz) = 04ebdf1d9ddc43b1b5cc424ab41de5dc45c52a36ac0fc40e9996899084217aae9ff8967f3980b502c3c2be732537268cf0355b9dcd0704f965db7b4b86f55b6e
+Size (statzone-1.1.1.tar.gz) = 16739 bytes



Home | Main Index | Thread Index | Old Index