pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security security: Remove sign - fails with OpenSSL 1....
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd494b3c7197
branches: trunk
changeset: 412223:fd494b3c7197
user: nia <nia%pkgsrc.org@localhost>
date: Sun Mar 01 17:35:29 2020 +0000
description:
security: Remove sign - fails with OpenSSL 1.1, no release since 2004
diffstat:
security/Makefile | 3 +--
security/sign/DESCR | 6 ------
security/sign/Makefile | 23 -----------------------
security/sign/PLIST | 4 ----
security/sign/distinfo | 6 ------
5 files changed, 1 insertions(+), 41 deletions(-)
diffs (72 lines):
diff -r a62406334582 -r fd494b3c7197 security/Makefile
--- a/security/Makefile Sun Mar 01 17:30:39 2020 +0000
+++ b/security/Makefile Sun Mar 01 17:35:29 2020 +0000
@@ -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+= seccure
SUBDIR+= secpanel
SUBDIR+= sfs
-SUBDIR+= sign
SUBDIR+= skey
SUBDIR+= sks
SUBDIR+= sleuthkit
diff -r a62406334582 -r fd494b3c7197 security/sign/DESCR
--- a/security/sign/DESCR Sun Mar 01 17:30:39 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r a62406334582 -r fd494b3c7197 security/sign/Makefile
--- a/security/sign/Makefile Sun Mar 01 17:30:39 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r a62406334582 -r fd494b3c7197 security/sign/PLIST
--- a/security/sign/PLIST Sun Mar 01 17:30:39 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r a62406334582 -r fd494b3c7197 security/sign/distinfo
--- a/security/sign/distinfo Sun Mar 01 17:30:39 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index