pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/go-mkcert



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Jan 13 04:23:55 UTC 2019

Added Files:
        pkgsrc/security/go-mkcert: DESCR Makefile PLIST distinfo

Log Message:
Initial import of mkcert, a simple tool for making locally-trusted
development certificates. It requires no configuration.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/go-mkcert/DESCR \
    pkgsrc/security/go-mkcert/Makefile pkgsrc/security/go-mkcert/PLIST \
    pkgsrc/security/go-mkcert/distinfo

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

Added files:

Index: pkgsrc/security/go-mkcert/DESCR
diff -u /dev/null pkgsrc/security/go-mkcert/DESCR:1.1
--- /dev/null   Sun Jan 13 04:23:55 2019
+++ pkgsrc/security/go-mkcert/DESCR     Sun Jan 13 04:23:54 2019
@@ -0,0 +1,13 @@
+mkcert is a simple tool for making locally-trusted development
+certificates. It requires no configuration.
+
+Using certificates from real certificate authorities (CAs) for
+development can be dangerous or impossible (for hosts like localhost or
+127.0.0.1), but self-signed certificates cause trust errors. Managing
+your own CA is the best solution, but usually involves arcane commands,
+specialized knowledge and manual steps.
+
+mkcert automatically creates and installs a local CA in the system root
+store, and generates locally-trusted certificates. mkcert does not
+automatically configure servers to use the certificates, though, that's
+up to you.
Index: pkgsrc/security/go-mkcert/Makefile
diff -u /dev/null pkgsrc/security/go-mkcert/Makefile:1.1
--- /dev/null   Sun Jan 13 04:23:55 2019
+++ pkgsrc/security/go-mkcert/Makefile  Sun Jan 13 04:23:54 2019
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2019/01/13 04:23:54 schmonz Exp $
+
+DISTNAME=              mkcert-${GITHUB_TAG}
+PKGNAME=               go-mkcert-${VERSION}
+CATEGORIES=            security
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=FiloSottile/}
+GITHUB_PROJECT=                mkcert
+VERSION=               1.2.0
+GITHUB_TAG=            v${VERSION}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://github.com/FiloSottile/mkcert/
+COMMENT=               Make locally trusted development certificates
+LICENSE=               modified-bsd
+
+GO_DIST_BASE=          mkcert-${VERSION}
+GO_SRCPATH=            github.com/FiloSottile/mkcert
+
+INSTALLATION_DIRS+=    bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKDIR}/bin/mkcert ${DESTDIR}${PREFIX}/bin
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/go-mkcert/PLIST
diff -u /dev/null pkgsrc/security/go-mkcert/PLIST:1.1
--- /dev/null   Sun Jan 13 04:23:55 2019
+++ pkgsrc/security/go-mkcert/PLIST     Sun Jan 13 04:23:54 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/13 04:23:54 schmonz Exp $
+bin/mkcert
Index: pkgsrc/security/go-mkcert/distinfo
diff -u /dev/null pkgsrc/security/go-mkcert/distinfo:1.1
--- /dev/null   Sun Jan 13 04:23:55 2019
+++ pkgsrc/security/go-mkcert/distinfo  Sun Jan 13 04:23:54 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/13 04:23:54 schmonz Exp $
+
+SHA1 (mkcert-v1.2.0.tar.gz) = 665a204c5e84cac568d44454e7f1a01088baedc9
+RMD160 (mkcert-v1.2.0.tar.gz) = 6fe60e3d7396f4011b8e41dc84c72713275ab6c8
+SHA512 (mkcert-v1.2.0.tar.gz) = db1ad15a675e6bf82e5658b1db4780fdd1e79fabb8895ced30f6c1926d9ccfb70fbc5b7bf1ce02ec9a3fb618c08c69ff1f32d22a404748c65016e8315f670570
+Size (mkcert-v1.2.0.tar.gz) = 374743 bytes



Home | Main Index | Thread Index | Old Index