diff --git a/README.md b/README.md index 3b42d8b..71c1cea 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Package version are defined in `version.env` file. Current version (CI Build version): (script follows `debian/sid` automatically) -- OpenSSH 10.4p1-3 +- OpenSSH 10.4p1-5 - OpenSSL 3.5.7 ### Supported (tested) Distro: diff --git a/version.env b/version.env index 6386645..4864b2a 100644 --- a/version.env +++ b/version.env @@ -3,7 +3,7 @@ OPENSSLMIR=https://github.com/openssl/openssl/releases/download/openssl-${OPENSS OPENSSLSRC=openssl-${OPENSSLVER}.tar.gz DEBMIRROR=http://deb.debian.org/debian/ -OPENSSH_SIDPKG=10.4p1-3 +OPENSSH_SIDPKG=10.4p1-5 [[ -z $OPENSSH_SIDPKG ]] && \ OPENSSH_SIDPKG=$(wget -qO- http://deb.debian.org/debian/pool/main/o/openssh/ | grep -oP 'openssh_\K[0-9]+\.[0-9]+p[0-9]+-[0-9]+(?:~bpo[0-9]+(?:\+[0-9]+)?)?' | sort -V | tail -n 1) # OPENSSH_SIDPKG=$(wget --no-check-certificate -qO- https://packages.debian.org/sid/openssh-server | sed -n '/vcurrent/s/ *<[^>]*> *//gp' | head -n1 | cut -d: -f2)