security update to OpenSSL 1.0.2i
major library bump because dtls1_clear_record_buffer() was removed
This commit is contained in:
parent
d109e6d7f1
commit
b8ae22262a
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2016/05/04 08:07:03 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2016/09/22 21:18:06 sthen Exp $
|
||||
|
||||
COMMENT= TLS/SSL library and tools
|
||||
|
||||
V= 1.0.2h
|
||||
V= 1.0.2i
|
||||
DISTNAME= openssl-$V
|
||||
PKGNAME= openssl-$V
|
||||
|
||||
SHLIBVER= 4.1
|
||||
SHLIBVER= 5.0
|
||||
SHARED_LIBS= crypto ${SHLIBVER} \
|
||||
ssl ${SHLIBVER}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (openssl-1.0.2h.tar.gz) = HUAH5TqtlKWyAC/gRe57sLPZjxpH+LK8hR3NHHQzKRk=
|
||||
SIZE (openssl-1.0.2h.tar.gz) = 5274412
|
||||
SHA256 (openssl-1.0.2i.tar.gz) = kodIfRHJVFtu+yh823BTXU6bKE3RDVFEHZuZY9AA3m8=
|
||||
SIZE (openssl-1.0.2i.tar.gz) = 5308232
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-Makefile_org,v 1.3 2016/01/29 15:23:43 sthen Exp $
|
||||
--- Makefile.org.orig Thu Jan 28 13:56:08 2016
|
||||
+++ Makefile.org Fri Jan 29 15:21:29 2016
|
||||
@@ -365,7 +365,7 @@ libcrypto.pc: Makefile
|
||||
$OpenBSD: patch-Makefile_org,v 1.4 2016/09/22 21:18:06 sthen Exp $
|
||||
--- Makefile.org.orig Thu Sep 22 11:23:06 2016
|
||||
+++ Makefile.org Thu Sep 22 12:30:06 2016
|
||||
@@ -367,7 +367,7 @@ libcrypto.pc: Makefile
|
||||
@ ( echo 'prefix=$(INSTALLTOP)'; \
|
||||
echo 'exec_prefix=$${prefix}'; \
|
||||
echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
|
||||
- echo 'includedir=$${prefix}/include'; \
|
||||
+ echo 'includedir=$${prefix}/include/eopenssl'; \
|
||||
echo 'enginesdir=$${libdir}/engines'; \
|
||||
echo ''; \
|
||||
echo 'Name: OpenSSL-libcrypto'; \
|
||||
echo 'Description: OpenSSL cryptography library'; \
|
||||
@@ -379,12 +379,12 @@ libssl.pc: Makefile
|
||||
@@ -382,12 +382,12 @@ libssl.pc: Makefile
|
||||
@ ( echo 'prefix=$(INSTALLTOP)'; \
|
||||
echo 'exec_prefix=$${prefix}'; \
|
||||
echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
|
||||
@ -25,7 +25,7 @@ $OpenBSD: patch-Makefile_org,v 1.3 2016/01/29 15:23:43 sthen Exp $
|
||||
echo 'Libs: -L$${libdir} -lssl'; \
|
||||
echo 'Libs.private: $(EX_LIBS)'; \
|
||||
echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
|
||||
@@ -393,12 +393,12 @@ openssl.pc: Makefile
|
||||
@@ -396,12 +396,12 @@ openssl.pc: Makefile
|
||||
@ ( echo 'prefix=$(INSTALLTOP)'; \
|
||||
echo 'exec_prefix=$${prefix}'; \
|
||||
echo 'libdir=$${exec_prefix}/$(LIBDIR)'; \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2016/03/11 23:03:21 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2016/09/22 21:18:06 sthen Exp $
|
||||
@bin bin/eopenssl
|
||||
include/eopenssl/
|
||||
include/eopenssl/openssl/
|
||||
@ -750,6 +750,10 @@ lib/eopenssl/man/man3/
|
||||
@man lib/eopenssl/man/man3/EVP_CipherInit.3
|
||||
@man lib/eopenssl/man/man3/EVP_CipherInit_ex.3
|
||||
@man lib/eopenssl/man/man3/EVP_CipherUpdate.3
|
||||
@man lib/eopenssl/man/man3/EVP_DecodeBlock.3
|
||||
@man lib/eopenssl/man/man3/EVP_DecodeFinal.3
|
||||
@man lib/eopenssl/man/man3/EVP_DecodeInit.3
|
||||
@man lib/eopenssl/man/man3/EVP_DecodeUpdate.3
|
||||
@man lib/eopenssl/man/man3/EVP_DecryptFinal.3
|
||||
@man lib/eopenssl/man/man3/EVP_DecryptFinal_ex.3
|
||||
@man lib/eopenssl/man/man3/EVP_DecryptInit.3
|
||||
@ -766,6 +770,10 @@ lib/eopenssl/man/man3/
|
||||
@man lib/eopenssl/man/man3/EVP_DigestVerifyFinal.3
|
||||
@man lib/eopenssl/man/man3/EVP_DigestVerifyInit.3
|
||||
@man lib/eopenssl/man/man3/EVP_DigestVerifyUpdate.3
|
||||
@man lib/eopenssl/man/man3/EVP_EncodeBlock.3
|
||||
@man lib/eopenssl/man/man3/EVP_EncodeFinal.3
|
||||
@man lib/eopenssl/man/man3/EVP_EncodeInit.3
|
||||
@man lib/eopenssl/man/man3/EVP_EncodeUpdate.3
|
||||
@man lib/eopenssl/man/man3/EVP_EncryptFinal.3
|
||||
@man lib/eopenssl/man/man3/EVP_EncryptFinal_ex.3
|
||||
@man lib/eopenssl/man/man3/EVP_EncryptInit.3
|
||||
@ -1223,6 +1231,8 @@ lib/eopenssl/man/man3/
|
||||
@man lib/eopenssl/man/man3/SSL_CTX_set1_curves_list.3
|
||||
@man lib/eopenssl/man/man3/SSL_CTX_set1_param.3
|
||||
@man lib/eopenssl/man/man3/SSL_CTX_set1_verify_cert_store.3
|
||||
@man lib/eopenssl/man/man3/SSL_CTX_set_alpn_protos.3
|
||||
@man lib/eopenssl/man/man3/SSL_CTX_set_alpn_select_cb.3
|
||||
@man lib/eopenssl/man/man3/SSL_CTX_set_cert_cb.3
|
||||
@man lib/eopenssl/man/man3/SSL_CTX_set_cert_store.3
|
||||
@man lib/eopenssl/man/man3/SSL_CTX_set_cert_verify_callback.3
|
||||
@ -1302,6 +1312,7 @@ lib/eopenssl/man/man3/
|
||||
@man lib/eopenssl/man/man3/SSL_do_handshake.3
|
||||
@man lib/eopenssl/man/man3/SSL_flush_sessions.3
|
||||
@man lib/eopenssl/man/man3/SSL_free.3
|
||||
@man lib/eopenssl/man/man3/SSL_get0_alpn_selected.3
|
||||
@man lib/eopenssl/man/man3/SSL_get0_chain_certs.3
|
||||
@man lib/eopenssl/man/man3/SSL_get0_param.3
|
||||
@man lib/eopenssl/man/man3/SSL_get1_curves.3
|
||||
@ -1356,6 +1367,7 @@ lib/eopenssl/man/man3/
|
||||
@man lib/eopenssl/man/man3/SSL_rstate_string.3
|
||||
@man lib/eopenssl/man/man3/SSL_rstate_string_long.3
|
||||
@man lib/eopenssl/man/man3/SSL_select_current_cert.3
|
||||
@man lib/eopenssl/man/man3/SSL_select_next_proto.3
|
||||
@man lib/eopenssl/man/man3/SSL_session_reused.3
|
||||
@man lib/eopenssl/man/man3/SSL_set0_chain.3
|
||||
@man lib/eopenssl/man/man3/SSL_set0_chain_cert_store.3
|
||||
@ -1366,6 +1378,7 @@ lib/eopenssl/man/man3/
|
||||
@man lib/eopenssl/man/man3/SSL_set1_curves_list.3
|
||||
@man lib/eopenssl/man/man3/SSL_set1_param.3
|
||||
@man lib/eopenssl/man/man3/SSL_set1_verify_cert_store.3
|
||||
@man lib/eopenssl/man/man3/SSL_set_alpn_protos.3
|
||||
@man lib/eopenssl/man/man3/SSL_set_bio.3
|
||||
@man lib/eopenssl/man/man3/SSL_set_cert_cb.3
|
||||
@man lib/eopenssl/man/man3/SSL_set_cipher_list.3
|
||||
@ -1567,6 +1580,7 @@ lib/eopenssl/man/man3/
|
||||
@man lib/eopenssl/man/man3/buffer.3
|
||||
@man lib/eopenssl/man/man3/crypto.3
|
||||
@man lib/eopenssl/man/man3/d2i_ASN1_OBJECT.3
|
||||
@man lib/eopenssl/man/man3/d2i_AutoPrivateKey.3
|
||||
@man lib/eopenssl/man/man3/d2i_CMS_ContentInfo.3
|
||||
@man lib/eopenssl/man/man3/d2i_DHparams.3
|
||||
@man lib/eopenssl/man/man3/d2i_DSAPrivateKey.3
|
||||
@ -1584,6 +1598,8 @@ lib/eopenssl/man/man3/
|
||||
@man lib/eopenssl/man/man3/d2i_PKCS8PrivateKey.3
|
||||
@man lib/eopenssl/man/man3/d2i_PKCS8PrivateKey_bio.3
|
||||
@man lib/eopenssl/man/man3/d2i_PKCS8PrivateKey_fp.3
|
||||
@man lib/eopenssl/man/man3/d2i_PrivateKey.3
|
||||
@man lib/eopenssl/man/man3/d2i_Private_key.3
|
||||
@man lib/eopenssl/man/man3/d2i_RSAPrivateKey.3
|
||||
@man lib/eopenssl/man/man3/d2i_RSAPublicKey.3
|
||||
@man lib/eopenssl/man/man3/d2i_RSA_PUBKEY.3
|
||||
@ -1633,6 +1649,7 @@ lib/eopenssl/man/man3/
|
||||
@man lib/eopenssl/man/man3/i2d_PKCS8PrivateKey_fp.3
|
||||
@man lib/eopenssl/man/man3/i2d_PKCS8PrivateKey_nid_bio.3
|
||||
@man lib/eopenssl/man/man3/i2d_PKCS8PrivateKey_nid_fp.3
|
||||
@man lib/eopenssl/man/man3/i2d_PrivateKey.3
|
||||
@man lib/eopenssl/man/man3/i2d_RSAPrivateKey.3
|
||||
@man lib/eopenssl/man/man3/i2d_RSAPublicKey.3
|
||||
@man lib/eopenssl/man/man3/i2d_RSA_PUBKEY.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user