mirror of
https://github.com/chris2511/xca.git
synced 2026-09-13 18:46:25 +05:00
Use OpenSSL 1.0.2c
This commit is contained in:
parent
29543979e9
commit
6eef8ee2e7
@ -1,3 +1,4 @@
|
||||
* Update to OpenSSL 1.0.2c for Windows and MAC
|
||||
* 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
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
do_openssl()
|
||||
{
|
||||
openssl="openssl-1.0.2a"
|
||||
openssl="openssl-1.0.2c"
|
||||
test -f "$openssl".tar.gz || curl http://www.openssl.org/source/"$openssl".tar.gz > "$openssl".tar.gz
|
||||
tar zxf "$openssl".tar.gz
|
||||
(cd $openssl
|
||||
|
||||
@ -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.2a"
|
||||
OPENSSL_DIR="openssl-1.0.2c"
|
||||
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"
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
<item>
|
||||
<widget class="QTabWidget" name="tabview">
|
||||
<property name="currentIndex">
|
||||
<number>3</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="unnamed">
|
||||
<attribute name="title">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user