Update to OpenSSL 1.1.1f. Commit missing Makefile.inc piece from a

"drop maintainer" commit.

ok sthen
This commit is contained in:
tb 2020-03-31 14:50:08 +00:00
parent 8d01d58087
commit 53ecbe3496
4 changed files with 7 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2020/02/03 20:40:40 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2020/03/31 14:50:08 tb Exp $
PORTROACH= limit:^1\.0\.
V= 1.0.2u
REVISION= 0
REVISION= 1
SHLIBVER= 6.2
SHARED_LIBS= crypto ${SHLIBVER} \

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.13 2020/03/17 18:38:39 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2020/03/31 14:50:08 tb Exp $
PORTROACH= limit:^1\.1\.[0-9][a-z] skipb:0 skipv:1.1.1
V= 1.1.1e
V= 1.1.1f
SHLIBVER= 11.5
SHARED_LIBS= crypto ${SHLIBVER} \

View File

@ -1,2 +1,2 @@
SHA256 (openssl-1.1.1e.tar.gz) = aU9hrBHLUcm/c/VOdx/2AisDJ6Q7vfobLxneFmKm3L4=
SIZE (openssl-1.1.1e.tar.gz) = 9792634
SHA256 (openssl-1.1.1f.tar.gz) = GGxr/m7PunpbSMR/ihZz0POw5bouJWAt0jtimXXaPzU=
SIZE (openssl-1.1.1f.tar.gz) = 9792828

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.2 2019/06/03 16:06:56 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.3 2020/03/31 14:50:08 tb Exp $
COMMENT?= TLS/SSL library and tools
@ -9,8 +9,6 @@ CATEGORIES?= security net
HOMEPAGE?= https://www.openssl.org/
MAINTAINER?= Stuart Henderson <sthen@openbsd.org>
# OpenSSL
PERMIT_PACKAGE?= Yes