commit: 0e69944653f4fbfd9d5381682784658d3702642b
parent 02b6145e1946b99f8c939dab3f4db81b9259f85a
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 18 Mar 2019 15:23:36 -0700
pcre: Update to 8.43
Diffstat:
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pkg/pcre/.gitignore b/pkg/pcre/.gitignore
@@ -1,2 +1,2 @@
-/pcre-8.42.tar.gz
+/pcre-8.43.tar.gz
/src
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.42"
+#define PACKAGE_STRING "PCRE 8.43"
#define PACKAGE_TARNAME "pcre"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "8.42"
+#define PACKAGE_VERSION "8.43"
#define PARENS_NEST_LIMIT 250
#define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default")))
#define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default")))
@@ -75,7 +75,7 @@
#define SUPPORT_UCP /**/
#define SUPPORT_UTF /**/
/* #undef SUPPORT_VALGRIND */
-#define VERSION "8.42"
+#define VERSION "8.43"
/* #undef const */
/* #undef int64_t */
/* #undef size_t */
diff --git a/pkg/pcre/gen.lua b/pkg/pcre/gen.lua
@@ -8,9 +8,9 @@ cflags{
build('sed', '$outdir/include/pcre.h', '$srcdir/pcre.h.in', {
expr={
'-e s,@PCRE_MAJOR@,8,',
- '-e s,@PCRE_MINOR@,42,',
+ '-e s,@PCRE_MINOR@,43,',
'-e s,@PCRE_PRERELEASE@,,',
- '-e s,@PCRE_DATE@,2018-03-20,',
+ '-e s,@PCRE_DATE@,2019-02-23,',
},
})
pkg.hdrs = {'$outdir/include/pcre.h'}
diff --git a/pkg/pcre/sha256 b/pkg/pcre/sha256
@@ -1 +1 @@
-69acbc2fbdefb955d42a4c606dfde800c2885711d2979e356c0636efde9ec3b5 pcre-8.42.tar.gz
+0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73 pcre-8.43.tar.gz
diff --git a/pkg/pcre/url b/pkg/pcre/url
@@ -1 +1 @@
-url = "https://ftp.pcre.org/pub/pcre/pcre-8.42.tar.gz"
+url = "https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz"
diff --git a/pkg/pcre/ver b/pkg/pcre/ver
@@ -1 +1 @@
-8.42 r0
+8.43 r0