summary refs log tree commit diff
path: root/pkgs/tools/archivers
Commit message (Collapse)AuthorAge
* treewide: installFlags is a listRobin Gloster2019-12-30
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* zip: *Flags are listsRobin Gloster2019-12-30
|
* unzip: *Flags are listsRobin Gloster2019-12-30
|
* maintainer-list.nix: remove ndowensNathan2019-12-26
|
* unrar: 5.8.4 -> 5.8.5R. RyanTM2019-12-24
|
* unrar: 5.8.3 -> 5.8.4R. RyanTM2019-11-29
|
* Merge master into staging-nextFrederik Rietdijk2019-11-16
|\
| * Treewide: fix URL permanent redirectsc0bw3b2019-11-16
| | | | | | | | | | Permanent redirects on homepages and/or source URLs as reported by Repology
* | cpio: 2.12 -> 2.13Lancelot SIX2019-11-12
| | | | | | | | | | | | | | See https://lists.gnu.org/archive/html/info-gnu/2019-11/msg00002.html for release information. Fixes CVE-2019-14866
* | Merge #71401: unzip: CVE-2019-13232 (into staging)Vladimír Čunát2019-11-09
|\ \ | |/ |/|
| * unzip: CVE-2019-13232Thorsten Weber2019-10-20
| |
* | unrar: 5.8.2 -> 5.8.3R. RyanTM2019-11-03
| |
* | unrar: 5.8.1 -> 5.8.2R. RyanTM2019-10-24
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/unrar/versions
* | snzip: init at 1.0.4Doron Behar2019-10-21
|/
* Merge branch 'master' into staging-nextJan Tojnar2019-10-03
|\
| * unrar: 5.7.5 -> 5.8.1R. RyanTM2019-10-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/unrar/versions
* | Merge staging into staging-nextFrederik Rietdijk2019-09-29
|\ \ | |/ |/|
| * treewide: drop adding hicolor-icon-theme where possibleworldofpeace2019-09-18
| | | | | | | | | | This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
* | innoextract: 1.7 -> 1.8R. RyanTM2019-09-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/innoextract/versions
* treewide: remove redundant quotesvolth2019-09-08
|
* Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\ | | | | | | Fixed trivial conflicts caused by removing rec.
| * tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | | | | | | | GTK was renamed.
* | treewide: remove redundant recvolth2019-08-28
|/
* treewide: name -> pnamevolth2019-08-17
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* ctrtool: 0.15 -> 0.16marius8510002019-08-08
|
* Revert "unzip: CVE-2019-13232"adisbladis2019-07-25
| | | | | | | This reverts commit 0238946872c1c63709790f6285bf9cc5585a6704. This patch broke a number of legitimate zips in the wild, including but not limited to most luarocks and a number of gradle-produced JARs.
* unzip: CVE-2019-13232Marek Mahut2019-07-17
|
* zpaq: fix version and pull from githubJonathan Ringer2019-07-11
|
* treewide: use dontConfigureworldofpeace2019-07-01
|
* unp: remove unfree unrar from the default backend listProfpatsch2019-06-24
| | | | | | | | | | | `unrar` is unfree, meaning `unp` cannot be built by default if `unrar` is in its dependencies. A simple env NIXPKGS_ALLOW_UNFREE=1 nix-shell -p unrar will make `unp` work with .rar files.
* unp: improve file copying & fix manpageProfpatsch2019-06-24
|
* xarchiver: 0.5.4.12 -> 0.5.4.14Will Dietz2019-05-29
| | | | | | | | | | Changelog seems only at the level of 5.4.x: https://github.com/ib/xarchiver/blob/0.5.4.14/ChangeLog Commits from 0.5.4.12 to 0.5.4.14: https://github.com/ib/xarchiver/compare/0.5.4.12...0.5.4.14
* Merge pull request #62120 from marius851000/ndstoolMatthew Bauer2019-05-27
|\ | | | | ndstool: init at 2.1.2
| * ndstool: init at 2.1.2marius8510002019-05-27
| |
* | Merge pull request #62016 from r-ryantm/auto-update/wimlibAndreas Rammhold2019-05-24
|\ \ | | | | | | wimlib: 1.13.0 -> 1.13.1
| * | wimlib: 1.13.0 -> 1.13.1R. RyanTM2019-05-24
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wimlib/versions
* / ctrtool: init at 0.15marius8510002019-05-14
|/
* Merge master into staging-nextFrederik Rietdijk2019-05-07
|\
| * Merge pull request #59148 from volth/gcc.arch.v3Michael Raskin2019-05-05
| |\ | | | | | | compilation for particular x86_64 architecture
| | * compilation for particular x86_64 architecturevolth2019-04-30
| | |
* | | Merge master into staging-nextFrederik Rietdijk2019-05-03
|\| |
| * | Merge pull request #60817 from r-ryantm/auto-update/unrarRenaud2019-05-03
| |\ \ | | | | | | | | unrar: 5.7.4 -> 5.7.5
| | * | unrar: 5.7.4 -> 5.7.5R. RyanTM2019-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/unrar/versions
| * / s-tar: 1.5.3 -> 1.6wucke132019-04-30
| |/
* | treewide: make -Wno-error flags clang-onlyMatthew Bauer2019-04-29
| | | | | | | | | | | | 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
* | Merge pull request #56744 from matthewbauer/macos-10-12Matthew Bauer2019-04-26
|\ \ | |/ |/| Update macOS to 10.12
| * treewide: disable -Werror for llvm 7Matthew Bauer2019-04-26
| | | | | | | | | | Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
| * gnutar: disable CFLocaleCopyPreferredLanguagesMatthew Bauer2019-04-26
| | | | | | | | | | | | | | These pull in the system CoreFoundation framework for some reason. In the future, we should figure out a way for it to get these features from the pure CoreFoundation (they do have the symbol). But right now this is an issue with sandboxing in gnutar. Fixes #56591.