2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
git-bruh
267581e82f
zstd: 1.5.2 2022-03-06 18:36:15 +05:30
Dylan Araps
14849c1eb7
repo: check-in readmes 2021-08-26 07:22:10 +03:00
Dylan Araps
ba21123ed0
zstd: update for new env 2021-07-18 06:40:19 +03:00
Dylan Araps
f58992a279
zstd: use VERSION 2021-07-15 10:33:26 +03:00
Dylan Araps
57a692afcd
zstd: remove sed -i 2021-07-03 21:05:22 +00:00
Dylan Araps
259e251c24
zstd: static programs, only zstd 2021-07-03 11:16:18 +00:00
Dylan Araps
c987100aef
zstd: 1.5.0 2021-06-30 11:25:10 +00:00
Dylan Araps
0cf1b4ccf8
zstd: bump to 1.4.5 2020-05-22 11:28:02 +03:00
Dylan Araps
8c7da12ec9
various: Minor fixes 2020-05-17 10:39:05 +03:00
Dylan Araps
2fede655de
zstd: new package at 1.4.4
Looks like we'll be forced to include zstd in the near future.
Software releases over the past few months have included zstd
support with more software to follow (non-optionally).

The GNU autotools suite has added support for creating dist
tarballs with zstd as the compression method. We may start to
see release tarballs of software compressed with zstd.

ccache will use zstd in the next major release and this is a
mandatory change. It cannot be avoided or disabled. We'd need
zstd to continue to keep ccache up-to-date (important).

GCC 10, GRUB and other software have received optional support
for zstd. These may be made mandatory in the future, it's too
early to tell.

Basically, a mandatory requirement on zstd is coming for some
software. This commit just readies KISS for the future though
I would have preferred to not include it at all (similar
reasoning to Debian).
2020-03-22 14:27:24 +02:00