summaryrefslogtreecommitdiff
path: root/pkg/pcre
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-06-27 00:34:18 -0700
committerMichael Forney <mforney@mforney.org>2021-06-27 01:51:57 -0700
commit6e2d2231843f61cbcfd9c14dca98c4c9f4011313 (patch)
treedd52c6e028ac335f4cf8022b2c7183fc3dab37fb /pkg/pcre
parent4a808b444cade1ff426c647c41997a4caeeae479 (diff)
pcre: Update to 8.45
Diffstat (limited to 'pkg/pcre')
-rw-r--r--pkg/pcre/.gitignore2
-rw-r--r--pkg/pcre/config.h8
-rw-r--r--pkg/pcre/sha2562
-rw-r--r--pkg/pcre/url2
4 files changed, 7 insertions, 7 deletions
diff --git a/pkg/pcre/.gitignore b/pkg/pcre/.gitignore
index 716ffe3e..2846aea8 100644
--- 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
index 5e8b092a..e6b2038c 100644
--- 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
index 9d61417e..8c85820f 100644
--- 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
index 1f1a1cf1..3927aea8 100644
--- 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"