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:           Tue Dec  2 07:44:21 UTC 2025

Modified Files:
        pkgsrc/sysutils/nabud: Makefile distinfo

Log Message:
Update to nabud-1.4.1:

Upstream changes:
* Added a local copy of strlcpy(3) for platforms that do not include it
  (some Linux systems, for example).
* Fixed a nabud crash when a connection has a Baud directive but no
  StopBits directive.
* Fixed a nabud crash when a connection has a Channel directive that
  does not match any configured channel.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/nabud/Makefile
cvs rdiff -u -r1.10 -r1.11 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.14 pkgsrc/sysutils/nabud/Makefile:1.15
--- pkgsrc/sysutils/nabud/Makefile:1.14 Wed Mar 12 12:04:14 2025
+++ pkgsrc/sysutils/nabud/Makefile      Tue Dec  2 07:44:20 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2025/03/12 12:04:14 thorpej Exp $
+# $NetBSD: Makefile,v 1.15 2025/12/02 07:44:20 thorpej Exp $
 #
 
-NABUD_VERS=    1.4
+NABUD_VERS=    1.4.1
 
 GITHUB_PROJECT=        nabud
 GITHUB_TAG=    v${NABUD_VERS}

Index: pkgsrc/sysutils/nabud/distinfo
diff -u pkgsrc/sysutils/nabud/distinfo:1.10 pkgsrc/sysutils/nabud/distinfo:1.11
--- pkgsrc/sysutils/nabud/distinfo:1.10 Wed Mar 12 12:04:15 2025
+++ pkgsrc/sysutils/nabud/distinfo      Tue Dec  2 07:44:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/03/12 12:04:15 thorpej Exp $
+$NetBSD: distinfo,v 1.11 2025/12/02 07:44:20 thorpej Exp $
 
-BLAKE2s (nabud-v1.4.tar.gz) = 16af0e1ba3fa67b06af2298d5cc8ebd771cec3d46e3514d968f876081999a158
-SHA512 (nabud-v1.4.tar.gz) = dbc0b04c7efb94d0b07c1091949c733c3f7ab5724d338be508f59a2c6a9e9ffd1dd1ecf99154be77b6b442ccce6e5f942457f406844675660c8c16e6f0bf93b5
-Size (nabud-v1.4.tar.gz) = 565508 bytes
+BLAKE2s (nabud-v1.4.1.tar.gz) = cb6c25d21c50cab33e6c86bc7df6d63597fe98be43555397c07a81a6444c7b81
+SHA512 (nabud-v1.4.1.tar.gz) = df0d6489ec6579f028a0a9a2c6d3c147243406a855719346ff9a3ba1e7ba7738d9063b7e04087c225de0653f91524ebe52d3b8e7ef7cdd056f9bdc1788c401da
+Size (nabud-v1.4.1.tar.gz) = 566546 bytes



Home | Main Index | Thread Index | Old Index