summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-18 15:23:36 -0700
committerMichael Forney <mforney@mforney.org>2019-03-19 00:52:21 -0700
commit0e69944653f4fbfd9d5381682784658d3702642b (patch)
tree3a0055f96f370df2f426a43a25907b074030df39 /pkg
parent02b6145e1946b99f8c939dab3f4db81b9259f85a (diff)
pcre: Update to 8.43
Diffstat (limited to 'pkg')
-rw-r--r--pkg/pcre/.gitignore2
-rw-r--r--pkg/pcre/config.h6
-rw-r--r--pkg/pcre/gen.lua4
-rw-r--r--pkg/pcre/sha2562
-rw-r--r--pkg/pcre/url2
-rw-r--r--pkg/pcre/ver2
6 files changed, 9 insertions, 9 deletions
diff --git a/pkg/pcre/.gitignore b/pkg/pcre/.gitignore
index 686b52a8..c60bfc9d 100644
--- 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
index 03e9143b..6b02d5b2 100644
--- 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
index abb455c0..190984a7 100644
--- 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
index 230e3f41..d53ec4ce 100644
--- 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
index 5e883596..2777fb3b 100644
--- 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
index a52efa14..3d5f11ee 100644
--- a/pkg/pcre/ver
+++ b/pkg/pcre/ver
@@ -1 +1 @@
-8.42 r0
+8.43 r0