pkgsrc-WIP-changes archive

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

zino: update to version 2.5.0.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Fri Apr 17 08:59:49 2026 +0200
Changeset:	f2fe540282fa6e093318f8a69fdc6757506e085c

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

Log Message:
zino: update to version 2.5.0.

Pkgsrc changes:
 * version-bump + checksums.
 * Require 0.2.0 of py-netsnmp-cffi.

Upstream changes:

 - Added support for receiving SNMP traps through a straps or
   nmtrapd trap multiplexer as an alternative to direct UDP binding
   (for maximum compatibility with existing Zino 1 deployments) (#362)

 - The minimum required version of netsnmp-cffi is now 0.2.0. (#362)

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

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    | 3 +++
 zino/distinfo | 6 +++---
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/zino/Makefile b/zino/Makefile
index 567ec64d2c..28d591bd5a 100644
--- a/zino/Makefile
+++ b/zino/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	zino-2.4.1
+DISTNAME=	zino-2.5.0
 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.1.4:../../wip/py-netsnmp-cffi
+DEPENDS+=	${PYPKGPREFIX}-netsnmp-cffi>=0.2.0:../../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 0facbcc1ae..b0ec426924 100644
--- a/zino/PLIST
+++ b/zino/PLIST
@@ -302,6 +302,9 @@ ${PYSITELIB}/zino/trapd/netsnmpy_backend.pyo
 ${PYSITELIB}/zino/trapd/pysnmp_backend.py
 ${PYSITELIB}/zino/trapd/pysnmp_backend.pyc
 ${PYSITELIB}/zino/trapd/pysnmp_backend.pyo
+${PYSITELIB}/zino/trapd/straps_backend.py
+${PYSITELIB}/zino/trapd/straps_backend.pyc
+${PYSITELIB}/zino/trapd/straps_backend.pyo
 ${PYSITELIB}/zino/trapobservers/__init__.py
 ${PYSITELIB}/zino/trapobservers/__init__.pyc
 ${PYSITELIB}/zino/trapobservers/__init__.pyo
diff --git a/zino/distinfo b/zino/distinfo
index bee56c4184..de91a0e632 100644
--- a/zino/distinfo
+++ b/zino/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (zino-2.4.1.tar.gz) = daacb2dcb0ea1a87dddd4e5e4e3da7a9c9235a473bc542b71b6932d44faf3602
-SHA512 (zino-2.4.1.tar.gz) = d75301a4bda507685dcf4dbd43e702494978ee0ed9215980c91abfd8bb6ba01ebc4dc98ca502744350eb8036ed5d0c85eb94b5802156bfa19e4fffa93c0add97
-Size (zino-2.4.1.tar.gz) = 578140 bytes
+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


Home | Main Index | Thread Index | Old Index