openssh: Upgrade from 7.9 to 8.4, to match version in Bullseye

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
Saikrishna Arcot 2021-07-23 08:21:05 -07:00 committed by Saikrishna Arcot
parent b8a7a6355b
commit b0b9bb0d68
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# openssh package
OPENSSH_VERSION = 7.9p1-10+deb10u2
OPENSSH_VERSION = 8.4p1-5
export OPENSSH_VERSION

View File

@ -6,13 +6,13 @@ MAIN_TARGET = openssh-server_$(OPENSSH_VERSION)_$(CONFIGURED_ARCH).deb
DERIVED_TARGETS = openssh-server-dbgsym_$(OPENSSH_VERSION)_$(CONFIGURED_ARCH).deb
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
# Obtain openssh: https://salsa.debian.org/ssh-team/openssh/-/tree/debian/1%257.9p1-10+deb10u2
# Obtain openssh: https://salsa.debian.org/ssh-team/openssh/-/tree/debian/1%258.4p1-5
rm -rf ./openssh-server
git clone https://salsa.debian.org/ssh-team/openssh.git openssh-server
pushd ./openssh-server
# Check out tag: debian/1%7.9p1-10+deb10u2
git checkout -b openssh-src -f 6d9ca74c48d9911342c6ca5aaac8a25974fa2619
# Check out tag: debian/1%8.4p1-5
git checkout -b openssh-src -f debian/1\%$(OPENSSH_VERSION)
# Apply patch series
stg init