File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '0.15.1 '
58+ version = '0.16.0 '
5959# The full version, including alpha/beta/rc tags.
60- release = '0.15.1 '
60+ release = '0.16.0 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 11# Version
2- TOXIC_VERSION = 0.15.1
2+ TOXIC_VERSION = 0.16.0
33REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
44ifneq (, $(findstring error, $(REV ) ) )
55 VERSION = $(TOXIC_VERSION )
Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ mkdir -p "$BUILD_DIR"
143143cd " $BUILD_DIR "
144144
145145# The git hash of the c-toxcore version we're using
146- TOXCORE_VERSION=" v0.2.19 "
146+ TOXCORE_VERSION=" v0.2.20 "
147147
148148# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
149- TOXCORE_HASH=" b770206a5ce59734279ac79f533bebcc8c8ff1d452cdd6628289a49b9200f428 "
149+ TOXCORE_HASH=" 5c1bc37d24a1e37fc6c03580e2602019a09393cd2e8ae1f58e338438f14d5871 "
150150
151151TOXCORE_FILENAME=" c-toxcore-$TOXCORE_VERSION .tar.gz"
152152
@@ -187,8 +187,8 @@ cmake --build _build --target install
187187# location with SSL_CERT_FILE env variable.
188188cd " $BUILD_DIR "
189189
190- CURL_VERSION=" 8.7.1 "
191- CURL_HASH=" 6fea2aac6a4610fbd0400afb0bcddbe7258a64c63f1f68e5855ebc0c659710cd "
190+ CURL_VERSION=" 8.11.0 "
191+ CURL_HASH=" db59cf0d671ca6e7f5c2c5ec177084a33a79e04c97e71cf183a5cdea235054eb "
192192CURL_FILENAME=" curl-$CURL_VERSION .tar.xz"
193193
194194wget --timeout=10 -O " $CURL_FILENAME " " https://curl.haxx.se/download/$CURL_FILENAME "
@@ -197,9 +197,6 @@ tar -xf "$CURL_FILENAME"
197197rm " $CURL_FILENAME "
198198cd curl*
199199
200- # TODO(nurupo): backport of https://github.com/curl/curl/commit/4b42cda3df85419328ba8c9160a3e8306605d094
201- # remove once that commit makes it into a curl release
202- sed -i ' s/man_MANS = $(MANPAGE)/@BUILD_DOCS_TRUE@man_MANS = $(MANPAGE)/g' docs/cmdline-opts/Makefile.in
203200./configure \
204201 --prefix=" $BUILD_DIR /prefix-curl" \
205202 --disable-shared \
@@ -240,6 +237,7 @@ sed -i 's/man_MANS = $(MANPAGE)/@BUILD_DOCS_TRUE@man_MANS = $(MANPAGE)/g' docs/c
240237 --disable-websockets \
241238 --without-ca-bundle \
242239 --without-ca-path \
240+ --without-libpsl \
243241 --with-ca-fallback \
244242 --with-nghttp2 \
245243 --with-brotli \
You can’t perform that action at this time.
0 commit comments