summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/archivers/unrar
AgeCommit message (Collapse)Author
2020-04-07unrar: 5.9.1 -> 5.9.2R. RyanTM
2020-02-04unrar: 5.8.5 -> 5.9.1R. RyanTM
2020-01-27Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger
treewide: fix redirected urls
2020-01-23unrar: Install all C++ header files into the "dev" outputMichael Weiss
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
2020-01-22treewide: fix redirected urlsPatrick Hilhorst
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 ```
2019-12-24unrar: 5.8.4 -> 5.8.5R. RyanTM
2019-11-29unrar: 5.8.3 -> 5.8.4R. RyanTM
2019-11-03unrar: 5.8.2 -> 5.8.3R. RyanTM
2019-10-24unrar: 5.8.1 -> 5.8.2R. RyanTM
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-10-02unrar: 5.7.5 -> 5.8.1R. RyanTM
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-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-02unrar: 5.7.4 -> 5.7.5R. RyanTM
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-05unrar: 5.7.3 -> 5.7.4Will Dietz
2019-03-04unrar: 5.5.8 -> 5.7.3 (#56657)Will Dietz
2018-01-22unrar: Fix for crossWill Dietz
Just read tool variables from environment, don't try to set them at all.
2017-10-12unrar: 5.5.7 -> 5.5.8mimadrid
2017-09-28unrar: 5.5.5 -> 5.5.7 for multiple CVEsFranz Pletz
Fixes CVE-2012-6706, CVE-2017-12940, CVE-2017-12941, CVE-2017-12942.
2017-06-21unrar: 5.4.5 -> 5.5.5 (security)Franz Pletz
Fixes arbitrary memory write. See https://bugs.chromium.org/p/project-zero/issues/detail?id=1286
2016-09-02unrar: 5.4.4 -> 5.4.5mimadrid
2016-07-30unrar: 5.4.2 -> 5.4.4 (#17361)Miguel Madrid
2016-07-07unrar: 5.3.11 -> 5.4.2Miguel Madrid
2016-04-01Merge branch 'master' into closure-sizeVladimír Čunát
Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
2016-03-11unrar: build on darwinAllan Espinosa
2016-03-08Merge master into closure-sizeVladimír Čunát
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
2016-03-05unrar: 5.3.9 -> 5.3.11Nikolay Amiantov
Also build shared library.
2016-01-19Merge branch 'staging' into closure-sizeVladimír Čunát
2016-01-16unrar: 5.2.7 -> 5.3.9Kranium Gikos Mendoza
2016-01-02unrar: fix #12084: wrong licenseVladimír Čunát
2015-12-11Merge branch 'master' into closure-sizeLuca Bruno
2015-12-05Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway
Communication happens on Github so names should be consistent.
2015-12-05treewide: fix invocations of installBin commandVladimír Čunát
I've removed the trivial command in 4e72b61de. I think `install -Dt "$out/bin"` is a better replacement anyway, as it can be easily used to other directories than $out/bin. /cc @ehmry who seems to maintain many packages with this usage. (BTW, it would be better to have maintainer attribute same as github username, as it makes pinging maintainers much easier.)
2015-03-27Support unraring source filesWilliam A. Kennington III
2015-03-27unrar: 5.1.7 -> 5.2.7William A. Kennington III
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-09-06unrar: Fixed license typoNathaniel Baxter
2014-09-05unrar: update from 5.1.5 to 5.1.7, change license to 'unfree-redistributable'Emery Hemingway
2014-09-05Fix license on unRAR to unfree.Mateusz Kowalczyk
This license is BAD and it needs to be caught. You need to agree to the use conditions or you have to remove the software from your machine which makes it not redistributable. cc @ehmry
2014-05-22unrar: update from 5.1.2 to 5.1.5Rob Vermaas
2014-04-20Builds fine on Darwinwmertens
2014-04-17unrar: update 3.9.10 to 5.1.2Emery Hemingway
2010-03-22Updating unrar.Lluís Batlle i Rossell
svn path=/nixpkgs/trunk/; revision=20772
2010-01-08Updating unrar, and making its libunrar library work (needs -DSILENT, for ↵Lluís Batlle i Rossell
example) svn path=/nixpkgs/trunk/; revision=19309
2010-01-07Adding libunrar installation, when building unrar.Lluís Batlle i Rossell
svn path=/nixpkgs/trunk/; revision=19302
2007-09-11* Fix a bunch of URLs.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=9292
2007-06-26Added version suffixes.Michael Raskin
svn path=/nixpkgs/trunk/; revision=8921
2007-06-24Added unrarMichael Raskin
svn path=/nixpkgs/trunk/; revision=8916