forked from opencomputeproject/onie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dropbear to latest version. Fixes CVE-2016-7406 CVE-2016-7407 CVE-2016-7408 CVE-2016-7409 Plus small memory leaks and performance improvments Signed-off-by: Curt Brune <[email protected]>
- Loading branch information
Showing
4 changed files
with
21 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#------------------------------------------------------------------------------- | ||
# | ||
# Copyright (C) 2013-2014 Curt Brune <[email protected]> | ||
# Copyright (C) 2015 Nikolay Shopik <shopik@inblock.ru> | ||
# Copyright (C) 2015 Nikolay Shopik <shopik@nvcube.net> | ||
# | ||
# SPDX-License-Identifier: GPL-2.0 | ||
# | ||
|
@@ -10,7 +10,7 @@ | |
# This is a makefile fragment that defines the build of dropbear | ||
# | ||
|
||
DROPBEAR_VERSION = 2015.67 | ||
DROPBEAR_VERSION = 2016.74 | ||
DROPBEAR_TARBALL = dropbear-$(DROPBEAR_VERSION).tar.bz2 | ||
DROPBEAR_TARBALL_URLS += $(ONIE_MIRROR) https://matt.ucc.asn.au/dropbear/releases | ||
DROPBEAR_BUILD_DIR = $(MBUILDDIR)/dropbear | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
92483315a112c862667c3e90af854a52dab09a12 dropbear-2016.74.tar.bz2 |