<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/crypto/openssh/regress, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-10-27T11:29:11Z</updated>
<entry>
<title>Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE</title>
<updated>2020-10-27T11:29:11Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2020-10-27T11:29:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1f474190fc280d4a4ef0c214e4d7fff0d1237e22'/>
<id>urn:sha1:1f474190fc280d4a4ef0c214e4d7fff0d1237e22</id>
<content type='text'>
Literal references to /usr/local exist in a large number of files in
the FreeBSD base system. Many are in contributed software, in configuration
files, or in the documentation, but 19 uses have been identified in C
source files or headers outside the contrib and sys/contrib directories.

This commit makes it possible to set _PATH_LOCALBASE in paths.h to use
a different prefix for locally installed software.

In order to avoid changes to openssh source files, LOCALBASE is passed to
the build via Makefiles under src/secure. While _PATH_LOCALBASE could have
been used here, there is precedent in the construction of the path used to
a xauth program which depends on the LOCALBASE value passed on the compiler
command line to select a non-default directory.

This could be changed in a later commit to make the openssh build
consistently use _PATH_LOCALBASE. It is considered out-of-scope for this
commit.

Reviewed by:	imp
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D26942
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 7.9p1.</title>
<updated>2020-02-14T19:06:59Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-02-14T19:06:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2f513db72b034fd5ef7f080b11be5c711c15186a'/>
<id>urn:sha1:2f513db72b034fd5ef7f080b11be5c711c15186a</id>
<content type='text'>
MFC after:	2 months
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>openssh: cherry-pick OpenSSL 1.1.1 compatibility</title>
<updated>2018-10-06T14:38:34Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-10-06T14:38:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2a01feabb3d0fce30c4a1c4b883e50e09a457a96'/>
<id>urn:sha1:2a01feabb3d0fce30c4a1c4b883e50e09a457a96</id>
<content type='text'>
Compatibility with existing OpenSSL versions is maintained.

Upstream commits:
482d23bcac upstream: hold our collective noses and use the openssl-1.1.x
48f54b9d12 adapt -portable to OpenSSL 1.1x API
86e0a9f3d2 upstream: use only openssl-1.1.x API here too
a3fd8074e2 upstream: missed a bit of openssl-1.0.x API in this unittest
cce8cbe0ed Fix openssl-1.1 fallout for --without-openssl.

Trivial conflicts in sshkey.c and test_sshkey.c were resolved.

Connect libressl-api-compat.c to the build, and regenerate config.h

Reviewed by:	des
Approved by:	re (rgrimes)
MFC after:	2 seeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D17444
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 7.8p1.</title>
<updated>2018-09-10T16:20:12Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2018-09-10T16:20:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=190cef3d52236565eb22e18b33e9e865ec634aa3'/>
<id>urn:sha1:190cef3d52236565eb22e18b33e9e865ec634aa3</id>
<content type='text'>
Approved by:	re (kib@)
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 7.7p1.</title>
<updated>2018-05-11T13:22:43Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2018-05-11T13:22:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=47dd1d1b619cc035b82b49a91a25544309ff95ae'/>
<id>urn:sha1:47dd1d1b619cc035b82b49a91a25544309ff95ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 7.6p1.  This will be followed shortly by 7.7p1.</title>
<updated>2018-05-08T23:13:11Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2018-05-08T23:13:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4f52dfbb8d6c4d446500c5b097e3806ec219fbd4'/>
<id>urn:sha1:4f52dfbb8d6c4d446500c5b097e3806ec219fbd4</id>
<content type='text'>
This completely removes client-side support for the SSH 1 protocol,
which was already disabled in 12 but is still enabled in 11.  For that
reason, we will not be able to merge 7.6p1 or newer back to 11.
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 7.5p1.</title>
<updated>2017-08-04T12:57:24Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2017-08-04T12:57:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d93a896ef95946b0bf1219866fcb324b78543444'/>
<id>urn:sha1:d93a896ef95946b0bf1219866fcb324b78543444</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 7.4p1.</title>
<updated>2017-03-06T01:37:05Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2017-03-06T01:37:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ca86bcf2531c7b149c95244a67853d44323e7855'/>
<id>urn:sha1:ca86bcf2531c7b149c95244a67853d44323e7855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 7.3p1.</title>
<updated>2017-03-02T00:11:32Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2017-03-02T00:11:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=076ad2f836d5f49dc1375f1677335a48fe0d4b82'/>
<id>urn:sha1:076ad2f836d5f49dc1375f1677335a48fe0d4b82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to OpenSSH 7.2p2.</title>
<updated>2016-03-11T00:15:29Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2016-03-11T00:15:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=acc1a9ef8333c798c210fa94be6af4d5fe2dd794'/>
<id>urn:sha1:acc1a9ef8333c798c210fa94be6af4d5fe2dd794</id>
<content type='text'>
</content>
</entry>
</feed>
