summary refs log tree commit diff
path: root/pkgs/tools/compression
Commit message (Collapse)AuthorAge
* Merge pull request #142189 from IvarWithoutBones/fix/hacpack-muslSandro2021-10-19
|\
| * hacpack: fix static build && enable parallel buildingIvar Scholten2021-10-19
| |
* | hactool: add musl support && enable parallel buildingIvar Scholten2021-10-19
|/
* ncompress: modernize build and switch to a github sourceArtturin2021-10-13
| | | | | | install only core tools move uncompress to uncompress-ncompress
* crabz: init at 0.7.2figsoda2021-10-09
|
* ouch: 0.1.5 -> 0.2.0Vladyslav M2021-10-07
|
* upx: disable blanket -Werror (fix gcc-11 build)Sergei Trofimovich2021-09-22
| | | | | | | | | | | | | On gcc-11 build fails as: ``` $ nix-build -E 'with import ./.{}; upx.override { stdenv = gcc11Stdenv; }' ... ./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32: error: this 'if' clause does not guard... [-Werror=misleading-indentation] 159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0) \ | ^~ ```
* Merge branch 'master' into staging-nextDmitry Kalinkin2021-08-26
|\ | | | | | | | | Conflicts: pkgs/tools/networking/inetutils/default.nix
| * Merge pull request #124868 from LnL7/darwin-fwupdavidak2021-08-26
| |\ | | | | | | fwup: fix darwin build
| | * fwup: fix darwin buildDaiderd Jordan2021-05-29
| | |
* | | Merge branch 'staging-next' into stagingJan Tojnar2021-08-17
|\| | | | | | | | | | | | | | | | | | | | | | | - boost 167 removed on staging-next (7915d1e03f93f3072ab397448830d028202e5d3d) × boost attributes are inherited on staging (d20aa4955d4c31d8393753ddf088e1ee82c5d12e) - linux kernels were moved to linux-kernels.nix on staging-next (c62f911507977ac67fd5e8547af2d1071c5e0891) × hardened kernels are versioned on staging (a5341beb789c66ed24a11396dda28f2a1303768e) + removed linux_5_12 (e55554491df6e7b789d7f3d6a3b354df3575e1c6) - conflict in node-packages – I regenerated it using node2nix from nixos-unstable (does not build on staging)
| * | tools: replace name with pname&versionFelix Buehler2021-08-12
| | |
* | | zstd: Fix static buildPamplemousse2021-08-16
| | |
* | | xz: replace name with pname&versionFelix Buehler2021-08-12
|/ /
* | Merge pull request #131538 from psibi/add-ouchSandro2021-07-30
|\ \ | | | | | | ouch: init at 0.1.5
| * | ouch: init at 0.1.5Sibi Prabakaran2021-07-26
| | |
* | | Merge master into staging-nextgithub-actions[bot]2021-07-28
|\ \ \
| * | | mozlz4a: remove aliasSandro Jäckel2021-07-28
| |/ /
* | | zstd: fixup wrong preInstall order for isDarwinVladimír Čunát2021-07-25
| | | | | | | | | | | | This regressed in 03e499425 (PR #129873).
* | | Merge staging-next into staginggithub-actions[bot]2021-07-22
|\| |
| * | Merge pull request #130928 from SuperSandro2000/cleanup-compressionSandro2021-07-22
| |\ \
| | * | pxz: drop no longer required patchSandro Jäckel2021-07-22
| | | |
| | * | kzipmix: 20091108 -> 20200115Sandro Jäckel2021-07-22
| | | |
| | * | zsync: cleanupSandro Jäckel2021-07-21
| | | |
| | * | rzip: cleanupSandro Jäckel2021-07-21
| | | |
| | * | pxz: cleanupSandro Jäckel2021-07-21
| | | |
| | * | pixz: cleanupSandro Jäckel2021-07-21
| | | |
| | * | pigz: cleanupSandro Jäckel2021-07-21
| | | |
| | * | lzop: cleanupSandro Jäckel2021-07-21
| | | |
| | * | lrzip: cleanupSandro Jäckel2021-07-21
| | | |
| | * | lhasa: cleanupSandro Jäckel2021-07-21
| | | |
| | * | lbzip2: cleanupSandro Jäckel2021-07-21
| | | |
| | * | kzipmix: cleanupSandro Jäckel2021-07-21
| | | |
| | * | gzrt: cleanupSandro Jäckel2021-07-21
| | | |
| | * | dejsonlz4: cleanupSandro Jäckel2021-07-21
| | | |
| | * | bsdiff: cleanupSandro Jäckel2021-07-21
| | | |
| | * | bsc: cleanupSandro Jäckel2021-07-21
| | | |
| | * | brotli: cleanupSandro Jäckel2021-07-21
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2021-07-18
|\| | |
| * | | Merge master into staging-nextgithub-actions[bot]2021-07-18
| |\| |
| | * | Merge pull request #130472 from Stunkymonkey/inherit-version3Sandro2021-07-18
| | |\ \ | | | | | | | | | | various: cleanup of "inherit version;"
| | | * | various: cleanup of "inherit version;"Felix Buehler2021-07-17
| | | | |
| | * | | treewide: remove meta.versionFelix Buehler2021-07-18
| | |/ /
| * | | Merge branch staging into staging-nextVladimír Čunát2021-07-16
| |\ \ \ | | |/ / | |/| | | | | | | | | | The staging version is a bit older already, used in pre-test: https://hydra.nixos.org/eval/1685435
* | | | Merge staging-next into staginggithub-actions[bot]2021-07-14
|\| | |
| * | | lbzip2: latest gnulib requires autoconf 2.64gfrascadorio2021-07-13
| | | |
* | | | zstd: don't build contrib when cross-compilingJonathan Ringer2021-07-11
| |/ / |/| | | | | | | | | | | | | | Tests and `./gen_html` from contrib need to run on host architecture. Disable them when doing cross-compiliation.
* | | zstd: Add pzstd to compiled binariesMarc Seeger2021-07-09
|/ /
* | zstd: fix darwin patchRyan Burns2021-06-20
| | | | | | | | | | | | Since v1.4.9, another stat command has been added to playTests.sh. Similar to other uses in this file, it attempts to use BSD syntax on Darwin/BSD, and must be patched to unconditionally use GNU syntax.
* | Merge staging-next into staginggithub-actions[bot]2021-06-08
|\ \