summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-05-09 15:10:02 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-05-09 15:10:02 +0000
commit1b3e8ee1466c8be620688e48646e1b81515f7a60 (patch)
tree2bef7fcae1a7307f2afcb7106e7112459d56c5fd /security
parent2cf71b4757827775b98c3f58f4dee82b8c7cbe52 (diff)
downloadpkgsrc-1b3e8ee1466c8be620688e48646e1b81515f7a60.tar.gz
go-crypto-acme: remove.
Nothing depends on this. The only binary included is a testing utility that is not terribly useful.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile3
-rw-r--r--security/go-crypto-acme/DESCR4
-rw-r--r--security/go-crypto-acme/Makefile13
-rw-r--r--security/go-crypto-acme/PLIST26
-rw-r--r--security/go-crypto-acme/buildlink3.mk17
5 files changed, 1 insertions, 62 deletions
diff --git a/security/Makefile b/security/Makefile
index ce29d86d463..b2d3f68b683 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.821 2021/05/09 14:05:39 taca Exp $
+# $NetBSD: Makefile,v 1.822 2021/05/09 15:10:02 bsiegert Exp $
#
COMMENT= Security and cryptography tools and libraries
@@ -106,7 +106,6 @@ SUBDIR+= gnutls
SUBDIR+= go-asn1-ber
SUBDIR+= go-crypt
SUBDIR+= go-crypto
-SUBDIR+= go-crypto-acme
SUBDIR+= go-mkcert
SUBDIR+= go-sftp
SUBDIR+= go-xxhash
diff --git a/security/go-crypto-acme/DESCR b/security/go-crypto-acme/DESCR
deleted file mode 100644
index 4f2db2dd026..00000000000
--- a/security/go-crypto-acme/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Supplementary Go cryptography libraries.
-
-This package contains the ACME library to interface with automated certificate
-issuers, such as Let's Encrypt.
diff --git a/security/go-crypto-acme/Makefile b/security/go-crypto-acme/Makefile
deleted file mode 100644
index c84e3d6307d..00000000000
--- a/security/go-crypto-acme/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2021/05/08 15:02:29 bsiegert Exp $
-
-PKGNAME= ${DISTNAME:S/crypto/crypto-acme/}
-PKGREVISION= 5
-COMMENT= ACME library from go-crypto
-
-GO_SRCPATH= golang.org/x/crypto/acme
-GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*/acme
-
-CHECK_RELRO_SKIP+= bin/acmeprobe
-
-.include "../../net/go-net/buildlink3.mk"
-.include "../../security/go-crypto/Makefile.common"
diff --git a/security/go-crypto-acme/PLIST b/security/go-crypto-acme/PLIST
deleted file mode 100644
index 035ea1d439b..00000000000
--- a/security/go-crypto-acme/PLIST
+++ /dev/null
@@ -1,26 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2020/02/03 14:51:55 bsiegert Exp $
-bin/acmeprobe
-gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/acme.a
-gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/acme/autocert.a
-gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/acme/autocert/internal/acmetest.a
-gopkg/src/golang.org/x/crypto/acme/acme.go
-gopkg/src/golang.org/x/crypto/acme/acme_test.go
-gopkg/src/golang.org/x/crypto/acme/autocert/autocert.go
-gopkg/src/golang.org/x/crypto/acme/autocert/autocert_test.go
-gopkg/src/golang.org/x/crypto/acme/autocert/cache.go
-gopkg/src/golang.org/x/crypto/acme/autocert/cache_test.go
-gopkg/src/golang.org/x/crypto/acme/autocert/example_test.go
-gopkg/src/golang.org/x/crypto/acme/autocert/internal/acmetest/ca.go
-gopkg/src/golang.org/x/crypto/acme/autocert/listener.go
-gopkg/src/golang.org/x/crypto/acme/autocert/renewal.go
-gopkg/src/golang.org/x/crypto/acme/autocert/renewal_test.go
-gopkg/src/golang.org/x/crypto/acme/http.go
-gopkg/src/golang.org/x/crypto/acme/http_test.go
-gopkg/src/golang.org/x/crypto/acme/internal/acmeprobe/prober.go
-gopkg/src/golang.org/x/crypto/acme/jws.go
-gopkg/src/golang.org/x/crypto/acme/jws_test.go
-gopkg/src/golang.org/x/crypto/acme/rfc8555.go
-gopkg/src/golang.org/x/crypto/acme/rfc8555_test.go
-gopkg/src/golang.org/x/crypto/acme/types.go
-gopkg/src/golang.org/x/crypto/acme/types_test.go
-gopkg/src/golang.org/x/crypto/acme/version_go112.go
diff --git a/security/go-crypto-acme/buildlink3.mk b/security/go-crypto-acme/buildlink3.mk
deleted file mode 100644
index 6a4ed379e31..00000000000
--- a/security/go-crypto-acme/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2020/02/03 14:51:55 bsiegert Exp $
-
-BUILDLINK_TREE+= go-crypto-acme
-
-.if !defined(GO_CRYPTO_ACME_BUILDLINK3_MK)
-GO_CRYPTO_ACME_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-crypto-acme= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-crypto-acme?= build
-
-BUILDLINK_API_DEPENDS.go-crypto-acme+= go-crypto-acme>=0.0.20170317
-BUILDLINK_PKGSRCDIR.go-crypto-acme?= ../../security/go-crypto-acme
-
-.include "../../net/go-net/buildlink3.mk"
-.endif # GO_CRYPTO_ACME_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-crypto-acme