Next | Query returned 36 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-03-17 13:39:50 by Nia Alarie | Files touched by this commit (4)
Log message:
lz4: Libtoolize.

As well as making this package more portable to exotic linkers, it
can now take better advantage of make-level parallelism.
   2023-06-15 12:03:35 by Taylor R Campbell | Files touched by this commit (3)
Log message:
archivers/lz4: Remove cross-compilation patch; make different target.

The `all' target apparently includes things that aren't necessary for
the build products we expect.  Just use an empty target so that make
selects the first one in the makefile, which according to
https://github.com/lz4/lz4/issues/1240 is the reasonable choice here.

No change to the build products that are installed -- this just makes
lz4 build fewer things.
   2023-06-14 13:07:43 by Taylor R Campbell | Files touched by this commit (3)
Log message:
archivers/lz4: Fix cross-compilation.
   2022-08-16 15:02:56 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
Log message:
lz4: updated to 1.9.4

v1.9.4:
perf : faster decoding speed (~+20%) on Apple Silicon platforms, by @zeux
perf : faster decoding speed (~+70%) for -BD4 setting in CLI
api : new function LZ4_decompress_safe_partial_usingDict() by @yawqi
api : lz4frame: ability to provide custom allocators at state creation
api : can skip checksum validation for improved decoding speed
api : new experimental unit lz4file for file i/o API, by @anjiahao1
api : new experimental function LZ4F_uncompressedUpdate(), by @alexmohr
cli : --list works on stdin input, by @Low-power
cli : --no-crc does not produce (compression) nor check (decompression) checksums
cli : fix: --test and --list produce an error code when parsing invalid input
cli : fix: support skippable frames when passed via stdin, reported by @davidmankin
build: fix: Makefile respects CFLAGS directives passed via environment variable
build: LZ4_FREESTANDING, new build macro for freestanding environments, by @t-mat
build: make and make test are compatible with -j parallel run
build: AS/400 compatibility, by @jonrumsey
build: Solaris 10 compatibility, by @pekdon
build: MSVC 2022 support, by @t-mat
build: improved meson script, by @eli-schwartz
doc : Updated LZ4 block format, provide an "implementation notes" section
   2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102)
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included

Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
   2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and SHA512
hashes.
   2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140)
Log message:
archivers: Remove SHA1 distfiles hashes
   2021-08-06 07:08:50 by Kimmo Suominen | Files touched by this commit (3)
Log message:
Fix potential memory corruption with negative memmove() size

Addresses CVE-2021-3520

Ref: https://github.com/lz4/lz4/pull/972
   2021-06-03 08:55:00 by Nia Alarie | Files touched by this commit (2)
Log message:
Document workarounds.
   2021-06-02 22:01:42 by Nia Alarie | Files touched by this commit (1)
Log message:
lz4: fix build on Solaris 10, PR pkg/56226

Next | Query returned 36 messages, browsing 1 to 10 | Previous