Skip to content

Commit

Permalink
security/easy-rsa: update to 3.2.0; fix pkg-message [1]
Browse files Browse the repository at this point in the history
ChangeLog:	https://github.com/OpenVPN/easy-rsa/releases/tag/v3.2.0

[1] pkg-message issue
Reported by:	mikael@
PR:		277573
  • Loading branch information
mandree committed May 18, 2024
1 parent 823ece7 commit 8cc207c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion security/easy-rsa/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= easy-rsa
DISTVERSION= 3.1.7
DISTVERSION= 3.2.0
CATEGORIES= security net-mgmt
MASTER_SITES= https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/ \
LOCAL/mandree/
Expand All @@ -26,6 +26,7 @@ PORTDATA= x509-types/
_pd_files= ChangeLog COPYING.md README.md README.quickstart.md mktemp.txt
_pd_dirs= doc/
PORTDOCS= ${_pd_files} ${_pd_dirs}
SUB_FILES= pkg-message

do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/bin
Expand Down
6 changes: 3 additions & 3 deletions security/easy-rsa/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1697487333
SHA256 (EasyRSA-3.1.7.tgz) = aaa48fadcbb77511b9c378554ef3eae09f8c7bc149d6f56ba209f1c9bab98c6e
SIZE (EasyRSA-3.1.7.tgz) = 81373
TIMESTAMP = 1716037822
SHA256 (EasyRSA-3.2.0.tgz) = db8164165a109bf1f6dbf578c3341349821bb4fde5629398d82918330134b43c
SIZE (EasyRSA-3.2.0.tgz) = 73675
15 changes: 15 additions & 0 deletions security/easy-rsa/files/pkg-message.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

NOTE: easyrsa will require you to initialize a PKI upon first use.

ONLY for the very first run for a new PKI, do something such as this,
assuming you will have its data in $HOME/my_new_pki:

easyrsa --pki-dir=$HOME/my_new_pki init-pki # DANGEROUS - DESTROYS ~/my_new_pki

See %%PREFIX%%/share/doc/easy-rsa/README.quickstart.md for further information.

An on-line help is available, you can run:

easyrsa help # for help on commands
easyrsa help options # for help on options

15 changes: 0 additions & 15 deletions security/easy-rsa/pkg-message

This file was deleted.

0 comments on commit 8cc207c

Please sign in to comment.