summary refs log tree commit diff
path: root/pkgs/tools/compression
Commit message (Collapse)AuthorAge
* lzma: 5.2.2 -> 5.2.3Tuomas Tynkkynen2017-04-11
|
* Merge pull request #24762 from matthewbauer/darwin-misc-fixesDaiderd Jordan2017-04-10
|\ | | | | darwin: miscellaneous fixes
| * zstmdt: fix macOS buildMatthew Bauer2017-04-08
| |
* | advancecomp: fix licensePetr Mikusek2017-04-07
| |
* | brotli: fix on DarwinDan Peebles2017-04-06
|/
* Merge pull request #24325 from ndowens/lzfsendowens2017-03-26
|\ | | | | lzfse: 2016-06-21 -> 2017-03-08
| * lzfse: 2016-06-21 -> 2017-03-08ndowens2017-03-25
| |
* | advancecomp: 1.19 -> 1.23ndowens2017-03-24
|/
* Merge pull request #23311 from cheecheeo/zstdmtMichael Raskin2017-03-18
|\ | | | | zstdmt: init at 0.3
| * zstdmt: init at 0.3John Chee2017-03-01
| |
* | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2017-03-14
|\ \ | | | | | | | | | | | | Conflicts: pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
| * | lzham: init at 1.0Lluís Batlle i Rossell2017-03-11
| | | | | | | | | | | | Compressor.
| * | bsc: init at 3.1.0Lluís Batlle i Rossell2017-03-11
| | | | | | | | | | | | Compressor.
* | | lzip: 1.17 -> 1.18ndowens2017-03-02
|/ /
* | lzbench: init at 20170208Lluís Batlle i Rossell2017-02-27
| | | | | | | | | | | | In-memory benchmark of several up-to-date compressors. Signed-off-by: Lluís Batlle i Rossell <viric@viric.name>
* | zsync: replace sha1 with sha256Jörg Thalheim2017-02-26
| |
* | dtrx: replace sha1 with sha256Jörg Thalheim2017-02-26
|/
* zstd: update to 1.1.3Lluís Batlle i Rossell2017-02-16
|
* brotli: update to 0.5.2Lluís Batlle i Rossell2017-02-16
| | | | From 0.3.0
* gzip: `xz.bin` should be native input---accidentally worked because `bin` ↵John Ericson2017-01-14
| | | | | (#21887) Otherwise http://hydra.nixos.org/build/46501984/nixlog/2
* lrzip: 0.630 -> 0.631Michael Raskin2017-01-02
|
* pixz: refactor allow builds on non linuxMitch Tishmack2016-12-26
|
* pigz: refactor allow builds on non linuxMitch Tishmack2016-12-26
|
* Revert "Revert "bzip2: patch for CVE-2016-3189""Graham Christensen2016-11-30
| | | | This reverts commit 6393ca650eb9ef5f045905600c4256a0d0bf20b7.
* treewide: quote URLs in my packagesNikolay Amiantov2016-11-24
|
* Revert "lz4: 131 -> 1.7.3"Vladimír Čunát2016-11-17
| | | | | | This reverts commit 1f0a12ee8d59e6de3309f36b669997757e8dd54d. Systemd build was broken and such change should probably go through staging anyway.
* lz4: 131 -> 1.7.3Tobias Geerinckx-Rice2016-11-17
| | | | ‘make install’ now supports FreeBSD out of the box (untested).
* dtrx: add archivers to dependenciesAlex Ivanov2016-11-10
|
* zstd: 1.0.0 -> 1.1.1Tobias Geerinckx-Rice2016-11-05
|
* lhasa: init at 0.3.1Sander van der Burg2016-10-10
|
* lz4: Don't install static libraryEelco Dolstra2016-09-05
|
* zstd: 0.7.5 -> 1.0.0Susan Potter2016-09-03
| | | | Also updated to use the new repository location under facebook organization.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-12
|\
| * zstd: 0.7.3 -> 0.7.5Tobias Geerinckx-Rice2016-08-03
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\|
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
| * treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | | | | | In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\|
| * zstd: 0.7.2 -> 0.7.3Tobias Geerinckx-Rice2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | New: - compression format specification zstd_compression_format.md - -- separator, stating that all following arguments are file names - ZSTD_getDecompressedSize() Fixes: - dictBuilder using HC levels - legacy support from ZSTD_decompress_usingDDict() - multi-blocks decoding with intermediate uncompressed blocks
| * lzfse: init at 2016-06-21Ram Kromberg2016-07-08
| |
| * zstd: 0.7.1 -> 0.7.2Tobias Geerinckx-Rice2016-07-03
| | | | | | | | | | | | | | | | | | Fixes: - ZSTD_decompressBlock() using multiple consecutive blocks. - potential segfault on very large files (many gigabytes). - CLI displays system error message when destination file cannot be created. - potential leak in zdict.
| * zstd: set meta.platforms to unixFlorian2016-06-23
| |
| * zstd: 0.7.0 -> 0.7.1Tobias Geerinckx-Rice2016-06-23
| | | | | | | | | | | | | | | | | | | | | | Fixes: - ZBUFF_compressEnd() called multiple times with too small dst buffer - dictBuilder fails if first sample is too small - corruption issue - cli breaks during destination file overwrite confirmation Changes: - frame checksum enabled by default in command line mode
| * Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
| * zstd: 0.6.1 -> 0.7.0Tobias Geerinckx-Rice2016-06-16
| | | | | | | | Changes: https://github.com/Cyan4973/zstd/releases/tag/v0.7.0
| * lrzip: 0.621 -> 0.630Tobias Geerinckx-Rice2016-06-12
| | | | | | | | Changes: http://ck-hack.blogspot.com/2016/06/lrzip-0630.html
* | Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\|
| * Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
| |
| * zstd: 0.6.0 -> 0.6.1Tobias Geerinckx-Rice2016-05-14
| |