From 67de737cae214870e81cfb2ebf6b7be272b85d87 Mon Sep 17 00:00:00 2001 From: Git User Date: Wed, 4 Sep 2024 09:37:30 +0800 Subject: [PATCH] bump openssl 3.0.15 --- version.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.env b/version.env index 04c8625..700fa9e 100644 --- a/version.env +++ b/version.env @@ -1,6 +1,6 @@ OPENSSH_SIDPKG= OPENSSLMIR=https://www.openssl.org/source/ -OPENSSLSRC=openssl-3.0.14.tar.gz +OPENSSLSRC=openssl-3.0.15.tar.gz DEBMIRROR=http://ftp.us.debian.org/debian/ [[ -z $OPENSSH_SIDPKG ]] && \ OPENSSH_SIDPKG=$(curl https://packages.debian.org/sid/openssh-server | sed -n '/vcurrent/s/ *<[^>]*> *//gp' | head -n1 | cut -d: -f2)