SHA256
1
0
forked from pool/lzma-sdk
Commit Graph

39 Commits

Author SHA256 Message Date
0424e73b8f lzma-sdk 24.09 2024-12-03 00:53:19 +01:00
Ana Guerrero
690cc2f6ed Accepting request 1174679 from Archiving
- Update to release 24.05

OBS-URL: https://build.opensuse.org/request/show/1174679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=16
2024-05-17 18:05:21 +00:00
048b6d3d04 - Update to release 24.05
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=34
2024-05-16 17:46:44 +00:00
Dominique Leuenberger
67c5f6ced7 Accepting request 1171117 from Archiving
- Update to release 23.01

OBS-URL: https://build.opensuse.org/request/show/1171117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=15
2024-05-01 12:57:49 +00:00
cfac7b69b6 - Add lzma-simd.patch to fix compiler error on old gcc
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=32
2024-04-30 22:53:58 +00:00
8d848aa023 update lzma-sdk-shlib.patch
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=31
2024-04-30 21:52:48 +00:00
809a7b20c8 - Update to release 23.01
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=30
2024-04-30 11:04:38 +00:00
Dominique Leuenberger
6ce5e88502 Accepting request 1072146 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1072146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=14
2023-03-15 17:56:36 +00:00
c0b350c1a3 add some changelog items
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=28
2023-03-15 15:16:43 +00:00
4005e76f82 Accepting request 1072133 from home:pluskalm:branches:Archiving
- Update to version 22.01:
  * No upstream changelog available

OBS-URL: https://build.opensuse.org/request/show/1072133
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=27
2023-03-15 15:08:47 +00:00
Dominique Leuenberger
fc0b69f03d Accepting request 1070742 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1070742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=13
2023-03-10 21:09:05 +00:00
eadfc16e8e Accepting request 1070721 from home:pluskalm:branches:Archiving
- Build AVX2 enabled hwcaps library for x86_64-v3

OBS-URL: https://build.opensuse.org/request/show/1070721
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=25
2023-03-10 14:45:06 +00:00
Dominique Leuenberger
532222dcb1 Accepting request 960048 from Archiving
OBS-URL: https://build.opensuse.org/request/show/960048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=12
2022-03-08 19:31:45 +00:00
c939c1c358 Accepting request 960047 from home:alois:branches:Archiving
- Update to version 21.07
  * New switches: -spm and -im!{file_path} to exclude
    directories from processing for specified paths that don't
    contain path separator character at the end of path.
  * The sorting order of files in archives was slightly changed
    to be more consistent for cases where the name of some
    directory is the same as the prefix part of the name of
    another directory or file.

OBS-URL: https://build.opensuse.org/request/show/960047
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=23
2022-03-07 19:21:11 +00:00
Dominique Leuenberger
f76877923f Accepting request 940858 from Archiving
- Update lzma-sdk-shlib.patch to use Sha256Opt.c for generating
  libclzma.so. boo#1193657
- Update to version 21.06
  * Bug in LZMA encoder in file LzmaEnc.c was fixed:
    LzmaEnc_MemEncode(), LzmaEncode() and LzmaCompress() could
    work incorrectly, if size value for output buffer is smaller
    than size required for all compressed data. LzmaEnc_Encode()
    could work incorrectly, if callback ISeqOutStream::Write()
    doesn't write all compressed data.
    NCompress::NLzma::CEncoder::Code() could work incorrectly,
    if callback ISequentialOutStream::Write() returns error
    code.
  * Bug in versions 21.00-21.05 was fixed:
    7-Zip didn't set attributes of directories during archive
    extracting.
  version 21.04 beta:
  * 7-Zip now reduces the number of working CPU threads for
    compression, if RAM size is not enough for compression with
    big LZMA2 dictionary.
  * 7-Zip now can create and check "file.sha256" text files that
    contain the list of file names and SHA-256 checksums in
    format compatible with sha256sum program.
  version 21.03 beta:
  * The maximum dictionary size for LZMA/LZMA2 compressing was
    increased to 4 GB (3840 MiB).
  * Minor speed optimizations in LZMA/LZMA2 compressing.
  version 21.02 alpha:
  * The speed for LZMA and LZMA2 decompression in arm64 versions
    was increased by 20%-60%.
  version 21.01 alpha:
  * The improvements for speed of ARM64 version using hardware
    CPU instructions  for AES, CRC-32, SHA-1 and SHA-256.
  * Some bugs were fixed.
  version 20.02 alpha:
  * The default number of LZMA2 chunks per solid block in 7z
    archive was increased to 64. It allows to increase the
    compression speed for big 7z archives, if there is a big
    number  of CPU cores and threads.
  * The speed of PPMd compressing/decompressing was increased
    for 7z archives.
  * The new -ssp switch. If the switch -ssp is specified, 7-Zip
    doesn't allow the system  to modify "Last Access Time"
    property of source files for archiving and hashing operations. 
  * Some bugs were fixed.
  version 20.00 alpha;
  * 7-Zip now supports new optional match finders for LZMA/LZMA2
    compression: bt5 and hc5,  that can work faster than bt4 and
    hc4 match finders for the data with big redundancy.
  * The compression ratio was improved for Fast and Fastest
    compression levels with the following default settings:
    + Fastest level (-mx1) : hc5 match finder with 256 KB
      dictionary.
    + Fast level (-mx3) : hc5 match finder with 4 MB
      dictionary.
  * Minor speed optimizations in multithreaded LZMA/LZMA2
    compression for Normal/Maximum/Ultra compression levels.
