pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/nabud
Module Name: pkgsrc
Committed By: thorpej
Date: Sun May 19 19:08:23 UTC 2024
Modified Files:
pkgsrc/sysutils/nabud: Makefile distinfo
Log Message:
Update to nabud-1.3.3. Upstream changes:
* Added support for flexibile transmission timeouts in NHACP. The spec
says 1 second, but there are systems out in the wild with slower
transmission speeds that are now using NHACP. We now calculate the
timeout based on how long it would take to transmit an MTU-sized frame
at the connection's baud rate, rounding up to the next whole second.
* Fix a source code management mistake in nabud-1.3.2's off_t changes that
caused odd behavior on platforms that required the change.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/nabud/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/nabud/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/nabud/Makefile
diff -u pkgsrc/sysutils/nabud/Makefile:1.11 pkgsrc/sysutils/nabud/Makefile:1.12
--- pkgsrc/sysutils/nabud/Makefile:1.11 Wed May 15 04:41:13 2024
+++ pkgsrc/sysutils/nabud/Makefile Sun May 19 19:08:23 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2024/05/15 04:41:13 thorpej Exp $
+# $NetBSD: Makefile,v 1.12 2024/05/19 19:08:23 thorpej Exp $
#
-NABUD_VERS= 1.3.2
+NABUD_VERS= 1.3.3
GITHUB_PROJECT= nabud
GITHUB_TAG= v${NABUD_VERS}
Index: pkgsrc/sysutils/nabud/distinfo
diff -u pkgsrc/sysutils/nabud/distinfo:1.8 pkgsrc/sysutils/nabud/distinfo:1.9
--- pkgsrc/sysutils/nabud/distinfo:1.8 Wed May 15 04:41:13 2024
+++ pkgsrc/sysutils/nabud/distinfo Sun May 19 19:08:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/05/15 04:41:13 thorpej Exp $
+$NetBSD: distinfo,v 1.9 2024/05/19 19:08:23 thorpej Exp $
-BLAKE2s (nabud-v1.3.2.tar.gz) = 1f1ec6b595efe4b4c2609d381d34d87feef09c21f14390547ead9857d163f011
-SHA512 (nabud-v1.3.2.tar.gz) = 2a8394a4bf3b0c4267791fc3b851c401e212828a400a584e815270452b2096eabed0e81a031e3b5290a248c527a6c61e8479bd8e706e248d75e05cd68d23c292
-Size (nabud-v1.3.2.tar.gz) = 561501 bytes
+BLAKE2s (nabud-v1.3.3.tar.gz) = faa3adfbe2486fcf991e93ef579a289678b072d66e6b31b8f48cade314b71d7c
+SHA512 (nabud-v1.3.3.tar.gz) = b3bfef4932e834a1b80f3feae122a14e153c0721ba230324637eeb3cd81ed56888093d140862a78a4bd1e690e675e6bb0f3012204e158e58bdcaa8ee91bfce91
+Size (nabud-v1.3.3.tar.gz) = 562306 bytes
Home |
Main Index |
Thread Index |
Old Index