<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/secure/lib/libssh/Makefile, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-10-06T14:38:34Z</updated>
<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/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/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/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/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>Fix invalid .o SRCS from r314527.</title>
<updated>2017-05-09T01:48:02Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-05-09T01:48:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad5b34a247a604e5040466e96928ed270aeb88ac'/>
<id>urn:sha1:ad5b34a247a604e5040466e96928ed270aeb88ac</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	Dell EMC Isilon
</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/commit/?id=ca86bcf2531c7b149c95244a67853d44323e7855'/>
<id>urn:sha1:ca86bcf2531c7b149c95244a67853d44323e7855</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto: normalize paths using SRCTOP-relative paths or :H when possible</title>
<updated>2017-03-04T11:35:30Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-04T11:35:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b71fb1a4aa198495970831c748fa2d132621fe3d'/>
<id>urn:sha1:b71fb1a4aa198495970831c748fa2d132621fe3d</id>
<content type='text'>
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
</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/commit/?id=076ad2f836d5f49dc1375f1677335a48fe0d4b82'/>
<id>urn:sha1:076ad2f836d5f49dc1375f1677335a48fe0d4b82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI and</title>
<updated>2017-01-02T20:29:50Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-01-02T20:29:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=94ef145e6bc4cf40dd3a52e3bf96d54b4bf508dd'/>
<id>urn:sha1:94ef145e6bc4cf40dd3a52e3bf96d54b4bf508dd</id>
<content type='text'>
MK_KERBEROS_SUPPORT != no

This fixes the odd case where someone specified MK_GSSAPI=no and
MK_KERBEROS_SUPPORT=yes (which admittedly, probably doesn't make sense,
but the build system doesn't prevent this case today, and it didn't when
I filed the bug back in 2011 either).

MFC after:	2 weeks
PR:		159745
</content>
</entry>
<entry>
<title>MFH</title>
<updated>2016-03-14T18:54:29Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-03-14T18:54:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=538354481ef7dbcd76ebc7334512a9d60994b84e'/>
<id>urn:sha1:538354481ef7dbcd76ebc7334512a9d60994b84e</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
</feed>