- Update to version 19.00
  * Encryption strength for 7z archives was increased:
    the size of random initialization vector was increased from
    64-bit to 128-bit, and the pseudo-random number generator was
    improved.
  * The bug in 7zIn.c code was fixed.
- Update to version 18.06
  * The speed for LZMA/LZMA2 compressing was increased by 3-10%,
    and there are minor changes in compression ratio.
  * Some bugs were fixed.
  * The bug in 7-Zip 18.02-18.05 was fixed:
    There was memory leak in multithreading xz decoder -
    XzDecMt_Decode(), if xz stream contains only one block.
  * The changes for MSVS compiler makefiles:
    + the makefiles now use "PLATFORM" macroname with values
      (x64, x86, arm64) instead of "CPU" macroname with values
      (AMD64, ARM64).
    + the makefiles by default now use static version of the
      run-time library.
- Fixed unpacking problem
- Update to version 18.05
  * The speed for LZMA/LZMA2 compressing was increased
    by 8% for fastest/fast compression levels and
    by 3% for normal/maximum compression levels.
  * The BUG was fixed in Lzma2Enc.c
    Lzma2Enc_Encode2() function worked incorretly,
      if (inStream == NULL) and the number of block threads is
      more than 1.
- Refreshed lzma-sdk-shlib.patch
- Update to version 18.03
  * Asm\x86\LzmaDecOpt.asm: new optimized LZMA decoder written in
    asm for x64 with about 30% higher speed than main version of
    LZMA decoder written in C.
  * The speed for single-thread LZMA/LZMA2 decoder written in C
    was increased by 3%.
- Refreshed lzma-sdk-shlib.patch
- Update to version 18.01
  * Some changes in LZMA2/xz multithreading code for compressing.
    Some bugs were fixed.
- Update to new upstream release 17.01
  * Some bugs were fixed.
- Replace lzma-sdk-16.04-sharedlib.patch with lzma-sdk-shlib.patch.
- Trim/update description. Redo .pc file generation so that the
  resulting file looks like other .pc files on openSUSE.
- Refreshed lzma-sdk-16.04-sharedlib.patch to add source to
  the library to have extra functions and exported extra
  symbols
- Initial package (version 16.04)

OBS-URL: https://build.opensuse.org/request/show/940858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=11
2021-12-16 20:18:56 +00:00
d6336624fe Accepting request 940753 from home:Guillaume_G:branches:Archiving
Add bug ref boo#1193657

OBS-URL: https://build.opensuse.org/request/show/940753
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=22
2021-12-16 11:14:23 +00:00
Dominique Leuenberger
a530a0d8aa Accepting request 940745 from Archiving
OBS-URL: https://build.opensuse.org/request/show/940745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=10
2021-12-16 01:00:52 +00:00
07037f1b82 Accepting request 939986 from home:jengelh:branches:Archiving
- Update lzma-sdk-shlib.patch to use Sha256Opt.c for generating
  libclzma.so.

