We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc3b3b commit 6c62632Copy full SHA for 6c62632
1 file changed
version.env
@@ -5,7 +5,7 @@ OPENSSLSRC=openssl-${OPENSSLVER}.tar.gz
5
DEBMIRROR=http://deb.debian.org/debian/
6
OPENSSH_SIDPKG=
7
[[ -z $OPENSSH_SIDPKG ]] && \
8
- OPENSSH_SIDPKG=$(wget --no-check-certificate -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 -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)
9
# OPENSSH_SIDPKG=$(wget --no-check-certificate -qO- https://packages.debian.org/sid/openssh-server | sed -n '/vcurrent/s/ *<[^>]*> *//gp' | head -n1 | cut -d: -f2)
10
11
OPENSSHVER=$(echo $OPENSSH_SIDPKG|cut -d- -f1)
0 commit comments