pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/pcre2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  1 10:06:14 UTC 2021

Modified Files:
        pkgsrc/devel/pcre2: Makefile distinfo

Log Message:
pcre2: update to 10.39.

Version 10.39 29-October-2021
-----------------------------

This release is happening soon after 10.38 because the bug fix is important.

1. Fix incorrect detection of alternatives in first character search in JIT.

2. Update to Unicode 14.0.0.

3. Some code cleanups (see ChangeLog).


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/pcre2/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/pcre2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pcre2/Makefile
diff -u pkgsrc/devel/pcre2/Makefile:1.21 pkgsrc/devel/pcre2/Makefile:1.22
--- pkgsrc/devel/pcre2/Makefile:1.21    Mon Oct 18 11:53:10 2021
+++ pkgsrc/devel/pcre2/Makefile Mon Nov  1 10:06:14 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/10/18 11:53:10 nia Exp $
+# $NetBSD: Makefile,v 1.22 2021/11/01 10:06:14 wiz Exp $
 
-DISTNAME=      pcre2-10.38
+DISTNAME=      pcre2-10.39
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=PhilipHazel/}
 GITHUB_RELEASE=        ${DISTNAME}

Index: pkgsrc/devel/pcre2/distinfo
diff -u pkgsrc/devel/pcre2/distinfo:1.19 pkgsrc/devel/pcre2/distinfo:1.20
--- pkgsrc/devel/pcre2/distinfo:1.19    Tue Oct 26 10:18:00 2021
+++ pkgsrc/devel/pcre2/distinfo Mon Nov  1 10:06:14 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:18:00 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/11/01 10:06:14 wiz Exp $
 
-BLAKE2s (pcre2-10.38.tar.gz) = 54a7ecd29f5b0bac2ca683c959c980d9e04f0fc9a806fa45c8b7f203bf33f9d4
-SHA512 (pcre2-10.38.tar.gz) = 55d5db7fb4f18c8f28f1fc8327bbe0094c0fda2f7d187917aad787d31ac3ec91e90042af549b7779f16fb76e6fefb8d4e87299ca9c9acaf0fc09e282096ca041
-Size (pcre2-10.38.tar.gz) = 2307996 bytes
+BLAKE2s (pcre2-10.39.tar.gz) = 9bacff01792bb17a20a131eca524a8c6656db794450a857c621012f5ad35a4b2
+SHA512 (pcre2-10.39.tar.gz) = fe17ea0191a91d4e4fe88a44a07883db594941376a6e38556e03ff3b594820596fd3e43be2d73b700ca68cd0c44e38c33cc891a57b8ed65e34cd832196bc09b2
+Size (pcre2-10.39.tar.gz) = 2309964 bytes



Home | Main Index | Thread Index | Old Index