2025-03-31 11:42:35 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
snappy: updated to 1.2.2
Snappy v1.2.2, Mar 26th 2025:
* We added a new compression level in v1.2.1 which compresses a bit
denser but slower. Decompression speed should be even faster with it.
* We fixed a very old issue of data corruption when compressed size
exceeds 4GB. This can happen when you compress data close to 4GB
and it's incompressible, for example, random data.
* Started to use minimum CMake 3.10 because older ones are not
planned to be supported.
* Various other small fixes and performance improvements (especially
for clang).
|
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-05-22 09:00:36 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
snappy: updated to 1.2.1
Snappy 1.2.1
We restored old functions/symbols after reports of ABI incompatibility
|
2024-04-05 15:40:03 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
snappy: updated to 1.2.0
Snappy 1.2.0
Level API was added with level 2 support. Compresses 5-10% denser and \
decompresses 5-10% faster. The compression speed drop is about 20-30%
Minor fixes
|
2024-03-22 08:53:25 by Thomas Klausner | Files touched by this commit (1) |
Log message:
snappy: bump PKGREVISION for previous
|
2024-03-22 08:53:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
snappy: armv7 build fix from Paul Ripke on pkgsrc-users
|
2023-10-11 18:09:07 by Masatake Daimon | Files touched by this commit (2) |
Log message:
devel/snappy: Fix build on Darwin
|
2023-03-15 14:29:58 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
snappy: updated to 1.1.10
Snappy 1.1.10
Performance improvements
Compilation fixes for various environments
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|