pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zino: update to version 2.5.1.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Fri Jun 19 19:15:10 2026 +0200
Changeset: 25a192076be4e24fccfc876588ef8ed2a51cc2b1
Modified Files:
zino/Makefile
zino/PLIST
zino/distinfo
Log Message:
zino: update to version 2.5.1.
Pkgsrc changes:
* version-bump + checksums + PLIST update.
* Require 0.2.1 of py-netsnmp-cffi.
Upstream changes:
- Add `zping` CLI utility to check if a Zino daemon is alive by
querying its SNMP agent for uptime.
([#528](https://github.com/Uninett/zino/issues/528))
- Configuration errors in `zino.toml` now report the underlying
parser message (with line and column) for syntax errors, and
friendlier messages â<80><94> including key suggestions â<80><94>
for validation errors. ([#539](https://github.com/Uninett/zino/issues/539))
- Single-interface link state verification no longer crashes with
an `AssertionError` when the target interface has disappeared from
the `IF-MIB` (e.g. removed between a link trap firing and its
reverification); the poll is now skipped gracefully.
([#263](https://github.com/Uninett/zino/issues/263))
- Fix slow case-fetching for existing clients (`curitz`, `zinolib`)
over real networks. The legacy API server now coalesces each response
into a single `transport.write()` instead of one per protocol line,
eliminating a Nagle/delayed-ACK stall that added ~40 ms per command
on non-loopback links. ([#543](https://github.com/Uninett/zino/issues/543))
- Fix legacy Zino-1 protocol clients (`ritz`, `curitz`, `zinolib`-based)
crashing when a portstate event lacks a `port` attribute on the
wire. The API now always emits the attribute, falling back to an
empty value when needed.
([#546](https://github.com/Uninett/zino/issues/546))
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=25a192076be4e24fccfc876588ef8ed2a51cc2b1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zino/Makefile | 4 ++--
zino/PLIST | 4 ++++
zino/distinfo | 6 +++---
3 files changed, 9 insertions(+), 5 deletions(-)
diffs:
diff --git a/zino/Makefile b/zino/Makefile
index 28d591bd5a..3795d00326 100644
--- a/zino/Makefile
+++ b/zino/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= zino-2.5.0
+DISTNAME= zino-2.5.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=Uninett/}
GITHUB_PROJECT= zino
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-apscheduler>=3.11:../../wip/py-apscheduler
DEPENDS+= ${PYPKGPREFIX}-pydantic>=2.11:../../devel/py-pydantic
DEPENDS+= ${PYPKGPREFIX}-snmp>=6.2.6<7:../../wip/py-snmp
DEPENDS+= ${PYPKGPREFIX}-aiodns-[0-9]*:../../net/py-aiodns
-DEPENDS+= ${PYPKGPREFIX}-netsnmp-cffi>=0.2.0:../../wip/py-netsnmp-cffi
+DEPENDS+= ${PYPKGPREFIX}-netsnmp-cffi>=0.2.1:../../wip/py-netsnmp-cffi
.if ${PYTHON_VERSION} >= 312
DEPENDS+= ${PYPKGPREFIX}-pyasyncore-[0-9]*:../../devel/py-pyasyncore
.endif
diff --git a/zino/PLIST b/zino/PLIST
index b0ec426924..5cb0032840 100644
--- a/zino/PLIST
+++ b/zino/PLIST
@@ -1,6 +1,7 @@
@comment $NetBSD$
bin/zino
bin/zinoconv
+bin/zping
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -332,3 +333,6 @@ ${PYSITELIB}/zino/version.pyo
${PYSITELIB}/zino/zino.py
${PYSITELIB}/zino/zino.pyc
${PYSITELIB}/zino/zino.pyo
+${PYSITELIB}/zino/zping.py
+${PYSITELIB}/zino/zping.pyc
+${PYSITELIB}/zino/zping.pyo
diff --git a/zino/distinfo b/zino/distinfo
index de91a0e632..245918eabd 100644
--- a/zino/distinfo
+++ b/zino/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (zino-2.5.0.tar.gz) = 997e8f4321f762d7b4194102696710901c8170845affdace281ff225ab0c91c6
-SHA512 (zino-2.5.0.tar.gz) = b7d69706b8a8f4989c0c7daa0304bbeb3b0454ae9e5377d67bb120f281cc0ac8a93451fd99103477de53072fbdeeca78e59e3a5a7a15d1f5beb94bb83e93ad18
-Size (zino-2.5.0.tar.gz) = 585799 bytes
+BLAKE2s (zino-2.5.1.tar.gz) = d581228cd0de9ce57152c16472fbd1dce743a908fc46f6c0d61cd6638c424413
+SHA512 (zino-2.5.1.tar.gz) = 44a70a36782e83dda58a5a9d142e509a6f136b53df162829ea7a54ab34285892b367074cf08930524ef408de5fbf401a74a8006e0955182268fe11a71bdb9ca5
+Size (zino-2.5.1.tar.gz) = 593944 bytes
Home |
Main Index |
Thread Index |
Old Index