aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/compression (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utillinux: rename to util-linuxGraham Christensen2020-11-241-2/+2
|
* lz4: 1.9.2 -> 1.9.3Emery Hemingway2020-11-161-2/+2
|
* brotli: add myself as maintainer (#103129)freezeboy2020-11-081-1/+1
|
* brotli.meta.maintainers: unlist myselfVladimír Čunát2020-11-081-1/+1
| | | | | | Years ago I thought I might use it for something, but anything like that seems very unlikely to ever materialize, so let me focus on packages that I consider more important.
* pkgsStatic.brotli: fix patchfreezeboy2020-11-071-3/+4
|
* Merge branch 'master' into staging-nextVladimír Čunát2020-10-312-3/+5
|\
| * Merge pull request #102069 from nix-windows/libarchive-windowsJohn Ericson2020-10-291-2/+4
| |\ | | | | | | libarchive: Fix MinGW build
| | * zstd: Fix MinGW buildJohn Ericson2020-10-281-2/+4
| | |
| * | treewide: remove package names from prefix of descriptionsBen Siraphob2020-10-271-1/+1
| | |
* | | Recover the complicated situation after my bad mergeVladimír Čunát2020-10-261-3/+10
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I made a mistake merge. Reverting it in c778945806b undid the state on master, but now I realize it crippled the git merge mechanism. As the merge contained a mix of commits from `master..staging-next` and other commits from `staging-next..staging`, it got the `staging-next` branch into a state that was difficult to recover. I reconstructed the "desired" state of staging-next tree by: - checking out the last commit of the problematic range: 4effe769e2b - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken merge commit and its revert from that range (while keeping reapplication from 4effe769e2) - merging the last unaffected staging-next commit (803ca85c209) - fortunately no other commits have been pushed to staging-next yet - applying a diff on staging-next to get it into that state
* | Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-251-10/+3
| | | | | | | | | | | | | | I'm sorry; I didn't notice it contained staging commits. This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075.
* | Merge branch 'staging-next' into stagingJan Tojnar2020-10-181-1/+1
|\ \
| * | treewide: remove periods from end of package descriptionsBen Siraphob2020-10-171-1/+1
| | |
* | | brotli: 1.0.7 -> 1.0.9 (PR #100436)freezeboy2020-10-171-3/+10
|/ / | | | | Fixes CVE-2020-8927.
* | flips: init at unstable-2020-10-02Konrad Borowski2020-10-062-0/+42
| |
* | Merge pull request #97198 from r-ryantm/auto-update/lzbenchMario Rodas2020-10-041-2/+2
|\ \ | | | | | | lzbench: 1.8 -> 1.8.1
| * | lzbench: 1.8 -> 1.8.1R. RyanTM2020-09-051-2/+2
| |/
* / brotli: fix patch URLmlvzk2020-09-241-1/+2
|/
* bzip2_1_1: init at 2020-08-11Frederik Rietdijk2020-08-301-0/+45
| | | | | | | | | | | | | | | bzip2 has been unmaintained for a long time. For a while now, there has been maintainership, resulting in the release of 1.0.8. At the same time, there is now a master branch (version 1.1.x) which supports meson and cmake as build systems. This commit adds the current HEAD of the master branch (1.1.x). In the future we may want to use this one instead of the older and patched 1.0.6 we currently have. Related: - https://github.com/NixOS/nixpkgs/pull/65029 - https://github.com/NixOS/nixpkgs/pull/94969
* Merge branch 'master' into staging-nextJan Tojnar2020-08-231-4/+2
|\
| * lzfse: use cmake build systemMatthew Bauer2020-08-191-4/+2
| | | | | | | | this builds .so correctly
* | zstd: fix shebangs when cross-compilingBen Wolsieffer2020-08-151-6/+5
|/
* Merge master into staging-nextFrederik Rietdijk2020-08-011-4/+4
|\
| * lzfse: enable Darwin buildDaniël de Kok2020-07-311-4/+4
| | | | | | | | | | - Enable Darwin build, since Darwin is supported. - Replace the revision by the corresponding Git tag.
* | treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-314-0/+20
|/ | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* pixz: 1.0.6 -> 1.0.7R. RyanTM2020-07-271-2/+2
|
* zstd: build programs and tests against the shared libraryDmitry Kalinkin2020-07-021-5/+19
|
* Merge master into staging-nextFrederik Rietdijk2020-06-121-10/+7
|\
| * Revert "dtrx: remove p7zip, since it's unsafe"Bart Brouns2020-06-111-10/+7
| | | | | | | | | | This reverts commit 9b3ca0c6149bb222da800a89cf9b6b2bc838dc4c. p7zip is now switched to a maintained fork
* | Merge staging-next into stagingFrederik Rietdijk2020-06-081-2/+2
|\|
| * Merge master into staging-nextFrederik Rietdijk2020-06-081-2/+2
| |\
| | * hactool: minor fixupIvarWithoutBones2020-06-071-2/+2
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2020-06-071-3/+5
|\| |
| * | Merge master into staging-nextFrederik Rietdijk2020-06-071-3/+5
| |\|
| | * hactool: fix build on darwinMario Rodas2020-06-061-0/+2
| | |
| | * hactool: 1.3.3 -> 1.4.0R. RyanTM2020-06-061-3/+3
| | |
* | | Revert "Revert "Merge pull request #78910 from serokell/libarchive-zstd""Frederik Rietdijk2020-06-041-2/+4
|/ / | | | | | | | | | | The PR was accidentally merged into master instead of staging and thus reverted. Now, in staging, we can re-revert it. This reverts commit 4df2f78ec72f6a8d2fe286cd34eb3acdfcac81f3.
* | Merge master into staging-nextFrederik Rietdijk2020-06-041-4/+2
|\|
| * Revert "Merge pull request #78910 from serokell/libarchive-zstd"Frederik Rietdijk2020-05-291-4/+2
| | | | | | | | | | | | | | Should go to staging instead. This reverts commit f8d9f59abe02ce97f621da24723156934a54611e, reversing changes made to b27a19d5bf799f581a8afc2b554f178e58c1f524.
| * Merge pull request #78910 from serokell/libarchive-zstdFrederik Rietdijk2020-05-291-2/+4
| |\ | | | | | | libarchive: link to zstd (split zstd output)
* | \ Merge #78910: libarchive: link to zstd (into staging)Vladimír Čunát2020-05-291-2/+7
|\ \ \ | |/ / |/| | | | | Also split outputs and don't provide static lib by default.
| * | zstd: get rid of static libs if enableSharedVladimír Čunát2020-05-291-0/+3
| |/
| * zstd: enable split outputsYorick van Pelt2020-02-101-2/+4
| |
* | Merge master into staging-nextFrederik Rietdijk2020-05-271-7/+10
|\ \
| * | dtrx: remove p7zip, since it's unsafeBart Brouns2020-05-261-7/+10
| | |
* | | Merge master into staging-nextFrederik Rietdijk2020-05-242-12/+31
|\| |
| * | zstd: 1.4.4 -> 1.4.5 (#88609)Orivej Desh2020-05-232-12/+31
| | | | | | | | | | | | | | | | | | The previous CMake version did not run any tests, the current version tries to run all tests (I could not await their completion), and the last GNU Make version ran `make -C tests shortest` which ran only playTests.sh, so I've enabled only the playTests test.
* | | gzip: add setup-hook to stop gzip from adding timestamps to headersPavol Rusnak2020-05-111-1/+11
|/ /
* | zopfli: include all headerstbenst2020-05-081-0/+1
| |
* | hactool: init at 1.3.3Ivar2020-05-031-0/+30
| |