Commit Graph

36 Commits

Author SHA1 Message Date
Sergei Trofimovich
2193026e9f efivar: pull gcc-13 fix pending upstream inclusion
Without the change (and without disabled warnings) the build fails as:

    esl-iter.c:84:1: error: conflicting types for 'esl_iter_next_with_size_correction' due to enum/integer mismatch; have 'esl_iter_status_t(esl_iter *, efi_guid_t *, efi_guid_t *, uint8_t **, size_t *, _Bool)' {aka 'enum esl_iter_status(esl_iter *, efi_guid_t *, efi_guid_t *, unsigned char **, long unsigned int *, _Bool)'} [-Werror=enum-int-mismatch]
       84 | esl_iter_next_with_size_correction(esl_iter *iter, efi_guid_t *type,
          | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In file included from efisec.h:25,
                     from esl-iter.c:7:
    esl-iter.h:61:12: note: previous declaration of 'esl_iter_next_with_size_correction' with type 'int(esl_iter *, efi
    *, efi_guid_t *, uint8_t **, size_t *, _Bool)' {aka 'int(esl_iter *, efi_guid_t *, efi_guid_t *, unsigned char **, long unsigned int *, _Bool)'}
       61 | extern int esl_iter_next_with_size_correction(esl_iter *iter, efi_guid_t *type,
          |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2024-01-19 22:55:21 +00:00
Alyssa Ross
ff7cb26327 efivar: add musl patch 2023-01-31 20:47:35 +00:00
Jörg Thalheim
084a1fd537
Merge pull request #200697 from NickCao/efivar
efivar: fix cross compilation
2022-11-20 20:26:41 +01:00
Sandro Jäckel
2d78851296 efivar: use clickable homepage 2022-11-15 21:43:10 +01:00
Nick Cao
4d9f200932
efivar: fix cross compilation 2022-11-14 16:10:44 +08:00
Zane van Iperen
67abaf44e8
efivar: backport i686 format fix
See [1] and [2].

[1]: https://github.com/NixOS/nixpkgs/pull/198789
[2]: https://github.com/NixOS/nixpkgs/pull/200916
2022-11-13 11:47:14 +10:00
Anthony Roussel
f9969a941e
efivar: 37 -> 38 2022-10-31 15:28:58 +01:00
Ryan Burns
c9d935da0b efivar: fix LTO build
The LTO failure was not entirely due to 22284b07.
Based on 90fa4b7c10
2021-11-05 23:32:46 -07:00
Jörg Thalheim
1279bf812c
Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-17 18:08:59 +01:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Frederik Rietdijk
04dcf88df6 efivar: don't use lto at all
https://github.com/NixOS/nixpkgs/pull/109007#issuecomment-758150833
2021-01-11 19:51:10 +01: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
Vladimír Čunát
1a57d96edd
efivar: fixup build on i686-linux
Fixes #108375.  (I built the ISO locally)
I believe the report is a false positive.
2021-01-04 18:00:34 +01:00
Peter Hoeg
177e04e3c4 efivar: fix Could not parse device path: Invalid Argument 2020-05-31 22:30:28 +08:00
Vladimír Čunát
9b4424cbb7
efivar: fixup build on i686
I don't think it really needs LTO.
2020-02-17 21:05:16 +01:00
Franz Pletz
0e4464e604
efivar: fix build with gcc9 2019-11-02 18:00:17 +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
Pierre Bourdon
f289585d54
efivar: patch build system for reproducibility 2019-08-13 05:21:54 +02:00
R. RyanTM
bb36a72847 efivar: 36 -> 37
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/efivar/versions
2018-12-15 23:57:16 -08:00
Benno Fünfstück
a5a239ca2d efivar: fix cross compilation 2018-11-28 14:34:41 +01:00
R. RyanTM
7f60464262 efivar: 35 -> 36 (#42282)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/efivar/versions.

These checks were done:

- built on NixOS
- /nix/store/9id78fkv7cf4bd6rwv06a0pz2dnr5ip3-efivar-36-bin/bin/efivar passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 36 with grep in /nix/store/9id78fkv7cf4bd6rwv06a0pz2dnr5ip3-efivar-36-bin
- directory tree listing: https://gist.github.com/f6b2229b6bfb146aa1c4be22eae3162b
- du listing: https://gist.github.com/e6239ef936ac1f133d5f4ccc6bc653f4
2018-06-24 19:18:21 +02:00
Tuomas Tynkkynen
0541762f06 efivar: Split into multiple outputs 2018-05-25 01:55:51 +03:00
R. RyanTM
85c17d3958 efivar: 34 -> 35
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/efivar/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35/bin/efivar -h’ got 0 exit code
- ran ‘/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35/bin/efivar --help’ got 0 exit code
- ran ‘/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35/bin/efivar help’ got 0 exit code
- found 35 with grep in /nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35
- directory tree listing: https://gist.github.com/6f811428a47ee181fc412ef78ff64450
2018-04-12 08:22:44 -07:00
Jan Tojnar
f94a17387c
efivar: 30 → 34 2018-02-15 01:11:10 +01:00
Ioannis Koutras
cc4e2505e4 efivar: 31 -> 30
According to the release page, version 31 of efivar is still considered
as a pre-release and the sha256sum has changed at least once. This commit
switches to the last, stable release.
2017-05-02 20:56:36 +02:00
romildo
ae8c267320 efivar: 27 -> 31 2017-02-21 05:42:01 +01:00
obadz
e82ffa5612 efivar: 0.23 -> 27
Fixes glib 2.24 build issues
Patch no longer required
2016-08-20 15:05:38 +01:00
Joachim Fasting
a11b0bc515
efivar: fix build against linux 4.4 headers 2016-05-15 19:39:18 +02:00
Joachim Fasting
0a8d1627ec
Revert "efivar: fix build after #15449"
This reverts commit 21d09bcb71.
2016-05-15 19:30:39 +02:00
Vladimír Čunát
21d09bcb71 efivar: fix build after #15449
I don't know why it matters here; the error was:
linux.c:25:24: fatal error: linux/nvme.h: No such file or directory
2016-05-15 18:21:06 +02:00
Tobias Geerinckx-Rice
95aab50e81
efivar: 0.21 -> 0.23 2016-05-03 03:50:13 +02:00
William A. Kennington III
967abfc786 efivar: 0.20 -> 0.21 2015-07-16 20:07:17 -07:00
William A. Kennington III
5668e3911c efivar: Fix linking against libdl 2015-06-18 22:34:29 -07:00
William A. Kennington III
0b9419f4a9 efivar: 0.15 -> 0.20 2015-06-18 22:03:00 -07:00
Wout Mertens
c7893e960d efibootmgr/var: upgrade 2015-05-11 14:25:17 +00:00
William A. Kennington III
830f3b6b55 efivar: Add derivation 2014-07-17 11:40:37 +02:00