pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security security: Remove gpshell, libglobalplatform -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f9417c27a88
branches:  trunk
changeset: 375538:6f9417c27a88
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Mar 15 18:18:55 2022 +0000

description:
security: Remove gpshell, libglobalplatform - broken for nearly 2 years

diffstat:

 security/Makefile                            |   4 +--
 security/gpshell/DESCR                       |   7 ------
 security/gpshell/Makefile                    |  20 ------------------
 security/gpshell/PLIST                       |   3 --
 security/gpshell/distinfo                    |   6 -----
 security/gpshell/patches/patch-src_gpshell.c |  25 -----------------------
 security/libglobalplatform/DESCR             |   1 -
 security/libglobalplatform/Makefile          |  30 ----------------------------
 security/libglobalplatform/PLIST             |  14 -------------
 security/libglobalplatform/buildlink3.mk     |  16 --------------
 security/libglobalplatform/distinfo          |   5 ----
 11 files changed, 1 insertions(+), 130 deletions(-)

diffs (192 lines):

diff -r 1660b300644b -r 6f9417c27a88 security/Makefile
--- a/security/Makefile Tue Mar 15 18:12:12 2022 +0000
+++ b/security/Makefile Tue Mar 15 18:18:55 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.850 2022/02/16 10:06:08 pho Exp $
+# $NetBSD: Makefile,v 1.851 2022/03/15 18:18:55 nia Exp $
 #
 
 COMMENT=       Security and cryptography tools and libraries
@@ -115,7 +115,6 @@
 SUBDIR+=       gpg2dot
 SUBDIR+=       gpgme
 SUBDIR+=       gpgmepp
-SUBDIR+=       gpshell
 SUBDIR+=       gsasl
 SUBDIR+=       gss
 SUBDIR+=       hackbot
@@ -173,7 +172,6 @@
 SUBDIR+=       libgabe
 SUBDIR+=       libgcrypt
 SUBDIR+=       libgfshare
-SUBDIR+=       libglobalplatform
 SUBDIR+=       libgnome-keyring
 SUBDIR+=       libgpg-error
 SUBDIR+=       libidea
