mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
openssh: update to openssh-7.2p1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a81e0c9742
commit
a805621039
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="openssh"
|
||||
PKG_VERSION="7.1p2"
|
||||
PKG_VERSION="7.2p1"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
|
@ -5,10 +5,10 @@ index d6af0b9..22c0aa6 100644
|
||||
@@ -1320,8 +1320,7 @@ load_identity_file(char *filename, int userprovided)
|
||||
struct stat st;
|
||||
|
||||
if (stat(filename, &st) < 0) {
|
||||
- (userprovided ? logit : debug3)("no such identity: %s: %s",
|
||||
- filename, strerror(errno));
|
||||
+ debug3("no such identity: %s", filename);
|
||||
if (stat(id->filename, &st) < 0) {
|
||||
- (id->userprovided ? logit : debug3)("no such identity: %s: %s",
|
||||
- id->filename, strerror(errno));
|
||||
+ debug3("no such identity: %s", id->filename);
|
||||
return NULL;
|
||||
}
|
||||
private = key_load_private_type(KEY_UNSPEC, filename, "", NULL, &perm_ok);
|
||||
|
Loading…
x
Reference in New Issue
Block a user