Commit Graph

269 Commits

Author SHA1 Message Date
Rudi Heitbaum
5f3086a878 libarchive: update to 3.7.2 2023-09-14 12:14:08 +00:00
Rudi Heitbaum
8bf052f236 pigz: update to 2.8
ann:
- https://zlib.net/pipermail/pigz-announce_zlib.net/2023-August/000018.html
2023-08-20 22:19:03 +00:00
Rudi Heitbaum
6948a5326f zlib: update to 1.3
ann:
- http://madler.net/pipermail/zlib-announce_madler.net/2023/000014.html

release notes:
- https://github.com/madler/zlib/releases/tag/v1.3
2023-08-20 12:18:01 +00:00
Rudi Heitbaum
e3d3405440 libarchive: update to 3.7.1 2023-08-05 09:04:04 +00:00
Rudi Heitbaum
88b46b4102 xz: update to 5.4.4 2023-08-05 09:04:04 +00:00
Rudi Heitbaum
5cdacc60d1 libarchive: update to 3.7.0 2023-07-19 11:01:43 +00:00
Rudi Heitbaum
cc1a9fc54b 7-zip: update to 23.01 2023-06-26 12:33:07 +00:00
Rudi Heitbaum
809ebd2f92 xz: update to 5.4.3 2023-05-05 13:56:45 +00:00
Rudi Heitbaum
71a23a9563 zstd: update to 1.5.5
release notes:
- https://github.com/facebook/zstd/releases/tag/v1.5.5
2023-04-05 12:16:57 +00:00
Rudi Heitbaum
af2d56060f xz: update to 5.4.2
ann:
- https://www.mail-archive.com/xz-devel@tukaani.org/msg00635.html
2023-03-19 05:38:51 +00:00
CvH
c8af503bb8 Merge pull request #7459 from heitbaum/7-zip-build
toolchain: migrate from p7zip to 7-zip
2023-03-05 21:34:51 +01:00
Ian Leonard
90c95d5589 zstd: update to 1.5.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-02-16 19:21:27 +00:00
Rudi Heitbaum
1169750f4a 7-zip: initial package
releases:
- https://7-zip.org/history.txt

This package replaces p7zip 16.02

Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
2023-02-04 11:48:12 +00:00
Rudi Heitbaum
00913aede1 p7zip: drop package 2023-02-04 03:03:19 +00:00
Rudi Heitbaum
b0140e6ac1 xz: update to 5.4.1
release notes:
- https://github.com/tukaani-project/xz/releases/tag/v5.4.1
2023-01-12 10:51:28 +00:00
Rudi Heitbaum
a81c16ad96 xz: update to 5.4.0
news:
- https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD
2022-12-14 11:50:52 +00:00
Rudi Heitbaum
0f9371e403 libarchive: update to 3.6.2
log:
- https://github.com/libarchive/libarchive/compare/v3.6.1...v3.6.2

release notes:
- https://github.com/libarchive/libarchive/releases/tag/v3.6.2
2022-12-13 13:39:49 +00:00
CvH
cfd7db5ff0 Merge pull request #7173 from HiassofT/le11-revert-y2038
Revert 32-bit Y2038 changes
2022-12-07 21:00:21 +01:00
Matthias Reichl
5508e7fb58 Revert "zip: fix LARGE_FILE_SUPPORT"
This reverts commit f7b92081b5.
2022-12-04 23:44:27 +01:00
Matthias Reichl
6cbc41c59c Revert "zlib: support -D_TIME_BITS=64 for 64-bit time"
This reverts commit 6b43d18f17.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 23:44:26 +01:00
Matthias Reichl
9ee4ce2a23 zstd: don't override make_host
There's no need for it, it only delays building until makeinstall
and messes up build time statistics.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 13:48:23 +01:00
Matthias Reichl
10db624f40 zstd: use local-cc build flag 2022-12-04 13:48:23 +01:00
Rudi Heitbaum
e9c49900ab zstd: build with cmake-make and remove host dependancy of ccache:host
ccache:host now uses zstd to build, so update the dependancies and
force the use of the LOCAL_CC and LOCAL_CXX compilers.
2022-12-04 13:48:23 +01:00
Rudi Heitbaum
80621c706e zlib: host build depends on ccache:host 2022-12-04 13:48:23 +01:00
Rudi Heitbaum
115e1b7dd4 xz: update to 5.2.9
news:
- https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS;hb=3be6942e5c27d29995d41da52fbe274e4ce4a537

5.2.9 (2022-11-30)

    * liblzma:

        - Fixed an infinite loop in LZMA encoder initialization
          if dict_size >= 2 GiB. (The encoder only supports up
          to 1536 MiB.)

        - Fixed two cases of invalid free() that can happen if
          a tiny allocation fails in encoder re-initialization
          or in lzma_filters_update(). These bugs had some
          similarities with the bug fixed in 5.2.7.

        - Fixed lzma_block_encoder() not allowing the use of
          LZMA_SYNC_FLUSH with lzma_code() even though it was
          documented to be supported. The sync-flush code in
          the Block encoder was already used internally via
          lzma_stream_encoder(), so this was just a missing flag
          in the lzma_block_encoder() API function.

        - GNU/Linux only: Don't put symbol versions into static
          liblzma as it breaks things in some cases (and even if
          it didn't break anything, symbol versions in static
          libraries are useless anyway). The downside of the fix
          is that if the configure options --with-pic or --without-pic
          are used then it's not possible to build both shared and
          static liblzma at the same time on GNU/Linux anymore;
          with those options --disable-static or --disable-shared
          must be used too.

    * New email address for bug reports is <xz@tukaani.org> which
      forwards messages to Lasse Collin and Jia Tan.
2022-12-02 09:50:47 +00:00