Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: af48e5783a11
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a70d3bab72dd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 27, 2018

  1. pcsc-cyberjack: 3.99.5_SP09 -> 3.99.5_SP12

    3.99.5_SP12:
    
      * Add support for cyberJack one MF
    
    3.99.5_SP11:
    
      * Add support for cyberJack one
    
    3.99.5_SP10:
    
      * Add support for SHUReader and SISReader
      * Update to the Reiner-SCT repository rev cyberJack@1305
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Sep 27, 2018
    Copy the full SHA
    f37f34e View commit details
    Browse the repository at this point in the history
  2. pcsc-cyberjack: Also install cjflash tool

    This tool is necessary in order to update the firmware of the secoder.
    
    The reason I've added this to a separate output "tools" is because it
    clearly is not relevant for the PCSC driver itself and it's also very
    rarely needed.
    
    I've also verified wether the closure of the PCSC plugin env still only
    contains the main output and that's the case.
    
    There are also other tools - cjBingoTest and cjgeldkarte, where the
    former doesn't compile due to cjeca32.h not being found and cjgeldkarte,
    which does compile but tries to dlopen() the library and subsequently
    fails.
    
    Both of these tools however look like they're just performing tests and
    are not very useful outside of development, so I opted to not include
    them.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Sep 27, 2018
    Copy the full SHA
    a70d3ba View commit details
    Browse the repository at this point in the history