svn commit: r456886 - head/security/libressl

Bernard Spil brnrd at FreeBSD.org
Thu Dec 21 07:07:24 UTC 2017


Author: brnrd
Date: Thu Dec 21 07:07:23 2017
New Revision: 456886
URL: https://svnweb.freebsd.org/changeset/ports/456886

Log:
  security/libressl: Bugfix update to 2.6.4
  
   - Fixes (No-)TLS with broken smtp clients
  
  MFH:		2017Q4

Modified:
  head/security/libressl/Makefile
  head/security/libressl/distinfo

Modified: head/security/libressl/Makefile
==============================================================================
--- head/security/libressl/Makefile	Thu Dec 21 05:58:15 2017	(r456885)
+++ head/security/libressl/Makefile	Thu Dec 21 07:07:23 2017	(r456886)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	libressl
-PORTVERSION=	2.6.3
+PORTVERSION=	2.6.4
+#DISTNAME=	libressl-2.6.3
 CATEGORIES=	security devel
 MASTER_SITES=	OPENBSD/LibreSSL
 

Modified: head/security/libressl/distinfo
==============================================================================
--- head/security/libressl/distinfo	Thu Dec 21 05:58:15 2017	(r456885)
+++ head/security/libressl/distinfo	Thu Dec 21 07:07:23 2017	(r456886)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510064360
-SHA256 (libressl-2.6.3.tar.gz) = aead6598263171b96970da0d881e616d0813b69b35ebdc5991f87ff2ea7f5c98
-SIZE (libressl-2.6.3.tar.gz) = 3228661
+TIMESTAMP = 1513839112
+SHA256 (libressl-2.6.4.tar.gz) = 638a20c2f9e99ee283a841cd787ab4d846d1880e180c4e96904fc327d419d11f
+SIZE (libressl-2.6.4.tar.gz) = 3227935


More information about the svn-ports-head mailing list