<?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 install-sh</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>f374ba41f55c1a127303d92d830dd58eef2f5243 - ssh: update to OpenSSH 9.2p1</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#f374ba41f55c1a127303d92d830dd58eef2f5243</link>
        <description>ssh: update to OpenSSH 9.2p1Release notes are available at https://www.openssh.com/txt/release-9.2OpenSSH 9.2 contains fixes for two security problems and a memory safetyproblem.  The memory safety problem is not believed to be exploitable.These fixes have already been committed to OpenSSH 9.1 in FreeBSD.Some other notable items from the release notes: * ssh(1): add a new EnableEscapeCommandline ssh_config(5) option that   controls whether the client-side ~C escape sequence that provides a   command-line is available. Among other things, the ~C command-line   could be used to add additional port-forwards at runtime. * sshd(8): add support for channel inactivity timeouts via a new   sshd_config(5) ChannelTimeout directive. This allows channels that   have not seen traffic in a configurable interval to be   automatically closed. Different timeouts may be applied to session,   X11, agent and TCP forwarding channels. * sshd(8): add a sshd_config UnusedConnectionTimeout option to   terminate client connections that have no open channels for a   length of time. This complements the ChannelTimeout option above.     * sshd(8): add a -V (version) option to sshd like the ssh client has. * scp(1), sftp(1): add a -X option to both scp(1) and sftp(1) to   allow control over some SFTP protocol parameters: the copy buffer   length and the number of in-flight requests, both of which are used   during upload/download. Previously these could be controlled in   sftp(1) only. This makes them available in both SFTP protocol   clients using the same option character sequence.     * ssh-keyscan(1): allow scanning of complete CIDR address ranges,   e.g.  &quot;ssh-keyscan 192.168.0.0/24&quot;. If a CIDR range is passed, then   it will be expanded to all possible addresses in the range   including the all-0s and all-1s addresses. bz#976 * ssh(1): support dynamic remote port forwarding in escape   command-line&apos;s -R processing. bz#3499MFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Mon, 06 Feb 2023 21:54:56 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f374ba41f55c1a127303d92d830dd58eef2f5243 - ssh: update to OpenSSH 9.2p1</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#f374ba41f55c1a127303d92d830dd58eef2f5243</link>
        <description>ssh: update to OpenSSH 9.2p1Release notes are available at https://www.openssh.com/txt/release-9.2OpenSSH 9.2 contains fixes for two security problems and a memory safetyproblem.  The memory safety problem is not believed to be exploitable.These fixes have already been committed to OpenSSH 9.1 in FreeBSD.Some other notable items from the release notes: * ssh(1): add a new EnableEscapeCommandline ssh_config(5) option that   controls whether the client-side ~C escape sequence that provides a   command-line is available. Among other things, the ~C command-line   could be used to add additional port-forwards at runtime. * sshd(8): add support for channel inactivity timeouts via a new   sshd_config(5) ChannelTimeout directive. This allows channels that   have not seen traffic in a configurable interval to be   automatically closed. Different timeouts may be applied to session,   X11, agent and TCP forwarding channels. * sshd(8): add a sshd_config UnusedConnectionTimeout option to   terminate client connections that have no open channels for a   length of time. This complements the ChannelTimeout option above.     * sshd(8): add a -V (version) option to sshd like the ssh client has. * scp(1), sftp(1): add a -X option to both scp(1) and sftp(1) to   allow control over some SFTP protocol parameters: the copy buffer   length and the number of in-flight requests, both of which are used   during upload/download. Previously these could be controlled in   sftp(1) only. This makes them available in both SFTP protocol   clients using the same option character sequence.     * ssh-keyscan(1): allow scanning of complete CIDR address ranges,   e.g.  &quot;ssh-keyscan 192.168.0.0/24&quot;. If a CIDR range is passed, then   it will be expanded to all possible addresses in the range   including the all-0s and all-1s addresses. bz#976 * ssh(1): support dynamic remote port forwarding in escape   command-line&apos;s -R processing. bz#3499MFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Mon, 06 Feb 2023 21:54:56 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47dd1d1b619cc035b82b49a91a25544309ff95ae - Upgrade to OpenSSH 7.7p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#47dd1d1b619cc035b82b49a91a25544309ff95ae</link>
        <description>Upgrade to OpenSSH 7.7p1.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Fri, 11 May 2018 13:22:43 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>064bee341e6c590dedc1d33eb6025e1f446f33a6 - MFC @ r256071</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#064bee341e6c590dedc1d33eb6025e1f446f33a6</link>
        <description>MFC @ r256071This is just prior to the bhyve_npt_pmap import so will allowjust the change to be merged for easier debug.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Wed, 30 Oct 2013 00:05:02 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bfd163f522701b486e066fa2e56624c02f5081a - Merge head r233826 through r256722.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#0bfd163f522701b486e066fa2e56624c02f5081a</link>
        <description>Merge head r233826 through r256722.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Fri, 18 Oct 2013 09:32:02 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3caf0790a80c2e10c82a3a07719cddb2065c65d1 - Merge head@256284</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#3caf0790a80c2e10c82a3a07719cddb2065c65d1</link>
        <description>Merge head@256284

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Sun, 13 Oct 2013 02:35:19 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ccca3b5e8e31290b0932dbead89e6e31af184c7 - IFC @256277</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#1ccca3b5e8e31290b0932dbead89e6e31af184c7</link>
        <description>IFC @256277Approved by:	ken (mentor)

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Thu, 10 Oct 2013 21:46:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27650413eae21a4cb2b48f13148125eb94b40ea9 - MFC - tracking update.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#27650413eae21a4cb2b48f13148125eb94b40ea9</link>
        <description>MFC - tracking update.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Wed, 02 Oct 2013 18:07:43 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce3adf4362fcca6a43e500b2531f0038adbfbd21 - Pull in all the OpenSSH bits that we&apos;d previously left out because we</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#ce3adf4362fcca6a43e500b2531f0038adbfbd21</link>
        <description>Pull in all the OpenSSH bits that we&apos;d previously left out because wedidn&apos;t use them.  This will make future merges from the vendor tree mucheasier.Approved by:	re (gjb)

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Sat, 21 Sep 2013 22:24:10 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47dd1d1b619cc035b82b49a91a25544309ff95ae - Upgrade to OpenSSH 7.7p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#47dd1d1b619cc035b82b49a91a25544309ff95ae</link>
        <description>Upgrade to OpenSSH 7.7p1.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Fri, 11 May 2018 13:22:43 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>064bee341e6c590dedc1d33eb6025e1f446f33a6 - MFC @ r256071</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#064bee341e6c590dedc1d33eb6025e1f446f33a6</link>
        <description>MFC @ r256071This is just prior to the bhyve_npt_pmap import so will allowjust the change to be merged for easier debug.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Wed, 30 Oct 2013 00:05:02 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bfd163f522701b486e066fa2e56624c02f5081a - Merge head r233826 through r256722.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#0bfd163f522701b486e066fa2e56624c02f5081a</link>
        <description>Merge head r233826 through r256722.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Fri, 18 Oct 2013 09:32:02 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3caf0790a80c2e10c82a3a07719cddb2065c65d1 - Merge head@256284</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#3caf0790a80c2e10c82a3a07719cddb2065c65d1</link>
        <description>Merge head@256284

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Sun, 13 Oct 2013 02:35:19 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ccca3b5e8e31290b0932dbead89e6e31af184c7 - IFC @256277</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#1ccca3b5e8e31290b0932dbead89e6e31af184c7</link>
        <description>IFC @256277Approved by:	ken (mentor)

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Thu, 10 Oct 2013 21:46:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27650413eae21a4cb2b48f13148125eb94b40ea9 - MFC - tracking update.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#27650413eae21a4cb2b48f13148125eb94b40ea9</link>
        <description>MFC - tracking update.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Wed, 02 Oct 2013 18:07:43 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce3adf4362fcca6a43e500b2531f0038adbfbd21 - Pull in all the OpenSSH bits that we&apos;d previously left out because we</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#ce3adf4362fcca6a43e500b2531f0038adbfbd21</link>
        <description>Pull in all the OpenSSH bits that we&apos;d previously left out because wedidn&apos;t use them.  This will make future merges from the vendor tree mucheasier.Approved by:	re (gjb)

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Sat, 21 Sep 2013 22:24:10 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>efcad6b72fe9d4f7ea99c021f4903d09ca31b666 - Vendor import of OpenSSH 3.8p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#efcad6b72fe9d4f7ea99c021f4903d09ca31b666</link>
        <description>Vendor import of OpenSSH 3.8p1.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Thu, 26 Feb 2004 10:38:49 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b475b41d84ea1713a44d00ae3e19ac766eeb702 - This commit was generated by cvs2svn to compensate for changes in r126274,</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#6b475b41d84ea1713a44d00ae3e19ac766eeb702</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r126274,which included commits to RCS files with non-trunk default branches.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Thu, 26 Feb 2004 10:38:49 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>83d2307d00b1f24dddf918c6651fb440d6863bf9 - Vendor import of OpenSSH 3.3p1.</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#83d2307d00b1f24dddf918c6651fb440d6863bf9</link>
        <description>Vendor import of OpenSSH 3.3p1.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Thu, 27 Jun 2002 22:31:32 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db5fd092dbb7b749118a95752fb8393939329cd6 - This commit was generated by cvs2svn to compensate for changes in r98937,</title>
        <link>http://opengrok.net:8080/history/src/crypto/openssh/install-sh#db5fd092dbb7b749118a95752fb8393939329cd6</link>
        <description>This commit was generated by cvs2svn to compensate for changes in r98937,which included commits to RCS files with non-trunk default branches.

            List of files:
            /src/crypto/openssh/install-sh</description>
        <pubDate>Thu, 27 Jun 2002 22:31:32 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
