pkgsrc-Bugs archive

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

Re: pkg/54556: Please update security/ccid to version 1.4.27



The following reply was made to PR pkg/54556; it has been noted by GNATS.

From: Konrad Schroder <perseant%uw.edu@localhost>
To: coypu%sdf.org@localhost, gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/54556: Please update security/ccid to version 1.4.27
Date: Tue, 17 Sep 2019 14:54:05 -0700

 On 9/17/19 2:20 PM, coypu%sdf.org@localhost wrote:
 > On Tue, Sep 17, 2019 at 09:12:15PM +0000, coypu%sdf.org@localhost wrote:
 >> On Tue, Sep 17, 2019 at 09:09:11PM +0000, coypu%sdf.org@localhost wrote:
 >>> LGTM! please commit it.
 >>> Add PKG_DEVELOPER=yes
 >>> and run 'make cce' after you commit it :_)
 >> Also, delete the PKGREVISION= 3 line :-)
 > Also run 'make distinfo' before commit, not manually edit the distinfo
 > file as you did - it is wrong. The old lines need to be deleted.
 >
 > (Thanks sevan, I didn't notice.)
 
 
 After adding PKG_DEVELOPER=YES the build process told me that I should 
 also change the requirements of the pcsc-lite library, so the full patch 
 now looks like this:
 
 Index: pcsc-lite/buildlink3.mk
 ===================================================================
 RCS file: /cvsroot/pkgsrc/security/pcsc-lite/buildlink3.mk,v
 retrieving revision 1.8
 diff -u -r1.8 buildlink3.mk
 --- pcsc-lite/buildlink3.mk    7 Jan 2018 13:04:30 -0000    1.8
 +++ pcsc-lite/buildlink3.mk    17 Sep 2019 21:48:55 -0000
 @@ -5,7 +5,7 @@
   .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
 Index: ccid/Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/security/ccid/Makefile,v
 retrieving revision 1.28
 diff -u -r1.28 Makefile
 --- ccid/Makefile    14 Aug 2019 00:17:43 -0000    1.28
 +++ ccid/Makefile    17 Sep 2019 21:48:55 -0000
 @@ -1,14 +1,14 @@
   # $NetBSD: Makefile,v 1.28 2019/08/14 00:17:43 ryoon Exp $
   #
 
 -DISTNAME=    ccid-1.4.26
 -PKGREVISION=    3
 +DISTNAME=    ccid-1.4.27
 +PKG_DEVELOPER=    YES
   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: ccid/distinfo
 ===================================================================
 RCS file: /cvsroot/pkgsrc/security/ccid/distinfo,v
 retrieving revision 1.15
 diff -u -r1.15 distinfo
 --- ccid/distinfo    16 Feb 2017 14:30:50 -0000    1.15
 +++ ccid/distinfo    17 Sep 2019 21:48:55 -0000
 @@ -1,6 +1,5 @@
   $NetBSD: distinfo,v 1.15 2017/02/16 14:30:50 gdt 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
 +Size (ccid-1.4.27.tar.bz2) = 632817 bytes
 
 Any other changes, or OK to commit?
 
 Thanks,
 
 -- 
 -----------------------------------------------------------------------
 Konrad Schroder             Box 352143 -or- 115D Fluke Hall, Mason Road
 Software Developer and System Administrator    University of Washington
 College of Engineering                          Seattle, WA, 98195, USA
 


Home | Main Index | Thread Index | Old Index