commit: 4cf930a35550348540635a99839b0b639c3aa355
parent 52de3828d78673a30c2a92c70c41e99558e19502
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 20 Feb 2020 18:37:52 -0800
pcre: Update to 8.44
Diffstat:
5 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/pkg/pcre/.gitignore b/pkg/pcre/.gitignore
@@ -1,2 +1,2 @@
-/pcre-8.43.tar.gz
+/pcre-8.44.tar.gz
/src
diff --git a/pkg/pcre/README.md b/pkg/pcre/README.md
@@ -0,0 +1,11 @@
+# pcre
+
+## config.h
+Generated with
+
+ ./configure \
+ --disable-cpp \
+ --disable-shared \
+ --enable-jit \
+ --enable-utf8 \
+ --enable-unicode-properties
diff --git a/pkg/pcre/config.h b/pkg/pcre/config.h
@@ -46,10 +46,10 @@
#define PACKAGE "pcre"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "PCRE"
-#define PACKAGE_STRING "PCRE 8.43"
+#define PACKAGE_STRING "PCRE 8.44"
#define PACKAGE_TARNAME "pcre"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "8.43"
+#define PACKAGE_VERSION "8.44"
#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.43"
+#define VERSION "8.44"
/* #undef const */
/* #undef int64_t */
/* #undef size_t */
diff --git a/pkg/pcre/sha256 b/pkg/pcre/sha256
@@ -1 +1 @@
-0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73 pcre-8.43.tar.gz
+aecafd4af3bd0f3935721af77b889d9024b2e01d96b58471bd91a3063fb47728 pcre-8.44.tar.gz
diff --git a/pkg/pcre/url b/pkg/pcre/url
@@ -1 +1 @@
-url = "https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz"
+url = "https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz"