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:   adam
Date:           Fri Jun  7 20:35:50 UTC 2024

Modified Files:
        pkgsrc/devel/pcre2: Makefile PLIST distinfo

Log Message:
pcre2: updated to 10.44

PCRE2-10.44
This is mostly a bug-fix and tidy-up release. An explicit limit can now be set on the size of a compiled pattern.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/pcre2/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/pcre2/PLIST
cvs rdiff -u -r1.25 -r1.26 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.28 pkgsrc/devel/pcre2/Makefile:1.29
--- pkgsrc/devel/pcre2/Makefile:1.28    Fri Feb 16 17:51:22 2024
+++ pkgsrc/devel/pcre2/Makefile Fri Jun  7 20:35:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/02/16 17:51:22 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/06/07 20:35:50 adam Exp $
 
-DISTNAME=      pcre2-10.43
+DISTNAME=      pcre2-10.44
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=PhilipHazel/}
 GITHUB_RELEASE=        ${DISTNAME}

Index: pkgsrc/devel/pcre2/PLIST
diff -u pkgsrc/devel/pcre2/PLIST:1.10 pkgsrc/devel/pcre2/PLIST:1.11
--- pkgsrc/devel/pcre2/PLIST:1.10       Fri Feb 16 17:51:22 2024
+++ pkgsrc/devel/pcre2/PLIST    Fri Jun  7 20:35:50 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/02/16 17:51:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2024/06/07 20:35:50 adam Exp $
 bin/pcre2-config
 bin/pcre2grep
 bin/pcre2test
@@ -71,6 +71,7 @@ man/man3/pcre2_set_glob_escape.3
 man/man3/pcre2_set_glob_separator.3
 man/man3/pcre2_set_heap_limit.3
 man/man3/pcre2_set_match_limit.3
+man/man3/pcre2_set_max_pattern_compiled_length.3
 man/man3/pcre2_set_max_pattern_length.3
 man/man3/pcre2_set_max_varlookbehind.3
 man/man3/pcre2_set_newline.3
@@ -174,6 +175,7 @@ share/doc/pcre2/html/pcre2_set_glob_esca
 share/doc/pcre2/html/pcre2_set_glob_separator.html
 share/doc/pcre2/html/pcre2_set_heap_limit.html
 share/doc/pcre2/html/pcre2_set_match_limit.html
+share/doc/pcre2/html/pcre2_set_max_pattern_compiled_length.html
 share/doc/pcre2/html/pcre2_set_max_pattern_length.html
 share/doc/pcre2/html/pcre2_set_max_varlookbehind.html
 share/doc/pcre2/html/pcre2_set_newline.html

Index: pkgsrc/devel/pcre2/distinfo
diff -u pkgsrc/devel/pcre2/distinfo:1.25 pkgsrc/devel/pcre2/distinfo:1.26
--- pkgsrc/devel/pcre2/distinfo:1.25    Fri Feb 16 17:51:22 2024
+++ pkgsrc/devel/pcre2/distinfo Fri Jun  7 20:35:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/02/16 17:51:22 adam Exp $
+$NetBSD: distinfo,v 1.26 2024/06/07 20:35:50 adam Exp $
 
-BLAKE2s (pcre2-10.43.tar.gz) = d178ac5e74dcc421482308de708480c0396a5a181471850ce91e2847675c892e
-SHA512 (pcre2-10.43.tar.gz) = e1183226ea3e56a1c7ec97e2c7d7ad5a163b9b576930c997e6ac4c26f1c92fc7e9491b5b297b1dd68d43432f7fbbddcc6207a189beb37ef158ad68bad5598988
-Size (pcre2-10.43.tar.gz) = 2522928 bytes
+BLAKE2s (pcre2-10.44.tar.gz) = bba88cd8712fa5289cdd008fc955d10dc9559d34a866a68fb882c74a5d7464df
+SHA512 (pcre2-10.44.tar.gz) = c43bbe2235993cd703e887bc48cf76d6a6d2f8377accfee3620eff5a4681a36e1f9c147d9e99c6674d5648a54af1d5d174018d9a102abbea7e8d38337bbbd17e
+Size (pcre2-10.44.tar.gz) = 2552792 bytes



Home | Main Index | Thread Index | Old Index