commit: 6e2d2231843f61cbcfd9c14dca98c4c9f4011313
parent 4a808b444cade1ff426c647c41997a4caeeae479
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 27 Jun 2021 00:34:18 -0700
pcre: Update to 8.45
Diffstat:
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/pkg/pcre/.gitignore b/pkg/pcre/.gitignore
@@ -1,2 +1,2 @@
-/pcre-8.44.tar.gz
+/pcre-8.45.tar.gz
/src
diff --git a/pkg/pcre/config.h b/pkg/pcre/config.h
@@ -12,12 +12,12 @@
#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_STDINT_H 1
+#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
/* #undef HAVE_STRING */
@@ -46,10 +46,10 @@
#define PACKAGE "pcre"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "PCRE"
-#define PACKAGE_STRING "PCRE 8.44"
+#define PACKAGE_STRING "PCRE 8.45"
#define PACKAGE_TARNAME "pcre"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "8.44"
+#define PACKAGE_VERSION "8.45"
#define PARENS_NEST_LIMIT 250
#define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default")))
#define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default")))
@@ -77,7 +77,7 @@
#define SUPPORT_UCP /**/
#define SUPPORT_UTF /**/
/* #undef SUPPORT_VALGRIND */
-#define VERSION "8.44"
+#define VERSION "8.45"
/* #undef const */
/* #undef int64_t */
/* #undef size_t */
diff --git a/pkg/pcre/sha256 b/pkg/pcre/sha256
@@ -1 +1 @@
-aecafd4af3bd0f3935721af77b889d9024b2e01d96b58471bd91a3063fb47728 pcre-8.44.tar.gz
+4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09 pcre-8.45.tar.gz
diff --git a/pkg/pcre/url b/pkg/pcre/url
@@ -1 +1 @@
-url = "https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz"
+url = "https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.gz"