-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[202012][openssh] openssh: Upgrade from 7.9 to 8.4, to match version …
…in buster-backports (#10910) * Use buster-backports version * Use dget dsc file instead source repo * Update make files * Upgrade openssh-client to 8.4 in base image * Remove useless installation * Install openssh-server from buster-backports in build_debian * Update dev buster package version list Signed-off-by: Jing Kan jika@microsoft.com
- Loading branch information
Showing
5 changed files
with
29 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# openssh package | ||
|
||
OPENSSH_VERSION = 7.9p1-10+deb10u2 | ||
OPENSSH_VERSION = 8.4p1 | ||
OPENSSH_VERSION_FULL = ${OPENSSH_VERSION}-2~bpo10+1 | ||
|
||
export OPENSSH_VERSION | ||
export OPENSSH_VERSION OPENSSH_VERSION_FULL | ||
|
||
OPENSSH_SERVER = openssh-server_$(OPENSSH_VERSION)_$(CONFIGURED_ARCH).deb | ||
OPENSSH_SERVER = openssh-server_$(OPENSSH_VERSION_FULL)_$(CONFIGURED_ARCH).deb | ||
$(OPENSSH_SERVER)_SRC_PATH = $(SRC_PATH)/openssh | ||
SONIC_MAKE_DEBS += $(OPENSSH_SERVER) | ||
|
||
# The .c, .cpp, .h & .hpp files under src/{$DBG_SRC_ARCHIVE list} | ||
# are archived into debug one image to facilitate debugging. | ||
# | ||
DBG_SRC_ARCHIVE += openssh | ||
OPENSSH_SERVER_DBG = openssh-server-dbgsym_$(OPENSSH_VERSION_FULL)_$(CONFIGURED_ARCH).deb | ||
$(eval $(call add_derived_package,$(OPENSSH_SERVER),$(OPENSSH_SERVER_DBG))) | ||
|
||
export OPENSSH_SERVER OPENSSH_SERVER_DBG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters