pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/inih
Module Name: pkgsrc
Committed By: wiz
Date: Sat Apr 12 06:43:56 UTC 2025
Modified Files:
pkgsrc/textproc/inih: Makefile distinfo
Log Message:
inih: update to 60.
60
This release is simply to fix the mismatch between the r59 version
control tag and the meson.build version number. Both are "60" for
this release.
What's Changed
test long lines by @isidroas in #190
Require C++ only for the host machine; bump project version to 59 by @bgilbert in #191
meson: fix tests under Windows by @neheb in #192
59
What's Changed
INIReader: change variable visibility from private to protected by @meiyasan in #165
Add meson test driver by @matoro in #170
Swap rstrip() and lskip() to reduce execution time of strlen() by @isidroas in #177
Add preprocessor exclusions when INI_ALLOW_MULTILINE=0 by @isidroas in #178
tests: define only once the compiler and flag by @isidroas in #179
Test that long sections are truncated by @isidroas in #180
Add INIReader Sections and Keys methods by @Ishan09811 in #186
If a line is longer than INI_MAX_LINE, consume input up to next newline by @benhoyt in #188
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/inih/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/inih/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/inih/Makefile
diff -u pkgsrc/textproc/inih/Makefile:1.5 pkgsrc/textproc/inih/Makefile:1.6
--- pkgsrc/textproc/inih/Makefile:1.5 Sun Jan 28 13:18:54 2024
+++ pkgsrc/textproc/inih/Makefile Sat Apr 12 06:43:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/01/28 13:18:54 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/12 06:43:56 wiz Exp $
-DISTNAME= inih-r58
+DISTNAME= inih-r60
PKGNAME= ${DISTNAME:S/-r/-/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=benhoyt/}
Index: pkgsrc/textproc/inih/distinfo
diff -u pkgsrc/textproc/inih/distinfo:1.7 pkgsrc/textproc/inih/distinfo:1.8
--- pkgsrc/textproc/inih/distinfo:1.7 Sun Jan 28 13:18:54 2024
+++ pkgsrc/textproc/inih/distinfo Sat Apr 12 06:43:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/01/28 13:18:54 wiz Exp $
+$NetBSD: distinfo,v 1.8 2025/04/12 06:43:56 wiz Exp $
-BLAKE2s (inih-r58.tar.gz) = 4a74923f0817df4cdec2e562b38cb58906a2b2849832c2e338d3945f4863a126
-SHA512 (inih-r58.tar.gz) = d69f488299c1896e87ddd3dd20cd9db5848da7afa4c6159b8a99ba9a5d33f35cadfdb9f65d6f2fe31decdbadb8b43bf610ff2699df475e1f9ff045e343ac26ae
-Size (inih-r58.tar.gz) = 19964 bytes
+BLAKE2s (inih-r60.tar.gz) = a3e896fee3deac413fc70abf9809aa4c7d9560beda0c40eb30c43985f854441f
+SHA512 (inih-r60.tar.gz) = b58ac2395ed8e2b3fa25c3c41260ac5c6ee445d5a6520a79a4392741b417c0ea5ede12d5d89b92f8c4a9c555ff41745ea4f18b78ccbe5117eaa4c723de03b50a
+Size (inih-r60.tar.gz) = 21121 bytes
Home |
Main Index |
Thread Index |
Old Index