mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/boypt/openssh-deb.git
synced 2026-09-20 08:03:46 +08:00
bump version to 10.4p1-5
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user