pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pcre2 pcre2: update to 10.40.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b4c81b613c8
branches: trunk
changeset: 377430:2b4c81b613c8
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 20 20:14:48 2022 +0000
description:
pcre2: update to 10.40.
Version 10.40 15-April-2022
---------------------------
This is mostly a bug-fixing and code-tidying release. However, there are some
extensions to Unicode property handling:
* Added support for Bidi_Class and a number of binary Unicode properties,
including Bidi_Control.
* A number of changes to script matching for \p and \P:
(a) Script extensions for a character are now coded as a bitmap instead of
a list of script numbers, which should be faster and does not need a
loop.
(b) Added the syntax \p{script:xxx} and \p{script_extensions:xxx} (synonyms
sc and scx).
(c) Changed \p{scriptname} from being the same as \p{sc:scriptname} to being
the same as \p{scx:scriptname} because this change happened in Perl at
release 5.26.
(d) The standard Unicode 4-letter abbreviations for script names are now
recognized.
(e) In accordance with Unicode and Perl's "loose matching" rules, spaces,
hyphens, and underscores are ignored in property names, which are then
matched independent of case.
diffstat:
devel/pcre2/Makefile | 4 ++--
devel/pcre2/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r aa1d9b4a4b6d -r 2b4c81b613c8 devel/pcre2/Makefile
--- a/devel/pcre2/Makefile Wed Apr 20 20:12:41 2022 +0000
+++ b/devel/pcre2/Makefile Wed Apr 20 20:14:48 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/11/01 10:06:14 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2022/04/20 20:14:48 wiz Exp $
-DISTNAME= pcre2-10.39
+DISTNAME= pcre2-10.40
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=PhilipHazel/}
GITHUB_RELEASE= ${DISTNAME}
diff -r aa1d9b4a4b6d -r 2b4c81b613c8 devel/pcre2/distinfo
--- a/devel/pcre2/distinfo Wed Apr 20 20:12:41 2022 +0000
+++ b/devel/pcre2/distinfo Wed Apr 20 20:14:48 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/11/01 10:06:14 wiz Exp $
+$NetBSD: distinfo,v 1.21 2022/04/20 20:14:48 wiz Exp $
-BLAKE2s (pcre2-10.39.tar.gz) = 9bacff01792bb17a20a131eca524a8c6656db794450a857c621012f5ad35a4b2
-SHA512 (pcre2-10.39.tar.gz) = fe17ea0191a91d4e4fe88a44a07883db594941376a6e38556e03ff3b594820596fd3e43be2d73b700ca68cd0c44e38c33cc891a57b8ed65e34cd832196bc09b2
-Size (pcre2-10.39.tar.gz) = 2309964 bytes
+BLAKE2s (pcre2-10.40.tar.gz) = 777be6f5cf7889f49c92e0c9e4033b0811672fd7e6a43faf83e6ebbfc8151db7
+SHA512 (pcre2-10.40.tar.gz) = 679c6f540571850adec880934812e4f26f08ad858c776f10d1ed68ed3c0d4f91f6e1b53d781b53340af43a22c521e585cfc908f3659013c630a320e4fb246dc2
+Size (pcre2-10.40.tar.gz) = 2359622 bytes
Home |
Main Index |
Thread Index |
Old Index