summary refs log tree commit diff
path: root/pkgs/tools/archivers/gnutar
Commit message (Collapse)AuthorAge
* gnutar: pull missing `libintl` dependency on DarwinSergei Trofimovich2023-07-23
| | | | | | | | | | | | | Without the change `gnutar` fails the build as: "_libintl_setlocale", referenced from: _main in tar.o "_libintl_textdomain", referenced from: _main in tar.o ld: symbol(s) not found for architecture x86_64 https://hydra.nixos.org/build/228724258/nixlog/2/tail https://hydra.nixos.org/build/228711328/nixlog/2/tail
* gnutar: 1.34 -> 1.35Sergei Trofimovich2023-07-19
| | | | Changes: https://lists.gnu.org/archive/html/info-gnu/2023-07/msg00005.html
* treewide: add meta.mainProgram to many packagesMalo Bourgon2022-05-04
|
* gnutar: fix cross compilation on darwinAndrew Childs2021-05-17
|
* gnutar: 1.32 -> 1.34R. RyanTM2021-03-20
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-31
| | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gnutar: disable CFLocaleCopyPreferredLanguagesMatthew Bauer2019-04-26
| | | | | | | These pull in the system CoreFoundation framework for some reason. In the future, we should figure out a way for it to get these features from the pure CoreFoundation (they do have the symbol). But right now this is an issue with sandboxing in gnutar. Fixes #56591.
* gnutar: 1.31 -> 1.32R. RyanTM2019-04-16
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnutar/versions
* gnutar: set low priorityMatthew Bauer2019-02-18
|
* gnutar: 1.30 -> 1.31R. RyanTM2019-01-06
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnutar/versions
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* gnutar: 1.29 -> 1.30Dan Peebles2017-12-18
|
* gnutar: Fix commentEelco Dolstra2016-11-08
|
* tar: patch for CVE-2016-6321Shea Levy2016-11-04
| | | | https://lwn.net/Vulnerabilities/705216/
* gnutar: remove patch already applied upstreamVladimír Čunát2016-05-22
| | | | Fallout from #15567. Only Darwin is affected, hashes of the rest remain.
* gnutar: 1.28 -> 1.29Alexander Ried2016-05-20
|
* gnutar: Depend on 'acl' only on LinuxTuomas Tynkkynen2016-02-03
| | | | | I'm not sure why but the 'acl' dependency only exists in the multiple-outputs branch...
* Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\ | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * pure darwin stdenvJude Taylor2015-06-18
| |
| * cygwin: gnutar fpendingFlorian Friesdorf2015-05-28
| |
* | Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
|\| | | | | | | | | | | | | | | - there were many easy merge conflicts - cc-wrapper needed nontrivial changes Many other problems might've been created by interaction of the branches, but stdenv and a few other packages build fine now.
| * gnutar: patch out unsafe gettext calls on darwinEric Seidel2015-04-07
| |
| * gnutar: patch to build on darwinEric Seidel2015-04-06
| |
| * gnutar: 1.27.1 -> 1.28William A. Kennington III2015-03-25
| |
* | mutiout: make it builtinVladimír Čunát2014-08-30
| |
* | WIP: getting goodVladimír Čunát2014-08-27
|/
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* gnutar: update to version 1.27.1Peter Simons2013-12-02
|
* gnutar: drop obsolete gets-undeclared.patchPeter Simons2013-10-18
|
* gnutar: update to version 1.27Peter Simons2013-10-10
|
* Merge branch 'origin/master' into stdenv.Peter Simons2013-08-17
|\
| * unmaintain several packagesLudovic Courtès2013-08-16
| |
* | gnutar root build: Nix on Illumos doesn't support build users yet.Danny Wilson2013-02-28
|/
* Fix more gets() problemsEelco Dolstra2012-09-18
|
* tar, gzip: Adjust the `gets' patch.Ludovic Courtès2012-07-02
| | | | | Fixes the incorrect patches introduced in 9786a9826107dd1d7751d06f5d22610ae5283b78.
* tar, gzip, diffutils: Allow builds with newer versions of glibc.Ludovic Courtès2012-07-01
| | | | | This is a follow-up to 77fdc7bb3583606c86b2dd602b76a20a1bf6bc7c ("GNU Coreutils: Allow builds with newer versions of glibc.").
* Add armv7l support.Nicolas Pierron2012-04-15
| | | | svn path=/nixpkgs/trunk/; revision=33798
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-05
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32792
| * * No longer needed.Eelco Dolstra2012-03-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32772
| * Adding a manpage for tar, using help2manLluís Batlle i Rossell2012-03-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32749
* | GNU tar 1.26.Ludovic Courtès2011-10-02
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=29589
* GNU tar 1.25.Ludovic Courtès2010-12-12
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=25093
* Updating gnu tarLluís Batlle i Rossell2010-10-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24484
* GNU tar: Remove obsolete patch.Ludovic Courtès2010-04-23
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=21262
* Assorted GNU updates.Ludovic Courtès2010-04-13
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=21047