aboutsummaryrefslogtreecommitdiff
path: root/sub/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sub/dev')
-rw-r--r--sub/dev/Makefile.curl5
-rw-r--r--sub/dev/Makefile.git2
-rw-r--r--sub/dev/Makefile.libressl2
-rw-r--r--sub/dev/Makefile.make2
-rw-r--r--sub/dev/Makefile.strace2
-rw-r--r--sub/dev/Makefile.zlib2
6 files changed, 6 insertions, 9 deletions
diff --git a/sub/dev/Makefile.curl b/sub/dev/Makefile.curl
index 9c7ea64..ac3978f 100644
--- a/sub/dev/Makefile.curl
+++ b/sub/dev/Makefile.curl
@@ -1,5 +1,5 @@
-CURL_VERSION ?= 7.87.0
+CURL_VERSION ?= 8.9.1
CURL_STATIC := $(if $(filter true,$(TARGET_STATIC)),-all-static,)
CURL_CONF_ARGS := \
@@ -59,17 +59,14 @@ CURL_CONF_ARGS := \
--with-default-ssl-backend=bearssl \
--without-winssl \
--without-schannel \
- --without-darwinssl \
--without-secure-transport \
--without-amissl \
- --without-ssl \
--without-gnutls \
--without-mbedtls \
--without-wolfssl \
--without-mesalink \
--with-bearssl=$(OUTPUT)/rootfs/opt/bearssl \
--without-nss \
- --without-libmetalink \
--without-ca-bundle \
--without-ca-path \
--without-ca-fallback \
diff --git a/sub/dev/Makefile.git b/sub/dev/Makefile.git
index 26bb086..785b9eb 100644
--- a/sub/dev/Makefile.git
+++ b/sub/dev/Makefile.git
@@ -1,5 +1,5 @@
-GIT_VERSION ?= 2.39.1
+GIT_VERSION ?= 2.46.0
GIT_STATIC := $(if $(filter true,$(TARGET_STATIC)),-static,)
GIT_CONF_ARGS := --enable-pthreads --without-expat --without-iconv --with-shell=/bin/sh --with-perl=/bin/perl --without-python --with-zlib=$(OUTPUT)/rootfs/opt/zlib --without-tcltk --with-openssl=$(OUTPUT)/rootfs/opt/libressl ac_cv_fread_reads_directories=true ac_cv_snprintf_returns_bogus=false
diff --git a/sub/dev/Makefile.libressl b/sub/dev/Makefile.libressl
index 3c10d79..e62baaa 100644
--- a/sub/dev/Makefile.libressl
+++ b/sub/dev/Makefile.libressl
@@ -1,5 +1,5 @@
-LIBRESSL_VERSION ?= 3.7.0
+LIBRESSL_VERSION ?= 3.9.2
LIBRESSL_MAKE_STATIC := $(if $(filter true,$(TARGET_STATIC)),LDFLAGS="-s -all-static",LDFLAGS=-s)
clean-libressl:
diff --git a/sub/dev/Makefile.make b/sub/dev/Makefile.make
index e8c3aae..88a380a 100644
--- a/sub/dev/Makefile.make
+++ b/sub/dev/Makefile.make
@@ -1,5 +1,5 @@
-MAKE_VERSION ?= 4.4
+MAKE_VERSION ?= 4.4.1
MAKE_MAKE_STATIC := $(if $(filter true,$(TARGET_STATIC)),LDFLAGS=-static,)
clean-make:
diff --git a/sub/dev/Makefile.strace b/sub/dev/Makefile.strace
index 8df589e..542741e 100644
--- a/sub/dev/Makefile.strace
+++ b/sub/dev/Makefile.strace
@@ -1,5 +1,5 @@
-STRACE_VERSION ?= 6.1
+STRACE_VERSION ?= 6.10
STRACE_MAKE_STATIC := $(if $(filter true,$(TARGET_STATIC)),LDFLAGS=-static,)
clean-strace:
diff --git a/sub/dev/Makefile.zlib b/sub/dev/Makefile.zlib
index a208955..79c8501 100644
--- a/sub/dev/Makefile.zlib
+++ b/sub/dev/Makefile.zlib
@@ -1,5 +1,5 @@
-ZLIB_VERSION ?= 1.2.13
+ZLIB_VERSION ?= 1.3.1
clean-zlib:
rm -f $(OUTPUT)/build-$(TRIPLE)/.lh_zlib_*