pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/oniguruma
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 19 14:44:45 UTC 2023
Modified Files:
pkgsrc/textproc/oniguruma: Makefile distinfo
Log Message:
oniguruma: update to 6.9.9.
Update Unicode version 15.1.0
NEW API: ONIG_OPTION_MATCH_WHOLE_STRING
Fixed: (?I) option was not enabled for character classes (Issue #264).
Changed specification to check for incorrect POSIX bracket (Issue #253).
Changed [[:punct:]] in Unicode encodings to be compatible with POSIX definition. (Issue #268)
Fixed: ONIG_OPTION_FIND_LONGEST behavior
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/oniguruma/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/oniguruma/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/oniguruma/Makefile
diff -u pkgsrc/textproc/oniguruma/Makefile:1.25 pkgsrc/textproc/oniguruma/Makefile:1.26
--- pkgsrc/textproc/oniguruma/Makefile:1.25 Wed May 4 06:39:51 2022
+++ pkgsrc/textproc/oniguruma/Makefile Thu Oct 19 14:44:45 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/05/04 06:39:51 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2023/10/19 14:44:45 wiz Exp $
-DISTNAME= onig-6.9.8
+DISTNAME= onig-6.9.9
PKGNAME= ${DISTNAME:S/onig/oniguruma/}
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=kkos/}
Index: pkgsrc/textproc/oniguruma/distinfo
diff -u pkgsrc/textproc/oniguruma/distinfo:1.24 pkgsrc/textproc/oniguruma/distinfo:1.25
--- pkgsrc/textproc/oniguruma/distinfo:1.24 Wed May 4 06:39:51 2022
+++ pkgsrc/textproc/oniguruma/distinfo Thu Oct 19 14:44:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/05/04 06:39:51 wiz Exp $
+$NetBSD: distinfo,v 1.25 2023/10/19 14:44:45 wiz Exp $
-BLAKE2s (onig-6.9.8.tar.gz) = 5958b5bfe612cb9a3fef1e49469fa3327392c116c8bdfb37901e35de1494585c
-SHA512 (onig-6.9.8.tar.gz) = 5a3d220961c22cda981bbae06dc383401771362cdf67e4f0b5d2fa8951a03907362edae498f63226287e70715c0abe4acdd22ec3ceb74bbb226234a52c36a4d7
-Size (onig-6.9.8.tar.gz) = 944148 bytes
+BLAKE2s (onig-6.9.9.tar.gz) = af663b1b94a7f4927b2e2d65d8ee0dbc4a1fcf8359b63b8c6033ab620582e83d
+SHA512 (onig-6.9.9.tar.gz) = 14d2afd0d2cf86012c9959f221e9a77e7787e709c9dd7295d159e0a9ba89df52fa3edc59f95a6d859c34181e2e2e53e21b932b3eceb4d6ddeb2a3445ef951e95
+Size (onig-6.9.9.tar.gz) = 957444 bytes
Home |
Main Index |
Thread Index |
Old Index