pkgsrc-WIP-changes archive

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

py-rns: Update to 0.6.1



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Oct 1 11:15:02 2023 -0400
Changeset:	ed0e258dc704f4d9678d8f48ce8757280e70bd89

Modified Files:
	py-rns/Makefile
	py-rns/PLIST
	py-rns/distinfo

Log Message:
py-rns: Update to 0.6.1

This release brings a number of bugfixes, along with useful new mechanisms for ensuring network stability under high, non-constructive and unusual announce load situation.

**Changes**
- Added announce ingress rate control for new and unknown destinations
- Added per-interface announce frequency monitoring to the transport engine
- Added per-interface announce burst hold queues
- Added announce frequency statistics to `rnstatus`
- Added option to sort `rnstatus` output according to various metrics
- Added timeout options to `rnprobe`
- Added ability to drop all paths via a specific transport instance to `rnpath`
- Added new options and features to documentation and manual

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

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

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

diffs:
diff --git a/py-rns/Makefile b/py-rns/Makefile
index 9a497c023e..d9d3044b3f 100644
--- a/py-rns/Makefile
+++ b/py-rns/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rns-0.6.0
+DISTNAME=	rns-0.6.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	comms python
 MASTER_SITES=	${MASTER_SITE_PYPI:=r/rns/}
diff --git a/py-rns/PLIST b/py-rns/PLIST
index c3d311ad3c..95ebb7e902 100644
--- a/py-rns/PLIST
+++ b/py-rns/PLIST
@@ -1,4 +1,5 @@
 @comment $NetBSD$
+bin/ir
 bin/rncp
 bin/rnid
 bin/rnodeconf
@@ -136,6 +137,9 @@ ${PYSITELIB}/RNS/Link.pyo
 ${PYSITELIB}/RNS/Packet.py
 ${PYSITELIB}/RNS/Packet.pyc
 ${PYSITELIB}/RNS/Packet.pyo
+${PYSITELIB}/RNS/Resolver.py
+${PYSITELIB}/RNS/Resolver.pyc
+${PYSITELIB}/RNS/Resolver.pyo
 ${PYSITELIB}/RNS/Resource.py
 ${PYSITELIB}/RNS/Resource.pyc
 ${PYSITELIB}/RNS/Resource.pyo
@@ -148,6 +152,9 @@ ${PYSITELIB}/RNS/Transport.pyo
 ${PYSITELIB}/RNS/Utilities/__init__.py
 ${PYSITELIB}/RNS/Utilities/__init__.pyc
 ${PYSITELIB}/RNS/Utilities/__init__.pyo
+${PYSITELIB}/RNS/Utilities/ir.py
+${PYSITELIB}/RNS/Utilities/ir.pyc
+${PYSITELIB}/RNS/Utilities/ir.pyo
 ${PYSITELIB}/RNS/Utilities/rncp.py
 ${PYSITELIB}/RNS/Utilities/rncp.pyc
 ${PYSITELIB}/RNS/Utilities/rncp.pyo
diff --git a/py-rns/distinfo b/py-rns/distinfo
index 51657615ee..2b99b4dd1d 100644
--- a/py-rns/distinfo
+++ b/py-rns/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (rns-0.6.0.tar.gz) = da6dcd3f6f153d8e45268cd3f0b46fe5e76b165f9e1cdd1c006a0feb8636d204
-SHA512 (rns-0.6.0.tar.gz) = 4bf8ad608d0ac22beb4b08b67a531b387a8eefb143da8d8a505703c94b7acf5328fccff2c29129b5ed5eb1db6ad6173802eb57a6aa49f94ae64661b4895f3272
-Size (rns-0.6.0.tar.gz) = 291197 bytes
+BLAKE2s (rns-0.6.1.tar.gz) = ab77be13dfba3d3ef6189998f68bb6ad9538bb6b5b0b7cd37ec9e85936db7f29
+SHA512 (rns-0.6.1.tar.gz) = f7dc6025a0a40f1f8cf28bfeaa4a4ef7eabd2b3b2037cbbe4d1eb1c432c7e96f0c9e9587eb7fdada0fd17a2aed7a5d85281b557de7c31a2d8552d958da04c25d
+Size (rns-0.6.1.tar.gz) = 295336 bytes


Home | Main Index | Thread Index | Old Index