<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a2578964 - ssh: Update to OpenSSH 9.6p1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#a2578964</link>
        <description>ssh: Update to OpenSSH 9.6p1From the release notes,&gt; This release contains a number of security fixes, some small features&gt; and bugfixes.The most significant change in 9.6p1 is a set of fixes for a newly-discovered weakness in the SSH transport protocol.  The fix was alreadymerged into FreeBSD and released as FreeBSD-SA-23:19.openssh.Full release notes at https://www.openssh.com/txt/release-9.6Relnotes:	YesSponsored by:	The FreeBSD Foundation(cherry picked from commit 069ac18495ad8fde2748bc94b0f80a50250bb01d)

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Fri, 05 Jan 2024 03:16:30 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d63429f - ssh: move common Makefile boilerplate to a new ssh.mk</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#9d63429f</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-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Tue, 02 Nov 2021 18:48:33 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f474190 - Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#1f474190</link>
        <description>Replace literal uses of /usr/local in C sources with _PATH_LOCALBASELiteral references to /usr/local exist in a large number of files inthe FreeBSD base system. Many are in contributed software, in configurationfiles, or in the documentation, but 19 uses have been identified in Csource files or headers outside the contrib and sys/contrib directories.This commit makes it possible to set _PATH_LOCALBASE in paths.h to usea different prefix for locally installed software.In order to avoid changes to openssh source files, LOCALBASE is passed tothe build via Makefiles under src/secure. While _PATH_LOCALBASE could havebeen used here, there is precedent in the construction of the path used toa xauth program which depends on the LOCALBASE value passed on the compilercommand line to select a non-default directory.This could be changed in a later commit to make the openssh buildconsistently use _PATH_LOCALBASE. It is considered out-of-scope for thiscommit.Reviewed by:	impMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D26942

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Tue, 27 Oct 2020 11:29:11 +0000</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e42070a7 - Replace unneeded manual dependency on header by adding it to SRCS.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#e42070a7</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-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Mon, 07 Dec 2015 16:08:09 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bfa800d3 - Remove remnant from USEPRIVATELIB removal</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#bfa800d3</link>
        <description>Remove remnant from USEPRIVATELIB removalSponsored by:	gandi.net

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Fri, 04 Sep 2015 16:13:25 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bd7d22e - Move ssh into a dedicated package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#0bd7d22e</link>
        <description>Move ssh into a dedicated packageFlag config files as &quot;to be merged on upgrade&quot;

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Thu, 05 Mar 2015 20:25:09 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ff75e007 - Reduce overlinking</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#ff75e007</link>
        <description>Reduce overlinkingThe framework now ensure by itself that pthread is added to the link chainas the last component if linked to kerberos hence avoid with out any explicitaddition prevent issue like CVE-2014-8475

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:25:13 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee5a34ec - Convert to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#ee5a34ec</link>
        <description>Convert to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 21:18:18 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d029c3aa - Rework privatelib/internallib</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#d029c3aa</link>
        <description>Rework privatelib/internallibMake sure everything linking to a privatelib and/or an internallib does it directlyfrom the OBJDIR rather than DESTDIR.Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsingin final installationIntroduce the LD* variable which is what ld(1) is expecting (via LDADD) to link tointernal/privatelibDirectly link to the .so in case of private library to avoid having to complexifyLDFLAGS.Phabric:	https://phabric.freebsd.org/D553Reviewed by:	imp, emaste

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Wed, 06 Aug 2014 22:17:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9cfa8b3f - Clean up the OpenSSH build.  It is now possible to build most components</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#9cfa8b3f</link>
        <description>Clean up the OpenSSH build.  It is now possible to build most componentsas static binaries, if desired.  The one exception is sshd, which runsinto trouble due to libpam.a&apos;s includion of pam_ssh.Make OpenSSH use LDNS if available.  This allows it to verify signedSSHFP records.Approved by:	re (blanket)

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Tue, 10 Sep 2013 22:26:11 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b2766bd - Make libldns and libssh private.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#0b2766bd</link>
        <description>Make libldns and libssh private.Approved by:	re (blanket)

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Sun, 08 Sep 2013 10:04:26 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>124981e1 - MFH OpenSSH 5.4p1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#124981e1</link>
        <description>MFH OpenSSH 5.4p1

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</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>9fd9594d - Add a manual dependency on ssh_namespace.h.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#9fd9594d</link>
        <description>Add a manual dependency on ssh_namespace.h.Discussed with:	ru

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Sat, 13 May 2006 21:38:16 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed22e27d - Introduce a namespace munging hack inspired by NetBSD to avoid polluting</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#ed22e27d</link>
        <description>Introduce a namespace munging hack inspired by NetBSD to avoid pollutingthe namespace of applications which inadvertantly link in libssh (usuallythrough pam_ssh)Suggested by:	lukem@netbsd.orgMFC after:	6 weeks

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Sat, 13 May 2006 13:47:45 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40e0db94 - Revert the commits that made libssh an INTERNALLIB; they caused too much</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#40e0db94</link>
        <description>Revert the commits that made libssh an INTERNALLIB; they caused too muchtrouble, especially on amd64.Requested by:	ru

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Tue, 07 Jun 2005 09:31:28 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>32f80c77 - Make libssh an INTERNALLIB like it is in {Net,Open}BSD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#32f80c77</link>
        <description>Make libssh an INTERNALLIB like it is in {Net,Open}BSD.

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Mon, 06 Jun 2005 16:13:07 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a04e3d6c - Update Makefiles for OpenSSH 3.7.1p2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#a04e3d6c</link>
        <description>Update Makefiles for OpenSSH 3.7.1p2.

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Wed, 07 Jan 2004 11:17:23 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c45db693 - Explicitly add libz and libcrypto to LDADD for any ssh utilities missing</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/secure/usr.bin/ssh-agent/Makefile#c45db693</link>
        <description>Explicitly add libz and libcrypto to LDADD for any ssh utilities missingit. While not strictly required, it unbreaks the cross-build world thatis resulting from moving the libraries around.I have a more permanent solution to this problem in the works, but Iasked des for permission to commit this to get the ball rolling. Thisalso makes the ssh build more along the lines of what the openssh-portableand OpenBSD openssh Makefile glue does.Reviewed by:	des

            List of files:
            /freebsd-14.2/secure/usr.bin/ssh-agent/Makefile</description>
        <pubDate>Tue, 19 Aug 2003 07:45:03 +0000</pubDate>
        <dc:creator>Gordon Tetlow &lt;gordon@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
