about summary refs log tree commit diff
path: root/pkgs/tools/misc/findutils
Commit message (Collapse)AuthorAge
* 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/
* findutils: specify on which kernel version the test failJörg Thalheim2018-09-15
|
* findutils: disable a bogus testDmitry Kalinkin2018-09-14
|
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
|
* findutils: disable tests w/muslWill Dietz2018-02-13
|
* findutils: Manually specify sort's locationJohn Ericson2017-08-16
| | | | | | | | Run-time deps aren't necessarily on the PATH, so we cannot rely on configure finding it. N.B. on cross `-z` support is assumed missing, which is an incorrect assumption.
* findutils: modernize and fix crossRoss MacLeod2017-06-22
|
* Merge branch 'master' into stagingVladimír Čunát2017-02-27
|\
| * findutils: Fix cross compilationTuomas Tynkkynen2017-02-27
| | | | | | | | | | Yes, setting crossAttrs.propagatedBuildInputs is the correct value to set to override a buildInputs from the native drv!
* | findutils: add the forgotten file (I'm sorry)Vladimír Čunát2017-02-26
| | | | | | | | /cc #23152.
* | findutils: fixup sandboxed build after #23152Vladimír Čunát2017-02-26
| |
* | findutils: updatedb now uses writable database outside of /nix/store by defaultMogria2017-02-24
|/ | | | | | | updatedb could only be run by providing the --output parameter, because it would use a path inside the nix store as it's database. The default for --output is now /var/cache/locatedb (the same as in the NixOS locate service)
* Re-revert "Merge: glibc: 2.24 -> 2.25"Vladimír Čunát2017-02-20
| | | | | This reverts commit 55cc7700e968001c9ac79190fbcf25ed3620680a. I hope most problems have been solved. /cc #22874.
* findutils: plug a memory leak (close #22857)Vladimír Čunát2017-02-16
| | | | | | Using the upstream patch directly. It's copied in nixpkgs, because: - fetchpatch isn't usable at this point in bootstrapping, - the upstream patch creates collisions in NEWS.
* Revert "Merge: glibc: 2.24 -> 2.25"Vladimír Čunát2017-02-16
| | | | | | | | | This reverts commit 1daf2e26d221712dfbe72f9f6d2f73ef230cc43c, reversing changes made to c0c50dfcb70d48e5b79c4ae9f1aa9d339af860b4. It seems this is what has been causing all the reliability problems on Hydra. I'm currently unable to find why it happens, so I'm forced to revert the update for now. Discussion: #22874.
* findutils: disable tests on i686-linuxVladimír Čunát2017-02-13
| | | | They won't work since glibc-2.25, and I don't like to spend more time on that.
* 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.
| * findutils: Disable tests on DarwinEelco Dolstra2016-03-01
| | | | | | | | | | | | | | | | | | | | | | The strftime test fails with: NZST-12NZDT,M9.5.0,M4.1.0/3: expected "1970-01-01 13:00:00 +1300 (NZDT)", got "1970-01-01 12:00:00 +1200 (NZST)" The source in fact marks this test as "ahistorical", so the result on Darwin might not be incorrect. http://hydra.nixos.org/build/32578562/nixlog/1/raw
| * findutils: 4.4.2 -> 4.6.0Eelco Dolstra2016-02-27
| | | | | | | | | | | | The first findutils update in six years! Changes: https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00014.html
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * findutils: disable test_canonicalize (close #8324)Robert Scott2015-06-22
| | | | | | | | It fails when user doesn't have permission to list all TMPDIR's parent directories.
| * cygwin: findutils fpending and coreutils patchMarko Durkovic2015-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.
| * Set some meta.platformsEelco Dolstra2015-03-20
| | | | | | | | Also fix meta.platform -> meta.platforms in a few places.
* | 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
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* Remove findutils 4.2.27Eelco Dolstra2012-11-29
| | | | | We only used this version on Darwin, but the regular findutils seems to build fine.
* Assorted GNU updates.Ludovic Courtès2010-04-13
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=21047
* Making a bunch of basic programs cross-buildable.Lluís Batlle i Rossell2010-04-04
| | | | | | | After this, the 'bootstrap-tools' can be cross-built. svn path=/nixpkgs/branches/stdenv-updates/; revision=20945
* GNU Find Utilities 4.4.1.Ludovic Courtès2009-04-22
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15242
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | svn path=/nixpkgs/trunk/; revision=13299
* * Updated coreutils and findutils.Eelco Dolstra2008-04-22
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11685
* * coreutils-6.10, findutils-4.2.32.Eelco Dolstra2008-02-06
| | | | | | * Added some meta attributes. svn path=/nixpkgs/branches/stdenv-updates/; revision=10511
* * Updated various stdenv packages (grep, gawk, tar, cpio, findutils,Eelco Dolstra2007-11-19
| | | | | | pcre). svn path=/nixpkgs/branches/stdenv-updates/; revision=9758
* * Rewrite all URLs to GNU mirrors to mirror://gnu/.Eelco Dolstra2007-08-27
| | | | svn path=/nixpkgs/trunk/; revision=9201
* Fixed a /bin/echo referenceWouter den Breejen2007-07-18
| | | | svn path=/nixpkgs/trunk/; revision=8995
* * findutils updated to 4.2.30.Eelco Dolstra2007-05-24
| | | | svn path=/nixpkgs/trunk/; revision=8750
* update to 4.2.29Armijn Hemel2006-12-25
| | | | svn path=/nixpkgs/trunk/; revision=7482
* * Oops, the bootstrap tools contained an impure gzip/gunzip.Eelco Dolstra2006-10-27
| | | | | | | | * To prevent this kind of thing, check that all tools are statically linked. * Use findutils 4.2.27, 4.2.28 doesn't build with dietlibc. svn path=/nixpkgs/trunk/; revision=6881
* * bash 2.0, findutils 4.2.28.Eelco Dolstra2006-10-24
| | | | | | * Some Nix expression simplifications. Sense and simplicity! svn path=/nixpkgs/trunk/; revision=6836
* * Add findutils to the bootstrap tools.Eelco Dolstra2006-10-20
| | | | svn path=/nixpkgs/trunk/; revision=6791
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* update findutils to 4.2.27Armijn Hemel2006-02-19
| | | | svn path=/nixpkgs/trunk/; revision=4861
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Glibc 2.3.6.Eelco Dolstra2005-12-06
| | | | | | | | | * GCC 3.4.5. * Updated several other stdenv packages. * Modified the builders of several packages to use the generic builder. svn path=/nixpkgs/trunk/; revision=4336
* * Update a bunch of base packages.Eelco Dolstra2005-10-11
| | | | svn path=/nixpkgs/trunk/; revision=4065