about summary refs log tree commit diff
path: root/pkgs/tools/compression
Commit message (Collapse)AuthorAge
* ncompress: 4.2.4.4 -> 4.2.4.5R. RyanTM2019-03-26
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ncompress/versions
* Merge staging-next into masterFrederik Rietdijk2019-03-01
|\
| * xar: add explicit lzma inputDaiderd Jordan2019-02-24
| | | | | | | | lzma is part of the stdenv but not during bootstrapping?
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
|/ | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* lzip: 1.20 -> 1.21Will Dietz2019-01-13
| | | | | | | NEWS file from tarball (don't see it on the mailing list for whatever reason, maybe I'm just blind O:)) https://gist.github.com/dtzWill/4029f87c33939795a365939d06a8ef18
* Merge #53091: gzip: 1.9 -> 1.10 (into staging)Vladimír Čunát2018-12-31
|\
| * gzip: 1.9 -> 1.10Will Dietz2018-12-30
| | | | | | | | https://savannah.gnu.org/forum/forum.php?forum_id=9339
* | zstd: 1.3.7 -> 1.3.8Will Dietz2018-12-28
|/ | | | https://github.com/facebook/zstd/releases/tag/v1.3.8
* mozlz4a: replace lz4 alias with proper nameDmitry Kalinkin2018-12-25
| | | | | lz4 used to package the same package as python-lz4, then lz4 was removed and became an alias to python-lz4
* mozlz4a: 2015-07-24 -> 2018-08-23; fixes compatibility with newer ↵Michael Raskin2018-12-21
| | | | python3Packages.lz4
* Merge pull request #51965 from vaibhavsagar/fix-static-lz4John Ericson2018-12-13
|\ | | | | lz4: Fix pkgsStatic build
| * lz4: fix pkgsStatic buildVaibhav Sagar2018-12-13
| |
* | Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-02
| |
* | brotli: 1.0.6 -> 1.0.7 (#48874)Will Dietz2018-10-23
| |
* | Merge pull request #48846 from veprbl/pr/zstd_137Vladyslav M2018-10-23
|\ \ | | | | | | zstd: 1.3.6 -> 1.3.7
| * | zstd: 1.3.6 -> 1.3.7Dmitry Kalinkin2018-10-22
| | |
* | | treewide: preserve hashesMatthew Bauer2018-10-16
| | | | | | | | | | | | avoid mass rebuild from the last commits
* | | treewide: don’t set CMAKE_SYSTEM_NAMEMatthew Bauer2018-10-16
|/ /
* | zstd: 1.3.5 -> 1.3.6 (#47965)Vladyslav M2018-10-14
| |
* | lz4: 1.8.2 -> 1.8.3 (#47547)Will Dietz2018-10-02
| |
* | Merge pull request #46773 from mcmtroffaes/feature/fix-brotli-mingwMatthew Bauer2018-09-22
|\ \ | | | | | | brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds
| * | brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross buildsMatthias C. M. Troffaes2018-09-17
| | | | | | | | | | | | | | | | | | CMAKE passes the flag -rdynamic otherwise (which is not recognized by mingw). Setting the appropriate flag avoids this problem and allows the build to succeed.
* | | brotli: 1.0.5 -> 1.0.6 (#46903)Will Dietz2018-09-20
|/ /
* | zdelta: add licenseMarkus Kowalewski2018-09-07
| |
* | pigz: add licenseMarkus Kowalewski2018-09-07
|/
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* upx: 3.94 -> 3.95Will Dietz2018-08-27
|
* zstd: make tests run, but disableJan Malakhovski2018-08-11
|
* Merge master into stagingFrederik Rietdijk2018-08-09
|\
| * Merge pull request #44813 from markuskowa/licenses-zipPascal Wittmann2018-08-09
| |\ | | | | | | Add licenses: libzip, minizip, bzip2, zip
| | * bzip2: update licenseMarkus Kowalewski2018-08-09
| | |
| * | zopfli: 1.0.1 -> 1.0.2 (#44769)Bob van der Linden2018-08-08
| | |
| * | zstdmt: remove (dupe, unmaintainable)Austin Seipp2018-08-07
| |/ | | | | | | | | | | | | | | | | The user who wrote this code on GitHub has since deleted their account, making any updates impossible. Furthermore, this package is redundant anyway: Zstandard has been shipping a compatible 'zstdmt' binary, API, and stable multi-threading support for over a year now. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | lzip: support windows crossMatthew Bauer2018-08-02
| |
* | treewide: Remove stdenv.isCrossJohn Ericson2018-08-02
|/ | | | | | | I *want* cross-specific overrides to be verbose, so I rather not have this shorthand. This makes the syntactic overhead more proportional to the maintainence cost. Hopefully this pushes people towards fewer conditionals and more abstractions.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* Merge master into staging-nextFrederik Rietdijk2018-07-16
|\
| * xz: enable optional static compilationDomen Kožar2018-07-16
| |
* | Merge pull request #43088 from matthewbauer/miscMatthew Bauer2018-07-05
|\| | | | | Get rid of 2 unneeded packages
| * zstd: 1.3.4 -> 1.3.5 (#42913)R. RyanTM2018-07-03
| |
* | Merge branch 'master' into stagingVladimír Čunát2018-06-30
|\|
| * treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | | | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
| * treewide: http -> https (#42665)Ryan Mulligan2018-06-27
| |
* | brotli: 1.0.4 -> 1.0.5 (#42702)Will Dietz2018-06-28
|/ | | | | | | Release notes: https://github.com/google/brotli/releases/tag/v1.0.5 Commits: https://github.com/google/brotli/compare/v1.0.4...v1.0.5
* lz4: 131 -> v1.8.2 (#41293)Benjamin Hipple2018-06-03
| | | Upgrades lz4 from version 131 (released 2015-06-29) to v1.8.2 (released 2018-05-07)
* treewide: get rid of musl stuffMatthew Bauer2018-05-31
|
* lzma: 5.2.3 -> 5.2.4R. RyanTM2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xz/versions. These checks were done: - built on NixOS - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/unxz -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/unxz --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzcat -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzcat --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzma -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzma --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/unlzma -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/unlzma --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzcat -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzcat --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzdiff --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzdiff --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzgrep --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzgrep -V’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzgrep --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzmore -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzmore --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzmore help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzmore --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzless -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzless --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzless help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzless --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzcmp --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzcmp --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzegrep --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzegrep -V’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzegrep --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzfgrep --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzfgrep -V’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzfgrep --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzdiff --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzdiff --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzcmp --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzcmp --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzgrep --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzgrep -V’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzgrep --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzegrep --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzegrep -V’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzegrep --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzfgrep --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzfgrep -V’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzfgrep --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmore -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmore --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmore help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmore --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzless -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzless --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzless help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzless --version’ and found version 5.2.4 - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzdec -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzdec --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmadec -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmadec --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xz -h’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xz --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmainfo --help’ got 0 exit code - ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmainfo --version’ and found version 5.2.4 - found 5.2.4 with grep in /nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin - directory tree listing: https://gist.github.com/5bf57c36243ce0756cb390f685d22fdf
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* Merge remote-tracking branch 'upstream/master' into HEADTuomas Tynkkynen2018-04-16
|\ | | | | | | | | | | | | Conflicts: pkgs/applications/version-management/git-and-tools/git/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/unix-tools.nix