Commit Graph

40 Commits

Author SHA1 Message Date
Aleksana
f56c8069d6
Merge pull request #304303 from anthonyroussel/yubico-piv-tool
yubico-piv-tool: add meta.pkgConfigModules, passthru.tests.pkg-config
2024-06-22 18:45:21 +08:00
Anthony Roussel
96dee71e84
yubico-piv-tool: 2.5.1 -> 2.5.2
https://github.com/Yubico/yubico-piv-tool/compare/yubico-piv-tool-2.5.1...yubico-piv-tool-2.5.2
https://developers.yubico.com/yubico-piv-tool/Release_Notes.html
2024-05-07 15:53:59 +02:00
Anthony Roussel
ecb29e4667
yubico-piv-tool: use lib.cmakeFeature, lib.cmakeBool 2024-05-07 15:40:10 +02:00
Anthony Roussel
e4d2291c0e
yubico-piv-tool: move check to nativeCheckInputs 2024-05-07 15:24:50 +02:00
Anthony Roussel
3801a6e450
yubico-piv-tool: remove with lib;, use --replace-fail 2024-05-07 15:24:50 +02:00
Anthony Roussel
a456465e6b
yubico-piv-tool: add meta.pkgConfigModules, passthru.tests.pkg-config 2024-05-07 15:24:44 +02:00
R. Ryantm
9a75180f4f yubico-piv-tool: 2.5.0 -> 2.5.1 2024-02-14 22:51:49 +00:00
R. Ryantm
ee7917f27d yubico-piv-tool: 2.4.2 -> 2.5.0 2024-02-01 00:59:13 +00:00
R. Ryantm
77a5a334a7 yubico-piv-tool: 2.4.1 -> 2.4.2 2023-12-31 02:45:40 +00:00
Anthony Roussel
7e371b2c9b
yubico-piv-tool: use finalAttrs pattern 2023-12-06 17:44:17 +01:00
Anthony Roussel
4a538e5e7b
yubico-piv-tool: use fetchFromGitHub and nix-update-script 2023-12-06 17:43:43 +01:00
Anthony Roussel
de7db40cfe
yubico-piv-tool: add dev, man outputs 2023-12-06 17:31:24 +01:00
Anthony Roussel
9db4b1b7bc
yubico-piv-tool: 2.3.1 -> 2.4.1
https://github.com/Yubico/yubico-piv-tool/compare/yubico-piv-tool-2.3.1...yubico-piv-tool-2.4.1
https://developers.yubico.com/yubico-piv-tool/Release_Notes.html
2023-12-06 17:30:59 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Anthony Roussel
84d8894b2b
yubico-piv-tool: 2.3.0 -> 2.3.1 2023-02-08 13:33:29 +01:00
Anthony Roussel
3b8f466ff0
yubico-piv-tool: add anthonyroussel to maintainers 2022-09-10 22:30:56 +02:00
Anthony Roussel
b7cc776e4f
yubico-piv-tool: 2.2.1 -> 2.3.0 2022-09-10 22:30:56 +02:00
Stanisław Pitucha
5b3ed6f9a5 yubico-piv-tool: add self as maintainer 2022-05-02 23:08:20 +10:00
Stanisław Pitucha
a71f6bdc7c yubico-piv-tool: 2.0.0 -> 2.2.1
Bump the version. This covers security advisory YSA-2020-02.
The update required including cmake for the new build system.
2022-05-02 23:08:11 +10:00
Felix Buehler
1450bc80fb tools/misc: replace name with pname&version 2021-08-03 16:47:38 +02:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas
43d1c44e49
Merge pull request #64114 from thefloweringash/yubico-piv-tool-mac
yubico-piv-tool: support Apple PCSC, enable by default
2020-03-13 08:34:05 -05:00
R. RyanTM
25f50a9197 yubico-piv-tool: 1.7.0 -> 2.0.0 2020-02-04 23:44:36 +00:00
Andrew Childs
86e3208ca3 yubico-piv-tool: support Apple PCSC, enable by default 2019-07-02 16:16:56 +09:00
R. RyanTM
b249f2c2d9 yubico-piv-tool: 1.6.2 -> 1.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yubico-piv-tool/versions
2019-04-18 08:50:21 +02:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
R. RyanTM
b8e2d28fa7 yubico-piv-tool: 1.6.1 -> 1.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yubico-piv-tool/versions
2018-09-19 22:05:53 -07:00
R. RyanTM
984c55f82d yubico-piv-tool: 1.5.0 -> 1.6.1 (#45531)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yubico-piv-tool/versions.
2018-08-27 22:39:54 +02:00
Anton Schirg
3ec3de2ca4 yubico-piv-tool: 1.4.4 -> 1.5.0 2017-12-13 07:50:16 +01:00
André-Patrick Bubel
4a8116ce5d
yubico-piv-tool: 1.3.0 -> 1.4.4 2017-10-21 03:03:49 +02:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Chris Martin
e8b1555524 yubico-piv-tool: add description fields (#18322) 2016-09-05 23:33:46 +02:00
Marius Bakke
1489af2153 yubico-piv-tool: 1.0.2 -> 1.3.0 2016-03-20 18:42:23 +00:00
William A. Kennington III
db031b5dff yubico-piv-tool: 0.1.6 -> 1.0.2 2015-09-18 14:52:51 -07:00
Moritz Ulrich
4e51a466bd Yubico Suite: Update to latest releases.
yubico-piv-tool               -> 0.1.6
yubikey-personalization       -> 1.17.1
yubikey-personalization-gui-3 -> 3.1.20
2015-04-09 12:56:38 +02:00
William A. Kennington III
9917ef2105 yubico-piv-tool: 0.1.2 -> 0.1.5 2015-03-03 16:08:05 -08:00
William A. Kennington III
021efdf021 yubico-piv-tool: 0.1.0 -> 0.1.2 2014-11-26 15:50:15 -08:00
William A. Kennington III
fa6275857e yubico-piv-tool: Add derivation 2014-10-29 02:05:17 -07:00