[openssh-commits] [openssh] branch master updated (b8e2b797 -> 4efe1adf)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jul 8 13:41:14 AEST 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from b8e2b797 Add prototype for strnlen to prevent warnings.
new 569b650f upstream: add a local implementation of BSD realpath() for
new cec9ee52 upstream: revert header removal that snuck into previous
new 156e9e85 upstream: still compile uuencode.c, unbreaks build
new 696fb429 upstream: Remove some set but never used variables. ok daraadt@
new 4efe1adf remove realpath() compat replacement
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 4efe1adf05ee5d3fce44320fcff68735891f4ee6
Author: Damien Miller <djm at mindrot.org>
Date: Mon Jul 8 13:38:39 2019 +1000
remove realpath() compat replacement
We shipped a BSD implementation of realpath() because sftp-server
depended on its behaviour.
OpenBSD is now moving to a more strictly POSIX-compliant realpath(2),
so sftp-server now unconditionally requires its own BSD-style realpath
implementation. As such, there is no need to carry another independant
implementation in openbsd-compat.
ok dtucker@
commit 696fb4298e80f2ebcd188986a91b49af3b7ca14c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Jul 7 01:05:00 2019 +0000
upstream: Remove some set but never used variables. ok daraadt@
OpenBSD-Commit-ID: 824baf9c59afc66a4637017e397b9b74a41684e7
commit 156e9e85e92b46ca90226605d9eff49e8ec31b22
Author: deraadt at openbsd.org <deraadt at openbsd.org>
Date: Fri Jul 5 12:35:40 2019 +0000
upstream: still compile uuencode.c, unbreaks build
OpenBSD-Commit-ID: 5ea3d63ab972691f43e9087ab5fd8376d48e898f
commit cec9ee527a12b1f6c2e0a1c155fec64a38d71cf6
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Jul 5 07:32:01 2019 +0000
upstream: revert header removal that snuck into previous
OpenBSD-Commit-ID: 3919cdd58989786660b8269b325646ef8856428e
commit 569b650f93b561c09c655f83f128e1dfffe74101
Author: djm at openbsd.org <djm at openbsd.org>
Date: Fri Jul 5 04:55:40 2019 +0000
upstream: add a local implementation of BSD realpath() for
sftp-server use ahead of OpenBSD's realpath changing to match POSIX;
ok deraadt@ (thanks for snaps testing)
OpenBSD-Commit-ID: 4f8cbf7ed8679f6237264301d104ecec64885d55
Summary of changes:
.depend | 4 ++--
.skipped-commit-ids | 1 +
Makefile.in | 6 +++---
channels.c | 5 ++---
configure.ac | 28 ----------------------------
defines.h | 4 ----
hostfile.c | 5 ++---
openbsd-compat/Makefile.in | 1 -
openbsd-compat/openbsd-compat.h | 12 ------------
openbsd-compat/realpath.c => sftp-realpath.c | 15 +++++----------
sftp-server.c | 6 ++++--
ssh-keygen.c | 2 +-
sshbuf-misc.c | 5 ++---
sshconnect2.c | 9 ++++-----
sshkey.c | 6 ++----
15 files changed, 28 insertions(+), 81 deletions(-)
rename openbsd-compat/realpath.c => sftp-realpath.c (94%)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list