<?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>f0a51d9d - Move ssh config file handling into the ssh Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#f0a51d9d</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-12.1/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Wed, 15 Aug 2018 14:53:42 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>94ef145e - Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#94ef145e</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-12.1/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Mon, 02 Jan 2017 20:29:50 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/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>1765946b - Retire the NONE cipher option.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#1765946b</link>
        <description>Retire the NONE cipher option.

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Mon, 23 Nov 2015 12:48:13 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@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-12.1/secure/usr.bin/ssh/Makefile#0bd7d22e</link>
        <description>Move ssh into a dedicated packageFlag config files as &quot;to be merged on upgrade&quot;

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/Makefile#ee5a34ec</link>
        <description>Convert to LIBADDReduce overlinking

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/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>d052a806 - Fix typo (LIBLDNSADD -&gt; LIBLDNS) to fix &quot;make checkdpadd&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#d052a806</link>
        <description>Fix typo (LIBLDNSADD -&gt; LIBLDNS) to fix &quot;make checkdpadd&quot;X-MFC with: r269648Phabric: D634Approved by: jmmv (mentor)

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 18:27:43 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d029c3aa - Rework privatelib/internallib</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/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>0085282b - Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#0085282b</link>
        <description>Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of arepeat performance by introducing a script that runs configure with andwithout Kerberos, diffs the result and generates krb5_config.h, whichcontains the preprocessor macros that need to be defined in the Kerberoscase and undefined otherwise.Approved by:	re (marius)

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Mon, 23 Sep 2013 20:35:54 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@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-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/Makefile#0b2766bd</link>
        <description>Make libldns and libssh private.Approved by:	re (blanket)

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/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>e6a64a84 - Add a src.conf(5) option to allow users to compile in the &quot;NONE cipher&quot;,</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#e6a64a84</link>
        <description>Add a src.conf(5) option to allow users to compile in the &quot;NONE cipher&quot;,which, only after authentication, disables crypto, and only for sessionswithout a terminal.Submitted by:	Jeremy Chadwick (freebsd jdc.parodius.com)PR:		bin/163095MFC after:	10 days

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Thu, 17 Jan 2013 01:51:04 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>124981e1 - MFH OpenSSH 5.4p1</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#124981e1</link>
        <description>MFH OpenSSH 5.4p1

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/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>2774871b - Restore the ability to use a non-standard LOCALBASE to sshd</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#2774871b</link>
        <description>Restore the ability to use a non-standard LOCALBASE to sshdAdd the ability to use a non-standard LOCALBASE to sshSubmitted by:	jhbReviewed by:	desApproved by:	cpercivaMFC after:	0 days (with r233136)

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Sat, 24 Mar 2012 19:41:43 +0000</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>57f8914d - X11BASE is not used any more and has been killed by the x11 team.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#57f8914d</link>
        <description>X11BASE is not used any more and has been killed by the x11 team.Reviewed by:	???Approved by:	???MFC after:	3 days

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Mon, 19 Mar 2012 00:41:40 +0000</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac188d74 - For users of FreeBSD &lt;= 6.2 we recommend during the x.org 7.x upgrade</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/secure/usr.bin/ssh/Makefile#ac188d74</link>
        <description>For users of FreeBSD &lt;= 6.2 we recommend during the x.org 7.x upgradethat they add X11BASE=${LOCALBASE} to /etc/make.conf since X11BASE washard-wired to the now-wrong location in old releases.However, both X11BASE and LOCALBASE have moved out of scope of src/into ports/ now, which causes problems for upgraded users who have oldmake.conf files still containing the above setting.  X11BASE becomesnull and we instruct ssh and sshd to look for xauth in /bin/xauthwhere it is unlikely to be found.Instead, provide a copy of the default LOCALBASE?=/usr/local settinghere.We also have to deal with the case where the user only overridesLOCALBASE and doesn&apos;t set an explicit X11BASE (in ports it will be setimplicitly but not here), which will also move the location of xauth.MFC after:	 3 daysReported by:	 rwatson

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/Makefile</description>
        <pubDate>Wed, 05 Mar 2008 20:58:15 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@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-12.1/secure/usr.bin/ssh/Makefile#9fd9594d</link>
        <description>Add a manual dependency on ssh_namespace.h.Discussed with:	ru

            List of files:
            /freebsd-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/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-12.1/secure/usr.bin/ssh/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>
</channel>
</rss>
