Update ccid to version 1.4.27, including link requirement in pcsc-lite.

Closes PR security/54556.
This commit is contained in:
perseant 2019-09-17 23:09:42 +00:00
parent c79b94c2fc
commit 9f4542308b
3 changed files with 10 additions and 11 deletions

View file

@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.28 2019/08/14 00:17:43 ryoon Exp $
# $NetBSD: Makefile,v 1.29 2019/09/17 23:09:42 perseant Exp $
#
DISTNAME= ccid-1.4.26
PKGREVISION= 3
DISTNAME= ccid-1.4.27
CATEGORIES= security
# Note that the MASTER_SITES URL is not stable with version changes,
# and one can end up with an old version if DISTNAME is changed but
# not the magic number in MASTER_SITES.
# https://alioth.debian.org/frs/?group_id=30105#title_ccid
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4205/
MASTER_SITES= https://alioth-archive.debian.org/releases/pcsclite/ccid/1.4.27/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gdt@NetBSD.org

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.15 2017/02/16 14:30:50 gdt Exp $
$NetBSD: distinfo,v 1.16 2019/09/17 23:09:42 perseant Exp $
SHA1 (ccid-1.4.26.tar.bz2) = 20e22c23b8458548a6b572b044e5dbe4ecdc42e5
RMD160 (ccid-1.4.26.tar.bz2) = cfc7760604c4a568f7e4dd903fdfe4bf5e6e4885
SHA512 (ccid-1.4.26.tar.bz2) = 4a2e5e9412f2aa4870e14114e54da96fd8b3418ea6d3a236b83e19d6349adb20a94ef7f48628c108f8459f008c10b0606bbf4d797ae4be9183e1acde032c618c
Size (ccid-1.4.26.tar.bz2) = 628038 bytes
SHA1 (ccid-1.4.27.tar.bz2) = d72ee816422183a86006e0083ccd643236b4e12a
RMD160 (ccid-1.4.27.tar.bz2) = 876019fd46530e4404f483b0e20dd22abd5be84a
SHA512 (ccid-1.4.27.tar.bz2) = 14fb5d9878ed36de912d860d8537758170781f225957a99d5fed447dcfba0cba3133f78d2cc4bc7db60d3527399f70e4a7d1d1f8348fb50d1bcfc75820a23522
Size (ccid-1.4.27.tar.bz2) = 632817 bytes

View file

@ -1,11 +1,11 @@
# $NetBSD: buildlink3.mk,v 1.8 2018/01/07 13:04:30 rillig Exp $
# $NetBSD: buildlink3.mk,v 1.9 2019/09/17 23:09:42 perseant Exp $
BUILDLINK_TREE+= pcsc-lite
.if !defined(PCSC_LITE_BUILDLINK3_MK)
PCSC_LITE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pcsc-lite+= pcsc-lite>=1.6.5
BUILDLINK_API_DEPENDS.pcsc-lite+= pcsc-lite>=1.8.3
BUILDLINK_PKGSRCDIR.pcsc-lite?= ../../security/pcsc-lite
.endif # PCSC_LITE_BUILDLINK3_MK