diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-23 23:49:59 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-23 23:50:54 -0700 |
| commit | 25ae1ce225ef0df4512a31bce712d224be86b5ce (patch) | |
| tree | 40a45c1abfbb7625510907cf32238790d1832540 /extra | |
| parent | 663d3abf3e87c0d93128b976d100bb0563ba5052 (diff) | |
pcre: Update to 8.39
Diffstat (limited to 'extra')
| -rw-r--r-- | extra/pcre/.gitignore | 2 | ||||
| -rw-r--r-- | extra/pcre/config.h | 6 | ||||
| -rw-r--r-- | extra/pcre/gen.rc | 4 | ||||
| -rw-r--r-- | extra/pcre/sha256 | 2 | ||||
| -rw-r--r-- | extra/pcre/url | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/extra/pcre/.gitignore b/extra/pcre/.gitignore index 7abb56d0..39576135 100644 --- a/extra/pcre/.gitignore +++ b/extra/pcre/.gitignore @@ -1,2 +1,2 @@ -/pcre-8.38.tar.gz +/pcre-8.39.tar.gz /src diff --git a/extra/pcre/config.h b/extra/pcre/config.h index b6f4668f..b6cb1a55 100644 --- a/extra/pcre/config.h +++ b/extra/pcre/config.h @@ -33,10 +33,10 @@ #define PACKAGE "pcre" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "PCRE" -#define PACKAGE_STRING "PCRE 8.38" +#define PACKAGE_STRING "PCRE 8.39" #define PACKAGE_TARNAME "pcre" #define PACKAGE_URL "" -#define PACKAGE_VERSION "8.38" +#define PACKAGE_VERSION "8.39" #define PARENS_NEST_LIMIT 250 #define PCRECPP_EXP_DECL extern __attribute__ ((visibility ("default"))) #define PCRECPP_EXP_DEFN __attribute__ ((visibility ("default"))) @@ -61,4 +61,4 @@ #define SUPPORT_UCP /**/ #define SUPPORT_UTF /**/ /* #undef SUPPORT_VALGRIND */ -#define VERSION "8.38" +#define VERSION "8.39" diff --git a/extra/pcre/gen.rc b/extra/pcre/gen.rc index 7e9ddfd8..850d1e30 100644 --- a/extra/pcre/gen.rc +++ b/extra/pcre/gen.rc @@ -7,9 +7,9 @@ cflags\ exprs=(\ -e s,@PCRE_MAJOR@,8,\ - -e s,@PCRE_MINOR@,38,\ + -e s,@PCRE_MINOR@,39,\ -e s,@PCRE_PRERELEASE@,,\ - -e s,@PCRE_DATE@,2015-11-23,\ + -e s,@PCRE_DATE@,2016-06-14,\ ) let expr $"exprs -- build '$outdir'/include/pcre.h sed '$srcdir'/pcre.h.in phony headers '$outdir'/include/pcre.h diff --git a/extra/pcre/sha256 b/extra/pcre/sha256 index 9d9c3907..a8ae49d8 100644 --- a/extra/pcre/sha256 +++ b/extra/pcre/sha256 @@ -1 +1 @@ -9883e419c336c63b0cb5202b09537c140966d585e4d0da66147dc513da13e629 pcre-8.38.tar.gz +ccdf7e788769838f8285b3ee672ed573358202305ee361cfec7a4a4fb005bbc7 pcre-8.39.tar.gz diff --git a/extra/pcre/url b/extra/pcre/url index 52492647..8333bf31 100644 --- a/extra/pcre/url +++ b/extra/pcre/url @@ -1 +1 @@ -url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.tar.gz" +url = "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.39.tar.gz" |
