Correct --copy-ext var, update changelog
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
parent
243f729a77
commit
a675fc9941
13
ChangeLog
13
ChangeLog
@ -1,5 +1,18 @@
|
||||
Easy-RSA 3 ChangeLog
|
||||
|
||||
3.0.3 (2017-08-22)
|
||||
* Include mktemp windows binary
|
||||
* copy CSR extensions into signed certificate
|
||||
|
||||
|
||||
3.0.2 (2017-08-21)
|
||||
* add missing windows binaries
|
||||
|
||||
|
||||
3.0.1 (2015-10-25)
|
||||
* correct some packaging errors
|
||||
|
||||
|
||||
3.0.0 (2015-09-07)
|
||||
|
||||
* cab4a07 Fix typo: Hellman
|
||||
|
||||
@ -67,7 +67,7 @@ stage_unix() {
|
||||
mkdir -p "$DIST_ROOT/unix/$PV"
|
||||
|
||||
# Copy files into $PV, starting with easyrsa3 as the initial root dir
|
||||
src_files="easyrsa3/ Licensing/ COPYING ChangeLog README.quickstart.md"
|
||||
src_files="easyrsa3/ Licensing/ COPYING.md ChangeLog README.quickstart.md"
|
||||
for f in $src_files
|
||||
do
|
||||
cp -a "$SRC_ROOT/$f" "$DIST_ROOT/unix/$PV" || die "failed to copy $f"
|
||||
@ -94,7 +94,7 @@ stage_win() {
|
||||
|
||||
python -m markdown $SRC_ROOT/README.quickstart.md > $DIST_ROOT/windows/$PV/README.quickstart.html
|
||||
# Copy files into $PV, starting with easyrsa3 as the initial root dir
|
||||
src_files="easyrsa3/ COPYING ChangeLog"
|
||||
src_files="easyrsa3/ COPYING.md ChangeLog"
|
||||
for f in $src_files
|
||||
do
|
||||
cp -a "$SRC_ROOT/$f" "$DIST_ROOT/windows/$PV" || die "failed to copy $f"
|
||||
@ -112,7 +112,7 @@ stage_win() {
|
||||
done
|
||||
|
||||
# create bin dir with windows binaries
|
||||
cp -R "$SRC_ROOT/distro/windows/bin" "$DIST_ROOT/windows/$PV/" || die "failed to copy bin"
|
||||
cp -v -R "$SRC_ROOT/distro/windows/bin" "$DIST_ROOT/windows/$PV/" || die "failed to copy bin"
|
||||
|
||||
# files not included
|
||||
rm -rf "$DIST_ROOT/windows/$PV/doc/TODO" || die "failed rm TODO"
|
||||
|
||||
@ -1066,7 +1066,6 @@ Note: using Easy-RSA configuration from: $vars"
|
||||
set_var EASYRSA_TEMP_FILE_3 ""
|
||||
set_var EASYRSA_REQ_CN ChangeMe
|
||||
set_var EASYRSA_DIGEST sha256
|
||||
set_var EASYRSA_CP_EXT 0
|
||||
|
||||
# Detect openssl config, preferring EASYRSA_PKI over EASYRSA
|
||||
if [ -f "$EASYRSA_PKI/openssl-1.0.cnf" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user