pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/tio



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sun Feb 20 08:34:39 UTC 2022

Modified Files:
        pkgsrc/comms/tio: Makefile distinfo

Log Message:
tio: update to 1.35.

Changes since tio v1.34:

 * Add support for automatically generated log filename

   Automatically generate log filename if none is provided.

   The auto generated file name is on the form:
   "tio_DEVICE_YYYY-MM-DDTHH:MM:SS.log"

 * Add support for configurable timestamp format

   Also changes default timestamp format from ISO8601 to classic 24-hour
   format as this is assumed to be the format that most users would prefer.

   And reintroduces strict but optional ISO8601 format.

   This feature allows to easily add more timestamp formats in the future.

 * Reintroduce asm-generic/ioctls.h

   It is needed for ppc builds.

 * Add macro hack to workaround older buggy glibc

Robey Pointer:

 * Add support for high bps on OS X


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/comms/tio/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/tio/distinfo

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

Modified files:

Index: pkgsrc/comms/tio/Makefile
diff -u pkgsrc/comms/tio/Makefile:1.4 pkgsrc/comms/tio/Makefile:1.5
--- pkgsrc/comms/tio/Makefile:1.4       Wed Feb 16 20:42:02 2022
+++ pkgsrc/comms/tio/Makefile   Sun Feb 20 08:34:39 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/02/16 20:42:02 fcambus Exp $
+# $NetBSD: Makefile,v 1.5 2022/02/20 08:34:39 fcambus Exp $
 
-DISTNAME=      tio-1.34
+DISTNAME=      tio-1.35
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tio/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/comms/tio/distinfo
diff -u pkgsrc/comms/tio/distinfo:1.5 pkgsrc/comms/tio/distinfo:1.6
--- pkgsrc/comms/tio/distinfo:1.5       Wed Feb 16 20:42:02 2022
+++ pkgsrc/comms/tio/distinfo   Sun Feb 20 08:34:39 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/02/16 20:42:02 fcambus Exp $
+$NetBSD: distinfo,v 1.6 2022/02/20 08:34:39 fcambus Exp $
 
-BLAKE2s (tio-1.34.tar.xz) = 5c9062cbf43b7859f833f286d6999132da2e4dea2592125385c8ad157a5ebc4d
-SHA512 (tio-1.34.tar.xz) = 8d23d08b113d9e6d9e9280e109ba778879b949776d5090e27c0b4656d67f7cd48a8660e08a7c85e1cff6273dbf0191fa457425dd143453bbceb428d22cca2802
-Size (tio-1.34.tar.xz) = 1412172 bytes
-SHA1 (patch-meson.build) = 5a2dc0471874a80ba02dc729671cb091e6ac1657
+BLAKE2s (tio-1.35.tar.xz) = 4f943a2f61fe41b4ff5875ef657b387904c252c9afc9a5d7391f33628e2d2db6
+SHA512 (tio-1.35.tar.xz) = e2ca85e189d218be4f61b0e1602e8bca5deaf93affcd2c25e1155bd25e1b31ee2d3b1ff7327225a74f3ad04d56bc5ccc18758c92947c9fb2059ebe8224659961
+Size (tio-1.35.tar.xz) = 1413192 bytes



Home | Main Index | Thread Index | Old Index