about summary refs log tree commit diff
path: root/pkgs/tools/archivers
Commit message (Collapse)AuthorAge
* Merge #66528: glibc: 2.27 -> 2.30 (into staging)Vladimír Čunát2020-02-05
|\ | | | | | | | | Includes update of stdenv bootstap tools (for three main platforms) and many package fixes with new glibc.
| * Merge branch 'staging' into glibc230Maximilian Bosch2020-01-28
| |\ | | | | | | | | | | | | Conflicts: pkgs/applications/misc/vit/default.nix
| * | sharutils: fix build with glibc>=2.28Luka Blaskovic2020-01-14
| | |
* | | unrar: 5.8.5 -> 5.9.1R. RyanTM2020-02-04
| |/ |/|
* | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
|\ \ | | | | | | treewide: fix redirected urls
| * | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* / unrar: Install all C++ header files into the "dev" outputMichael Weiss2020-01-23
|/ | | | | | | | | | | This is e.g. required for the rar2fs build [0], which needs at least version.hpp, rar.hpp, dllext.hpp, dll.hpp, and headers5.hpp. At least Gentoo does this as well [1] but most other distributions only install dll.hpp or no header files at all. [0]: https://github.com/NixOS/nixpkgs/pull/78189 [1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/app-arch/unrar/unrar-5.8.5.ebuild
* 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
|\| |