summaryrefslogtreecommitdiff
path: root/pkgs/tools/security/sbsigntool (follow)
Commit message (Expand)AuthorAgeFilesLines
* sbsigntool: 0.9.4 -> 0.9.5•••https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/commit/?id=9cfca9fe7aa7a8e29b92fe33ce8433e212c9a8ba ajs1242023-03-211-2/+2
* sbsigntool: support aarch64Raito Bezarius2022-12-221-1/+1
* sbsigntool: add raitobezarius as maintainerRaito Bezarius2022-12-221-1/+1
* sbsigntool: clean up a bitajs1242022-08-171-7/+1
* maintainers: remove tstrobel•••was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018 ajs1242022-06-291-1/+1
* sbsigntool: add hmenke as maintainerHenri Menke2022-06-071-1/+1
* sbsigntool: 0.9.1 -> 0.9.4Henri Menke2022-06-072-9/+11
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-161-2/+2
* 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 Profpatsch2021-01-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: remove redundant recvolth2019-08-281-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+1
* sbsigntool: 0.5 -> 0.9.1Charles Duffy2018-09-252-14/+24
* sbsigntool: add license•••see issue #43716 Pascal Wittmann2018-08-041-0/+1
* treewide: Try to avoid depending on binutils directly•••One should depend on - `stdenv.cc.bintools`: for executables at build time - `libbfd` or `libiberty`: for those libraries - `targetPackages.cc.bintools`: for exectuables at *run* time - `binutils`: only for specifically GNU Binutils's executables, regardless of the host platform, at run time. John Ericson2017-11-131-4/+6
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists. John Ericson2017-09-211-1/+2
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-031-1/+1
* sbsigntool: only build for x86_64-linux, it is broken on i686Pascal Wittmann2015-08-061-1/+1
* sbsigntool: fix build (ZHF)Pascal Wittmann2015-07-121-0/+2
* sbsigntool: init at 0.5Thomas Strobel2015-07-052-0/+66