From 8db143bc10c0dcc55f76354b834b5582c8cc9dda Mon Sep 17 00:00:00 2001 From: fcambus Date: Fri, 15 Apr 2022 07:57:15 +0000 Subject: tio: update to 1.37. === tio v1.37 === Changes since tio v1.36: * Make libinih a fallback dependency This means that in case meson does not find libinih it will automatically clone libinih and include it in the build. The libinih library is reconfigured to be statically built so that no shared object will be installed. Sylvain LAFRASSE: * Fix timestamp parsing in INI conf * Factorize timestamp parsing to be coherent with command line format in configuration file. --- comms/tio/Makefile | 4 ++-- comms/tio/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/comms/tio/Makefile b/comms/tio/Makefile index 9da4d7d6a34..4be9364cbf4 100644 --- a/comms/tio/Makefile +++ b/comms/tio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2022/04/03 14:35:37 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/04/15 07:57:15 fcambus Exp $ -DISTNAME= tio-1.36 +DISTNAME= tio-1.37 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_GITHUB:=tio/} GITHUB_RELEASE= v${PKGVERSION_NOREV} diff --git a/comms/tio/distinfo b/comms/tio/distinfo index f3f80f395bf..5cda6b740cb 100644 --- a/comms/tio/distinfo +++ b/comms/tio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/03/29 13:58:00 fcambus Exp $ +$NetBSD: distinfo,v 1.8 2022/04/15 07:57:15 fcambus Exp $ -BLAKE2s (tio-1.36.tar.xz) = 5efc8f9206b806061d4ced00f05367d1c65a8f08366c78fc878b9a828fc84807 -SHA512 (tio-1.36.tar.xz) = fda643b5ed8f24acfc2b9135cf508acbca1157806de884c152882526688a05e823c7de29196cb94e6bedb025bfda8750d736e07e5b829df784cb7f9042ec214a -Size (tio-1.36.tar.xz) = 1803668 bytes +BLAKE2s (tio-1.37.tar.xz) = 46014a1655fb87fb552465f34aecf8bac9225ef39ce6021179baa8d167ff14cd +SHA512 (tio-1.37.tar.xz) = 207184d297809c7f88185353b55519cf119eed26b5710b644418ef0603d003618c69e593a0f531822c0455a512397cea1b4747a453af5bbb369dad14025b0847 +Size (tio-1.37.tar.xz) = 1804236 bytes -- cgit v1.2.3