Commit Graph

76 Commits

Author SHA1 Message Date
Meet Barot
8264bd8bf3 file: Add meta.pkgConfigModules and test 2023-10-16 00:36:24 -04:00
Adam Joseph
ffe4cde3b7
Merge pull request #247040 from trofi/file-update
file: 5.44 -> 5.45
2023-08-16 04:59:53 +00:00
Sergei Trofimovich
f0c74d421c
Update pkgs/tools/misc/file/default.nix
Co-authored-by: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com>
2023-08-05 09:09:08 +01:00
Sergei Trofimovich
b48e3ae9c2 file: 5.44 -> 5.45
Changes: https://github.com/file/file/compare/FILE5_44...FILE5_45
2023-08-04 17:12:00 +01:00
Robert Hensing
34ee0260ec treewide: Add meta.mainProgram
Based on ofborg feedback.
Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-01 12:21:05 +02:00
Sergei Trofimovich
e86bbf38ce file: move headers and mans to "dev" and "man" outputs 2023-04-16 07:28:06 +01:00
K900
2e759a9a92 file: backport another regression fix 2023-02-14 21:34:31 +03:00
Alyssa Ross
18d1c014bf
file: fix identification of pyzip files 2023-02-09 10:33:18 +00:00
Sandro Jäckel
3487488f62
file: 5.43 -> 5.44 2023-01-22 02:54:16 +01:00
Yureka
a45dae19bf file: fix doCheck conditional for pkgsMusl.pkgsCross.gnu64 2022-10-29 08:48:30 +02:00
Alyssa Ross
c41353b28d file: disable tests on musl
Fixes: 4c510f32fe ("file: 5.42 -> 5.43")
2022-09-19 16:20:20 +00:00
zowoq
4c510f32fe file: 5.42 -> 5.43
https://mailman.astron.com/pipermail/file/2022-September/000857.html
2022-09-15 06:20:07 +10:00
zowoq
6adaaf8d8e
file: 5.41 -> 5.42 (#177347) 2022-06-12 11:21:30 +00:00
Adam Joseph
860c2a1d95 pkgs/tools/misc/file: add cannot-use-fetchpatch warning
As requested here: https://github.com/NixOS/nixpkgs/pull/168413#pullrequestreview-988550409
2022-05-29 22:30:38 +02:00
Artturin
1d44ac176c treewide: add enableParallelBuilding's to bootstrap packages so hashes stay the same
when enableParallelBuildingByDefault is enabled

verified with
`nix-diff $(nix eval ".#gcc-unwrapped.drvPath") $(nix eval --expr 'with import ./. { config = { enableParallelBuildingByDefault = true; }; }; gcc-unwrapped.drvPath' --impure)`
2022-05-25 16:03:14 +03:00
Artturin
f002ffed9a treewide: enable strictDeps in bootstrap packages 2022-05-22 16:40:26 +03:00
Doron Behar
956e2c2475 file: Add @doronbehar as maintainer 2021-10-23 10:24:58 +03:00
Doron Behar
12e8c58987 file: 5.40 -> 5.41 2021-10-21 15:47:01 +03:00
github-actions[bot]
cfc792e193
Merge staging-next into staging 2021-08-07 12:02:05 +00:00
marius851000
04d50d249f
file: fix detection of mimetype of xz files (#132809) 2021-08-06 06:45:31 -04:00
Sandro Jäckel
55395e2130
file: format 2021-08-06 10:23:23 +02:00
Kid
5a4a561f8b file: 5.39 -> 5.40 2021-07-24 15:22:54 +02:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Pierre Bourdon
cbb288204d
file: backport patch to fix a 5.39 regression
This bug is causing diffoscope to fail to build with file 5.39.
2020-06-28 11:18:38 +02:00
R. RyanTM
0d60bd97b0 file: 5.38 -> 5.39 2020-06-19 10:57:08 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
zowoq
25fb1a02a3 file: 5.37 -> 5.38 2019-12-31 09:27:18 +01:00
Robin Gloster
ecff7d3a56
file: *Flags are lists 2019-12-30 11:13:38 +01:00
Robert Scott
99273fc555 file: add patch for CVE-2019-18218
upstream patch 46a8443f76.patch
doesn't apply directly, debian have a version which has been adapted for
5.37.
2019-10-26 18:13:12 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Will Dietz
7822281b68 file: 5.36 -> 5.37
https://github.com/file/file/blob/FILE5_37/ChangeLog
2019-05-18 08:22:50 +02:00
Will Dietz
7aea4cc094 Revert "Merge #56170: Revert "file: 5.35 -> 5.36" (staging)"
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 7d47102bbc, reversing
changes made to 2ed8187107.
2019-02-27 16:45:48 -06:00
Will Dietz
c2239ffde6
Revert "file: 5.35 -> 5.36" 2019-02-21 17:10:39 -06:00
Will Dietz
c1d1bd2391 file: 5.35 -> 5.36
https://mailman.astron.com/pipermail/file/2019-February/000073.html
2019-02-21 12:48:53 -06:00
Vladyslav Mykhailichenko
eee82aee37 file: 5.34 -> 5.35 2018-10-20 09:52:31 +02:00
Uli Baum
7be0521a25 file: 5.33 -> 5.34
fixes CVE-2018-10360
2018-08-01 09:04:54 +02:00
Matthew Bauer
09fed91ec8 file: build on windows 2018-07-21 17:00:05 -04:00
R. RyanTM
02b022a9b2 file: 5.32 -> 5.33
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
2018-04-17 02:45:07 -07:00
Will Dietz
2060f547df file: fix for cross
For whatever reason "selfNativeBuildInput = true"
doesn't seeem to do the trick here?
(reasons may include "it's not intended to solve this problem" ;))
2018-01-24 09:33:37 -06:00
Franz Pletz
84ec7ef6c3
file: 5.31 -> 5.32 for CVE-2017-1000249 2017-09-05 20:22:01 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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
2017-08-01 22:03:30 +02:00
Tuomas Tynkkynen
f1d8069ee8 file: 5.30 -> 5.31 2017-06-11 19:35:48 +03:00
Renaud
1129f92f65 file: 5.28 -> 5.30 2017-03-17 19:43:50 +01:00
Gabriel Ebner
14c038dd03 file: 5.25 -> 5.28 2016-06-20 18:23:39 +02:00
William A. Kennington III
bd0120202e file: 5.24 -> 5.25 2015-09-22 14:30:16 -07:00
William A. Kennington III
754f21df19 file: Fix hash 2015-07-17 14:37:48 -07:00
William A. Kennington III
fd5f56dc50 file: 5.23 -> 5.24 2015-07-17 14:37:20 -07:00
William A. Kennington III
333f145d76 Merge branch 'master.upstream' into staging.upstream 2015-07-13 15:11:31 -07:00
Tuomas Tynkkynen
2ad7463144 pythonPackages.magic: Fix loading libmagic.so
Even with the previous `python.patch` file around, libmagic.so isn't
found. Instead patch it to use an absolute path, using a similar
approach that is used by the `python_magic` package (which is another
libmagic python wrapper library as well).
2015-07-13 08:29:05 +02:00