diff -r 1660b300644b -r 6f9417c27a88 security/gpshell/DESCR
--- a/security/gpshell/DESCR    Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-GPShell is a script interpreter which talks to a smart card which
-complies to the GlobalPlatform Card Specification.  It is written on
-top of the GlobalPlatform Library.  It uses the PC-SC Connection
-Plugin for accessing smart cards.  It can establish a secure channel
-with a smart card, load, instantiate, delete and list applications on
-supported smart cards.  These applications are practically always
-JavaCard applets.
diff -r 1660b300644b -r 6f9417c27a88 security/gpshell/Makefile
--- a/security/gpshell/Makefile Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2020/07/27 16:22:46 gdt Exp $
-
-DISTNAME=      gpshell-1.4.4
-PKGREVISION=   2
-CATEGORIES=    security
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=globalplatform/GPShell/GPShell-${PKGVERSION_NOREV}/}
-
-MAINTAINER=    pkgsrc-users%netbsd.org@localhost
-HOMEPAGE=      http://globalplatform.sourceforge.net/
-COMMENT=       Shell to manage the contents of GlobalPlatform smart cards
-LICENSE=       gnu-gpl-v3
-
-GNU_CONFIGURE= yes
-USE_LANGUAGES+=        c
-USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
-
-.include "../../security/pcsc-lite/buildlink3.mk"
-.include "../../security/libglobalplatform/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 1660b300644b -r 6f9417c27a88 security/gpshell/PLIST
--- a/security/gpshell/PLIST    Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/03/12 21:29:24 gdt Exp $
-bin/gpshell
-man/man1/gpshell.1
diff -r 1660b300644b -r 6f9417c27a88 security/gpshell/distinfo
--- a/security/gpshell/distinfo Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:17:07 nia Exp $
-
-BLAKE2s (gpshell-1.4.4.tar.gz) = 68ba2ff16949333159e35f31189dd397060b08af0b8a5579967a8de476dff14d
-SHA512 (gpshell-1.4.4.tar.gz) = 612b1ebf637c00d1aa605820dab15ea94eed754e4a70162d333f0307289b92b81aa7156c6a0ae5ed5ecb2693dace45c17ca830420f2c5811505d712667ed7d86
-Size (gpshell-1.4.4.tar.gz) = 155861 bytes
-SHA1 (patch-src_gpshell.c) = bd70f712c90dcae959d6d25bb5df0f67c8e17490
diff -r 1660b300644b -r 6f9417c27a88 security/gpshell/patches/patch-src_gpshell.c
--- a/security/gpshell/patches/patch-src_gpshell.c      Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-src_gpshell.c,v 1.1 2014/03/12 21:29:25 gdt Exp $
-
-Don't exit with an error if the card is locked.  See:
-http://sourceforge.net/mailarchive/forum.php?thread_name=CADr12F1tV04Atz-n5f43%2BenQNYF09HXMextZsLF-2QpomQAJWw%40mail.gmail.com&forum_name=opensc-devel
-Not yet reported upstream.
-
---- src/gpshell.c.orig 2010-10-12 19:49:35.000000000 +0000
-+++ src/gpshell.c
-@@ -935,8 +935,14 @@ static int handleCommands(FILE *fd)
-                 {
-                     _tprintf (_T("select_application() returns 0x%08lX (%s)\n"),
-                               status.errorCode, status.errorMessage);
--                    rv = EXIT_FAILURE;
--                    goto end;
-+
-+                    /* 6283 is warning  we want to continue  and unlock */
-+                    if (status.errorCode != OPGP_ISO7816_WARNING_CM_LOCKED)
-+                    {
-+                        rv = EXIT_FAILURE;
-+                        goto end;
-+                    }
-+                    status.errorStatus =  OPGP_ERROR_STATUS_SUCCESS;
-                 }
-                 memcpy(selectedAID, optionStr.AID, optionStr.AIDLen);
-                 selectedAIDLength = optionStr.AIDLen;
diff -r 1660b300644b -r 6f9417c27a88 security/libglobalplatform/DESCR
--- a/security/libglobalplatform/DESCR  Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-C library for managing the contents of a GlobalPlatform smart card.
diff -r 1660b300644b -r 6f9417c27a88 security/libglobalplatform/Makefile
--- a/security/libglobalplatform/Makefile       Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2020/07/27 16:22:46 gdt Exp $
-
-DISTNAME=      globalplatform-6.0.0
-PKGNAME=       lib${DISTNAME}
-PKGREVISION=   2
-CATEGORIES=    security
-# The pkgsrc guide says to do:
-# MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=globalplatform/GlobalPlatform%20Library/GlobalPlatform%20Library%20${PKGVERSION_NOREV}/}
-# but unfortunately bmake's ":old_string=new_string" variable modifier
-# treats the % in the URL as a special character and doesn't provide a
-# way to escape it.  So we use the ":@temp@string@" variable modifier
-# instead to accomplish the same thing.
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:@.SITE.@${.SITE.}globalplatform/GlobalPlatform%20Library/GlobalPlatform%20Library%20${PKGVERSION_NOREV}/@}
-
-MAINTAINER=    pkgsrc-users%netbsd.org@localhost
-HOMEPAGE=      http://globalplatform.sourceforge.net/
-COMMENT=       C library for managing GlobalPlatform smart card contents
-LICENSE=       gnu-gpl-v3
-
-BROKEN=                "Fails to build with OpenSSL 1.1"
-
-GNU_CONFIGURE= yes
-USE_LANGUAGES+=        c
-USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/pcsc-lite/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 1660b300644b -r 6f9417c27a88 security/libglobalplatform/PLIST
--- a/security/libglobalplatform/PLIST  Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/03/12 21:23:11 gdt Exp $
-include/globalplatform/connection.h
-include/globalplatform/connectionplugin.h
-include/globalplatform/debug.h
-include/globalplatform/error.h
-include/globalplatform/errorcodes.h
-include/globalplatform/globalplatform.h
-include/globalplatform/library.h
-include/globalplatform/security.h
-include/globalplatform/stringify.h
-include/globalplatform/types.h
-include/globalplatform/unicode.h
-lib/libglobalplatform.la
-lib/pkgconfig/globalplatform.pc
diff -r 1660b300644b -r 6f9417c27a88 security/libglobalplatform/buildlink3.mk
--- a/security/libglobalplatform/buildlink3.mk  Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2020/01/18 21:48:22 jperkin Exp $
-
-BUILDLINK_TREE+=       libglobalplatform
-
-.if !defined(LIBGLOBALPLATFORM_BUILDLINK3_MK)
-LIBGLOBALPLATFORM_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libglobalplatform+=      libglobalplatform>=6.0.0
-BUILDLINK_ABI_DEPENDS.libglobalplatform?=      libglobalplatform>=6.0.0nb2
-BUILDLINK_PKGSRCDIR.libglobalplatform?=                ../../security/libglobalplatform
-
-.include "../../security/pcsc-lite/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.endif # LIBGLOBALPLATFORM_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -libglobalplatform
diff -r 1660b300644b -r 6f9417c27a88 security/libglobalplatform/distinfo
--- a/security/libglobalplatform/distinfo       Tue Mar 15 18:12:12 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:17:13 nia Exp $
-
-BLAKE2s (globalplatform-6.0.0.tar.gz) = 0b7502520b87c125311a23ee68030d3803afd04942c2728ef8448ce73d6ca532
-SHA512 (globalplatform-6.0.0.tar.gz) = cb2fc79052a073b5099da6c02ff9ca87bb966d42c1d8cf4f9ef2a39eb9772e1c5f656bc03f5e305885a9995856c0fbd3648a2c7ceb38ed194d007f3fc1219be4
-Size (globalplatform-6.0.0.tar.gz) = 421171 bytes



Home | Main Index | Thread Index | Old Index