pkgsrc-WIP-changes archive

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

zino: update to version 2.4.0.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Wed Feb 25 17:16:59 2026 +0100
Changeset:	927e1b53de2a3f03d6ef59322fbd0dc9fa5136c7

Modified Files:
	zino/Makefile
	zino/distinfo

Log Message:
zino: update to version 2.4.0.

Pkgsrc changes:
 * version-bump + checksums.

Upstream changes:

- Added Dockerfile and Docker compose to facilitate running as a container
  ([#492](https://github.com/Uninett/zino/issues/492))

- Added documentation on how to use docker image
  ([#502](https://github.com/Uninett/zino/issues/502))

- Added the `--version` option to the Zino CLI
  ([#521](https://github.com/Uninett/zino/issues/521))

- Added `[process]` configuration section with `user` option to
  specify which us er to drop privileges to after binding to privileged
  ports.  ([#522](https://github.com/Uninett/zino/issues/522))

- State serialization now runs in a forked child process, preventing
  `PanicExcep tion` from concurrent modification of state data
  structures during JSON serializ ation.
  ([#468](https://github.com/Uninett/zino/issues/468))

- Perform a final synchronous state dump on Zino shutdown so that
  state changes since the last periodic dump are not lost.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=927e1b53de2a3f03d6ef59322fbd0dc9fa5136c7

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

diffstat:
 zino/Makefile | 2 +-
 zino/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/zino/Makefile b/zino/Makefile
index 0235716f52..33331148f5 100644
--- a/zino/Makefile
+++ b/zino/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	zino-2.3.4
+DISTNAME=	zino-2.4.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Uninett/}
 GITHUB_PROJECT=	zino
diff --git a/zino/distinfo b/zino/distinfo
index 334e1e09c0..6923b0f8a8 100644
--- a/zino/distinfo
+++ b/zino/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (zino-2.3.4.tar.gz) = 79411b97f81ae02911059ca4d4f9ae942e0f3feb991b5a76d50a0fb0d9eb6c6e
-SHA512 (zino-2.3.4.tar.gz) = 4562a9705db35b6485eb60a14360608af283f4103ecdefe3a6ed3cee5c3275467db86a6de880631110796af8a53aebc3f467c9f6fc33b3bdc79eee1273c292b8
-Size (zino-2.3.4.tar.gz) = 572724 bytes
+BLAKE2s (zino-2.4.0.tar.gz) = d7314f20d95eaa78e8052ccec56f5374d50fe58a86e93c47eaf72a386e1d876a
+SHA512 (zino-2.4.0.tar.gz) = 01e3cc9f1649891625e3fa772170ff4f0203f0b74c9ae6310e2854bcf83bb23d39a8d8f4da86ede5722834eda92e9b751b1da5d38487f8848b2517fee7af58b7
+Size (zino-2.4.0.tar.gz) = 577661 bytes


Home | Main Index | Thread Index | Old Index