diff --git a/deps/Makefile b/deps/Makefile index d8b27ba57..2b4993c8e 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -184,8 +184,8 @@ re2/re2/obj/libre2.a: re2: re2/re2/obj/libre2.a pcre/pcre/.libs/libpcre.a: - cd pcre && rm -rf pcre-8.39 - cd pcre && tar -zxf pcre-8.39.tar.gz + cd pcre && rm -rf pcre-8.44 + cd pcre && tar -zxf pcre-8.44.tar.gz cd pcre/pcre && ./configure cd pcre/pcre && CC=${CC} CXX=${CXX} ${MAKE} pcre: pcre/pcre/.libs/libpcre.a @@ -209,7 +209,7 @@ cleanall: cd mariadb-client-library && rm -rf mariadb-connector-c-3.1.4-src cd libconfig && rm -rf libconfig-1.4.9 cd re2 && rm -rf re2-2018-07-01 - cd pcre && rm -rf pcre-8.39 + cd pcre && rm -rf pcre-8.44 cd sqlite3/sqlite3 && rm -rf * || true cd clickhouse-cpp/clickhouse-cpp && rm -rf * || true cd lz4 && rm -rf lz4-1.7.5 || true diff --git a/deps/pcre/pcre b/deps/pcre/pcre index c836fdec1..cc0cdaac8 120000 --- a/deps/pcre/pcre +++ b/deps/pcre/pcre @@ -1 +1 @@ -pcre-8.39 \ No newline at end of file +pcre-8.44 \ No newline at end of file diff --git a/deps/pcre/pcre-8.44.tar.gz b/deps/pcre/pcre-8.44.tar.gz new file mode 100644 index 000000000..a8529764e Binary files /dev/null and b/deps/pcre/pcre-8.44.tar.gz differ