pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security remove security/engine-pkcs11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af23b861f821
branches:  trunk
changeset: 450049:af23b861f821
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Apr 10 08:26:42 2021 +0000

description:
remove security/engine-pkcs11

this was merged into security/libp11

diffstat:

 security/Makefile                                |   3 +-
 security/engine-pkcs11/DESCR                     |   8 ------
 security/engine-pkcs11/Makefile                  |  31 ------------------------
 security/engine-pkcs11/PLIST                     |   2 -
 security/engine-pkcs11/distinfo                  |   7 -----
 security/engine-pkcs11/patches/patch-Makefile.am |  23 -----------------
 6 files changed, 1 insertions(+), 73 deletions(-)

diffs (108 lines):

diff -r b236074bf66e -r af23b861f821 security/Makefile
--- a/security/Makefile Sat Apr 10 08:25:22 2021 +0000
+++ b/security/Makefile Sat Apr 10 08:26:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.808 2021/04/10 08:17:36 nia Exp $
+# $NetBSD: Makefile,v 1.809 2021/04/10 08:26:42 nia Exp $
 #
 
 COMMENT=       Security tools
@@ -82,7 +82,6 @@
 SUBDIR+=       easy-rsa
 SUBDIR+=       ecap_clamav_adapter
 SUBDIR+=       egd
-SUBDIR+=       engine-pkcs11
 SUBDIR+=       ent
 SUBDIR+=       erlang-epam
 SUBDIR+=       erlang-fast_tls
diff -r b236074bf66e -r af23b861f821 security/engine-pkcs11/DESCR
--- a/security/engine-pkcs11/DESCR      Sat Apr 10 08:25:22 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-Engine_pkcs11 is a PKCS#11 engine for OpenSSL. It can be loaded using code,
-config file or command line and will pass any function call by openssl to a
-PKCS#11 module.
-
-Engine_pkcs11 is meant to be used with smart cards and software for using
-smart cards in PKCS#11 format, such as OpenSC. Originaly this engine was a
-part of OpenSC, until OpenSC was split into several small projects for
-improved flexibility.
diff -r b236074bf66e -r af23b861f821 security/engine-pkcs11/Makefile
--- a/security/engine-pkcs11/Makefile   Sat Apr 10 08:25:22 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2020/04/24 11:41:37 nia Exp $
-#
-
-VERSION=               0.1.8
-DISTNAME=              engine_pkcs11-${VERSION}
-PKGNAME=               ${DISTNAME:S/_/-/}
-PKGREVISION=           6
-CATEGORIES=            security
-MASTER_SITES=          https://github.com/OpenSC/engine_pkcs11/archive/
-
-BROKEN=                        "Fails to build with OpenSSL 1.1"
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://github.com/OpenSC/OpenSC/wiki/OpenSSL-engine-for-PKCS%2311-modules
-COMMENT=               PKCS\#11 engine for OpenSSL
-LICENSE=               original-bsd
-
-WRKSRC=                        ${WRKDIR}/engine_pkcs11-engine_pkcs11-${VERSION}
-
-USE_TOOLS+=            autoconf automake gmake pkg-config
-GNU_CONFIGURE=         yes
-USE_LIBTOOL=           yes
-CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}
-USE_PKGLOCALEDIR=      yes
-
-pre-configure:
-       cd ${WRKSRC} && ./bootstrap
-
-.include "../../security/libp11/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r b236074bf66e -r af23b861f821 security/engine-pkcs11/PLIST
--- a/security/engine-pkcs11/PLIST      Sat Apr 10 08:25:22 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/05 20:30:52 hasso Exp $
-lib/engines/engine_pkcs11.so
diff -r b236074bf66e -r af23b861f821 security/engine-pkcs11/distinfo
--- a/security/engine-pkcs11/distinfo   Sat Apr 10 08:25:22 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:17:44 agc Exp $
-
-SHA1 (engine_pkcs11-0.1.8.tar.gz) = 7a84469ff9ab59373fc345ceb7888eedf45c78eb
-RMD160 (engine_pkcs11-0.1.8.tar.gz) = 66ab0417b6d62c4f0f639c45965805b21107d723
-SHA512 (engine_pkcs11-0.1.8.tar.gz) = 7fd53f80735a9504051d4573512978dc69676c30b71484f2fc4b00d0553fad85780a7ffd85d8bdb95e7effbd61b9c12536202b119340ebbc0f4df76652d2c556
-Size (engine_pkcs11-0.1.8.tar.gz) = 18866 bytes
-SHA1 (patch-Makefile.am) = f240bc8ab9f28e4b20c766e49473e4b21ec0850d
diff -r b236074bf66e -r af23b861f821 security/engine-pkcs11/patches/patch-Makefile.am
--- a/security/engine-pkcs11/patches/patch-Makefile.am  Sat Apr 10 08:25:22 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-Makefile.am,v 1.1 2014/04/02 19:23:06 gdt Exp $
-
-Don't install NEWS, as usually it is not.
-Don't install a README about a wiki copy that isn't there.
-
-These changes have not yet been submitted upstream.
-
---- Makefile.am.orig   2010-01-07 10:09:32.000000000 +0000
-+++ Makefile.am
-@@ -15,10 +15,11 @@ MAINTAINERCLEANFILES = \
-       $(srcdir)/packaged
- EXTRA_DIST = svnignore
- 
--SUBDIRS = src doc
-+SUBDIRS = src
-+#doc
- 
- dist_noinst_SCRIPTS = bootstrap
--dist_doc_DATA = NEWS
-+#dist_doc_DATA = NEWS
- 
- # Allow detection of packaged tarball
- dist-hook:



Home | Main Index | Thread Index | Old Index