update to OpenSSL 1.1.1g.

Addresses one high severity issue, CVE-2020-1967.

ok sthen
This commit is contained in:
tb 2020-04-22 04:31:53 +00:00
parent ed6a994962
commit 955001fe20
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.14 2020/03/31 14:50:08 tb Exp $
# $OpenBSD: Makefile,v 1.15 2020/04/22 04:31:53 tb Exp $
PORTROACH= limit:^1\.1\.[0-9][a-z] skipb:0 skipv:1.1.1
V= 1.1.1f
V= 1.1.1g
SHLIBVER= 11.5
SHARED_LIBS= crypto ${SHLIBVER} \

View File

@ -1,2 +1,2 @@
SHA256 (openssl-1.1.1f.tar.gz) = GGxr/m7PunpbSMR/ihZz0POw5bouJWAt0jtimXXaPzU=
SIZE (openssl-1.1.1f.tar.gz) = 9792828
SHA256 (openssl-1.1.1g.tar.gz) = 3bBHdPHjLwxJdR4htnIWrIeFLOsFa3UgmvJENABjbUY=
SIZE (openssl-1.1.1g.tar.gz) = 9801502

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2020/03/17 18:38:39 sthen Exp $
@comment $OpenBSD: PLIST,v 1.7 2020/04/22 04:31:54 tb Exp $
@option no-default-conflict
@option is-branch
@conflict openssl->=1.1.0,openssl-<1.2
@ -3558,6 +3558,7 @@ lib/eopenssl11/man/man3/
@man lib/eopenssl11/man/man3/X509_check_ip_asc.3
@man lib/eopenssl11/man/man3/X509_check_issued.3
@man lib/eopenssl11/man/man3/X509_check_private_key.3
@man lib/eopenssl11/man/man3/X509_check_purpose.3
@man lib/eopenssl11/man/man3/X509_cmp.3
@man lib/eopenssl11/man/man3/X509_cmp_current_time.3
@man lib/eopenssl11/man/man3/X509_cmp_time.3