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:           Sun Dec  6 10:37:03 UTC 2020

Modified Files:
        pkgsrc/devel/pcre2: Makefile distinfo
Removed Files:
        pkgsrc/devel/pcre2/patches: patch-src_sljit_sljitProtExecAllocator.c

Log Message:
pcre2: update to 10.36.

Version 10.36 04-December-2020
------------------------------

Again, mainly bug fixes and tidies. The only enhancements are the addition of
GNU grep's -m (aka --max-count) option to pcre2grep, and also unifying the
handling of substitution strings for both -O and callouts in pcre2grep, with
the addition of $x{...} and $o{...} to allow for characters whose code points
are greater than 255 in Unicode mode.

NOTE: there is an outstanding issue with JIT support for MacOS on arm64
hardware. For details, please see Bugzilla issue #2618.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/pcre2/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/pcre2/distinfo
cvs rdiff -u -r1.4 -r0 \
    pkgsrc/devel/pcre2/patches/patch-src_sljit_sljitProtExecAllocator.c

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.18 pkgsrc/devel/pcre2/Makefile:1.19
--- pkgsrc/devel/pcre2/Makefile:1.18    Thu May 28 07:53:05 2020
+++ pkgsrc/devel/pcre2/Makefile Sun Dec  6 10:37:03 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/05/28 07:53:05 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2020/12/06 10:37:03 wiz Exp $
 
-DISTNAME=      pcre2-10.35
-PKGREVISION=   1
+DISTNAME=      pcre2-10.36
 CATEGORIES=    devel
 MASTER_SITES=  https://ftp.pcre.org/pub/pcre/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/devel/pcre2/distinfo
diff -u pkgsrc/devel/pcre2/distinfo:1.14 pkgsrc/devel/pcre2/distinfo:1.15
--- pkgsrc/devel/pcre2/distinfo:1.14    Thu May 28 07:53:05 2020
+++ pkgsrc/devel/pcre2/distinfo Sun Dec  6 10:37:03 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/05/28 07:53:05 wiz Exp $
+$NetBSD: distinfo,v 1.15 2020/12/06 10:37:03 wiz Exp $
 
-SHA1 (pcre2-10.35.tar.bz2) = 2e5ee2dd397fa8c3ce9aed1a986e51d66a88bdb0
-RMD160 (pcre2-10.35.tar.bz2) = fdfdf74eec41107c77eecc071eb153efabd59605
-SHA512 (pcre2-10.35.tar.bz2) = ecfb8d48e219daff02874783b7b436fe7d70d8471e44eb66e1e29abb7b0aa67547e6b5fba7058b074ac90eef265ece7d12728f80afdda45b6b8124435f4561fd
-Size (pcre2-10.35.tar.bz2) = 1725214 bytes
-SHA1 (patch-src_sljit_sljitProtExecAllocator.c) = 306c7c6c1dfa8fb696ae78eea3b3a803b040d885
+SHA1 (pcre2-10.36.tar.bz2) = 65958cfc799c1474a272938f5690dff5f10db216
+RMD160 (pcre2-10.36.tar.bz2) = bfef32337552edc06ad66d18ecde40ad4dea998a
+SHA512 (pcre2-10.36.tar.bz2) = fc2a920562c80c3d31cedd94028fab55314ae0fb168cac7178f286c344a11fc514939edc3b83b8e0b57c872db4e595fd5530fd1d4b8c779be629553e9ec965a3
+Size (pcre2-10.36.tar.bz2) = 1722310 bytes



Home | Main Index | Thread Index | Old Index