Date: Sat, 13 Feb 2021 10:12:57 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565117 - head/security/libressl Message-ID: <202102131012.11DACvrl051857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sat Feb 13 10:12:56 2021 New Revision: 565117 URL: https://svnweb.freebsd.org/changeset/ports/565117 Log: security/libressl: Bugfix update to 3.2.4 * See errata 013 from OpenBSD 6.8 * Various interoperability issues and memory leaks were discovered in libcrypto and libssl Modified: head/security/libressl/Makefile head/security/libressl/distinfo Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Sat Feb 13 09:43:12 2021 (r565116) +++ head/security/libressl/Makefile Sat Feb 13 10:12:56 2021 (r565117) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL Modified: head/security/libressl/distinfo ============================================================================== --- head/security/libressl/distinfo Sat Feb 13 09:43:12 2021 (r565116) +++ head/security/libressl/distinfo Sat Feb 13 10:12:56 2021 (r565117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607682279 -SHA256 (libressl-3.2.3.tar.gz) = 412dc2baa739228c7779e93eb07cd645d5c964d2f2d837a9fd56db7498463d73 -SIZE (libressl-3.2.3.tar.gz) = 3839953 +TIMESTAMP = 1613210493 +SHA256 (libressl-3.2.4.tar.gz) = ac1dbb9e05a64910856599b1ac61118fdec1b3d0c700e42444d81c0d5f507a5a +SIZE (libressl-3.2.4.tar.gz) = 3841822
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102131012.11DACvrl051857>