summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/compression
AgeCommit message (Collapse)Author
2019-08-28treewide: remove redundant recvolth
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát
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
2019-08-21Merge remote-tracking branch 'upstream/master' into openssl-1.1Robin Gloster
2019-08-19zstd: 1.4.2 -> 1.4.3Will Dietz
https://github.com/facebook/zstd/releases/tag/v1.4.3
2019-08-19zstd: 1.4.1 -> 1.4.2 (#65409)Orivej Desh (NixOS)
https://github.com/facebook/zstd/releases/tag/v1.4.2
2019-08-17treewide: name -> pnamevolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-14zsh/pth/zsync: cross fixes (#65780)Jörg Thalheim
zsh/pth/zsync: cross fixes
2019-08-02zsync: fix cross-build by setting ARJörg Thalheim
2019-08-02Merge remote-tracking branch 'upstream/master' into openssl-1.1Robin Gloster
2019-07-29xar: fix to work on openssl 1.1.xDan Peebles
2019-07-28Merge master into staging-nextFrederik Rietdijk
2019-07-28Merge pull request #65493 from virusdave/dnicponski/scratch/add_dcssMichael Raskin
games/crawl: add support for MacOS/Darwin builds for Dungeon Crawl
2019-07-28games/crawl: add support for MacOS/Darwin buildsDave Nicponski
games/crawl: Add support for darwin builds. Also, compression/advancecomp: Add support for darwin builds in meta (which already worked).
2019-07-25zstd: 1.4.1 -> 1.4.2Will Dietz
https://github.com/facebook/zstd/releases/tag/v1.4.2
2019-07-21zstd: 1.4.0 -> 1.4.1Orivej Desh
2019-07-01treewide: use dontUnpackworldofpeace
2019-06-22bzip2: patch CVE-2019-12900Vladimír Čunát
The vulnerability seems quite serious. It isn't practical to use fetchpatch here due to bootstrapping, so I just committed the small patch file.
2019-05-12bzip2: enable parallel buildingBenjamin Hipple
2019-05-04lz4: pick upstream fix for Darwin, move to pnameWill Dietz
2019-04-29treewide: make -Wno-error flags clang-onlyMatthew Bauer
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
2019-04-27lz4: 1.8.3 -> 1.9.1 (#59812)Will Dietz
* 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
2019-04-26Merge pull request #56744 from matthewbauer/macos-10-12Matthew Bauer
Update macOS to 10.12
2019-04-26treewide: disable -Werror for llvm 7Matthew Bauer
Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
2019-04-26Merge branch 'master' into stagingJan Tojnar
2019-04-26pigz: fix crossFrederik Rietdijk
2019-04-21Merge pull request #59813 from dtzWill/update/zstd-1.4.0Will Dietz
zstd: 1.3.8 -> 1.4.0
2019-04-20dejsonlz4: init at 1.1 (#51373)mt_caret
* dejsonlz4: init at 1.1 * fix description Co-Authored-By: mt-caret <mtakeda.enigsol@gmail.com>
2019-04-17zstd: 1.3.8 -> 1.4.0Will Dietz
https://github.com/facebook/zstd/releases/tag/v1.4.0
2019-03-26ncompress: 4.2.4.4 -> 4.2.4.5R. RyanTM
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
2019-03-01Merge staging-next into masterFrederik Rietdijk
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim
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.
2019-02-24xar: add explicit lzma inputDaiderd Jordan
lzma is part of the stdenv but not during bootstrapping?
2019-01-13lzip: 1.20 -> 1.21Will Dietz
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
2018-12-31Merge #53091: gzip: 1.9 -> 1.10 (into staging)Vladimír Čunát
2018-12-30gzip: 1.9 -> 1.10Will Dietz
https://savannah.gnu.org/forum/forum.php?forum_id=9339
2018-12-28zstd: 1.3.7 -> 1.3.8Will Dietz
https://github.com/facebook/zstd/releases/tag/v1.3.8
2018-12-25mozlz4a: replace lz4 alias with proper nameDmitry Kalinkin
lz4 used to package the same package as python-lz4, then lz4 was removed and became an alias to python-lz4
2018-12-21mozlz4a: 2015-07-24 -> 2018-08-23; fixes compatibility with newer ↵Michael Raskin
python3Packages.lz4
2018-12-13Merge pull request #51965 from vaibhavsagar/fix-static-lz4John Ericson
lz4: Fix pkgsStatic build
2018-12-13lz4: fix pkgsStatic buildVaibhav Sagar
2018-12-02Treewide: use HTTPS on NonGNU domainsc0bw3b
2018-10-23brotli: 1.0.6 -> 1.0.7 (#48874)Will Dietz
2018-10-23Merge pull request #48846 from veprbl/pr/zstd_137Vladyslav M
zstd: 1.3.6 -> 1.3.7
2018-10-22zstd: 1.3.6 -> 1.3.7Dmitry Kalinkin
2018-10-16treewide: preserve hashesMatthew Bauer
avoid mass rebuild from the last commits
2018-10-16treewide: don’t set CMAKE_SYSTEM_NAMEMatthew Bauer
2018-10-14zstd: 1.3.5 -> 1.3.6 (#47965)Vladyslav M
2018-10-02lz4: 1.8.2 -> 1.8.3 (#47547)Will Dietz
2018-09-22Merge pull request #46773 from mcmtroffaes/feature/fix-brotli-mingwMatthew Bauer
brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds