<?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>ffec3151 - Convert gnu to using SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#ffec3151</link>
        <description>Convert gnu to using SRCTOPPrefer SRCTOP over CURDIR/../../contrib, etc. However, retain the &quot;upone level&quot; instances of ../ because they are really relative to thispart of the tree and not a means to find the root of the tree. Assuch, it&apos;s better to leave them since that further the goal of beingable to move directories if watned to in the future.Differential Revision:	https://reviews.freebsd.org/D9932Sponsored by:		NetflixSilence	On:		arch@ (twice)

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 18:59:16 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>18b2ee82 - Revert r284417 it is not necessary anymore</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#18b2ee82</link>
        <description>Revert r284417 it is not necessary anymore

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 19:28:07 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4232f826 - Enforce overwritting SHLIBDIR</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#4232f826</link>
        <description>Enforce overwritting SHLIBDIRSince METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loadingbsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.This makes /lib being populated again.Reported by:	many

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Mon, 15 Jun 2015 15:34:20 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70d099af - Fix build with recent binutils</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#70d099af</link>
        <description>Fix build with recent binutilsRecent binutils considered the .gnu.warning.symbol section as a fatal error whenrun with --fatal-warnings which makes any users of &quot;insecure&quot; functions fromlibc failing to build with recent binutils.Introduce a new macro: LD_FATAL_WARNINGS=no to run ld(1) with--no-fatal-warnings for the users of &quot;insecure&quot; functionsDifferential Revision:	https://reviews.freebsd.org/D1320

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Tue, 23 Dec 2014 10:43:35 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98407b8b - Spell NO_PROFILE= as MK_PROFILE=no.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#98407b8b</link>
        <description>Spell NO_PROFILE= as MK_PROFILE=no.

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Fri, 25 Apr 2014 19:25:26 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>107e14e3 - Restore the install location of libssp.so.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#107e14e3</link>
        <description>Restore the install location of libssp.so.0.Noticed by:	tegge

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Tue, 24 Feb 2009 16:14:15 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d9ca85fc - Fix build when WITH_SSP is set explicitly.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#d9ca85fc</link>
        <description>Fix build when WITH_SSP is set explicitly.Submitted by:	Jeremie Le Hen

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Sat, 21 Feb 2009 15:04:31 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>042df2e2 - Enable GCC stack protection (aka Propolice) for userland:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#042df2e2</link>
        <description>Enable GCC stack protection (aka Propolice) for userland:- It is opt-out for now so as to give it maximum testing, but it may be  turned opt-in for stable branches depending on the consensus.  You  can turn it off with WITHOUT_SSP.- WITHOUT_SSP was previously used to disable the build of GNU libssp.  It is harmless to steal the knob as SSP symbols have been provided  by libc for a long time, GNU libssp should not have been much used.- SSP is disabled in a few corners such as system bootstrap programs  (sys/boot), process bootstrap code (rtld, csu) and SSP symbols themselves.- It should be safe to use -fstack-protector-all to build world, however  libc will be automatically downgraded to -fstack-protector because it  breaks rtld otherwise.- This option is unavailable on ia64.Enable GCC stack protection (aka Propolice) for kernel:- It is opt-out for now so as to give it maximum testing.- Do not compile your kernel with -fstack-protector-all, it won&apos;t work.Submitted by:	Jeremie Le Hen &lt;jeremie@le-hen.org&gt;

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Wed, 25 Jun 2008 21:33:28 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0effeaae - Don&apos;t forget to clean generated ssp.h.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#0effeaae</link>
        <description>Don&apos;t forget to clean generated ssp.h.

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Tue, 22 May 2007 10:40:58 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>afb57df6 - Update bmake glue to build GCC 4.2.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/gnu/lib/libssp/Makefile#afb57df6</link>
        <description>Update bmake glue to build GCC 4.2.Also:        Switch FreeBSD to use libgcc_s.so.1.        Use dl_iterate_phdr to locate shared objects&apos; exception frame        info instead of depending on older register_frame_info machinery.        This allows us to avoid depending on libgcc_s.so.1 in binaries        that do not use exception handling directly. As an additional        benefit it breaks circular libc &lt;=&gt; libgcc_s.so.1 dependency too.        Build newly added libgomp.so.1 library, the runtime support        bits for OpenMP.        Build LGPLed libssp library. Our libc provides our own        BSD-licensed SSP callbacks implementation, so this library        is only built to benefit applications that have hadcoded        knowledge of libssp.so and libssp_nonshared.a. When linked        in from command line, these libraries override libc        implementation.

            List of files:
            /freebsd-12.1/gnu/lib/libssp/Makefile</description>
        <pubDate>Sat, 19 May 2007 04:25:59 +0000</pubDate>
        <dc:creator>Alexander Kabaev &lt;kan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
