Update to pcre2-10.33

Minor bump because of symbol additions in all libraries.
From Nam Nguyen (maintainer)
This commit is contained in:
jca 2019-05-01 21:47:27 +00:00
parent ae4e07548a
commit 6c6ad2890b
4 changed files with 23 additions and 18 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.9 2019/02/03 22:40:38 jca Exp $
# $OpenBSD: Makefile,v 1.10 2019/05/01 21:47:27 jca Exp $
COMMENT = perl-compatible regular expression library, version 2
DISTNAME = pcre2-10.32
DISTNAME = pcre2-10.33
SHARED_LIBS += pcre2-16 0.2 # 7.1
SHARED_LIBS += pcre2-32 0.2 # 7.1
SHARED_LIBS += pcre2-8 0.3 # 7.1
SHARED_LIBS += pcre2-posix 0.2 # 2.1
SHARED_LIBS += pcre2-16 0.3 # 8.0
SHARED_LIBS += pcre2-32 0.3 # 8.0
SHARED_LIBS += pcre2-8 0.4 # 8.0
SHARED_LIBS += pcre2-posix 0.3 # 2.2
CATEGORIES = devel

View File

@ -1,2 +1,2 @@
SHA256 (pcre2-10.32.tar.gz) = nKm+cuGgTyK+MIMjyqjAbr0MUe/pnuESeBhsr7xP468=
SIZE (pcre2-10.32.tar.gz) = 2169349
SHA256 (pcre2-10.33.tar.gz) = 4uKJmpdIn8atGwzD2nlSx8ypkbSg99tmSbddlyECXTE=
SIZE (pcre2-10.33.tar.gz) = 2234905

View File

@ -1,16 +1,19 @@
$OpenBSD: patch-RunGrepTest,v 1.1 2019/02/03 22:40:38 jca Exp $
$OpenBSD: patch-RunGrepTest,v 1.2 2019/05/01 21:47:27 jca Exp $
Our sed(1) doesn't cope with NUL bytes and \x00-style notation.
Index: RunGrepTest
--- RunGrepTest.orig
+++ RunGrepTest
@@ -723,7 +723,7 @@ printf '%c--------------------------- Test N7 --------
@@ -723,9 +723,9 @@ $valgrind $vjs $pcre2grep -n --newline=anycrlf "^(abc|
printf '%c--------------------------- Test N7 ------------------------------\r\n' - >>testtrygrep
uname=`uname`
if [ "$uname" != "SunOS" -a "$uname" != "Darwin" ] ; then
printf 'abc\0def' >testNinputgrep
- $valgrind $vjs $pcre2grep -na --newline=nul "^(abc|def)" testNinputgrep | sed 's/\x00/ZERO/' >>testtrygrep
+ $valgrind $vjs $pcre2grep -na --newline=nul "^(abc|def)" testNinputgrep | gsed 's/\x00/ZERO/' >>testtrygrep
echo "" >>testtrygrep
else
echo '1:abcZERO2:def' >>testtrygrep
case $uname in
- Linux)
+ OpenBSD)
printf 'abc\0def' >testNinputgrep
- $valgrind $vjs $pcre2grep -na --newline=nul "^(abc|def)" testNinputgrep | sed 's/\x00/ZERO/' >>testtrygrep
+ $valgrind $vjs $pcre2grep -na --newline=nul "^(abc|def)" testNinputgrep | gsed 's/\x00/ZERO/' >>testtrygrep
echo "" >>testtrygrep
;;
*)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2018/04/26 13:06:01 jasper Exp $
@comment $OpenBSD: PLIST,v 1.4 2019/05/01 21:47:27 jca Exp $
bin/pcre2-config
@bin bin/pcre2grep
@bin bin/pcre2test
@ -82,6 +82,7 @@ lib/pkgconfig/libpcre2-posix.pc
@man man/man3/pcre2_set_parens_nest_limit.3
@man man/man3/pcre2_set_recursion_limit.3
@man man/man3/pcre2_set_recursion_memory_management.3
@man man/man3/pcre2_set_substitute_callout.3
@man man/man3/pcre2_substitute.3
@man man/man3/pcre2_substring_copy_byname.3
@man man/man3/pcre2_substring_copy_bynumber.3
@ -182,6 +183,7 @@ share/doc/pcre2/html/pcre2_set_offset_limit.html
share/doc/pcre2/html/pcre2_set_parens_nest_limit.html
share/doc/pcre2/html/pcre2_set_recursion_limit.html
share/doc/pcre2/html/pcre2_set_recursion_memory_management.html
share/doc/pcre2/html/pcre2_set_substitute_callout.html
share/doc/pcre2/html/pcre2_substitute.html
share/doc/pcre2/html/pcre2_substring_copy_byname.html
share/doc/pcre2/html/pcre2_substring_copy_bynumber.html