Prepare release 1.3.0

Use OpenSSL 1.0.2d for Windows and MAC
This commit is contained in:
Christian Hohnstaedt 2015-08-11 07:37:45 +02:00
parent 9839408209
commit 15114e6ee5
4 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
1.3.0-dev
1.3.0

View File

@ -1,4 +1,5 @@
* Update to OpenSSL 1.0.2c for Windows and MAC
* Update to OpenSSL 1.0.2d for Windows and MAC
* SF Bug #105 1.2.0 OS X Retina Display Support
* Digitaly sign Windows and MAC binaries with a valid certificate
* Refactor the context menu. Exporting many selected items
to the clipboard or a PEM file now works. Certificate renewal and revocation

View File

@ -2,7 +2,7 @@
do_openssl()
{
openssl="openssl-1.0.2c"
openssl="openssl-1.0.2d"
test -f "$openssl".tar.gz || curl http://www.openssl.org/source/"$openssl".tar.gz > "$openssl".tar.gz
tar zxf "$openssl".tar.gz
(cd $openssl

View File

@ -7,7 +7,7 @@ LIBTOOL_DIR="libtool-2.2.6b"
LIBTOOL_GZ="${LIBTOOL_DIR}".tar.gz
LIBTOOL_DL="http://ftp.gnu.org/gnu/libtool/${LIBTOOL_GZ}"
OPENSSL_DIR="openssl-1.0.2c"
OPENSSL_DIR="openssl-1.0.2d"
OPENSSL_GZ="${OPENSSL_DIR}".tar.gz
OPENSSL_DL="http://www.openssl.org/source/${OPENSSL_GZ}"
OPENSSL_PATCH="$XCA_DIR/misc/openssl-1.0.0-mingw32-cross.patch"