OBS-URL: https://build.opensuse.org/request/show/939986
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=21
2021-12-15 14:29:25 +00:00
Dominique Leuenberger
01ff762ebf Accepting request 934525 from Archiving
OBS-URL: https://build.opensuse.org/request/show/934525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=9
2021-11-29 16:28:37 +00:00
37a2d93640 Accepting request 934524 from home:alois:branches:Archiving
- Update to version 21.06
  * Bug in LZMA encoder in file LzmaEnc.c was fixed:
    LzmaEnc_MemEncode(), LzmaEncode() and LzmaCompress() could
    work incorrectly, if size value for output buffer is smaller
    than size required for all compressed data. LzmaEnc_Encode()
    could work incorrectly, if callback ISeqOutStream::Write()
    doesn't write all compressed data.
    NCompress::NLzma::CEncoder::Code() could work incorrectly,
    if callback ISequentialOutStream::Write() returns error
    code.
  * Bug in versions 21.00-21.05 was fixed:
    7-Zip didn't set attributes of directories during archive
    extracting.
  version 21.04 beta:
  * 7-Zip now reduces the number of working CPU threads for
    compression, if RAM size is not enough for compression with
    big LZMA2 dictionary.
  * 7-Zip now can create and check "file.sha256" text files that
    contain the list of file names and SHA-256 checksums in
    format compatible with sha256sum program.
  version 21.03 beta:
  * The maximum dictionary size for LZMA/LZMA2 compressing was
    increased to 4 GB (3840 MiB).
  * Minor speed optimizations in LZMA/LZMA2 compressing.
  version 21.02 alpha:
  * The speed for LZMA and LZMA2 decompression in arm64 versions
    was increased by 20%-60%.
  version 21.01 alpha:
  * The improvements for speed of ARM64 version using hardware
    CPU instructions  for AES, CRC-32, SHA-1 and SHA-256.
  * Some bugs were fixed.
  version 20.02 alpha:
  * The default number of LZMA2 chunks per solid block in 7z
    archive was increased to 64. It allows to increase the
    compression speed for big 7z archives, if there is a big
    number  of CPU cores and threads.
  * The speed of PPMd compressing/decompressing was increased
    for 7z archives.
  * The new -ssp switch. If the switch -ssp is specified, 7-Zip
    doesn't allow the system  to modify "Last Access Time"
    property of source files for archiving and hashing operations. 
  * Some bugs were fixed.
  version 20.00 alpha;
  * 7-Zip now supports new optional match finders for LZMA/LZMA2
    compression: bt5 and hc5,  that can work faster than bt4 and
    hc4 match finders for the data with big redundancy.
  * The compression ratio was improved for Fast and Fastest
    compression levels with the following default settings:
    + Fastest level (-mx1) : hc5 match finder with 256 KB
      dictionary.
    + Fast level (-mx3) : hc5 match finder with 4 MB
      dictionary.
  * Minor speed optimizations in multithreaded LZMA/LZMA2
    compression for Normal/Maximum/Ultra compression levels.

OBS-URL: https://build.opensuse.org/request/show/934524
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=20
2021-11-29 11:40:58 +00:00
Stephan Kulow
ca0503567c Accepting request 678221 from Archiving
OBS-URL: https://build.opensuse.org/request/show/678221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=8
2019-02-24 16:20:26 +00:00
f51dbca28e Accepting request 678220 from home:alois:branches:Archiving
- Update to version 19.00
  * Encryption strength for 7z archives was increased:
    the size of random initialization vector was increased from
    64-bit to 128-bit, and the pseudo-random number generator was
    improved.
  * The bug in 7zIn.c code was fixed.

OBS-URL: https://build.opensuse.org/request/show/678220
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=18
2019-02-22 11:26:10 +00:00
Dominique Leuenberger
ae91580588 Accepting request 662059 from Archiving
OBS-URL: https://build.opensuse.org/request/show/662059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=7
2018-12-31 08:47:18 +00:00
f311943ff1 Accepting request 662058 from home:alois:branches:Archiving
- Update to version 18.06
  * The speed for LZMA/LZMA2 compressing was increased by 3-10%,
    and there are minor changes in compression ratio.
  * Some bugs were fixed.
  * The bug in 7-Zip 18.02-18.05 was fixed:
    There was memory leak in multithreading xz decoder -
    XzDecMt_Decode(), if xz stream contains only one block.
  * The changes for MSVS compiler makefiles:
    + the makefiles now use "PLATFORM" macroname with values
      (x64, x86, arm64) instead of "CPU" macroname with values
      (AMD64, ARM64).
    + the makefiles by default now use static version of the
      run-time library.

