[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект lz4-java-1.7.1-14.module+el8.9.0+278+e169f08f

Имя lz4-java
Эпоха 0
Версия 1.7.1
Релиз 14.module+el8.9.0+278+e169f08f
Сайт https://github.com/lz4/lz4-java
Лицензия ASL 2.0 and (BSD and GPLv2+)
Время сборки 2024-05-23 20:32:29
Хост сборки builder-x86-06.inferitos.ru
Краткое описание LZ4 compression for Java
Репозитории AppStream
Полное описание LZ4 compression for Java, based on Yann Collet's work. This library provides access to two compression methods that both generate a valid LZ4 stream: * fast scan (LZ4): ° low memory footprint (~ 16 KB), ° very fast (fast scan with skipping heuristics in case the input looks incompressible), ° reasonable compression ratio (depending on the redundancy of the input). * high compression (LZ4 HC): ° medium memory footprint (~ 256 KB), ° rather slow (~ 10 times slower than LZ4), ° good compression ratio (depending on the size and the redundancy of the input). The streams produced by those 2 compression algorithms use the same compression format, are very fast to decompress and can be decompressed by the same decompressor instance.
Эррата
Module jmc-rhel8-8090020240523164912.82258f18
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
lz4-java-1.7.1-14.module+el8.9.0+278+e169f08f.x86_64 LZ4 compression for Java d9a3ae2d1225185d76d69839baaba44c2a205bf58fcca14e32de2b64d4e5438b download
noarch
lz4-java-javadoc-1.7.1-14.module+el8.9.0+278+e169f08f.noarch Javadoc for lz4-java c4284df0b7d56cfbbf022f64f17cf9becc8147399705148f5b5622dc645f05c6 download
src
lz4-java-1.7.1-14.module+el8.9.0+278+e169f08f.src LZ4 compression for Java 74c989326e610b386cb091b1574b227ba76faa4881ecb451bef3f2703a348ea2 download
История изменений link
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.7.1-14
- Rebuilt for MSVSphere 8.8

* Fri Feb 19 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-14
- Add ExclusiveArch: x86_64

* Wed Feb 17 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-13
- Bundle missing xxhash and lz4 components & adjust local Makefile

* Wed Jan 13 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-12
- remove hardcoded lib directory in the Makefile

* Fri Jan 08 2021 Alex Macdonald <almacdon@redhat.com> 1.7.1-11
- remove hardcoded "amd64" directory path in the Makefile

* Wed Dec 09 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-10
- remove BuildArch: noarch

* Tue Dec 01 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-9
- run unit tests on classes that do not require randomizedtesting
- add liblz4-java.so generation step to Makefile
- remove mvn_file macro for lz4

* Thu Nov 19 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-8
- remove dependency on cpptasks

* Mon Nov 16 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-7
- cleanup whitespace in the local patch to remove comments from templates
- use system lz4 and xxhash instead of bundling the dependencies

* Tue Oct 06 2020 Alex Macdonald <almacdon@redhat.com> 1.7.1-6
- include patch to strip comments from mvel templates