pkgsrc-WIP-changes archive

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

Import testssl.sh version 2.8



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Jun 23 13:23:42 2017 +0200
Changeset:	d9d27161d700804e8750131e35308623fc34bb20

Added Files:
	testssl/DESCR
	testssl/Makefile
	testssl/PLIST
	testssl/distinfo

Log Message:
Import testssl.sh version 2.8

Although functional, to be really complete the package should:
- install the mappings
- register the installation path in testssl.sh
- depend on a certificate store
and then ideally:
- depend on a custom build of OpenSSL (with support for every cipher)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d9d27161d700804e8750131e35308623fc34bb20

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 testssl/DESCR    |  3 +++
 testssl/Makefile | 33 +++++++++++++++++++++++++++++++++
 testssl/PLIST    |  3 +++
 testssl/distinfo |  6 ++++++
 4 files changed, 45 insertions(+)

diffs:
diff --git a/testssl/DESCR b/testssl/DESCR
new file mode 100644
index 0000000000..c63fcbc004
--- /dev/null
+++ b/testssl/DESCR
@@ -0,0 +1,3 @@
+testssl.sh is a free command line tool which checks a server's service on any
+port for the support of TLS/SSL ciphers, protocols as well as recent
+cryptographic flaws and more. 
diff --git a/testssl/Makefile b/testssl/Makefile
new file mode 100644
index 0000000000..d485862553
--- /dev/null
+++ b/testssl/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+
+DISTNAME=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+PKGNAME=	testssl-2.8
+CATEGORIES=	security
+MASTER_SITES=	${MASTER_SITE_GITHUB:=drwetter/}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://testssl.sh/
+COMMENT=	Checks servers for TLS/SSL flaws
+LICENSE=	gnu-gpl-v2
+
+GITHUB_PROJECT=	testssl.sh
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+#WRKSRC=		${WRKDIR}/testssl.sh-2.8
+#USE_LANGUAGES=	# none
+
+DEPENDS+=	bash-[0-9]*:../../shells/bash
+
+NO_BUILD=	yes
+INSTALLATION_DIRS=bin share/doc/${PKGBASE}
+
+REPLACE_INTERPRETER+=	envbash
+REPLACE.envbash.old=	'/usr/bin/env\ bash'
+REPLACE.envbash.new=	${PREFIX}/bin/bash
+REPLACE_FILES.envbash=	testssl.sh
+
+do-install:
+	${INSTALL} -m 0755 ${WRKSRC}/testssl.sh ${DESTDIR}${PREFIX}/bin/testssl
+	${INSTALL} -m 0644 ${WRKSRC}/Readme.md ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/README.md
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/testssl/PLIST b/testssl/PLIST
new file mode 100644
index 0000000000..22e8ef3c29
--- /dev/null
+++ b/testssl/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/testssl
+share/doc/testssl/README.md
diff --git a/testssl/distinfo b/testssl/distinfo
new file mode 100644
index 0000000000..0704c4ec70
--- /dev/null
+++ b/testssl/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (testssl.sh-2.8.tar.gz) = c679e353b51a395a87aeab4609f863697a8ea138
+RMD160 (testssl.sh-2.8.tar.gz) = 7f7f9ddc1104445afab8a74e6dff7b82890596d6
+SHA512 (testssl.sh-2.8.tar.gz) = 6c4b5c01a77230ef03caa1f844fa2e72e72bf5d9a28ec143f6b5fbebc4ae7f74d214d4197f4681ebaf4e29f2754785ab329f1563f8c2a0e078311fc75988328a
+Size (testssl.sh-2.8.tar.gz) = 8529555 bytes


Home | Main Index | Thread Index | Old Index