summary refs log tree commit diff
path: root/pkgs/development/libraries/libarchive/default.nix
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libarchive: 3.3.3 -> 3.4.0Andreas Rammhold2019-07-20
| | | | Release notes: https://github.com/libarchive/libarchive/releases/tag/v3.4.0
* libarchive: apply upstream CVE patchesVladimír Čunát2019-03-10
| | | | Fixes #57150.
* libarchive: 3.3.2 -> 3.3.3Periklis Tsirakidis2018-11-15
| | | | | | | | | | Update includes patches for sec issues: - CVE-2017-14166 - CVE-2017-14501 - CVE-2017-14502 - Upstream includes patch for libressl version check fixes #49583
* libarchive: fix patch hashOrivej Desh2018-06-04
|
* libarchive: pull in patch to support LibresSSL-2.7 (#41395)qolii2018-06-03
|
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* libarchive: Fixes for CVE-2017-14166 and CVE-2017-14502adisbladis2017-10-31
|
* libarchive: 3.3.1 -> 3.3.2Franz Pletz2017-08-28
|
* libarchive: 3.2.2 -> 3.3.1Franz Pletz2017-03-11
|
* libarchive: add patch to fix CVE-2017-5601Franz Pletz2017-01-31
|
* libarchive: 3.2.1 -> 3.2.2 for unspecified vulnerabilitiesGraham Christensen2016-11-23
| | | | | | The release notes don't cover anything in particular: https://github.com/libarchive/libarchive/blob/ba3dec4495496280226a463b3270a60c8864a4f1/NEWS#L3
* libarchive: Use multiple outputsEelco Dolstra2016-09-19
|
* libarchive: use pkgconfigVladimír Čunát2016-09-11
| | | | It tends to make builds more reliable, in general.
* libarchive: include XAR support by defaultVladimír Čunát2016-09-11
| | | | | Discussion: https://github.com/NixOS/nixpkgs/pull/17834
* libarchive: make libxml2 (XAR support) optionalAneesh Agrawal2016-08-18
| | | | Defaults to unincluded to reduce closure size.
* libarchive: 3.1.2 -> 3.2.1 (security)Franz Pletz2016-07-10
| | | | | | | | | Fixes at least: * CVE-2016-4300 * CVE-2016-4302 * CVE-2016-4809 * CVE-2016-5844
* libarchive: add propagatedBuildInputs for attr and acl to appease pkgconfig ↵Dan Peebles2016-04-29
| | | | dependencies
* libarchive: Reference correct output of openssl.Tuomas Tynkkynen2015-10-28
|
* libarchive: fix .la file for lzo2Luca Bruno2015-09-25
|
* libarchive: Support lzoWilliam A. Kennington III2015-09-23
|
* libarchive: comment on a vulnerability fixed beforeVladimír Čunát2015-09-09
|
* libarchive: fix .la fileLuca Bruno2015-07-28
|
* libarchive: fix CVE-2015-1197 by upstream patchVladimír Čunát2015-06-16
| | | | Fixes #6799.
* cygwin libarchiveFlorian Friesdorf2015-05-28
|
* libarchive: move patch into nixpkgsVladimír Čunát2014-04-21
| | | | | | | Unfortunately, github periodically changes output even for raw diffs (not just raw patches). I'm including the patch in nixpkgs. I was unable to do it without hash change. Even if I added binary equal file.
* libarchive: *permanently* fix patch source and hashVladimír Čunát2014-03-24
| | | | | Unfortunately github's *.patch URIs contain version of git generating them, which changes from time to time. It seems that *.diff doesn't suffer from that.
* libarchive: patch checksum failureMathijs Kwik2014-03-24
| | | | | | Probably github changed some headers in their patch output. I verified other sources for CVE2013-0211 and the patch seems the same.
* libarchive: fix CVE-2013-0211 by upstream patchVladimír Čunát2014-02-06
|
* libarchive: Add extra source URL (close #1655)Ricardo M. Correia2014-02-01
| | | | | It seems that libarchive's home page has not been available for at least the past couple of days.
* libarchive: update 3.0.4 -> 3.1.2, homepage moveVladimír Čunát2013-06-30
|
* libarchive: Don't propagate dependenciesEelco Dolstra2013-05-11
| | | | There doesn't seem to be a good reason for it.
* - libarchive-3.0.4Jack Cummings2012-10-20
|
* * libvirt updated to 0.9.11.Eelco Dolstra2012-04-19
| | | | svn path=/nixpkgs/trunk/; revision=33850
* * Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.Eelco Dolstra2012-01-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
* libarchive: don't try to build e2fsprogs, attr, or acl unless running on LinuxPeter Simons2011-03-25
| | | | | | These packages give errors when built on, say, Darwin. svn path=/nixpkgs/trunk/; revision=26510
* Bump libarchive to 2.8.3Yury G. Kudryashov2010-04-01
| | | | | | Fixes kdeutils-4.4.2 compilation svn path=/nixpkgs/trunk/; revision=20922
* * Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra2009-04-21
| | | | | | * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
* libarchive: 2.4.12 addedYury G. Kudryashov2008-02-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10745
* libarchive addedYury G. Kudryashov2008-01-22
svn path=/nixpkgs/branches/stdenv-updates/; revision=10236