about summary refs log tree commit diff
path: root/pkgs/development/libraries/libtar
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-24Treewide: use https for repo.or.czc0bw3b1-2/+2
2018-09-02libtar: update homepageMarkus Kowalewski1-1/+1
2018-03-11libtar: add darwin to supported platformsBadi Abdul-Wahid1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2014-08-21libtar: fix CVE-2013-4420 by Debian patchesVladimír Čunát1-2/+15
CC maintainer @bjornfor.
2014-08-20libtar: new packageBjørn Forsman1-0/+23
libtar is a C library for manipulating POSIX tar files. http://www.feep.net/libtar/