logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 7e9f24994eebbe89a6d08c2f9b9ac5f6d32a23ea
parent a80fde5be808e787e076e29bdfb49cfb68d90b3d
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 12 Apr 2018 12:52:50 -0700

pcre: Update to 8.42

Diffstat:

Mpkg/pcre/.gitignore2+-
Mpkg/pcre/config.h33+++++++++++++++++++++++++--------
Mpkg/pcre/gen.lua5++---
Mpkg/pcre/rev2+-
Mpkg/pcre/sha2562+-
Mpkg/pcre/url2+-
6 files changed, 31 insertions(+), 15 deletions(-)

diff --git a/pkg/pcre/.gitignore b/pkg/pcre/.gitignore @@ -1,2 +1,2 @@ -/pcre-8.41.tar.gz +/pcre-8.42.tar.gz /src diff --git a/pkg/pcre/config.h b/pkg/pcre/config.h @@ -1,23 +1,36 @@ -#include <config-posix.h> - /* #undef BSR_ANYCRLF */ /* #undef EBCDIC */ /* #undef EBCDIC_NL25 */ #define HAVE_BCOPY 1 /* #undef HAVE_BITS_TYPE_TRAITS_H */ /* #undef HAVE_BZLIB_H */ +#define HAVE_DIRENT_H 1 +#define HAVE_DLFCN_H 1 /* #undef HAVE_EDITLINE_READLINE_H */ /* #undef HAVE_EDIT_READLINE_READLINE_H */ -#define HAVE_LONG_LONG 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_LIMITS_H 1 +/* #undef HAVE_LONG_LONG */ +#define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_PTHREAD 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 /* #undef HAVE_READLINE_HISTORY_H */ /* #undef HAVE_READLINE_READLINE_H */ -#define HAVE_STRING 1 +#define HAVE_STDINT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRERROR 1 +/* #undef HAVE_STRING */ +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +/* #undef HAVE_STRTOIMAX */ +/* #undef HAVE_STRTOLL */ /* #undef HAVE_STRTOQ */ +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 /* #undef HAVE_TYPE_TRAITS_H */ -#define HAVE_UNSIGNED_LONG_LONG 1 +#define HAVE_UNISTD_H 1 +/* #undef HAVE_UNSIGNED_LONG_LONG */ #define HAVE_VISIBILITY 1 /* #undef HAVE_WINDOWS_H */ /* #undef HAVE_ZLIB_H */ @@ -33,10 +46,10 @@ #define PACKAGE "pcre" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "PCRE" -#define PACKAGE_STRING "PCRE 8.41" +#define PACKAGE_STRING "PCRE 8.42" #define PACKAGE_TARNAME "pcre" #define PACKAGE_URL "" -#define PACKAGE_VERSION "8.41" +#define PACKAGE_VERSION "8.42" #define PARENS_NEST_LIMIT 250 #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) @@ -49,6 +62,7 @@ #define PCRE_STATIC 1 #define POSIX_MALLOC_THRESHOLD 10 /* #undef PTHREAD_CREATE_JOINABLE */ +#define STDC_HEADERS 1 #define SUPPORT_JIT /**/ /* #undef SUPPORT_LIBBZ2 */ /* #undef SUPPORT_LIBEDIT */ @@ -61,4 +75,7 @@ #define SUPPORT_UCP /**/ #define SUPPORT_UTF /**/ /* #undef SUPPORT_VALGRIND */ -#define VERSION "8.41" +#define VERSION "8.42" +/* #undef const */ +/* #undef int64_t */ +/* #undef size_t */ diff --git a/pkg/pcre/gen.lua b/pkg/pcre/gen.lua @@ -1,6 +1,5 @@ cflags{ '-D HAVE_CONFIG_H', - '-I include', '-I $dir', '-I $srcdir', '-I $outdir/include', @@ -9,9 +8,9 @@ cflags{ build('sed', '$outdir/include/pcre.h', '$srcdir/pcre.h.in', { expr={ '-e s,@PCRE_MAJOR@,8,', - '-e s,@PCRE_MINOR@,41,', + '-e s,@PCRE_MINOR@,42,', '-e s,@PCRE_PRERELEASE@,,', - '-e s,@PCRE_DATE@,2017-07-05,', + '-e s,@PCRE_DATE@,2018-03-20,', }, }) pkg.hdrs = {'$outdir/include/pcre.h'} diff --git a/pkg/pcre/rev b/pkg/pcre/rev @@ -1 +1 @@ -3 +4 diff --git a/pkg/pcre/sha256 b/pkg/pcre/sha256 @@ -1 +1 @@ -244838e1f1d14f7e2fa7681b857b3a8566b74215f28133f14a8f5e59241b682c pcre-8.41.tar.gz +69acbc2fbdefb955d42a4c606dfde800c2885711d2979e356c0636efde9ec3b5 pcre-8.42.tar.gz diff --git a/pkg/pcre/url b/pkg/pcre/url @@ -1 +1 @@ -url = "https://ftp.pcre.org/pub/pcre/pcre-8.41.tar.gz" +url = "https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.gz"