diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-20 18:37:52 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-20 18:37:52 -0800 |
| commit | 4cf930a35550348540635a99839b0b639c3aa355 (patch) | |
| tree | 7ad930441dfd16b45ff4b9c5ca5368f58f4d2b36 | |
| parent | 52de3828d78673a30c2a92c70c41e99558e19502 (diff) | |
pcre: Update to 8.44
| -rw-r--r-- | pkg/pcre/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/pcre/README.md | 11 | ||||
| -rw-r--r-- | pkg/pcre/config.h | 6 | ||||
| -rw-r--r-- | pkg/pcre/sha256 | 2 | ||||
| -rw-r--r-- | pkg/pcre/url | 2 |
5 files changed, 17 insertions, 6 deletions
diff --git a/pkg/pcre/.gitignore b/pkg/pcre/.gitignore index c60bfc9d..716ffe3e 100644 --- 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 new file mode 100644 index 00000000..30d10961 --- /dev/null +++ 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 index 880460ed..5e8b092a 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.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 index d53ec4ce..9d61417e 100644 --- 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 index 2777fb3b..1f1a1cf1 100644 --- 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" |
