pkgsrc-WIP-changes archive

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

zino: update to version 2.3.2.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Fri Nov 28 11:22:05 2025 +0100
Changeset:	84ad3c97be524640e62eaeda52d76a4440fbe029

Modified Files:
	zino/Makefile
	zino/PLIST
	zino/distinfo

Log Message:
zino: update to version 2.3.2.

Pkgsrc changes:
 * updated PLIST to match installed files.
 * version-bump + checksums.

Upstream changes:

 - Details about timed out SNMP requests are now logged as debug-level
   messages in the `zino.tasks` logger
 - Documented how to configure Zino's logging output

 - Reduced default `max-repetitions` of SNMP GET-BULK operations
   from 10 to 5 to avoid spurious timeouts

 - Allow re-entrant use of SNMP sessions (avoiding unnecessary
  `CancelledError` exceptions) ([#503]
   (https://github.com/Uninett/zino/issues/503))
 - Unexpected timeouts in task runs are now handled and logged
   without a complete (scary-looking) traceback

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

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

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

diffs:
diff --git a/zino/Makefile b/zino/Makefile
index 56fad589ca..11db9d1267 100644
--- a/zino/Makefile
+++ b/zino/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	zino-2.3.1
+DISTNAME=	zino-2.3.2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Uninett/}
 GITHUB_PROJECT=	zino
diff --git a/zino/PLIST b/zino/PLIST
index 7d3fbc4c84..0facbcc1ae 100644
--- a/zino/PLIST
+++ b/zino/PLIST
@@ -39,6 +39,9 @@ ${PYSITELIB}/zino/config/models.pyo
 ${PYSITELIB}/zino/config/polldevs.py
 ${PYSITELIB}/zino/config/polldevs.pyc
 ${PYSITELIB}/zino/config/polldevs.pyo
+${PYSITELIB}/zino/debug.py
+${PYSITELIB}/zino/debug.pyc
+${PYSITELIB}/zino/debug.pyo
 ${PYSITELIB}/zino/events.py
 ${PYSITELIB}/zino/events.pyc
 ${PYSITELIB}/zino/events.pyo
diff --git a/zino/distinfo b/zino/distinfo
index 1b3ade1b42..c2978d35ec 100644
--- a/zino/distinfo
+++ b/zino/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (zino-2.3.1.tar.gz) = 58189ecddf41f1ce49282eac9dc6fb18036a39cbcc1ba2823406b84460f92e85
-SHA512 (zino-2.3.1.tar.gz) = d2adda1d7974b8d6c3416798cb18b26add287033de7c216bebb3d894e8290b412371d7e5eb59e4da0157bde9371d2cd0dc0efdfbf569116e6efacda55d7d757f
-Size (zino-2.3.1.tar.gz) = 566016 bytes
+BLAKE2s (zino-2.3.2.tar.gz) = 05f331a49339ae316d2f3db859b0ca55679ea26a555078ae66d54f02bc102db6
+SHA512 (zino-2.3.2.tar.gz) = 95a2193e503ddfb57782aa658f912c134f0026e9c38c0887f17e5ea78ebf0c139b5e5283d141445ab34026e48ed55a11d50c25c01410580564008c8ad92ccd20
+Size (zino-2.3.2.tar.gz) = 571588 bytes


Home | Main Index | Thread Index | Old Index