OBS-URL: https://build.opensuse.org/request/show/662058
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=16
2018-12-30 10:17:51 +00:00
Dominique Leuenberger
e1ca042f69 Accepting request 616029 from Archiving
OBS-URL: https://build.opensuse.org/request/show/616029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=6
2018-06-29 20:25:09 +00:00
4f10e3c8e5 Accepting request 616028 from home:alois:branches:Archiving
- Fixed unpacking problem

OBS-URL: https://build.opensuse.org/request/show/616028
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=14
2018-06-11 12:56:40 +00:00
Dominique Leuenberger
4413663f65 Accepting request 602806 from Archiving
OBS-URL: https://build.opensuse.org/request/show/602806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=5
2018-05-01 21:41:34 +00:00
8df52761aa Accepting request 602805 from home:alois:branches:Archiving
- Update to version 18.05
  * The speed for LZMA/LZMA2 compressing was increased
    by 8% for fastest/fast compression levels and
    by 3% for normal/maximum compression levels.
  * The BUG was fixed in Lzma2Enc.c
    Lzma2Enc_Encode2() function worked incorretly,
      if (inStream == NULL) and the number of block threads is
      more than 1.
- Refreshed lzma-sdk-shlib.patch

OBS-URL: https://build.opensuse.org/request/show/602805
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=12
2018-05-01 11:44:56 +00:00
Dominique Leuenberger
93c3e36f50 Accepting request 585342 from Archiving
OBS-URL: https://build.opensuse.org/request/show/585342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=4
2018-03-12 11:11:51 +00:00
ef6c3ad0c8 Accepting request 585341 from home:alois:branches:Archiving
- Update to version 18.03
  * Asm\x86\LzmaDecOpt.asm: new optimized LZMA decoder written in
    asm for x64 with about 30% higher speed than main version of
    LZMA decoder written in C.
  * The speed for single-thread LZMA/LZMA2 decoder written in C
    was increased by 3%.
- Refreshed lzma-sdk-shlib.patch

OBS-URL: https://build.opensuse.org/request/show/585341
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=10
2018-03-10 19:13:07 +00:00
Dominique Leuenberger
c8d5237ae0 Accepting request 570911 from Archiving
- Update to version 18.01
  * Some changes in LZMA2/xz multithreading code for compressing.
    Some bugs were fixed.

OBS-URL: https://build.opensuse.org/request/show/570911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=3
2018-01-30 14:45:09 +00:00
03284879c4 OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=8 2018-01-30 11:20:03 +00:00
43efe032a8 Accepting request 570775 from home:alois:branches:Archiving
- Update to version 18.01

OBS-URL: https://build.opensuse.org/request/show/570775
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=7
2018-01-29 20:54:19 +00:00
Dominique Leuenberger
eefbed9640 Accepting request 562860 from Archiving
OBS-URL: https://build.opensuse.org/request/show/562860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=2
2018-01-10 22:35:07 +00:00
1423bfa2f6 Accepting request 562636 from home:jengelh:branches:Archiving
- Update to new upstream release 17.01
  * Some bugs were fixed.
- Replace lzma-sdk-16.04-sharedlib.patch with lzma-sdk-shlib.patch.

To be used by games/gzdoom.

OBS-URL: https://build.opensuse.org/request/show/562636
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=5
2018-01-09 11:12:06 +00:00
Dominique Leuenberger
2736d7eae5 Accepting request 495400 from Archiving
OBS-URL: https://build.opensuse.org/request/show/495400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=1
2017-06-20 07:38:51 +00:00
32b06004a5 Accepting request 495383 from home:jengelh:branches:Archiving
- Trim/update description. Redo .pc file generation so that the
  resulting file looks like other .pc files on openSUSE.

OBS-URL: https://build.opensuse.org/request/show/495383
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=3
2017-05-16 15:56:24 +00:00
Martin Pluskal
dea12fa92e Accepting request 494629 from home:alois:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/494629
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=2
2017-05-11 13:52:33 +00:00
Martin Pluskal
587b0a97f0 Accepting request 487925 from home:alois:branches:Archiving
OBS-URL: https://build.opensuse.org/request/show/487925
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=1
2017-04-14 07:43:12 +00:00