summary refs log tree commit diff
path: root/pkgs/tools/compression
Commit message (Collapse)AuthorAge
* treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph2023-11-17
| | | | | | | | stdenv.targetPlatform really shouldn't be used by software that doesn't generate or manipulate binaries. I reviewed all uses of targetPlatform outside of pkgs/development/compilers and pkgs/stdenv and replaced those which weren't involved in something which fits these criteria.
* Merge pull request #243161 from nh2/more-enableStaticArtturi2023-11-07
|\
| * zstd: Add `enableStatic`. See #61575Niklas Hambüchen2023-10-20
| |
| * bzip2: Add `enableStatic`. See #61575Niklas Hambüchen2023-10-20
| |
* | upx: 4.1.0 -> 4.2.0R. Ryantm2023-10-26
| |
* | advancecomp: 2.5 -> 2.6R. Ryantm2023-10-11
| |
* | mozlz4a: 2018-08-23 -> 2022-03-19Kira Bruneau2023-10-05
| |
* | mozlz4a: format with nixpkgs-fmtKira Bruneau2023-10-05
| |
* | brotli: revert upstream fix for rpath on darwinSergei Trofimovich2023-09-17
| | | | | | | | | | | | | | | | | | | | | | Fixed `aarch64-darwin` built of `curl` reported by Martin Weinelt of form: curl-aarch64-darwin> checking run-time libs availability... failed curl-aarch64-darwin> configure: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lnghttp2 -lidn2 -lssh2 -lssh2 -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lresolv -lzstd -lzstd -lbrotlidec -lbrotlidec -lz I think we are embedding wrong runpath. Let's rely on `nixpkgs`'s infrastructure until the failure is better understood.
* | Merge pull request #254532 from trofi/brotli-updateMario Rodas2023-09-13
|\ \ | | | | | | brotli: 1.0.9 -> 1.1.0
| * | brotli: 1.0.9 -> 1.1.0Sergei Trofimovich2023-09-11
| | | | | | | | | | | | Changes: https://github.com/google/brotli/releases/tag/v1.1.0
* | | Merge #250504: gzip: 1.12 -> 1.13Vladimír Čunát2023-09-07
|\ \ \ | |/ / |/| | | | | ...into staging
| * | gzip: 1.12 -> 1.13Janne Heß2023-08-21
| | |
* | | pigz: 2.7 -> 2.8Sergei Trofimovich2023-09-02
| | | | | | | | | | | | | | | | | | Changes: https://github.com/madler/pigz/compare/v2.7...v2.8i Most notable change is glib-1.3 compatibility.
* | | asar: use buildNpmPackageRobert Schütz2023-08-26
|/ /
* | Merge master into staging-nextgithub-actions[bot]2023-08-13
|\ \
| * \ Merge pull request #248810 from r-ryantm/auto-update/upxJörg Thalheim2023-08-13
| |\ \ | | | | | | | | upx: 4.0.2 -> 4.1.0
| | * | upx: 4.0.2 -> 4.1.0R. Ryantm2023-08-13
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2023-08-13
|\| | |
| * | | Merge pull request #248563 from figsoda/ouchNick Cao2023-08-13
| |\ \ \ | | | | | | | | | | ouch: 0.4.1 -> 0.4.2
| | * | | ouch: 0.4.1 -> 0.4.2figsoda2023-08-11
| | |/ / | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/ouch-org/ouch/compare/0.4.1...0.4.2 Changelog: https://github.com/ouch-org/ouch/blob/0.4.2/CHANGELOG.md
* | | | Merge master into staging-nextgithub-actions[bot]2023-08-13
|\| | |
| * | | Merge pull request #246282 from uninsane/pr/dtrx-8.5.3Artturi2023-08-13
| |\ \ \ | | |/ / | |/| |
| | * | dtrx: don't double-wrap the binaryColin2023-07-31
| | | |
| | * | dtrx: 8.5.1 -> 8.5.3Colin2023-07-31
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2023-08-08
|\| | |
| * | | bzip3: 1.3.1 -> 1.3.2Robert Schütz2023-08-06
| | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/kspalaiologos/bzip3/compare/1.3.1...1.3.2 Changelog: https://github.com/kspalaiologos/bzip3/blob/1.3.2/NEWS
* | | | Merge pull request #246936 from trofi/xz-updateMario Rodas2023-08-05
|\ \ \ \ | |/ / / |/| | | xz: 5.4.3 -> 5.4.4
| * | | xz: 5.4.3 -> 5.4.4Sergei Trofimovich2023-08-03
| |/ / | | | | | | | | | Changes: https://github.com/tukaani-project/xz/releases/tag/v5.4.4
* / / flips: unstable-2021-10-28 -> unstable-2023-03-15Konrad Borowski2023-08-04
|/ /
* | Merge pull request #245387 from figsoda/unusedfigsoda2023-07-26
|\ \
| * | pkgs/tools/compression: remove dead codefigsoda2023-07-25
| | |
* | | Merge pull request #224068 from SomeoneSerge/respect-config-cudaSupportConnor Baker2023-07-25
|\ \ \ | |/ / |/| | Respect global config.cudaSupport
| * | treewide: consume config.cudaSupport as requiredSomeone Serge2023-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate uses of `config.cudaSupport or false` and alike, since the option is now declared in config.nix with a default value fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
| * | tree-wide: 'enableCuda ? false' -> 'config.cudaSupport or false' to respect ↵Someone Serge2023-07-20
| |/ | | | | | | global defaults
* / keka: init at 1.3.2Emily Trau2023-07-08
|/
* pigz: 2.6 -> 2.7 (#223504)Claudio Bley2023-06-06
| | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* Merge staging-next into staginggithub-actions[bot]2023-05-30
|\
| * lhasa: 0.3.1 -> 0.4.0R. Ryantm2023-05-28
| |
* | lz4: fix cross compilation to linuxSimon Žlender2023-05-28
|/
* bzip3: 1.3.0 -> 1.3.1Robert Schütz2023-05-22
| | | | | | Diff: https://github.com/kspalaiologos/bzip3/compare/1.3.0...1.3.1 Changelog: https://github.com/kspalaiologos/bzip3/blob/1.3.1/NEWS
* Merge branch 'master' into staging-nextVladimír Čunát2023-05-13
|\
| * imagelol: fix build on gcc-12Sergei Trofimovich2023-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | Without the change build fails on gcc-12 as: ImageLOL.inl: In member function 'ImageLOL::u64 ImageLOL::ImageLOLWriter::write(const T&)': ImageLOL.inl:16:30: error: 'reverse_copy' is not a member of 'std' 16 | std::reverse_copy(begin, end, std::begin(bytes)); | ^~~~~~~~~~~~ Full build log: https://hydra.nixos.org/log/iph14caknll41zd90a4dn1jbafzzfj67-imagelol-0.2.drv ZHF: #230712
* | Merge pull request #230280 from r-ryantm/auto-update/xzMartin Weinelt2023-05-08
|\ \ | |/ |/| xz: 5.4.2 -> 5.4.3
| * xz: 5.4.2 -> 5.4.3R. Ryantm2023-05-06
| |
* | Merge pull request #230011 from spwhitt/remove-spwhittRick van Schijndel2023-05-06
|\ \ | |/ |/| Remove myself as maintainer
| * maintainers: remove spwhittSpencer Whitt2023-05-05
| |
* | offzip: init at 0.4.1Ryan Burns2023-05-05
|/
* dtrx: 8.5.0 -> 8.5.1Brian McKenna2023-04-28
|
* Merge master into staging-nextgithub-actions[bot]2023-04-23
|\