<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/liblzma, branch release/10.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-02-11T06:55:35Z</updated>
<entry>
<title>MFC r312498:</title>
<updated>2017-02-11T06:55:35Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-02-11T06:55:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e529abf55c5715ed1fbdde67a671c2f3fa432f7'/>
<id>urn:sha1:5e529abf55c5715ed1fbdde67a671c2f3fa432f7</id>
<content type='text'>
Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified paths

This simplifies pathing in make/displayed output
</content>
</entry>
<entry>
<title>MFC r311504: MFV r311477: xz 5.2.3.</title>
<updated>2017-01-20T06:40:12Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2017-01-20T06:40:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8aa0e3494b18c143dd12e6327a93d2d2f1a0529'/>
<id>urn:sha1:c8aa0e3494b18c143dd12e6327a93d2d2f1a0529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 276962:</title>
<updated>2015-12-26T12:06:52Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2015-12-26T12:06:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32cedfabd624f255378e762d94c0e2ee05a30d8c'/>
<id>urn:sha1:32cedfabd624f255378e762d94c0e2ee05a30d8c</id>
<content type='text'>
  Do not regenerate and install liblzma.pc when only build libraries
  aka do not regenerate while generating 32bits libs

Reported by:	Shin-ichi Okano &lt;s-okano__at__n08.itscom.net&gt;
</content>
</entry>
<entry>
<title>MFC: xz 5.2.2.</title>
<updated>2015-12-22T08:03:23Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2015-12-22T08:03:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=231f5534a8e44d76ad367f8a59482a72ccfcc3a2'/>
<id>urn:sha1:231f5534a8e44d76ad367f8a59482a72ccfcc3a2</id>
<content type='text'>
Relnotes:	yes
</content>
</entry>
<entry>
<title>Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3)</title>
<updated>2011-07-11T14:15:27Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2011-07-11T14:15:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e24134bc0ed53f9d85377c4a645f2e86c9dc677c'/>
<id>urn:sha1:e24134bc0ed53f9d85377c4a645f2e86c9dc677c</id>
<content type='text'>
For architectures with __NO_STRICT_ALIGNMENT
define TUKLIB_FAST_UNALIGNED_ACCESS

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Fix some leftover binaries and shared libraries in the system that still</title>
<updated>2011-02-15T22:03:09Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-02-15T22:03:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=152e60f2fe72db456bfeff4780a7db291c58106d'/>
<id>urn:sha1:152e60f2fe72db456bfeff4780a7db291c58106d</id>
<content type='text'>
have an executable stack, due to linking in hand-assembled .S or .s
files, that have no .GNU-stack sections:

RWX --- ---  /lib/libcrypto.so.6
RWX --- ---  /lib/libmd.so.5
RWX --- ---  /lib/libz.so.6
RWX --- ---  /lib/libzpool.so.2
RWX --- ---  /usr/lib/liblzma.so.5

These were found using scanelf, from the sysutils/pax-utils port.

Reviewed by:	kib
</content>
</entry>
<entry>
<title>Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures.</title>
<updated>2011-02-01T10:28:05Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2011-02-01T10:28:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a81e416d6ee2e690ae1de82767c2bcbd5d6f45d'/>
<id>urn:sha1:4a81e416d6ee2e690ae1de82767c2bcbd5d6f45d</id>
<content type='text'>
This fix was accidentially reverted with the 5.0.0 update in r215187.

PR:		bin/154310
Submitted by:	Michael Moll &lt;kvedulv@kvedulv.de&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Remove obsoleted private symbol.</title>
<updated>2010-11-19T09:59:55Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2010-11-19T09:59:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8385b42c7bd2f58a42022a104a535e8c6fa2c898'/>
<id>urn:sha1:8385b42c7bd2f58a42022a104a535e8c6fa2c898</id>
<content type='text'>
Approved by:	delphij (mentor)
MFC after:	together with 5.0.0 update
</content>
</entry>
<entry>
<title>Update xz to release 5.0.0</title>
<updated>2010-11-12T16:53:17Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2010-11-12T16:53:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=542aef4874baf2030a1e5fd995419e25398252d4'/>
<id>urn:sha1:542aef4874baf2030a1e5fd995419e25398252d4</id>
<content type='text'>
Approved by:	delphij (mentor)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Upgrade xz to git snapshot as of 20101010</title>
<updated>2010-10-11T21:16:50Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2010-10-11T21:16:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e0f0e66dfeda9df4f104f48bd42d5a28d8ae631e'/>
<id>urn:sha1:e0f0e66dfeda9df4f104f48bd42d5a28d8ae631e</id>
<content type='text'>
Approved by:	delphij (mentor)
MFC after:	1 month
</content>
</entry>
</feed>
