pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   perseant
Date:           Tue Sep 17 23:09:42 UTC 2019

Modified Files:
        pkgsrc/security/ccid: Makefile distinfo
        pkgsrc/security/pcsc-lite: buildlink3.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/ccid/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/ccid/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/pcsc-lite/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ccid/Makefile
diff -u pkgsrc/security/ccid/Makefile:1.28 pkgsrc/security/ccid/Makefile:1.29
--- pkgsrc/security/ccid/Makefile:1.28  Wed Aug 14 00:17:43 2019
+++ pkgsrc/security/ccid/Makefile       Tue Sep 17 23:09:42 2019
@@ -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

Index: pkgsrc/security/ccid/distinfo
diff -u pkgsrc/security/ccid/distinfo:1.15 pkgsrc/security/ccid/distinfo:1.16
--- pkgsrc/security/ccid/distinfo:1.15  Thu Feb 16 14:30:50 2017
+++ pkgsrc/security/ccid/distinfo       Tue Sep 17 23:09:42 2019
@@ -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

Index: pkgsrc/security/pcsc-lite/buildlink3.mk
diff -u pkgsrc/security/pcsc-lite/buildlink3.mk:1.8 pkgsrc/security/pcsc-lite/buildlink3.mk:1.9
--- pkgsrc/security/pcsc-lite/buildlink3.mk:1.8 Sun Jan  7 13:04:30 2018
+++ pkgsrc/security/pcsc-lite/buildlink3.mk     Tue Sep 17 23:09:42 2019
@@ -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