summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-01 17:35:29 +0000
committernia <nia@pkgsrc.org>2020-03-01 17:35:29 +0000
commitea1de3fd97ea5decde0e372a42163823bb04823d (patch)
treeeaafc4d5d1fc61363dbd0f101a1b360ca0f5c254
parent28b1f8fbce42eb3d2e5b2298bc098ff4637ff681 (diff)
downloadpkgsrc-ea1de3fd97ea5decde0e372a42163823bb04823d.tar.gz
security: Remove sign - fails with OpenSSL 1.1, no release since 2004
-rw-r--r--security/Makefile3
-rw-r--r--security/sign/DESCR6
-rw-r--r--security/sign/Makefile23
-rw-r--r--security/sign/PLIST4
-rw-r--r--security/sign/distinfo6
5 files changed, 1 insertions, 41 deletions
diff --git a/security/Makefile b/security/Makefile
index 2da1f9ff84f..11e1b0488fe 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.742 2020/03/01 17:29:15 nia Exp $
+# $NetBSD: Makefile,v 1.743 2020/03/01 17:35:29 nia Exp $
#
COMMENT= Security tools
@@ -576,7 +576,6 @@ SUBDIR+= seahorse
SUBDIR+= seccure
SUBDIR+= secpanel
SUBDIR+= sfs
-SUBDIR+= sign
SUBDIR+= skey
SUBDIR+= sks
SUBDIR+= sleuthkit
diff --git a/security/sign/DESCR b/security/sign/DESCR
deleted file mode 100644
index 5c85a678a9d..00000000000
--- a/security/sign/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-sign is a file signing and signature verification utility.
-
-Its main purpose is to be a simple and convenient extension to the
-tar/gz/bzip2 line of tools that performs file integrity and
-authenticity checks. It's small and simple, it does just one thing
-and hopefully does it well.
diff --git a/security/sign/Makefile b/security/sign/Makefile
deleted file mode 100644
index 8331a142971..00000000000
--- a/security/sign/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2020/01/18 21:50:48 jperkin Exp $
-
-DISTNAME= sign-1.0.7
-PKGREVISION= 2
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GITHUB:=apankrat/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://swapped.cc/sign/
-COMMENT= File signing and signature verification utility
-LICENSE= openssl AND 2-clause-bsd
-
-USE_TOOLS+= gmake
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/sign ${DESTDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/sign.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
- ${LN} -sf sign ${DESTDIR}${PREFIX}/bin/unsign
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/sign/PLIST b/security/sign/PLIST
deleted file mode 100644
index d000be32b42..00000000000
--- a/security/sign/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/16 00:00:28 xtraeme Exp $
-bin/sign
-bin/unsign
-man/man1/sign.1
diff --git a/security/sign/distinfo b/security/sign/distinfo
deleted file mode 100644
index 01ccec57b28..00000000000
--- a/security/sign/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2018/04/18 19:56:42 kamil Exp $
-
-SHA1 (sign-1.0.7.tar.gz) = 72694313d2d22a5f6f8c3094d817d7004b92221d
-RMD160 (sign-1.0.7.tar.gz) = 22aadfdaac2a06cab1fb51832d5ac53ec99feffc
-SHA512 (sign-1.0.7.tar.gz) = bfcc389d06be2747fc9bdd0084c16d92fc7960b8ca10bbb90b4b5480461c306613244d7449af68eaa7f766e66fd01aad3e4f2d36230f3d4efb78402e5cb1abfc
-Size (sign-1.0.7.tar.gz) = 28922 bytes