bump version to 10.4p1-5

This commit is contained in:
boypt
2026-08-24 11:18:28 +08:00
parent 1110156d55
commit 3efebe8d9f
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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)