summary refs log tree commit diff
path: root/pkgs/tools/misc/file/default.nix
Commit message (Collapse)AuthorAge
* file: Add @doronbehar as maintainerDoron Behar2021-10-23
|
* file: 5.40 -> 5.41Doron Behar2021-10-21
|
* Merge staging-next into staginggithub-actions[bot]2021-08-07
|\
| * file: formatSandro Jäckel2021-08-06
| |
* | file: fix detection of mimetype of xz files (#132809)marius8510002021-08-06
|/
* file: 5.39 -> 5.40Kid2021-07-24
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* file: backport patch to fix a 5.39 regressionPierre Bourdon2020-06-28
| | | | This bug is causing diffoscope to fail to build with file 5.39.
* file: 5.38 -> 5.39R. RyanTM2020-06-19
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* file: 5.37 -> 5.38zowoq2019-12-31
|
* file: *Flags are listsRobin Gloster2019-12-30
|
* file: add patch for CVE-2019-18218Robert Scott2019-10-26
| | | | | | upstream patch https://github.com/file/file/commit/46a8443f76cec4b41ec736eca396984c74664f84.patch doesn't apply directly, debian have a version which has been adapted for 5.37.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* file: 5.36 -> 5.37Will Dietz2019-05-18
| | | | https://github.com/file/file/blob/FILE5_37/ChangeLog
* Revert "Merge #56170: Revert "file: 5.35 -> 5.36" (staging)"Will Dietz2019-02-27
| | | | | | | | | | | | Try this again, seems to work now. Motivated by new version possibly fixing security issues described here: https://github.com/NixOS/nixpkgs/issues/56360 This reverts commit 7d47102bbccb28cb3417dc949ad9df24e9d59686, reversing changes made to 2ed8187107c8efa3cf77311ef58cf3783e3dd749.
* Revert "file: 5.35 -> 5.36"Will Dietz2019-02-21
|
* file: 5.35 -> 5.36Will Dietz2019-02-21
| | | | https://mailman.astron.com/pipermail/file/2019-February/000073.html
* file: 5.34 -> 5.35Vladyslav Mykhailichenko2018-10-20
|
* file: 5.33 -> 5.34Uli Baum2018-08-01
| | | | fixes CVE-2018-10360
* file: build on windowsMatthew Bauer2018-07-21
|
* file: 5.32 -> 5.33R. RyanTM2018-04-17
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/file/versions. These checks were done: - built on NixOS - ran ‘/nix/store/n5afz3w8g0mj9pf5qcndb3kdz4jbljca-file-5.33/bin/file --help’ got 0 exit code - ran ‘/nix/store/n5afz3w8g0mj9pf5qcndb3kdz4jbljca-file-5.33/bin/file help’ got 0 exit code - found 5.33 with grep in /nix/store/n5afz3w8g0mj9pf5qcndb3kdz4jbljca-file-5.33 - directory tree listing: https://gist.github.com/b6f0a44bc22e88f13fe5dbc4f56d9296
* file: fix for crossWill Dietz2018-01-24
| | | | | | For whatever reason "selfNativeBuildInput = true" doesn't seeem to do the trick here? (reasons may include "it's not intended to solve this problem" ;))
* file: 5.31 -> 5.32 for CVE-2017-1000249Franz Pletz2017-09-05
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* file: 5.30 -> 5.31Tuomas Tynkkynen2017-06-11
|
* file: 5.28 -> 5.30Renaud2017-03-17
|
* file: 5.25 -> 5.28Gabriel Ebner2016-06-20
|
* file: 5.24 -> 5.25William A. Kennington III2015-09-22
|
* file: Fix hashWilliam A. Kennington III2015-07-17
|
* file: 5.23 -> 5.24William A. Kennington III2015-07-17
|
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-06-26
|\
| * file: add another mirror (macports, fixes #8500)Vladimír Čunát2015-06-25
| |
* | file: 5.22 -> 5.23William A. Kennington III2015-06-18
|/
* file: 5.17 -> 5.22William A. Kennington III2015-03-26
|
* Platforms for file derivation to include darwinJoseph Abrahamson2015-02-04
|
* file: fails to build on darwinLuca Bruno2014-08-09
|
* file: update to fix CVE-2014-2270, CVE-2013-7345Vladimír Čunát2014-03-25
|
* file: minor update 5.12 -> 5.14Vladimír Čunát2013-06-30
|
* file: bump from 5.11 to 5.12Bjørn Forsman2013-02-18
|
* Merge branch 'master' into stdenv-updates.Peter Simons2012-11-21
|\ | | | | | | | | | | | | | | Conflicts have been resolved in: pkgs/tools/misc/file/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/python-packages.nix
| * file: Add extra source URLRickard Nilsson2012-11-06
| |
* | * Make file 5.11 the default.Eelco Dolstra2012-05-15
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=34114
* * file updated to 5.04.Eelco Dolstra2010-12-30
| | | | svn path=/nixpkgs/trunk/; revision=25324
* * Replace the Python "magic" module with the (apparently) moreEelco Dolstra2010-12-29
| | | | | | common one from the "file" package. svn path=/nixpkgs/trunk/; revision=25322
* * bumped version for file Rob Vermaas2009-06-22
| | | | svn path=/nixpkgs/trunk/; revision=16018
* Version bumpWouter den Breejen2008-07-06
| | | | svn path=/nixpkgs/trunk/; revision=12280
* * file 4.23.Eelco Dolstra2007-12-31
| | | | svn path=/nixpkgs/trunk/; revision=10002
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192