Skip to content

Commit

Permalink
Updated security/easy-rsa to 3.0.5
Browse files Browse the repository at this point in the history
3.0.5
   * Fix #17 & #58: use AES256 for CA key
        * Also, don't use read -s, use stty -echo

3.0.4
    * Remove use of egrep (#154)
    * Integrate with Travis-CI (#165)
    * Remove "local" from variable assignment (#165)
        * Other changes related to Travis-CI fixes
        * Assign values to variables defined previously w/local
    * Finally(?) fix the subjectAltName issues I presented earlier (really
    fixes #168
  • Loading branch information
mef committed Jan 30, 2018
1 parent 33894ae commit 505cb85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions security/easy-rsa/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.4 2018/01/15 09:26:23 jnemeth Exp $
# $NetBSD: Makefile,v 1.5 2018/01/30 14:34:06 mef Exp $

DISTNAME= easy-rsa-3.0.3
PKGREVISION= 1
DISTNAME= easy-rsa-3.0.5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenVPN/}

Expand All @@ -17,7 +16,7 @@ USE_LANGUAGES= # none
EASYRSA_DOC_FILES= COPYING.md ChangeLog KNOWN_ISSUES README.md
EASYRSA_DOC_FILES+= README.quickstart.md

EASYRSA_CNF_FILES= openssl-1.0.cnf vars.example x509-types/COMMON
EASYRSA_CNF_FILES= openssl-easyrsa.cnf vars.example x509-types/COMMON
EASYRSA_CNF_FILES+= x509-types/ca x509-types/client x509-types/server

INSTALLATION_DIRS+= ${BINDIR} ${DOCDIR} ${EGDIR} # ${PKGMANDIR}/man1
Expand Down
4 changes: 2 additions & 2 deletions security/easy-rsa/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2017/12/04 06:15:23 jnemeth Exp $
@comment $NetBSD: PLIST,v 1.2 2018/01/30 14:34:06 mef Exp $
bin/easyrsa
share/doc/easyrsa/COPYING.md
share/doc/easyrsa/ChangeLog
Expand All @@ -11,7 +11,7 @@ share/doc/easyrsa/KNOWN_ISSUES
share/doc/easyrsa/README.md
share/doc/easyrsa/README.quickstart.md
share/doc/easyrsa/TODO
share/examples/easyrsa/openssl-1.0.cnf
share/examples/easyrsa/openssl-easyrsa.cnf
share/examples/easyrsa/vars.example
share/examples/easyrsa/x509-types/COMMON
share/examples/easyrsa/x509-types/ca
Expand Down
10 changes: 5 additions & 5 deletions security/easy-rsa/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.4 2018/01/15 09:26:23 jnemeth Exp $
$NetBSD: distinfo,v 1.5 2018/01/30 14:34:06 mef Exp $

SHA1 (easy-rsa-3.0.3.tar.gz) = 18d570d55f342a912780e8c071d65f68746c0e7b
RMD160 (easy-rsa-3.0.3.tar.gz) = 59a640871a5351f502d9bdb5140aa1396d207523
SHA512 (easy-rsa-3.0.3.tar.gz) = edc097936bc2400f131e17fe8a94b81d009befa21622d51064262b2ea2f39b28774c51224353f8b1cba790bfc53b9184e5a39abf85aee0a9310f5e08380019d2
Size (easy-rsa-3.0.3.tar.gz) = 636592 bytes
SHA1 (easy-rsa-3.0.5.tar.gz) = 0b079ff97e6e69e6169f696190f1cb66b332ade0
RMD160 (easy-rsa-3.0.5.tar.gz) = 9d58b1ef275281627144254cfaad3a171c0dec8f
SHA512 (easy-rsa-3.0.5.tar.gz) = f22324fa769339513e10fa55c84ae028ad08c0b6825416376c43f08b752c60bb0911fa3329e1d3ffe26f25b394888869fe97df4c13bddd7659cd490e4fa0e4a3
Size (easy-rsa-3.0.5.tar.gz) = 637848 bytes
SHA1 (patch-easyrsa3_easyrsa) = 7723ff1946999e77a3a95a8e6127b1bc07f7cdd3

0 comments on commit 505cb85

Please sign in to comment.