diff options
author | fcambus <fcambus@pkgsrc.org> | 2021-11-21 07:25:02 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2021-11-21 07:25:02 +0000 |
commit | d973e3e05a90e206bcdd05902dbbe5a48d3376e8 (patch) | |
tree | 619af67a71e649c0c5ef7a4cb1deff320a315c09 /net | |
parent | 9946ab5edd30a477f9b29682c571b432ef386773 (diff) | |
download | pkgsrc-d973e3e05a90e206bcdd05902dbbe5a48d3376e8.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/statzone/Makefile | 4 | ||||
-rw-r--r-- | net/statzone/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/statzone/Makefile b/net/statzone/Makefile index bb5ea9bfe68..a9a7e21cf91 100644 --- a/net/statzone/Makefile +++ b/net/statzone/Makefile @@ -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 --git a/net/statzone/distinfo b/net/statzone/distinfo index 76197581865..94913c87c79 100644 --- a/net/statzone/distinfo +++ b/net/statzone/distinfo @@ -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 |