summary refs log tree commit diff
path: root/pkgs/tools/archivers/p7zip
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* 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
* 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.
* p7zip: fix cross-compilationvolth2018-10-12
|
* p7zip: vendor debian patchesBenjamin Hipple2018-08-16
| | | | | | | | | | A few months ago I moved these patches to the new debian alsa instance [1], but it looks like their `sha256`s on the tag at the remote have changed again. It doesn't appear that debian's source remote is stable in the way we need it to be; let's just vendor the patches to avoid future issues. [1] https://github.com/NixOS/nixpkgs/pull/41769
* p7zip: add licensePascal Wittmann2018-08-09
| | | | see issue #43716
* p7zip: fix src URL for debian gitlab move (#41769)Benjamin Hipple2018-06-09
| | | | | | | Another broken URL related to: https://github.com/NixOS/nixpkgs/issues/39927 Note that the patch file has legitimately changed, because ~4 months ago Debian replaced their CVE security fix with a newer version that fixes some additional bugs: https://salsa.debian.org/debian/p7zip/commit/d6fd3b37345489ec2907fcf70aabf0c754f5371f
* p7zip: add patch to fix CVE-2017-17969Franz Pletz2018-01-29
|
* p7zip: add commit ID to the patchVladimír Čunát2017-07-03
| | | | | | | | We still do mirror the patch (I think), as `nix-build -Q -A p7zip.patches` downloaded it on my machine. I verified that only the diff headers differ; it's still better to have another working download and Fedora's URLs are less likely to disappear than Debian's. /cc #27075.
* p7zip: Update CVE-2016-9296 patch URL.es_github2017-07-03
| | | | | | | | | The debian source for this patch file has gone away, rendering this derivation unbuildable from scratch. This change updates the URL to a src.fedoraproject.org location that is still serving a p7zip patch. This file is not the same bytewise, so I'm also updating the hash; I didn't manage to find a location still serving a file with the original hash, and my best guess is that this one is functionally equivalent.
* p7zip: fix purity on DarwinDan Peebles2017-04-07
| | | This should (I hope) get Hydra to build it. Fixes #24714
* p7zip: add setup hookNikolay Amiantov2016-12-17
|
* Fix hash for p7zip patch (seems fetchurl hash was added, while fetch-patch ↵Rob Vermaas2016-12-09
| | | | | | function is used. (cherry picked from commit 38b1bd9e729485d418f20c43c275c2856837f8cf)
* p7zip: patch for CVE-2016-9296Graham Christensen2016-12-07
|
* p7zip: 15.14.1 -> 16.02 (#17025)Miguel Madrid2016-07-19
|
* p7zip: Fix darwin buildChris Jefferson2016-05-26
|
* p7zip: 9.38 -> 15.14.1Marius Bakke2016-04-09
|
* p7zip: small update to fix CVE-2015-1038Vladimír Čunát2015-02-12
|
* Adopt a few packagesMichael Raskin2014-11-05
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* p7zip: fix build on darwinJason "Don" O'Conal2013-08-15
|
* p7zip: Update to 9.20.1Eelco Dolstra2012-10-05
|
* * p7zip updated to 9.13. Also build 7z and 7zr.Eelco Dolstra2010-08-06
| | | | svn path=/nixpkgs/trunk/; revision=23016
* svn path=/nixpkgs/trunk/; revision=17689Eelco Dolstra2009-10-07
|
* * p7zip updated to 9.04.Eelco Dolstra2009-10-07
| | | | svn path=/nixpkgs/trunk/; revision=17688
* svn path=/nixpkgs/trunk/; revision=10514Eelco Dolstra2008-02-06
|
* * Latest unstable Nix.Eelco Dolstra2007-09-06
| | | | svn path=/nixpkgs/trunk/; revision=9274
* * Added p7zip for decompressing 7-zip archives.Eelco Dolstra2007-09-04
svn path=/nixpkgs/trunk/; revision=9248