aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/compression (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove redundant recvolth2019-08-282-2/+2
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-242-4/+12
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * Merge remote-tracking branch 'upstream/master' into openssl-1.1Robin Gloster2019-08-212-2/+4
| |\
| | * zstd: 1.4.2 -> 1.4.3Will Dietz2019-08-191-2/+2
| | | | | | | | | | | | https://github.com/facebook/zstd/releases/tag/v1.4.3
| | * zstd: 1.4.1 -> 1.4.2 (#65409)Orivej Desh (NixOS)2019-08-191-2/+2
| | |\ | | | | | | | | https://github.com/facebook/zstd/releases/tag/v1.4.2
| | | * zstd: 1.4.1 -> 1.4.2Will Dietz2019-07-251-2/+2
| | | | | | | | | | | | | | | | https://github.com/facebook/zstd/releases/tag/v1.4.2
| * | | Merge remote-tracking branch 'upstream/master' into openssl-1.1Robin Gloster2019-08-021-1/+1
| |\ \ \
| * | | | xar: fix to work on openssl 1.1.xDan Peebles2019-07-291-2/+10
| | |_|/ | |/| |
* | | | treewide: name -> pnamevolth2019-08-171-2/+3
| | | |
* | | | treewide: name -> pname (easy cases) (#66585)volth2019-08-1517-26/+24
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* | | zsh/pth/zsync: cross fixes (#65780)Jörg Thalheim2019-08-141-0/+2
|\ \ \ | | | | | | | | zsh/pth/zsync: cross fixes
| * | | zsync: fix cross-build by setting ARJörg Thalheim2019-08-021-0/+2
| | |/ | |/|
* | | Merge master into staging-nextFrederik Rietdijk2019-07-281-1/+1
|\| | | |/ |/|
| * Merge pull request #65493 from virusdave/dnicponski/scratch/add_dcssMichael Raskin2019-07-281-1/+1
| |\ | | | | | | games/crawl: add support for MacOS/Darwin builds for Dungeon Crawl
| | * games/crawl: add support for MacOS/Darwin buildsDave Nicponski2019-07-281-1/+1
| | | | | | | | | | | | | | | games/crawl: Add support for darwin builds. Also, compression/advancecomp: Add support for darwin builds in meta (which already worked).
* | | zstd: 1.4.0 -> 1.4.1Orivej Desh2019-07-211-5/+6
|/ /
* | treewide: use dontUnpackworldofpeace2019-07-011-1/+1
| |
* | bzip2: patch CVE-2019-12900Vladimír Čunát2019-06-222-0/+14
| | | | | | | | | | | | The vulnerability seems quite serious. It isn't practical to use fetchpatch here due to bootstrapping, so I just committed the small patch file.
* | bzip2: enable parallel buildingBenjamin Hipple2019-05-121-2/+2
|/
* lz4: pick upstream fix for Darwin, move to pnameWill Dietz2019-05-041-4/+12
|
* treewide: make -Wno-error flags clang-onlyMatthew Bauer2019-04-291-1/+1
| | | | | | In 724e833ea2a, I was a little too aggressive in enabling these flags. Many don’t work in gcc, and we should probably avoid settings them widely. This makes those flags optional on isclang
* lz4: 1.8.3 -> 1.9.1 (#59812)Will Dietz2019-04-271-2/+2
| | | | | | | | | | * lz4: 1.8.3 -> 1.9.0 https://github.com/lz4/lz4/releases/tag/v1.9.0 * lz4: 1.9.0 -> 1.9.1 fixes read out-of-bounds issue w/1.9.0
* Merge pull request #56744 from matthewbauer/macos-10-12Matthew Bauer2019-04-261-0/+2
|\ | | | | Update macOS to 10.12
| * treewide: disable -Werror for llvm 7Matthew Bauer2019-04-261-0/+2
| | | | | | | | | | Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
* | Merge branch 'master' into stagingJan Tojnar2019-04-261-1/+1
|\ \
| * | pigz: fix crossFrederik Rietdijk2019-04-261-1/+1
| |/
* | Merge pull request #59813 from dtzWill/update/zstd-1.4.0Will Dietz2019-04-211-4/+4
|\ \ | |/ |/| zstd: 1.3.8 -> 1.4.0
| * zstd: 1.3.8 -> 1.4.0Will Dietz2019-04-171-4/+4
| | | | | | | | https://github.com/facebook/zstd/releases/tag/v1.4.0
* | dejsonlz4: init at 1.1 (#51373)mt_caret2019-04-201-0/+28
|/ | | | | | | | | * dejsonlz4: init at 1.1 * fix description Co-Authored-By: mt-caret <mtakeda.enigsol@gmail.com>
* ncompress: 4.2.4.4 -> 4.2.4.5R. RyanTM2019-03-261-2/+2
| | | | | | | 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-011-2/+2
|\
| * xar: add explicit lzma inputDaiderd Jordan2019-02-241-2/+2
| | | | | | | | lzma is part of the stdenv but not during bootstrapping?
* | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-261-2/+2
|/ | | | | | | | | 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-131-2/+2
| | | | | | | 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-311-6/+3
|\
| * gzip: 1.9 -> 1.10Will Dietz2018-12-301-6/+3
| | | | | | | | https://savannah.gnu.org/forum/forum.php?forum_id=9339
* | zstd: 1.3.7 -> 1.3.8Will Dietz2018-12-281-2/+2
|/ | | | https://github.com/facebook/zstd/releases/tag/v1.3.8
* mozlz4a: replace lz4 alias with proper nameDmitry Kalinkin2018-12-251-2/+3
| | | | | 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-211-3/+3
| | | | python3Packages.lz4
* Merge pull request #51965 from vaibhavsagar/fix-static-lz4John Ericson2018-12-131-3/+16
|\ | | | | lz4: Fix pkgsStatic build
| * lz4: fix pkgsStatic buildVaibhav Sagar2018-12-131-3/+16
| |
* | Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-021-1/+1
| |
* | brotli: 1.0.6 -> 1.0.7 (#48874)Will Dietz2018-10-231-2/+2
| |
* | Merge pull request #48846 from veprbl/pr/zstd_137Vladyslav M2018-10-231-2/+2
|\ \ | | | | | | zstd: 1.3.6 -> 1.3.7
| * | zstd: 1.3.6 -> 1.3.7Dmitry Kalinkin2018-10-221-2/+2
| | |
* | | treewide: preserve hashesMatthew Bauer2018-10-161-0/+2
| | | | | | | | | | | | avoid mass rebuild from the last commits
* | | treewide: don’t set CMAKE_SYSTEM_NAMEMatthew Bauer2018-10-161-4/+0
|/ /
* | zstd: 1.3.5 -> 1.3.6 (#47965)Vladyslav M2018-10-141-4/+7
| |
* | lz4: 1.8.2 -> 1.8.3 (#47547)Will Dietz2018-10-021-2/+2
| |
* | Merge pull request #46773 from mcmtroffaes/feature/fix-brotli-mingwMatthew Bauer2018-09-221-0/+3
|\ \ | | | | | | brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds