about summary refs log tree commit diff
path: root/pkgs/tools/security/ccid
AgeCommit message (Collapse)AuthorFilesLines
2022-11-18ccid: 1.5.0 -> 1.5.1R. Ryantm1-2/+2
2022-02-12ccid: 1.4.36 -> 1.5.0R. Ryantm1-2/+2
2021-12-11ccid: 1.4.35 -> 1.4.36R. Ryantm1-2/+2
2021-07-26ccid: 1.4.34 -> 1.4.35R. RyanTM1-2/+2
2021-01-29ccid: 1.4.33 -> 1.4.34R. RyanTM1-2/+2
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-07-03ccid: 1.4.32 -> 1.4.33R. RyanTM1-2/+2
2020-05-07ccid: 1.4.31 -> 1.4.32R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-18Merge master into staging-nextFrederik Rietdijk1-2/+2
2019-08-17ccid: 1.4.30 -> 1.4.31R. RyanTM1-2/+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/ccid/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-03ccid: set platforms to unix (#60871)Andrew Childs1-1/+1
Upstream supports Linux, macOS and various Unixes.
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+0
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.
2018-09-28ccid: 1.4.29 -> 1.4.30 (#47332)R. RyanTM1-2/+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/ccid/versions
2018-08-05ccid: 1.4.27 -> 1.4.29 (#44503)jpathy1-4/+4
Also update the non-existent homepage and download link.
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2017-10-06ccid: change patchPhase to postPatchBjørn Forsman1-1/+1
This stops the derivation from overriding the default patchPhase, which right now prevents adding a list of patches in the "patches" attribute.
2017-05-24ccid: 1.4.26 -> 1.4.27Franz Pletz1-3/+3
2017-02-14ccid: 1.4.23 -> 1.4.26Bjørn Forsman1-3/+3
2016-05-13ccid: 1.4.20 -> 1.4.23Franz Pletz1-3/+3
2015-11-17Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann1-1/+1
2015-08-05ccid: 1.4.19 -> 1.4.20William A. Kennington III1-6/+8
2015-05-24ccid: 1.4.18 -> 1.4.19William A. Kennington III1-2/+2
2014-09-15ccid: 1.4.16 -> 1.4.18William A. Kennington III1-6/+7
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-04-01ccid: Bump to 1.4.16.ambrop7@gmail.com1-2/+2
2014-03-14ccid: Update from 1.4.14 -> 1.4.15William A. Kennington III1-2/+2
2014-02-01ccid: Update from 1.4.13 -> 1.4.14William A. Kennington III1-3/+4
2013-11-21Update ccid to 1.4.13William A. Kennington III1-3/+3
2013-02-23opensc stuff: fix some packages by updatingVladimír Čunát1-6/+7
2010-01-09Adding pcsclite with the opensource ccid usb drivers.Lluís Batlle i Rossell1-0/+26
This gives a daemon controlling the smartcard reader used to read the Spanish identity card. svn path=/nixpkgs/trunk/; revision=19319