pkgsrc-WIP-changes archive

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

zino: update to version 2.1.0.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Wed Sep 17 20:08:23 2025 +0200
Changeset:	2d97f7e68644aeead3db4b19a746ab5e457650c3

Modified Files:
	zino/Makefile
	zino/distinfo

Log Message:
zino: update to version 2.1.0.

Pkgsrc changes:
 * version-bump + checksums.
 * Adjust dependencies to track upstream requirements.

Upstream changes:

 * Added new config option to suppress portstate event generation
   for newly discovered interfaces (#257)
 * Document how to set up Zino with systemd (#425)
 * Delete events related to routers that have been removed from
   polldevs.cf (#427)
 * Finish setting up the documentation-tree: Add badge, some
   structure, trim down the README (#434)
 * Added debug logging of trap type identification information

 * Use new snmpversion config field in zino.toml to decide which
   SNMP version to use (default to v2c) (#397)
 * Default to not create portstate events for newly discovered
   interfaces
 * Reduced log level of "unknown trap" messages
 * Updated pysnmplib dependency to PySNMP 6.2 to ensure continued
   test suite success

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

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

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

diffs:
diff --git a/zino/Makefile b/zino/Makefile
index ebe1734af7..6c2386aa9c 100644
--- a/zino/Makefile
+++ b/zino/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	zino-2.0.2
+DISTNAME=	zino-2.1.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Uninett/}
 GITHUB_PROJECT=	zino
@@ -16,9 +16,9 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=61.1:../../devel/py-setuptools
 
 DEPENDS+=	${PYPKGPREFIX}-apscheduler>=3.11:../../wip/py-apscheduler
 DEPENDS+=	${PYPKGPREFIX}-pydantic>=2.11:../../devel/py-pydantic
-DEPENDS+=	${PYPKGPREFIX}-snmp5024>=5.0.24:../../wip/py-snmp5024
+DEPENDS+=	${PYPKGPREFIX}-snmp-6.2.*:../../wip/py-snmp
 DEPENDS+=	${PYPKGPREFIX}-aiodns-[0-9]*:../../net/py-aiodns
-DEPENDS+=	${PYPKGPREFIX}-netsnmp-cffi>=0.1.1nb1:../../wip/py-netsnmp-cffi
+DEPENDS+=	${PYPKGPREFIX}-netsnmp-cffi>=0.1.2:../../wip/py-netsnmp-cffi
 .if ${PYTHON_VERSION} >= 312
 DEPENDS+=	${PYPKGPREFIX}-pyasyncore-[0-9]*:../../devel/py-pyasyncore
 .endif
diff --git a/zino/distinfo b/zino/distinfo
index 0b2dd375af..fe93400e52 100644
--- a/zino/distinfo
+++ b/zino/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (zino-2.0.2.tar.gz) = 28046b2bdaeb70c3fdd1dc98d866d16c69c5678047ac8a01f2cc1b3716306add
-SHA512 (zino-2.0.2.tar.gz) = f0a7d5c2faecb35aed77c3f25c48dbcdcb1fa9938212a72d5757a8c3a31e48e6755e813ec59abe4fe44e125e7d59ce0405a3add3facd570407a22c796d0483d8
-Size (zino-2.0.2.tar.gz) = 544075 bytes
+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


Home | Main Index | Thread Index | Old Index