<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>dc5ba6b8b4f028eb944434be82838d272330f26f - Remove MK_GSSAPI</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#dc5ba6b8b4f028eb944434be82838d272330f26f</link>
        <description>Remove MK_GSSAPIFor MIT Kerberos, MK_GSSAPI has no meaning: GSSAPI is a required part ofKerberos and is always built if MK_KERBEROS is enabled.  Backport thisbehaviour to Heimdal so it works the same way.While here, change Heimdal&apos;s libcom_err and compile_et to be selected byMK_KERBEROS, not MK_KERBEROS_SUPPORT, since these are part of Kerberosand third-party users might need it even if Kerberos support is disabledin the base system.  This means MK_KERBEROS_SUPPORT installs the samefiles with both MIT and Heimdal.Reviewed by:	cyDifferential Revision:	https://reviews.freebsd.org/D51859

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Wed, 20 Aug 2025 20:42:20 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e26259f48afe98022d885f02fbb8abcd7878e41a - gssapi,krb5: Replace libgssapi with the MIT version</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#e26259f48afe98022d885f02fbb8abcd7878e41a</link>
        <description>gssapi,krb5: Replace libgssapi with the MIT versionlib/libgssapi is based on Heimdal. As on Linux systems, the MITlibgssapi_krb5 replaces it. With both gssapi libraries and header filesinstalled results in broken buildworld (gssd) and ports that will notbuild without modifications to support the MIT gssapi in an alternatelocation.73ed0c7992fd removed the MIT GSSAPI headers from /usr/include. Apps usingMIT KRB5 gssapi functions and structures will fail to build without thispatch.This patch includes a temporary patch to usr.sbin/gssd to allow itto build with this patch. rmacklem@ has a patch for this and forkgssapi that uses this patch to resolve kgssapi issues for NFS withKerberos.This patch is an updated version of D51661 to allow it to build followingadditional patchs to the tree.This should have been implmented with 7e35117eb07f.Fixes:			7e35117eb07f, 73ed0c7992fdDifferential Revision:	https://reviews.freebsd.org/D51661

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Thu, 31 Jul 2025 18:51:20 +0200</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65d8491719bbc88ed45637d2381931c2d29cfe87 - secure: Adapt Makefile to ssh-sk-client everywhere</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#65d8491719bbc88ed45637d2381931c2d29cfe87</link>
        <description>secure: Adapt Makefile to ssh-sk-client everywhereUpstream commit 7b47b40b1 (&quot;adapt Makefile to ssh-sk-client everywhere&quot;)adapted the Makefiles to ssh-sk-client.  Do the same here.Reviewed by:	emasteApproved by:	emaste (mentor)Differential Revision:	https://reviews.freebsd.org/D49795

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Thu, 17 Apr 2025 21:08:02 +0200</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d71e7e57fc1472e3ea6d31c44e187c2819d2c71e - ssh: Consolidate HAVE_LDNS / LIBWRAP in ssh.mk</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#d71e7e57fc1472e3ea6d31c44e187c2819d2c71e</link>
        <description>ssh: Consolidate HAVE_LDNS / LIBWRAP in ssh.mkCommit 9d63429fa163 (&quot;ssh: move common Makefile boilerplate to a newssh.mk&quot;) introduced ssh.mk for common OpenSSH paths and flags, as partof enabling FIDO/U2F.  Move duplicated MK_LDNS and MK_TCP_WRAPPERShandling there.Reviewed by:	kevansSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D31896

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Tue, 12 Apr 2022 15:18:20 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f916236044d9a733de8b3c47b5dcbf71988cb03 - ssh: tidy include handling</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#7f916236044d9a733de8b3c47b5dcbf71988cb03</link>
        <description>ssh: tidy include handlingCentralize optional krb5_config.h handling in ssh.mk.  Do not addheaders (that are committed to the src tree) to SRCS as there is noneed.Reviewed by:	imp, jlduran, kevans (all earlier)MFC after:	1 monthSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D34409

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Wed, 02 Mar 2022 15:45:23 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a63701848fe5462c4e8bbff0131bb42979e603ec - ssh: Move XAUTH_PATH setting to ssh.mk</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#a63701848fe5462c4e8bbff0131bb42979e603ec</link>
        <description>ssh: Move XAUTH_PATH setting to ssh.mkXAUTH_PATH is normally set (in the upstream build infrastructure) inconfig.h.  We previously set it in ssh and sshd&apos;s Makefiles if LOCALBASEis set, and over time have sometimes also defined it in config.h.Leave it unset in config.h and move the CFLAGS logic to to ssh.mk sothat it will be set when building all ssh libraries and programs butstill be set by LOCALBASE.Reviewed by:	jlduranSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D48907

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Sun, 09 Feb 2025 21:37:24 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d63429fa16352f58037ac2aa6ddc734b25e8331 - ssh: move common Makefile boilerplate to a new ssh.mk</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#9d63429fa16352f58037ac2aa6ddc734b25e8331</link>
        <description>ssh: move common Makefile boilerplate to a new ssh.mkThis moves SSHDIR and ssh_namespace.h handling to a common location,and will simplify future work such as adding U2F support (D32509).Reviewed by:	kevansMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D32808

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Tue, 02 Nov 2021 19:48:33 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d55bf492f8f587e4a99f4dcb39a96159b4431782 - Revert &quot;Add workaround for a QoS-related bug in VMWare Workstation.&quot;</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#d55bf492f8f587e4a99f4dcb39a96159b4431782</link>
        <description>Revert &quot;Add workaround for a QoS-related bug in VMWare Workstation.&quot;This reverts commit 77c2fe20df6a9a7c1a353e1a4ab2ba80fefab881.The VMware Workstation issue was fixed in 2019[1], and we&apos;d rather notcarry unnecessary local changes in OpenSSH.[1] https://communities.vmware.com/t5/VMware-Workstation-Pro/Regression-ssh-results-in-broken-pipe-upon-connecting-in-Vmware/m-p/486105/highlight/true#M25470PR:		234426Discussed with:	yuripvApproved by:	desMFC after:	2 weeksSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Sun, 25 Apr 2021 23:14:23 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>415e34c4d5dff4c334330d58e06644da5c39b0bd - MFHead@r345677</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#415e34c4d5dff4c334330d58e06644da5c39b0bd</link>
        <description>MFHead@r345677

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Fri, 29 Mar 2019 04:25:20 +0100</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77c2fe20df6a9a7c1a353e1a4ab2ba80fefab881 - Add workaround for a QoS-related bug in VMWare Workstation.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#77c2fe20df6a9a7c1a353e1a4ab2ba80fefab881</link>
        <description>Add workaround for a QoS-related bug in VMWare Workstation.Submitted by:	yuripvDifferential Revision:	https://reviews.freebsd.org/D18636

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Wed, 27 Mar 2019 16:17:29 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3611ec604864a7d4dcc9a3ea898c80eb35eef8a0 - Merge ^/head r337646 through r338014.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#3611ec604864a7d4dcc9a3ea898c80eb35eef8a0</link>
        <description>Merge ^/head r337646 through r338014.

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Sat, 18 Aug 2018 14:15:54 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0a51d9df4d89c8d5d9777090ae5ec3e2202acb2 - Move ssh config file handling into the ssh Makefiles.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#f0a51d9df4d89c8d5d9777090ae5ec3e2202acb2</link>
        <description>Move ssh config file handling into the ssh Makefiles.This helps with pkgbase by using CONFS and tagging these as config files.Approved by:	allanjude (mentor), desDifferential Revision:	https://reviews.freebsd.org/D16678

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Wed, 15 Aug 2018 16:53:42 +0200</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4f52dfbb8d6c4d446500c5b097e3806ec219fbd4 - Upgrade to OpenSSH 7.6p1.  This will be followed shortly by 7.7p1.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#4f52dfbb8d6c4d446500c5b097e3806ec219fbd4</link>
        <description>Upgrade to OpenSSH 7.6p1.  This will be followed shortly by 7.7p1.This completely removes client-side support for the SSH 1 protocol,which was already disabled in 12 but is still enabled in 11.  For thatreason, we will not be able to merge 7.6p1 or newer back to 11.

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Wed, 09 May 2018 01:13:11 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91b95f3d9a2f8b9f3a8063497ce509c9be12dd9e - Merge ^/head r311132 through r311305.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#91b95f3d9a2f8b9f3a8063497ce509c9be12dd9e</link>
        <description>Merge ^/head r311132 through r311305.

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Wed, 04 Jan 2017 21:41:43 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>94ef145e6bc4cf40dd3a52e3bf96d54b4bf508dd - Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI and</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#94ef145e6bc4cf40dd3a52e3bf96d54b4bf508dd</link>
        <description>Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI andMK_KERBEROS_SUPPORT != noThis fixes the odd case where someone specified MK_GSSAPI=no andMK_KERBEROS_SUPPORT=yes (which admittedly, probably doesn&apos;t make sense,but the build system doesn&apos;t prevent this case today, and it didn&apos;t whenI filed the bug back in 2011 either).MFC after:	2 weeksPR:		159745

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Mon, 02 Jan 2017 21:29:50 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>538354481ef7dbcd76ebc7334512a9d60994b84e - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#538354481ef7dbcd76ebc7334512a9d60994b84e</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Mon, 14 Mar 2016 19:54:29 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>acc1a9ef8333c798c210fa94be6af4d5fe2dd794 - Upgrade to OpenSSH 7.2p2.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/ssh/Makefile#acc1a9ef8333c798c210fa94be6af4d5fe2dd794</link>
        <description>Upgrade to OpenSSH 7.2p2.

            List of files:
            /freebsd/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Fri, 11 Mar 2016 01:15:29 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
