pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/lz4
Module Name: pkgsrc
Committed By: fhajny
Date: Tue Jun 9 12:04:20 UTC 2015
Modified Files:
pkgsrc/archivers/lz4: Makefile PLIST buildlink3.mk distinfo
pkgsrc/archivers/lz4/patches: patch-Makefile patch-lib_Makefile
patch-programs_Makefile
Removed Files:
pkgsrc/archivers/lz4/patches: patch-programs_frametest.c
patch-programs_fuzzer.c
Log Message:
Update archivers/lz4 to 130.
LZ4 r130
Fixed : incompatibility sparse mode vs console
Fixed : LZ4IO exits too early when frame crc not present
Fixed : incompatibility sparse mode vs append mode
Performance fix : big compression speed boost for clang (+30%)
New : cross-version test, by Takayuki Matsuoka
LZ4 r129
New : LZ4_compress_fast()
Changed: New lz4 and lz4hc compression API. Previous function
prototypes still supported.
Changed: Sparse file support enabled by default
New : LZ4 CLI improved performance compressing/decompressing multiple file
Added : LZ4_compress_destSize()
Fixed : GCC 4.9+ vector optimization
Changed: Enums converted to LZ4F_ namespace convention
Added : AppVeyor CI environment, for Visual tests
Modified:Obsolete functions generate warnings
Fixed : Bug #75 (unfinished stream)
Updated: Documentation converted to MarkDown format
LZ4 r128
New : lz4cli sparse file support
New : command -m, to compress multiple files in a single command
Fixed : Restored lz4hc compression ratio (slightly lower since r124)
New : lz4 cli supports long commands
New : lz4frame & lz4cli frame content size support
New : lz4frame supports skippable frames
Changed: Default "make install" directory is /usr/local
New : lz4 cli supports "pass-through" mode
New : datagen can generate sparse files
New : scan-build tests
New : g++ compatibility tests
New : arm cross-compilation test
Fixed : Fuzzer + frametest compatibility with NetBSD
Added : Visual project directory
Updated: Man page & Specification
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/lz4/Makefile \
pkgsrc/archivers/lz4/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/lz4/buildlink3.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/lz4/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/lz4/patches/patch-Makefile \
pkgsrc/archivers/lz4/patches/patch-programs_Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/lz4/patches/patch-lib_Makefile
cvs rdiff -u -r1.3 -r0 \
pkgsrc/archivers/lz4/patches/patch-programs_frametest.c
cvs rdiff -u -r1.4 -r0 pkgsrc/archivers/lz4/patches/patch-programs_fuzzer.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index