[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: pcsc-lite: Update to 1.8.23.
From: |
Marius Bakke |
Subject: |
05/06: gnu: pcsc-lite: Update to 1.8.23. |
Date: |
Mon, 18 Dec 2017 19:39:49 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 972fa87039b8a037c42327aaa04be5d7d78d79ac
Author: Marius Bakke <address@hidden>
Date: Tue Dec 19 01:20:44 2017 +0100
gnu: pcsc-lite: Update to 1.8.23.
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.23.
[arguments]<#:configure-flags>: Add "--disable-libsystemd".
[license]: Adjust to removed sd-daemon files.
---
gnu/packages/security-token.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index fa910a9..7c6b957 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -145,18 +145,19 @@ the low-level development kit for the Yubico YubiKey
authentication device.")
(define-public pcsc-lite
(package
(name "pcsc-lite")
- (version "1.8.22")
+ (version "1.8.23")
(source (origin
(method url-fetch)
(uri (string-append
- "https://alioth.debian.org/frs/download.php/file/4225/"
+ "https://alioth.debian.org/frs/download.php/file/4235/"
"pcsc-lite-" version ".tar.bz2"))
(sha256
(base32
- "01flkdyqs7kr6c63dv2qg8dwir3v9jlr9rzlw7vafrivxmhqydba"))))
+ "1jc9ws5ra6v3plwraqixin0w0wfxj64drahrbkyrrwzghqjjc9ss"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers")))
+ `(#:configure-flags '("--enable-usbdropdir=/var/lib/pcsc/drivers"
+ "--disable-libsystemd")))
(native-inputs
`(("perl" ,perl) ; for pod2man
("pkg-config" ,pkg-config)))
@@ -169,7 +170,6 @@ the low-level development kit for the Yubico YubiKey
authentication device.")
readers using the SCard API. pcsc-lite is used to connect to the PC/SC daemon
from a client application and provide access to the desired reader.")
(license (list license:bsd-3 ; pcsc-lite
- license:expat ; src/sd-daemon.[ch]
license:isc ; src/strlcat.c src/strlcpy.c
license:gpl3+)))) ; src/spy/*
- branch master updated (63dc763 -> 98bd11c), Marius Bakke, 2017/12/18
- 01/06: gnu: expect: Update to 5.45.3., Marius Bakke, 2017/12/18
- 03/06: gnu: libjpeg-turbo: Update to 1.5.3., Marius Bakke, 2017/12/18
- 05/06: gnu: pcsc-lite: Update to 1.8.23.,
Marius Bakke <=
- 02/06: gnu: libsodium: Update to 1.0.16., Marius Bakke, 2017/12/18
- 04/06: gnu: qemu: Update to 2.10.2., Marius Bakke, 2017/12/18
- 06/06: gnu: termite: Update to 13., Marius Bakke, 2017/12/18