<?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>a098111a28ed59e1ab1101ad09913f0235ebd28f - secure: Add ssh-sk-client to all consumers of libssh</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#a098111a28ed59e1ab1101ad09913f0235ebd28f</link>
        <description>secure: Add ssh-sk-client to all consumers of libsshThese all failed to link with ld.bfd used by GCC due toFssh_sshsk_sign being an unresolved symbol.Fixes:		65d8491719bb (&quot;secure: Adapt Makefile to ssh-sk-client everywhere&quot;)

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Tue, 22 Apr 2025 04:05:28 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9440aad19dca73fdd224b128ac2dc2e78191ff15 - secure: Rearrange Makefile SRCS to match upstream Makefile.in</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#9440aad19dca73fdd224b128ac2dc2e78191ff15</link>
        <description>secure: Rearrange Makefile SRCS to match upstream Makefile.inSRCS entries are kept in the same order and with the same line breaks asupstream, to make comparison easier.No functional change intended.Reviewed by:	emasteApproved by:	emaste (mentor)Differential Revision:	https://reviews.freebsd.org/D49793

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Thu, 17 Apr 2025 20:56:00 +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/sftp/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/sftp/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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/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/sftp/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/sftp/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/secure/usr.bin/sftp/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>38a52bd3b5cac3da6f7f6eef3dd050e6aa08ebb3 - ssh: update to OpenSSH 9.1p1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#38a52bd3b5cac3da6f7f6eef3dd050e6aa08ebb3</link>
        <description>ssh: update to OpenSSH 9.1p1Release notes are available at https://www.openssh.com/txt/release-9.19.1 contains fixes for three minor memory safety problems; these havelready been merged to the copy of OpenSSH 9.0 that is in the FreeBSD basesystem.Some highlights copied from the release notes:Potentially-incompatible changes-------------------------------- * ssh(1), sshd(8): SetEnv directives in ssh_config and sshd_config   are now first-match-wins to match other directives. Previously   if an environment variable was multiply specified the last set   value would have been used. bz3438 * ssh-keygen(8): ssh-keygen -A (generate all default host key types)   will no longer generate DSA keys, as these are insecure and have   not been used by default for some years.New features------------ * ssh(1), sshd(8): add a RequiredRSASize directive to set a minimum   RSA key length. Keys below this length will be ignored for user   authentication and for host authentication in sshd(8). * sftp-server(8): add a &quot;users-groups-by-id@openssh.com&quot; extension   request that allows the client to obtain user/group names that   correspond to a set of uids/gids. * sftp(1): use &quot;users-groups-by-id@openssh.com&quot; sftp-server   extension (when available) to fill in user/group names for   directory listings. * sftp-server(8): support the &quot;home-directory&quot; extension request   defined in draft-ietf-secsh-filexfer-extensions-00. This overlaps   a bit with the existing &quot;expand-path@openssh.com&quot;, but some other   clients support it. * ssh-keygen(1), sshd(8): allow certificate validity intervals,   sshsig verification times and authorized_keys expiry-time options   to accept dates in the UTC time zone in addition to the default   of interpreting them in the system time zone. YYYYMMDD and   YYMMDDHHMM[SS] dates/times will be interpreted as UTC if suffixed   with a &apos;Z&apos; character.   Also allow certificate validity intervals to be specified in raw   seconds-since-epoch as hex value, e.g. -V 0x1234:0x4567890. This   is intended for use by regress tests and other tools that call   ssh-keygen as part of a CA workflow. bz3468 * sftp(1): allow arguments to the sftp -D option, e.g. sftp -D   &quot;/usr/libexec/sftp-server -el debug3&quot; * ssh-keygen(1): allow the existing -U (use agent) flag to work   with &quot;-Y sign&quot; operations, where it will be interpreted to require   that the private keys is hosted in an agent; bz3429MFC after:	2 weeksRelnotes:	YesSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Wed, 19 Oct 2022 16:27:11 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@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/sftp/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/sftp/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>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/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/sftp/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/sftp/Makefile#538354481ef7dbcd76ebc7334512a9d60994b84e</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/usr.bin/sftp/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/sftp/Makefile#acc1a9ef8333c798c210fa94be6af4d5fe2dd794</link>
        <description>Upgrade to OpenSSH 7.2p2.

            List of files:
            /freebsd/secure/usr.bin/sftp/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>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a7cd2e6b17c2df762575f14e8d6a0f835d17741 - MFH @r292599</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#9a7cd2e6b17c2df762575f14e8d6a0f835d17741</link>
        <description>MFH @r292599This includes the pluggable TCP framework and other chnages to thenetstack to track for VNET stability.Security:	The FreeBSD Foundation

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Tue, 22 Dec 2015 14:58:11 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e42070a701fc8453434cfe449439d252fc176542 - Replace unneeded manual dependency on header by adding it to SRCS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#e42070a701fc8453434cfe449439d252fc176542</link>
        <description>Replace unneeded manual dependency on header by adding it to SRCS.bsd.lib.mk and bsd.prog.mk already depend all objs on headers in SRCS ifthere is not yet a depend file.  The headers in SRCS are never built orinstalled.  After &apos;make depend&apos; the header was already added as a properdependency on the objects where needed.MFC after:	2 weeksSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Mon, 07 Dec 2015 17:08:09 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>becbad1f6e18fec7c3bf286778a766ffca4457be - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 21:44:36 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4 - Finish merging from head, messed up in previous attempt</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#f94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4</link>
        <description>Finish merging from head, messed up in previous attempt

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Sat, 12 Sep 2015 14:03:02 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00176600f60d0016594f5b7ef03656a3159012b4 - Merge r286744-r287584 from head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#00176600f60d0016594f5b7ef03656a3159012b4</link>
        <description>Merge r286744-r287584 from head.

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Wed, 09 Sep 2015 05:05:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9442b10a2e14c1c55f21743fa7a653e9b241e05 - Merge ^/head r286858 through r287489.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#d9442b10a2e14c1c55f21743fa7a653e9b241e05</link>
        <description>Merge ^/head r286858 through r287489.

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Sat, 05 Sep 2015 20:36:23 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfa800d3116de8c4359f54c9252c9b37c49e782a - Remove remnant from USEPRIVATELIB removal</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#bfa800d3116de8c4359f54c9252c9b37c49e782a</link>
        <description>Remove remnant from USEPRIVATELIB removalSponsored by:	gandi.net

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Fri, 04 Sep 2015 18:13:25 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/secure/usr.bin/sftp/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/secure/usr.bin/sftp/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
