pkgsrc-WIP-changes archive

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

zino: update to version 2.1.1.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Sep 30 14:14:43 2025 +0200
Changeset:	7470a9b51c440542df01f6122a3869570de6b5ee

Modified Files:
	zino/Makefile
	zino/distinfo

Log Message:
zino: update to version 2.1.1.

Pkgsrc changes:
 * version-bump + checksums.

Upstream changes:

 * Added a new `snmp.trap.require_community` config option to require
   specific (or to disregard) community strings in incoming traps
   ([#421](https://github.com/Uninett/zino/issues/421))
 * Documented that the command line program `snmptrap` is needed
   for running parts of the development test suite

 * Remove redundant information from, and improve, log messages for
   BFD events ([#454](https://github.com/Uninett/zino/issues/454))
 * Locked `apscheduler` version requirement to latest stable series
   (3.11)
 * Avoid noisy logging during processing of trap messages:
   - Reduced log level from ERROR to DEBUG for messages about
     unresolvable trap variables
   - Reduced log level from ERROR to INFO for messages about various
     problems with incoming trap messages

 * Match `watchpat`/`ignorepat` patterns against any part of interface
   name, not just the beginning
   ([#426](https://github.com/Uninett/zino/issues/426))
 * Match planned maintenance regexp patterns against any part of an
   interface or device name, not just the beginning
   ([#450](https://github.com/Uninett/zino/issues/450))
 * Don't crash when default `zino.toml` is not found
   ([#458](https://github.com/Uninett/zino/issues/458))
 * Close events for removed routers on startup, as well as during
   runtime ([#470](https://github.com/Uninett/zino/issues/470))
 * Delete old state data for devices no longer defined in `polldevs.cf`
   ([#471](https://github.com/Uninett/zino/issues/471))
 * Ensure multiple BFD events cannot be created for the same interface
   - Ensure duplicate events cannot be created, even under race
     conditions  ([#474](https://github.com/Uninett/zino/pull/474))
   - Make async reverse DNS lookups *before* creating BFD events,
     in order to avoid potential race conditions between polling and
     trap reception ([#475](https://github.com/Uninett/zino/pull/475))
 * Ensure month and day values in old events directory structure
   are padded to two digits for proper sortability
 * Stop incorrectly sending further event notifications to clients
   for events that have been scavenged - it confuses, or even crashes
   the clients

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

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 6c2386aa9c..e70d9479eb 100644
--- a/zino/Makefile
+++ b/zino/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	zino-2.1.0
+DISTNAME=	zino-2.1.1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Uninett/}
 GITHUB_PROJECT=	zino
diff --git a/zino/distinfo b/zino/distinfo
index fe93400e52..9783f9f480 100644
--- a/zino/distinfo
+++ b/zino/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (zino-2.1.0.tar.gz) = d12d6a42eaa2b25fdeb0b5c762b5c08d2c1e513086505d0a810fb8f93b25bf0f
-SHA512 (zino-2.1.0.tar.gz) = cdff719e632051ac4f1f3ee37b09f21c1934e26da2d22f61d5aadc6200ea5c59357cc96f5249da60bf2a0bb1ba2e422c08922ead03feaca04a772b2b5dea55c4
-Size (zino-2.1.0.tar.gz) = 547216 bytes
+BLAKE2s (zino-2.1.1.tar.gz) = 6ebb04485f3cea4fe442b547bca76131f573b14491cf7a6aa78b690a2b277ba8
+SHA512 (zino-2.1.1.tar.gz) = d2586e151c43b399fde5f1bb14035d1bb6fd40b72e639856550d8875c04ee6d1ebd415441a2f21515929460210ecb7fd9289102034d049fab1c6f59263eff47b
+Size (zino-2.1.1.tar.gz) = 549641 bytes


Home | Main Index | Thread Index | Old Index