<?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>a9288701 - Revert &quot;MFV: xz 5.6.0&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#a9288701</link>
        <description>Revert &quot;MFV: xz 5.6.0&quot;This commit reverts 8db56defa766eacdbaf89a37f25b11a57fd9787a,rolling back the vendor import of xz 5.6.0 and restoring thepackage to version 5.4.5.The revert was not directly due to the attack (CVE-2024-3094):our import process have removed the test cases and build scriptsthat would have enabled the attack. However, reverting wouldhelp to reduce potential confusion and false positives fromsecurity scanners that assess risk based solely on versionnumbers.Another commit will follow to restore binary compatibility withthe liblzma 5.6.0 library by making the previously privatesymbol (lzma_mt_block_size) public.PR:		278127(cherry picked from commit 2f9cd13d6c1824633251fb4267c9752d3b044a45)

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Fri, 05 Apr 2024 06:39:23 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>965f92a2 - MFV: xz 5.6.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#965f92a2</link>
        <description>MFV: xz 5.6.0.(cherry picked from commit 8db56defa766eacdbaf89a37f25b11a57fd9787a)

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Sun, 25 Feb 2024 23:46:22 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e0f6b29f - lib{c,lzma,z}: remove -DSYMBOL_VERSIONING from CFLAGS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#e0f6b29f</link>
        <description>lib{c,lzma,z}: remove -DSYMBOL_VERSIONING from CFLAGSThis was part of a libkse and libpthread transition aide when libcgained symbol versions in e62165c8b0f7d6452c0033127a0fd8ad1d9e34d3(March 2006).  The code that cared about this macro was removed incommit 00fb440c1a145b56b6c75fd405d80071aef2aab1 (May 2007) when symbolversioning was enabled by default and libthr became the defaultthreading library.  For unknown reasons, it stayed in libc (whichseemingly never used it) and seems to have been copied to liblzma andlibz.Reviewed by:	imp, kib, emasteDifferential Revision:	https://reviews.freebsd.org/D42613(cherry picked from commit e3e9c205ff54aac287309e03a808d9e9ec5c49eb)

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 23:39:46 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@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/lib/liblzma/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/liblzma/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>ac175bd3 - Install working pkgconfig .pc files for compat libraries</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#ac175bd3</link>
        <description>Install working pkgconfig .pc files for compat librariesThe default ones are install them to /usr/libdata/pkgconfig, and we can&apos;tuse this path for compat libraries, so we use /usr/lib&lt;suffix&gt;/pkgconfigi here.Test Plan:	grep -rn libdir= ./usr/lib32/pkgconfig/*.pcMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D34939

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Thu, 11 Aug 2022 22:17:52 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>500f4659 - Convert libs with pc files to use PCFILES</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#500f4659</link>
        <description>Convert libs with pc files to use PCFILESNow the .pc ends up in the correct package (-dev)Reviewed by:	bapt, emasteDifferential Revision:	https://reviews.freebsd.org/D29172MFC after:      2 weeks

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Tue, 16 Mar 2021 06:13:07 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65422c96 - liblzma: Make liblzma use libmd implementation of SHA256.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#65422c96</link>
        <description>liblzma: Make liblzma use libmd implementation of SHA256.MFC after:	2 weeksPR:		200142

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Sat, 20 Jun 2020 21:32:07 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61d32473 - Use SRCTOP-relative paths and .CURDIR with :H instead of &quot;..&quot; specified paths</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#61d32473</link>
        <description>Use SRCTOP-relative paths and .CURDIR with :H instead of &quot;..&quot; specified pathsThis simplifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:46:20 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de0e3997 - Replace beforeinstall: handling with FILES.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#de0e3997</link>
        <description>Replace beforeinstall: handling with FILES.This actually fixes some cases to respect LIBRARIES_ONLY.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Fri, 18 Sep 2015 23:49:32 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a23444a - Revert r282775 for now.  The added dependency would cause problems for</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#0a23444a</link>
        <description>Revert r282775 for now.  The added dependency would cause problems fore.g. ports-mgmt/pkg and we would like to do an exp-build.Requested by:	bdrewery

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Tue, 12 May 2015 05:42:13 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f2626e0e - Revert r281372, it&apos;s no longer needed after r282726 (fix for PR 199119) as the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#f2626e0e</link>
        <description>Revert r281372, it&apos;s no longer needed after r282726 (fix for PR 199119) as thesymbol conflict between libmd and libcrypto have been solved.

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Mon, 11 May 2015 17:49:07 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36d99b08 - For reasons that I am not understand yet, using the libmd version of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#36d99b08</link>
        <description>For reasons that I am not understand yet, using the libmd version ofSHA256 would make libarchive based application to give:	archive_read_extract(): Lzma library error: Corrupted input data(Internally this is LZMA_DATA_ERR)However, the libmd version of SHA256 is supposed to give same resultas the bundled version do, and xz(1) is not affected.As a precaution, revert the SHA256 portion of r281316 for now untilwe figure out why it breaks libarchive interoperability as we can&apos;tyet rule out this change have introduced an ABI breakage.

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Fri, 10 Apr 2015 17:21:47 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>910824ce - Do not regenerate and install liblzma.pc when only build libraries</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#910824ce</link>
        <description>Do not regenerate and install liblzma.pc when only build librariesaka do not regenerate while generating 32bits libsReported by:	antoine

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Sun, 11 Jan 2015 09:25:01 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>152e60f2 - Fix some leftover binaries and shared libraries in the system that still</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#152e60f2</link>
        <description>Fix some leftover binaries and shared libraries in the system that stillhave an executable stack, due to linking in hand-assembled .S or .sfiles, that have no .GNU-stack sections:RWX --- ---  /lib/libcrypto.so.6RWX --- ---  /lib/libmd.so.5RWX --- ---  /lib/libz.so.6RWX --- ---  /lib/libzpool.so.2RWX --- ---  /usr/lib/liblzma.so.5These were found using scanelf, from the sysutils/pax-utils port.Reviewed by:	kib

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Tue, 15 Feb 2011 22:03:09 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3829a734 - MFC r207842, r207844, r208099:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#3829a734</link>
        <description>MFC r207842, r207844, r208099:MFC r207842:Import of liblzma, xz, xzdec, lzmainfo from vendor branchAdd support for xz and lzma to lesspipe.sh (xzless, lzless)MFC r207844:Add two public headers missing in r207842Adjust CFLAGS for lzmainfo, xz, xzdecMFC r208099:Add versioned symbols to liblzmaUse default SHLIB_MAJOR.Approved by:	delphij (mentor)

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Tue, 18 May 2010 09:59:09 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>881bfb74 - - Add versioned symbols to liblzma</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#881bfb74</link>
        <description>- Add versioned symbols to liblzma - Use default SHLIB_MAJOR.Approved by:	mmX-MFC with:	lzma library MFC

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Fri, 14 May 2010 20:40:37 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98be8199 - Add two public headers missing in r207842</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/liblzma/Makefile#98be8199</link>
        <description>Add two public headers missing in r207842Adjust CFLAGS for lzmainfo, xz, xzdecApproved by:	delphij (mentor)MFC after:	2 weeks

            List of files:
            /freebsd-14.2/lib/liblzma/Makefile</description>
        <pubDate>Mon, 10 May 2010 07:47:31 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
