Skip to content

Commit 05a42f9

Browse files
committed
chore(deps) bump PCRE to 10.44
1 parent 7fac221 commit 05a42f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OPENSSL ?= 3.4.0
33
WASMTIME ?= 26.0.0
44
WASMER ?= 3.1.1
55
V8 ?= 12.0.267.17
6-
PCRE ?= 8.45
6+
PCRE ?= 10.44
77
ZLIB ?= 1.3.1
88
LUAROCKS ?= 3.11.1
99
PROXY_WASM_GO_SDK ?= 0.21.0

util/release.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ build_static_binary() {
211211

212212
# pcre
213213

214-
download pcre-$PCRE_VER.tar.gz \
215-
"https://downloads.sourceforge.net/project/pcre/pcre/$PCRE_VER/pcre-$PCRE_VER.tar.gz"
214+
download pcre2-$PCRE_VER.tar.gz \
215+
"https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$PCRE_VER/pcre2-$PCRE_VER.tar.gz"
216216

217-
if [ ! -d "pcre-$PCRE_VER" ]; then
218-
tar -xf pcre-$PCRE_VER.tar.gz
217+
if [ ! -d "pcre2-$PCRE_VER" ]; then
218+
tar -xf pcre2-$PCRE_VER.tar.gz
219219
fi
220220

221221
# zlib
@@ -249,7 +249,7 @@ build_static_binary() {
249249
--with-openssl="$DIR_DIST_WORK/openssl-$OPENSSL_VER" \
250250
--with-openssl-opt="no-tests" \
251251
--with-zlib="$DIR_DIST_WORK/zlib-$ZLIB_VER" \
252-
--with-pcre="$DIR_DIST_WORK/pcre-$PCRE_VER" \
252+
--with-pcre="$DIR_DIST_WORK/pcre2-$PCRE_VER" \
253253
--with-pcre-jit \
254254
--with-stream \
255255
--with-stream_ssl_module \

0 commit comments

Comments
 (0)