#
342bcb12 |
| 09-Apr-2015 |
Xin LI <delphij@FreeBSD.org> |
MFV r281278:
- Update xz to 5.2.1, where the most visible change is that it fixed a compression-ratio regression in fast mode LZMA1 and LZMA2 and used cpuset_getaffinity() for CPU cores detec
MFV r281278:
- Update xz to 5.2.1, where the most visible change is that it fixed a compression-ratio regression in fast mode LZMA1 and LZMA2 and used cpuset_getaffinity() for CPU cores detection. - Make liblzma use the base system SHA256 implementation instead of the bundled one. - Additional annotation in config.h for FreeBSD specific tweaks. - Refresh symbols in XZprivate_1.0 to reflect reality.
Relnotes: yes MFC after: 1 month (TBD)
show more ...
|
#
d8fee543 |
| 12-Feb-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from HEAD
|
#
53f2fbca |
| 11-Feb-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r278202,r278205-r278590
Sponsored by: The FreeBSD Foundation
|
#
93466fc6 |
| 10-Feb-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r278351 through r278498.
|
#
53200025 |
| 09-Feb-2015 |
Rui Paulo <rpaulo@FreeBSD.org> |
Merge xz 5.2.0.
This brings support for multi-threaded compression. This brings close N times faster compression where N is the number of CPU cores. Because of this, liblzma now depends on libthr.
Merge xz 5.2.0.
This brings support for multi-threaded compression. This brings close N times faster compression where N is the number of CPU cores. Because of this, liblzma now depends on libthr.
Soon libarchive will be modified to use the new lzma API.
Thanks to antoine@ for the exp-run.
Differential Revision: https://reviews.freebsd.org/D1786 Reviewed by: bapt
show more ...
|
#
51dd214c |
| 19-Jan-2015 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead @ r277403
|
#
d899be7d |
| 19-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head: r274132-r277384
Sponsored by: The FreeBSD Foundation
|
#
8f0ea33f |
| 13-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head revisions r273096-r277147
Sponsored by: The FreeBSD Foundation
|
#
910824ce |
| 11-Jan-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Do not regenerate and install liblzma.pc when only build libraries aka do not regenerate while generating 32bits libs
Reported by: antoine
|
#
8606363b |
| 10-Jan-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Install the liblzma pkg-config file
MFC after: 1 week
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
152e60f2 |
| 15-Feb-2011 |
Dimitry Andric <dim@FreeBSD.org> |
Fix some leftover binaries and shared libraries in the system that still have an executable stack, due to linking in hand-assembled .S or .s files, that have no .GNU-stack sections:
RWX --- --- /li
Fix some leftover binaries and shared libraries in the system that still 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
show more ...
|
#
e0f0e66d |
| 11-Oct-2010 |
Martin Matuska <mm@FreeBSD.org> |
Upgrade xz to git snapshot as of 20101010
Approved by: delphij (mentor) MFC after: 1 month
|
Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
#
3829a734 |
| 18-May-2010 |
Martin Matuska <mm@FreeBSD.org> |
MFC r207842, r207844, r208099:
MFC r207842: Import of liblzma, xz, xzdec, lzmainfo from vendor branch Add support for xz and lzma to lesspipe.sh (xzless, lzless)
MFC r207844: Add two public headers
MFC r207842, r207844, r208099:
MFC r207842: Import of liblzma, xz, xzdec, lzmainfo from vendor branch Add support for xz and lzma to lesspipe.sh (xzless, lzless)
MFC r207844: Add two public headers missing in r207842 Adjust CFLAGS for lzmainfo, xz, xzdec
MFC r208099: Add versioned symbols to liblzma Use default SHLIB_MAJOR.
Approved by: delphij (mentor)
show more ...
|
#
881bfb74 |
| 14-May-2010 |
Xin LI <delphij@FreeBSD.org> |
- Add versioned symbols to liblzma - Use default SHLIB_MAJOR.
Approved by: mm X-MFC with: lzma library MFC
|
#
98be8199 |
| 10-May-2010 |
Martin Matuska <mm@FreeBSD.org> |
Add two public headers missing in r207842 Adjust CFLAGS for lzmainfo, xz, xzdec
Approved by: delphij (mentor) MFC after: 2 weeks
|
#
81ad8388 |
| 10-May-2010 |
Martin Matuska <mm@FreeBSD.org> |
Import of liblzma, xz, xzdec, lzmainfo from vendor branch Add support for xz and lzma to lesspipe.sh (xzless, lzless) Bump __FreeBSD_version
Approved by: delphij (mentor) MFC after: 2 weeks
|