pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Update ccid to version 1.4.27, including link...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22ec11535c3e
branches:  trunk
changeset: 339864:22ec11535c3e
user:      perseant <perseant%pkgsrc.org@localhost>
date:      Tue Sep 17 23:09:42 2019 +0000

description:
Update ccid to version 1.4.27, including link requirement in pcsc-lite.
Closes PR security/54556.

diffstat:

 security/ccid/Makefile           |   7 +++----
 security/ccid/distinfo           |  10 +++++-----
 security/pcsc-lite/buildlink3.mk |   4 ++--
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (53 lines):

diff -r a003754c68a4 -r 22ec11535c3e security/ccid/Makefile
--- a/security/ccid/Makefile    Tue Sep 17 20:41:23 2019 +0000
+++ b/security/ccid/Makefile    Tue Sep 17 23:09:42 2019 +0000
@@ -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@localhost
diff -r a003754c68a4 -r 22ec11535c3e security/ccid/distinfo
--- a/security/ccid/distinfo    Tue Sep 17 20:41:23 2019 +0000
+++ b/security/ccid/distinfo    Tue Sep 17 23:09:42 2019 +0000
@@ -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
diff -r a003754c68a4 -r 22ec11535c3e security/pcsc-lite/buildlink3.mk
--- a/security/pcsc-lite/buildlink3.mk  Tue Sep 17 20:41:23 2019 +0000
+++ b/security/pcsc-lite/buildlink3.mk  Tue Sep 17 23:09:42 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index