Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cfssl: Add Package #297

Merged
merged 23 commits into from
Dec 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ vendor/awless: vendor/awless/**
vendor/aws-iam-authenticator: vendor/aws-iam-authenticator/**
vendor/aws-okta: vendor/aws-okta/**
vendor/aws-vault: vendor/aws-vault/**
vendor/cfssl: vendor/cfssl/**
vendor/chamber: vendor/chamber/**
vendor/cli53: vendor/cli53/**
vendor/cloudflared: vendor/cloudflared/**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ awless 0.1.11 A Mighty CLI for AWS
aws-iam-authenticator 0.4.0 A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
aws-okta 0.19.4 aws-okta allows users to authenticate with AWS using Okta credentials
aws-vault 4.7.1 A vault for securely storing and accessing AWS credentials in development environments
cfssl 1.4.1 Cloudflare's PKI and TLS toolkit
chamber 2.7.5 CLI for managing secrets
cli53 0.8.16 Command line tool for Amazon Route 53
cloudflared 2019.9.0 Argo Tunnel client
Expand Down
1 change: 1 addition & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ awless 0.1.11 A Mighty CLI for AWS
aws-iam-authenticator 0.4.0 A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
aws-okta 0.19.4 aws-okta allows users to authenticate with AWS using Okta credentials
aws-vault 4.7.1 A vault for securely storing and accessing AWS credentials in development environments
cfssl 1.4.1 Cloudflare's PKI and TLS toolkit
chamber 2.7.5 CLI for managing secrets
cli53 0.8.16 Command line tool for Amazon Route 53
cloudflared 2019.9.0 Argo Tunnel client
Expand Down
1 change: 1 addition & 0 deletions vendor/cfssl/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cloudflare's PKI and TLS toolkit
1 change: 1 addition & 0 deletions vendor/cfssl/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BSD2
14 changes: 14 additions & 0 deletions vendor/cfssl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

export VENDOR = cloudflare
export PACKAGE_NAME = cfssl
export PACKAGE_REPO_NAME = cfssl
export DOWNLOAD_URL = $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/cfssl_$(PACKAGE_VERSION)_$(OS)_$(ARCH)
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary

install:
$(call download_binary)

test:
$(PACKAGE_EXE) version
1 change: 1 addition & 0 deletions vendor/cfssl/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
1 change: 1 addition & 0 deletions vendor/cfssl/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.4.1