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:           Sun Aug  3 09:53:16 UTC 2025

Modified Files:
        pkgsrc/textproc/inih: Makefile distinfo

Log Message:
inih: update to 61.

This release optimises a couple of things and fixes a bug where
name-only options were not processed after an error occurred. Thanks
contributors!

What's Changed

    add option to disable the test suite by @sage-etcher in #195
    add ini_parse_string_length() that avoids internal strlen(), and ease… by @lihuiba in #196
    Fix bug where name only options are not processed after an error has occurred by @msquire in #197
    Optimise ini_rstrip() by @msquire in #198


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/inih/Makefile
cvs rdiff -u -r1.8 -r1.9 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.6 pkgsrc/textproc/inih/Makefile:1.7
--- pkgsrc/textproc/inih/Makefile:1.6   Sat Apr 12 06:43:56 2025
+++ pkgsrc/textproc/inih/Makefile       Sun Aug  3 09:53:16 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2025/04/12 06:43:56 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/08/03 09:53:16 wiz Exp $
 
-DISTNAME=      inih-r60
+DISTNAME=      inih-r61
 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.8 pkgsrc/textproc/inih/distinfo:1.9
--- pkgsrc/textproc/inih/distinfo:1.8   Sat Apr 12 06:43:56 2025
+++ pkgsrc/textproc/inih/distinfo       Sun Aug  3 09:53:16 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/04/12 06:43:56 wiz Exp $
+$NetBSD: distinfo,v 1.9 2025/08/03 09:53:16 wiz Exp $
 
-BLAKE2s (inih-r60.tar.gz) = a3e896fee3deac413fc70abf9809aa4c7d9560beda0c40eb30c43985f854441f
-SHA512 (inih-r60.tar.gz) = b58ac2395ed8e2b3fa25c3c41260ac5c6ee445d5a6520a79a4392741b417c0ea5ede12d5d89b92f8c4a9c555ff41745ea4f18b78ccbe5117eaa4c723de03b50a
-Size (inih-r60.tar.gz) = 21121 bytes
+BLAKE2s (inih-r61.tar.gz) = dec00acfa5cfa4a41436108d0df3030926450814cce36a23d25383afb7ee8fe8
+SHA512 (inih-r61.tar.gz) = b02c550d320ad37a859014bc13d53bc4289197c605f2e5414537e602df45299cb7d39be3f80b5b22b42320102655dd36da4d365fd394ca9c26ebba5f5c062a14
+Size (inih-r61.tar.gz) = 21456 bytes



Home | Main Index | Thread Index | Old Index