about summary refs log tree commit diff
path: root/pkgs/tools/archivers
AgeCommit message (Collapse)AuthorFilesLines
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth14-18/+18
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-08ctrtool: 0.15 -> 0.16marius8510001-4/+4
2019-07-25Revert "unzip: CVE-2019-13232"adisbladis1-5/+0
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.
2019-07-17unzip: CVE-2019-13232Marek Mahut1-0/+5
2019-07-11zpaq: fix version and pull from githubJonathan Ringer1-9/+8
2019-07-01treewide: use dontConfigureworldofpeace1-1/+1
2019-06-24unp: remove unfree unrar from the default backend listProfpatsch1-2/+6
`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.
2019-06-24unp: improve file copying & fix manpageProfpatsch1-8/+9
2019-05-29xarchiver: 0.5.4.12 -> 0.5.4.14Will Dietz1-11/+3
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
2019-05-27Merge pull request #62120 from marius851000/ndstoolMatthew Bauer1-0/+24
ndstool: init at 2.1.2
2019-05-27ndstool: init at 2.1.2marius8510001-0/+24
2019-05-24Merge pull request #62016 from r-ryantm/auto-update/wimlibAndreas Rammhold1-2/+2
wimlib: 1.13.0 -> 1.13.1
2019-05-24wimlib: 1.13.0 -> 1.13.1R. RyanTM1-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/wimlib/versions
2019-05-14ctrtool: init at 0.15marius8510001-0/+30
2019-05-07Merge master into staging-nextFrederik Rietdijk2-7/+2
2019-05-05Merge pull request #59148 from volth/gcc.arch.v3Michael Raskin2-7/+2
compilation for particular x86_64 architecture
2019-05-03Merge master into staging-nextFrederik Rietdijk2-4/+4
2019-05-03Merge pull request #60817 from r-ryantm/auto-update/unrarRenaud1-2/+2
unrar: 5.7.4 -> 5.7.5
2019-05-02unrar: 5.7.4 -> 5.7.5R. RyanTM1-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/unrar/versions
2019-04-30compilation for particular x86_64 architecturevolth2-7/+2
2019-04-30s-tar: 1.5.3 -> 1.6wucke131-2/+2
2019-04-29treewide: make -Wno-error flags clang-onlyMatthew Bauer1-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
2019-04-26Merge pull request #56744 from matthewbauer/macos-10-12Matthew Bauer2-0/+3
Update macOS to 10.12
2019-04-26treewide: disable -Werror for llvm 7Matthew Bauer1-0/+2
Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
2019-04-26gnutar: disable CFLocaleCopyPreferredLanguagesMatthew Bauer1-0/+1
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.
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2019-04-16Merge staging-next into stagingFrederik Rietdijk1-0/+1
2019-04-16gnutar: 1.31 -> 1.32R. RyanTM1-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/gnutar/versions
2019-04-12treewide: fixup bcf54cernhmjoj1-0/+1
fix the executable bit for scripts installed with substituteAll and some remaining shebangs.
2019-04-07Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-04-05unrar: 5.7.3 -> 5.7.4Will Dietz1-2/+2
2019-03-10Merge branch 'staging-next' into stagingVladimír Čunát2-4/+4
2019-03-09Merge pull request #56031 from matthewbauer/prioritiesMatthew Bauer1-0/+2
Add some more priorities
2019-03-05cabextract: 1.9 -> 1.9.1Pascal Wittmann1-2/+2
2019-03-04unrar: 5.5.8 -> 5.7.3 (#56657)Will Dietz1-2/+2
2019-02-24Merge pull request #54727 from phi-gamma/afio-2.5.2Ryan Mulligan3-51/+48
afio: update 2.5.1 -> 2.5.2
2019-02-18gnutar: set low priorityMatthew Bauer1-0/+2
2019-02-17unzip: patch CVE-2018-18384Pierre Bourdon2-0/+36
Patch from https://sourceforge.net/p/infozip/bugs/53/
2019-01-27afio: update 2.5.1 -> 2.5.2Philipp Gesang3-51/+48
2019-01-19Merge pull request #54094 from rnhmjoj/shellFrederik Rietdijk2-1/+2
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2-1/+2
2019-01-06gnutar: 1.30 -> 1.31R. RyanTM1-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/gnutar/versions
2018-12-24fsarchiver: init at 0.8.5Elis Hirwing1-0/+43
Filesystem archiver: http://www.fsarchiver.org/
2018-12-13wimlib: 1.12.0 -> 1.13.0R. RyanTM1-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/wimlib/versions
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b3-3/+3
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
2018-12-02Treewide: use HTTPS on NonGNU domainsc0bw3b1-1/+1
2018-11-10Merge pull request #50197 from r-ryantm/auto-update/cabextractJörg Thalheim1-2/+2
cabextract: 1.7 -> 1.9
2018-11-10cabextract: 1.7 -> 1.9R. RyanTM1-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/cabextract/versions
2018-11-08unshield: 1.4.2 -> 1.4.3R. RyanTM1-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/unshield/versions