Index: Makefile =================================================================== --- Makefile (revision 389258) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.1.6 -PORTREVISION= 1 +PORTVERSION= 2.1.7 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL Index: distinfo =================================================================== --- distinfo (revision 389258) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libressl-2.1.6.tar.gz) = 4f826dd97b3b8001707073bde8401493f9cd4668465b481c042d28e3973653a8 -SIZE (libressl-2.1.6.tar.gz) = 2865936 +SHA256 (libressl-2.1.7.tar.gz) = 1dc4bfc03fbe14732704291d6d9cb7a3cc70575957c958a7e2d686908e9cdb8f +SIZE (libressl-2.1.7.tar.gz) = 2866408 Index: files/patch-include_openssl_opensslfeatures.h =================================================================== --- files/patch-include_openssl_opensslfeatures.h (revision 389258) +++ files/patch-include_openssl_opensslfeatures.h (working copy) @@ -1,10 +0,0 @@ ---- include/openssl/opensslfeatures.h.orig 2014-12-06 23:15:50 UTC -+++ include/openssl/opensslfeatures.h -@@ -1,6 +1,7 @@ - # define OPENSSL_NO_EC_NISTP_64_GCC_128 - # define OPENSSL_NO_CMS - # define OPENSSL_NO_COMP -+# define OPENSSL_NO_EGD - # define OPENSSL_NO_GMP - # define OPENSSL_NO_JPAKE - # define OPENSSL_NO_KRB5 Index: files/patch-include_openssl_opensslv.h =================================================================== --- files/patch-include_openssl_opensslv.h (revision 389258) +++ files/patch-include_openssl_opensslv.h (working copy) @@ -6,6 +6,6 @@ #define LIBRESSL_VERSION_NUMBER 0x20000000L -#define OPENSSL_VERSION_NUMBER 0x20000000L +#define OPENSSL_VERSION_NUMBER 0x1000107fL - #define OPENSSL_VERSION_TEXT "LibreSSL 2.1.6" + #define OPENSSL_VERSION_TEXT "LibreSSL 2.1.7" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT