svn commit: r565117 - head/security/libressl
Bernard Spil
brnrd at FreeBSD.org
Sat Feb 13 10:12:57 UTC 2021
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
More information about the svn-ports-head
mailing list