From 9cc41035c225e6b2e6248d0b20e94e86f9e92f21 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 15 Dec 2015 10:52:43 +0100 Subject: [PATCH] openssl: updated to 1.0.2e --- openssl/.footprint | 8 ++++++++ openssl/.md5sum | 2 +- openssl/Pkgfile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/openssl/.footprint b/openssl/.footprint index f1d74f6..516740d 100644 --- a/openssl/.footprint +++ b/openssl/.footprint @@ -441,7 +441,12 @@ lrwxrwxrwx root/root usr/man/man3/BN_value_one.3ssl.gz -> BN_zero.3ssl.gz lrwxrwxrwx root/root usr/man/man3/BUF_MEM_free.3ssl.gz -> buffer.3ssl.gz lrwxrwxrwx root/root usr/man/man3/BUF_MEM_grow.3ssl.gz -> buffer.3ssl.gz lrwxrwxrwx root/root usr/man/man3/BUF_MEM_new.3ssl.gz -> buffer.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/BUF_MEM_new_ex.3ssl.gz -> buffer.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/BUF_memdup.3ssl.gz -> buffer.3ssl.gz lrwxrwxrwx root/root usr/man/man3/BUF_strdup.3ssl.gz -> buffer.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/BUF_strlcat.3ssl.gz -> buffer.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/BUF_strlcpy.3ssl.gz -> buffer.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/BUF_strndup.3ssl.gz -> buffer.3ssl.gz lrwxrwxrwx root/root usr/man/man3/CMS_ReceiptRequest_create0.3ssl.gz -> CMS_get1_ReceiptRequest.3ssl.gz lrwxrwxrwx root/root usr/man/man3/CMS_ReceiptRequest_get0_values.3ssl.gz -> CMS_get1_ReceiptRequest.3ssl.gz lrwxrwxrwx root/root usr/man/man3/CMS_RecipientInfo_decrypt.3ssl.gz -> CMS_get0_RecipientInfos.3ssl.gz @@ -863,6 +868,7 @@ lrwxrwxrwx root/root usr/man/man3/EVP_SealFinal.3ssl.gz -> EVP_SealInit.3ssl.gz lrwxrwxrwx root/root usr/man/man3/EVP_SealUpdate.3ssl.gz -> EVP_SealInit.3ssl.gz lrwxrwxrwx root/root usr/man/man3/EVP_SignFinal.3ssl.gz -> EVP_SignInit.3ssl.gz -rw-r--r-- root/root usr/man/man3/EVP_SignInit.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/EVP_SignInit_ex.3ssl.gz -> EVP_SignInit.3ssl.gz lrwxrwxrwx root/root usr/man/man3/EVP_SignUpdate.3ssl.gz -> EVP_SignInit.3ssl.gz lrwxrwxrwx root/root usr/man/man3/EVP_VerifyFinal.3ssl.gz -> EVP_VerifyInit.3ssl.gz -rw-r--r-- root/root usr/man/man3/EVP_VerifyInit.3ssl.gz @@ -1171,6 +1177,7 @@ lrwxrwxrwx root/root usr/man/man3/SSL_CTX_build_cert_chain.3ssl.gz -> SSL_CTX_ad lrwxrwxrwx root/root usr/man/man3/SSL_CTX_callback_ctrl.3ssl.gz -> SSL_CTX_ctrl.3ssl.gz lrwxrwxrwx root/root usr/man/man3/SSL_CTX_check_private_key.3ssl.gz -> SSL_CTX_use_certificate.3ssl.gz lrwxrwxrwx root/root usr/man/man3/SSL_CTX_clear_chain_certs.3ssl.gz -> SSL_CTX_add1_chain_cert.3ssl.gz +lrwxrwxrwx root/root usr/man/man3/SSL_CTX_clear_extra_chain_certs.3ssl.gz -> SSL_CTX_add_extra_chain_cert.3ssl.gz lrwxrwxrwx root/root usr/man/man3/SSL_CTX_clear_options.3ssl.gz -> SSL_CTX_set_options.3ssl.gz -rw-r--r-- root/root usr/man/man3/SSL_CTX_ctrl.3ssl.gz -rw-r--r-- root/root usr/man/man3/SSL_CTX_flush_sessions.3ssl.gz @@ -1296,6 +1303,7 @@ lrwxrwxrwx root/root usr/man/man3/SSL_alert_desc_string_long.3ssl.gz -> SSL_aler lrwxrwxrwx root/root usr/man/man3/SSL_alert_type_string_long.3ssl.gz -> SSL_alert_type_string.3ssl.gz lrwxrwxrwx root/root usr/man/man3/SSL_build_cert_chain.3ssl.gz -> SSL_CTX_add1_chain_cert.3ssl.gz lrwxrwxrwx root/root usr/man/man3/SSL_callback_ctrl.3ssl.gz -> SSL_CTX_ctrl.3ssl.gz +-rw-r--r-- root/root usr/man/man3/SSL_check_chain.3ssl.gz lrwxrwxrwx root/root usr/man/man3/SSL_check_private_key.3ssl.gz -> SSL_CTX_use_certificate.3ssl.gz -rw-r--r-- root/root usr/man/man3/SSL_clear.3ssl.gz lrwxrwxrwx root/root usr/man/man3/SSL_clear_chain_certs.3ssl.gz -> SSL_CTX_add1_chain_cert.3ssl.gz diff --git a/openssl/.md5sum b/openssl/.md5sum index 4d0898d..701b0da 100644 --- a/openssl/.md5sum +++ b/openssl/.md5sum @@ -1,2 +1,2 @@ 91f85842d2118003ee465c34259047e6 mksslcert.sh -38dd619b2e77cbac69b99f52a053d25a openssl-1.0.2d.tar.gz +5262bfa25b60ed9de9f28d5d52d77fc5 openssl-1.0.2e.tar.gz diff --git a/openssl/Pkgfile b/openssl/Pkgfile index d0d45fe..1a9395f 100644 --- a/openssl/Pkgfile +++ b/openssl/Pkgfile @@ -4,7 +4,7 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=openssl -version=1.0.2d +version=1.0.2e release=1 source=(http://www.openssl.org/source/$name-$version.tar.gz \ mksslcert.sh) -- 2.26.2