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: Sat Mar 4 21:29:47 UTC 2023
Modified Files:
pkgsrc/sysutils/nabud: Makefile distinfo
Log Message:
Update to nabud-1.2.1. Upstream changes:
### nabud-1.2.1
* Experimental support for Cygwin (64-bit).
* Support command history / editing in nabuctl in Docker builds,
plus some additional Docker fixes. From Christopher Masto.
* Added a FlowControl property to Connection objects. This allows users
who have modified their NABU HCCA port to support RTS/CTS flow control
to enable it.
* nabuctl now displays the serial connection properties (baud rate,
stop bits, and flow control) when viewing connection details.
* nabuctl now displays the file that the NABU will receive as the default
boot image (image 000001) even if this is not specified in the config
file or selected with nabuctl. Suggested by jefferystone on Discord.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/nabud/Makefile
cvs rdiff -u -r1.4 -r1.5 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.6 pkgsrc/sysutils/nabud/Makefile:1.7
--- pkgsrc/sysutils/nabud/Makefile:1.6 Sun Feb 26 18:07:40 2023
+++ pkgsrc/sysutils/nabud/Makefile Sat Mar 4 21:29:47 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/02/26 18:07:40 thorpej Exp $
+# $NetBSD: Makefile,v 1.7 2023/03/04 21:29:47 thorpej Exp $
#
-NABUD_VERS= 1.2
+NABUD_VERS= 1.2.1
GITHUB_PROJECT= nabud
GITHUB_TAG= v${NABUD_VERS}
Index: pkgsrc/sysutils/nabud/distinfo
diff -u pkgsrc/sysutils/nabud/distinfo:1.4 pkgsrc/sysutils/nabud/distinfo:1.5
--- pkgsrc/sysutils/nabud/distinfo:1.4 Sun Feb 26 18:07:40 2023
+++ pkgsrc/sysutils/nabud/distinfo Sat Mar 4 21:29:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/02/26 18:07:40 thorpej Exp $
+$NetBSD: distinfo,v 1.5 2023/03/04 21:29:47 thorpej Exp $
-BLAKE2s (nabud-v1.2.tar.gz) = 08a1665d5c18f027ee6d0e07c9cdc07db9c197f9b072233c442b04ec5a4e1373
-SHA512 (nabud-v1.2.tar.gz) = ffde48bdb650bd7952394494431689af4066f460107ec0b497f00ef58e3ef489611d2517fef27e0a3b60ce0b530f48264fb7f49977ba519e93a5d9cac82f0cb1
-Size (nabud-v1.2.tar.gz) = 539537 bytes
+BLAKE2s (nabud-v1.2.1.tar.gz) = cb1049d03e74038558ac3ff0598a7027ea27eae44886a99f304aeadf7904ab04
+SHA512 (nabud-v1.2.1.tar.gz) = a0f0c658f708c2186c0886b8c67c99e6a5eb63eb0ea158d4752f5600a3161ca246ea9dc838f4027830d22d1e045f85ae8f7e2b8eb7485af523ad89e16ce86e0d
+Size (nabud-v1.2.1.tar.gz) = 541392 bytes
Home |
Main Index |
Thread Index |
Old Index