summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-10upgpkg: shim-efi-git 15.r224.4033d1fd-1: add check() functionJonas Witschel
Upstream now includes some test functions that can be run using "make test".
2021-03-09upgpkg: shim-efi-git 15.r204.758b795a-1: remove gnu-efi makedependsJonas Witschel
gnu-efi is now a Git submodule, no need to pull in the system gnu-efi libraries any more.
2021-03-09upgpkg: shim-efi-git 15.r204.758b795a-1: disable buildflags, add gnu-efi ↵Jonas Witschel
submodule - Upstream is back at using vendored libraries, this time for gnu-efi :( - Building with the default Arch Linux buildflags fails with the following error, so disable them (they are not very meaningful for EFI binaries anyway): /build/shim-efi-git/src/shim/gnu-efi//lib/print.c: In function ‘_Print’: /build/shim-efi-git/src/shim/gnu-efi//lib/print.c:1242:17: error: SSE register argument with SSE disabled 1242 | FloatToString ( | ^~~~~~~~~~~~~~~ 1243 | Item.Scratch, | ~~~~~~~~~~~~~ 1244 | Item.Comma, | ~~~~~~~~~~~ 1245 | va_arg(ps->args, double) | ~~~~~~~~~~~~~~~~~~~~~~~~ 1246 | ); | ~
2021-02-25upgpkg: shim-efi-git 15.r190.9c48fc3e-1: update to build from main branchJonas Witschel
- shim can be built using the vanilla gnu-efi package again, the custom gnu-efi-libs-fedora-git is no longer required. - dos2unix is currently not required in makedepends, this might change once you try to include SBAT data. - The edk2 git submodule is no longer required. - Make compiler warnings non-fatal as in the shim package in [community]. - EFI_PATH is no longer required to find the correct location of the gnu-efi libraries. - ENABLE_HTTPBOOT has been removed in upstream commit 9b0c281db4ca94ef4299911bd966eac8f75877f2, it is now enabled by default.
2020-01-30upgpkg: shim-efi-git 15.r112.dada069-1Jonas Witschel
- Remove patches applied upstream. - Initialise new Git submodule. - Upstream now depends on the Fedora development version of gnu-efi(-libs) for "efi.mk".
2019-12-04upgpkg: shim-efi-git 15.r55.a4a1fbe-1Jonas Witschel
Fix compilation with gnu-efi-libs 3.0.11
2019-09-28Update maintainer email addressJonas Witschel
2019-09-05upgpkg: shim-efi-git 15.r57.5abcc10-1Jonas Witschel
Fix broken build with GCC 9
2019-04-18Simplify pkgver()Jonas Witschel
2019-02-20upgpkg: shim-efi-git 15.r53.cd20ce4-1Jonas Witschel
Remove fix applied upstream
2019-02-02upgpkg: shim-efi-git 15.r54.6245dc5-1Jonas Witschel
Fix broken build
2019-01-28upgpkg: shim-efi-git 15.r36.b3e4d1f-1Jonas Witschel
- Update maintainer - Update URL - Correct license to BSD, install license file with package - Remove unused dependencies and options - Install with "install-as-data" target instead of manual copying - General cleanup
2016-10-04fixed the missing of shim if shim is already prefixed with x64 also change ↵Pablo Lezaeta
version to prevent overryding newers Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2015-06-19Get rid of _gitroot, _gitbranch and _gitnameKeshav Amburay
2015-06-08Bump pkgverKeshav Amburay
2015-03-30Bump pkgverKeshav Amburay
2014-05-11Bump pkgverKeshav Amburay
2014-03-01Use http: for git checkoutKeshav Amburay
2014-01-19Bump pkgverKeshav Amburay
2013-10-05Bump pkgverKeshav Amburay
2013-09-16Use versioned providesKeshav Amburay
2013-08-11Use Full Name in PKGBUILDKeshav Amburay
2013-07-20MKeshav Amburay
2013-06-23Rename pkg to shim-efi-gitKeshav Amburay
2013-06-17Fix PKGBUILD and add pesign dependsKeshav Amburay
2013-04-29PKGBUILD adapted to pacman/makepkg 4.1Keshav Amburay
2012-09-17Initial CommitKeshav Amburay