<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in README.platform</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>a91a246563dffa876a52f53a98de4af9fa364c52 - ssh: Update to OpenSSH 9.7p1</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#a91a246563dffa876a52f53a98de4af9fa364c52</link>
        <description>ssh: Update to OpenSSH 9.7p1This release contains mostly bugfixes.It also makes support for the DSA signature algorithm a compile-timeoption, with plans to disable it upstream later this year and removesupport entirely in 2025.Full release notes at https://www.openssh.com/txt/release-9.7Relnotes:	YesSponsored by:	The FreeBSD Foundation

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Mon, 18 Mar 2024 14:00:57 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>19261079b74319502c6ffa1249920079f0f69a72 - openssh: update to OpenSSH v8.7p1</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#19261079b74319502c6ffa1249920079f0f69a72</link>
        <description>openssh: update to OpenSSH v8.7p1Some notable changes, from upstream&apos;s release notes:- sshd(8): Remove support for obsolete &quot;host/port&quot; syntax.- ssh(1): When prompting whether to record a new host key, accept the key  fingerprint as a synonym for &quot;yes&quot;.- ssh-keygen(1): when acting as a CA and signing certificates with an RSA  key, default to using the rsa-sha2-512 signature algorithm.- ssh(1), sshd(8), ssh-keygen(1): this release removes the &quot;ssh-rsa&quot;  (RSA/SHA1) algorithm from those accepted for certificate signatures.- ssh-sk-helper(8): this is a new binary. It is used by the FIDO/U2F  support to provide address-space isolation for token middleware  libraries (including the internal one).- ssh(1): this release enables UpdateHostkeys by default subject to some  conservative preconditions.- scp(1): this release changes the behaviour of remote to remote copies  (e.g. &quot;scp host-a:/path host-b:&quot;) to transfer through the local host  by default.- scp(1): experimental support for transfers using the SFTP protocol as  a replacement for the venerable SCP/RCP protocol that it has  traditionally used.Additional integration work is needed to support FIDO/U2F in the basesystem.Deprecation Notice------------------OpenSSH will disable the ssh-rsa signature scheme by default in thenext release.Reviewed by:	impMFC after:	1 monthRelnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29985

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Wed, 08 Sep 2021 01:05:51 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3af64f03119a159ac15eb75b92d346705b490385 - Merge ^/head r338392 through r338594.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#3af64f03119a159ac15eb75b92d346705b490385</link>
        <description>Merge ^/head r338392 through r338594.

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Tue, 11 Sep 2018 18:41:00 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>190cef3d52236565eb22e18b33e9e865ec634aa3 - Upgrade to OpenSSH 7.8p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#190cef3d52236565eb22e18b33e9e865ec634aa3</link>
        <description>Upgrade to OpenSSH 7.8p1.Approved by:	re (kib@)

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Mon, 10 Sep 2018 16:20:12 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a91a246563dffa876a52f53a98de4af9fa364c52 - ssh: Update to OpenSSH 9.7p1</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#a91a246563dffa876a52f53a98de4af9fa364c52</link>
        <description>ssh: Update to OpenSSH 9.7p1This release contains mostly bugfixes.It also makes support for the DSA signature algorithm a compile-timeoption, with plans to disable it upstream later this year and removesupport entirely in 2025.Full release notes at https://www.openssh.com/txt/release-9.7Relnotes:	YesSponsored by:	The FreeBSD Foundation

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Mon, 18 Mar 2024 14:00:57 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>19261079b74319502c6ffa1249920079f0f69a72 - openssh: update to OpenSSH v8.7p1</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#19261079b74319502c6ffa1249920079f0f69a72</link>
        <description>openssh: update to OpenSSH v8.7p1Some notable changes, from upstream&apos;s release notes:- sshd(8): Remove support for obsolete &quot;host/port&quot; syntax.- ssh(1): When prompting whether to record a new host key, accept the key  fingerprint as a synonym for &quot;yes&quot;.- ssh-keygen(1): when acting as a CA and signing certificates with an RSA  key, default to using the rsa-sha2-512 signature algorithm.- ssh(1), sshd(8), ssh-keygen(1): this release removes the &quot;ssh-rsa&quot;  (RSA/SHA1) algorithm from those accepted for certificate signatures.- ssh-sk-helper(8): this is a new binary. It is used by the FIDO/U2F  support to provide address-space isolation for token middleware  libraries (including the internal one).- ssh(1): this release enables UpdateHostkeys by default subject to some  conservative preconditions.- scp(1): this release changes the behaviour of remote to remote copies  (e.g. &quot;scp host-a:/path host-b:&quot;) to transfer through the local host  by default.- scp(1): experimental support for transfers using the SFTP protocol as  a replacement for the venerable SCP/RCP protocol that it has  traditionally used.Additional integration work is needed to support FIDO/U2F in the basesystem.Deprecation Notice------------------OpenSSH will disable the ssh-rsa signature scheme by default in thenext release.Reviewed by:	impMFC after:	1 monthRelnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29985

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Wed, 08 Sep 2021 01:05:51 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3af64f03119a159ac15eb75b92d346705b490385 - Merge ^/head r338392 through r338594.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#3af64f03119a159ac15eb75b92d346705b490385</link>
        <description>Merge ^/head r338392 through r338594.

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Tue, 11 Sep 2018 18:41:00 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>190cef3d52236565eb22e18b33e9e865ec634aa3 - Upgrade to OpenSSH 7.8p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#190cef3d52236565eb22e18b33e9e865ec634aa3</link>
        <description>Upgrade to OpenSSH 7.8p1.Approved by:	re (kib@)

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Mon, 10 Sep 2018 16:20:12 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca86bcf2531c7b149c95244a67853d44323e7855 - Upgrade to OpenSSH 7.4p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#ca86bcf2531c7b149c95244a67853d44323e7855</link>
        <description>Upgrade to OpenSSH 7.4p1.

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Mon, 06 Mar 2017 01:37:05 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>538354481ef7dbcd76ebc7334512a9d60994b84e - MFH</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#538354481ef7dbcd76ebc7334512a9d60994b84e</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Mon, 14 Mar 2016 18:54:29 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>acc1a9ef8333c798c210fa94be6af4d5fe2dd794 - Upgrade to OpenSSH 7.2p2.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#acc1a9ef8333c798c210fa94be6af4d5fe2dd794</link>
        <description>Upgrade to OpenSSH 7.2p2.

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Fri, 11 Mar 2016 00:15:29 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>124981e16f7eb2b6f4bc10c9e65b66ff8a8b2c17 - MFH OpenSSH 5.4p1</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#124981e16f7eb2b6f4bc10c9e65b66ff8a8b2c17</link>
        <description>MFH OpenSSH 5.4p1

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Wed, 21 Apr 2010 06:33:10 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca86bcf2531c7b149c95244a67853d44323e7855 - Upgrade to OpenSSH 7.4p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#ca86bcf2531c7b149c95244a67853d44323e7855</link>
        <description>Upgrade to OpenSSH 7.4p1.

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Mon, 06 Mar 2017 01:37:05 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>538354481ef7dbcd76ebc7334512a9d60994b84e - MFH</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#538354481ef7dbcd76ebc7334512a9d60994b84e</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Mon, 14 Mar 2016 18:54:29 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>acc1a9ef8333c798c210fa94be6af4d5fe2dd794 - Upgrade to OpenSSH 7.2p2.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#acc1a9ef8333c798c210fa94be6af4d5fe2dd794</link>
        <description>Upgrade to OpenSSH 7.2p2.

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Fri, 11 Mar 2016 00:15:29 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>124981e16f7eb2b6f4bc10c9e65b66ff8a8b2c17 - MFH OpenSSH 5.4p1</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#124981e16f7eb2b6f4bc10c9e65b66ff8a8b2c17</link>
        <description>MFH OpenSSH 5.4p1

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Wed, 21 Apr 2010 06:33:10 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a0fda2b547365c9453523592a445dfe21266d4b - IFH@204581</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#1a0fda2b547365c9453523592a445dfe21266d4b</link>
        <description>IFH@204581

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Thu, 04 Mar 2010 13:35:57 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ee774f614e70c52baafdf8b7e9013b545d36f2b - - MFC</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#1ee774f614e70c52baafdf8b7e9013b545d36f2b</link>
        <description>- MFC

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Fri, 02 Oct 2009 19:51:03 +0000</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7aee6ffee0748c4c6bd9d11bb2a90c7531244d63 - Upgrade to OpenSSH 5.3p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#7aee6ffee0748c4c6bd9d11bb2a90c7531244d63</link>
        <description>Upgrade to OpenSSH 5.3p1.

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Thu, 01 Oct 2009 17:12:52 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4af9e693f15f5155095f38c7650b24fe74ae351 - Upgrade to OpenSSH 5.1p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/README.platform#d4af9e693f15f5155095f38c7650b24fe74ae351</link>
        <description>Upgrade to OpenSSH 5.1p1.I have worked hard to reduce diffs against the vendor branch.  Onenotable change in that respect is that we no longer prefer DSA overRSA - the reasons for doing so went away years ago.  This may causesome surprises, as ssh will warn about unknown host keys even forhosts whose keys haven&apos;t changed.MFC after:	6 weeks

            List of files:
            /src/crypto/openssh/README.platform</description>
        <pubDate>Fri, 01 Aug 2008 02:48:36 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
