summary refs log tree commit diff
path: root/pkgs/tools/archivers/unrar
Commit message (Collapse)AuthorAge
* 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
* unrar: 5.8.4 -> 5.8.5R. RyanTM2019-12-24
|
* unrar: 5.8.3 -> 5.8.4R. RyanTM2019-11-29
|
* 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
* 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
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* 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
* unrar: 5.7.3 -> 5.7.4Will Dietz2019-04-05
|
* unrar: 5.5.8 -> 5.7.3 (#56657)Will Dietz2019-03-04
|
* unrar: Fix for crossWill Dietz2018-01-22
| | | | | Just read tool variables from environment, don't try to set them at all.
* unrar: 5.5.7 -> 5.5.8mimadrid2017-10-12
|
* unrar: 5.5.5 -> 5.5.7 for multiple CVEsFranz Pletz2017-09-28
| | | | Fixes CVE-2012-6706, CVE-2017-12940, CVE-2017-12941, CVE-2017-12942.
* unrar: 5.4.5 -> 5.5.5 (security)Franz Pletz2017-06-21
| | | | | | Fixes arbitrary memory write. See https://bugs.chromium.org/p/project-zero/issues/detail?id=1286
* unrar: 5.4.4 -> 5.4.5mimadrid2016-09-02
|
* unrar: 5.4.2 -> 5.4.4 (#17361)Miguel Madrid2016-07-30
|
* unrar: 5.3.11 -> 5.4.2Miguel Madrid2016-07-07
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\ | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * unrar: build on darwinAllan Espinosa2016-03-11
| |
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * unrar: 5.3.9 -> 5.3.11Nikolay Amiantov2016-03-05
| | | | | | | | Also build shared library.
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * unrar: 5.2.7 -> 5.3.9Kranium Gikos Mendoza2016-01-16
| |
| * unrar: fix #12084: wrong licenseVladimír Čunát2016-01-02
| |
* | Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
|\|
| * Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway2015-12-05
| | | | | | | | Communication happens on Github so names should be consistent.
* | treewide: fix invocations of installBin commandVladimír Čunát2015-12-05
|/ | | | | | | | | | 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.)
* Support unraring source filesWilliam A. Kennington III2015-03-27
|
* unrar: 5.1.7 -> 5.2.7William A. Kennington III2015-03-27
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* unrar: Fixed license typoNathaniel Baxter2014-09-06
|
* unrar: update from 5.1.5 to 5.1.7, change license to 'unfree-redistributable'Emery Hemingway2014-09-05
|
* Fix license on unRAR to unfree.Mateusz Kowalczyk2014-09-05
| | | | | | | | 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
* unrar: update from 5.1.2 to 5.1.5Rob Vermaas2014-05-22
|
* Builds fine on Darwinwmertens2014-04-20
|
* unrar: update 3.9.10 to 5.1.2Emery Hemingway2014-04-17
|
* Updating unrar.Lluís Batlle i Rossell2010-03-22
| | | | svn path=/nixpkgs/trunk/; revision=20772
* Updating unrar, and making its libunrar library work (needs -DSILENT, for ↵Lluís Batlle i Rossell2010-01-08
| | | | | | example) svn path=/nixpkgs/trunk/; revision=19309
* Adding libunrar installation, when building unrar.Lluís Batlle i Rossell2010-01-07
| | | | svn path=/nixpkgs/trunk/; revision=19302
* * Fix a bunch of URLs.Eelco Dolstra2007-09-11
| | | | svn path=/nixpkgs/trunk/; revision=9292
* Added version suffixes.Michael Raskin2007-06-26
| | | | svn path=/nixpkgs/trunk/; revision=8921
* Added unrarMichael Raskin2007-06-24
svn path=/nixpkgs/trunk/; revision=8916