<?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>284434f7 - Disable clang 14 warning about bitwise operators in zstd</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#284434f7</link>
        <description>Disable clang 14 warning about bitwise operators in zstdParts of zstd, used in openzfs and other places, trigger a new clang 14-Werror warning:```sys/contrib/zstd/lib/decompress/huf_decompress.c:889:25: error: use of bitwise &apos;&amp;&apos; with boolean operands [-Werror,-Wbitwise-instead-of-logical]                        (BIT_reloadDStreamFast(&amp;bitD1) == BIT_DStream_unfinished)                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~```While the warning is benign, it should ideally be fixed upstream andthen vendor-imported, but for now silence it selectively.MFC after:	3 days(cherry picked from commit 5f2aca83940097d7d23b4137073fb601f8e74232)

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Tue, 08 Feb 2022 20:46:03 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98689d0f - libprivatezstd: Restrict symbol visibility similar to upstream</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#98689d0f</link>
        <description>libprivatezstd: Restrict symbol visibility similar to upstreamWe have to relax three symbols to dynamically link zstd(1), but the restare the same.

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Sun, 03 Jan 2021 19:26:01 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cd88fe0 - pkgbase: Move libprivatezstd from utilities to runtime</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#6cd88fe0</link>
        <description>pkgbase: Move libprivatezstd from utilities to runtimelibarchive depends on it by default and tar uses libarchive.So on a update :1/ runtime contain tar2/ runtime have libarchive in shlibs_required3/ libarchive packages depends on utilities4/ utilities depends on runtime5/ kaboomAll users of libprivatezstd (libarchive related stuff and objcopy/ar)are already in utilities.Discussed with: bapt

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Thu, 12 Nov 2020 14:04:08 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ecebb3cc - Only set WARNS if not defined</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#ecebb3cc</link>
        <description>Only set WARNS if not definedThis would allow interested parties to do experimental runs with anenvironment set appropriately to raise all the warnings throughout thebuild; e.g. env WARNS=6 NO_WERROR=yes buildworld.Not currently touching the numerous instances in ^/tools.MFC after:	1 week

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Fri, 11 Sep 2020 13:28:37 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0f743729 - Update to Zstandard 1.3.7</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#0f743729</link>
        <description>Update to Zstandard 1.3.7Relnotes:	yesSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Mon, 22 Oct 2018 18:29:12 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22aec4de - lib(private)zstd: Fix riscv build</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#22aec4de</link>
        <description>lib(private)zstd: Fix riscv buildLink __bswap[ds]i2() intrinsics in to libzstd for riscv, where the C runtimeapparently lacks such intrinsics.Broken in r330894.Reported by:	asomersSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Sun, 18 Mar 2018 03:42:57 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>30347b77 - Addd work around for LLVM bug 35023.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#30347b77</link>
        <description>Addd work around for LLVM bug 35023.Clang crashes when compiling zstd_compress.c with optimization for ARM targets.https://bugs.llvm.org/show_bug.cgi?id=35023

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Sun, 26 Nov 2017 16:41:30 +0000</pubDate>
        <dc:creator>Michal Meloun &lt;mmel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c16b537 - Move zstd from contrib to sys/contrib so it can be used in the</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#0c16b537</link>
        <description>Move zstd from contrib to sys/contrib so it can be used in thekernel. Adjust the Makefiles that referenced it to the new path.Sponsored by: NetflixOK&apos;d by: cem@ and AllanJude@

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Tue, 14 Nov 2017 05:03:38 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>04ac1c64 - Follow up on zstd update</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#04ac1c64</link>
        <description>Follow up on zstd update

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Sat, 11 Nov 2017 13:57:30 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1fc317e3 - Build zstandard with threading enabled</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libzstd/Makefile#1fc317e3</link>
        <description>Build zstandard with threading enabled

            List of files:
            /freebsd-13.1/lib/libzstd/Makefile</description>
        <pubDate>Sat, 06 May 2017 10:59:10 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
