From owner-svn-ports-head@FreeBSD.ORG Mon Jun 1 07:25:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 472C74DA; Mon, 1 Jun 2015 07:25:56 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34EE91A92; Mon, 1 Jun 2015 07:25:56 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t517PuG9097346; Mon, 1 Jun 2015 07:25:56 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t517PtRh097335; Mon, 1 Jun 2015 07:25:55 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201506010725.t517PtRh097335@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 1 Jun 2015 07:25:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388204 - in head/security/libressl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2015 07:25:56 -0000 Author: brnrd Date: Mon Jun 1 07:25:54 2015 New Revision: 388204 URL: https://svnweb.freebsd.org/changeset/ports/388204 Log: security/libressl: Backport change for missing EGD feature - LibreSSL uses opensslfeatures.h to set defines for removed features - RAND_egd support was removed before first portable release - Change adds OPENSSL_NO_EGD define to make porting easier - Change is part of coming 2.2.0 version Approved by: vsevolod (maintainer, mentor), koobs (mentor) Obtained from: OpenBSD MFC after: 1 month Added: head/security/libressl/files/patch-include_openssl_opensslfeatures.h (contents, props changed) - copied unchanged from r388076, head/security/libressl/files/patch-include-openssl-opensslv.h Directory Properties: head/security/libressl/files/patch-include_openssl_opensslv.h (props changed) Deleted: head/security/libressl/files/patch-include-openssl-opensslv.h Modified: head/security/libressl/Makefile Directory Properties: head/security/libressl/distinfo (props changed) head/security/libressl/pkg-descr (props changed) head/security/libressl/pkg-plist (props changed) Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Mon Jun 1 07:24:48 2015 (r388203) +++ head/security/libressl/Makefile Mon Jun 1 07:25:54 2015 (r388204) @@ -3,6 +3,7 @@ PORTNAME= libressl PORTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -10,6 +11,7 @@ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Free version of the SSL/TLS protocol forked from OpenSSL LICENSE= BSD4CLAUSE + CPE_VENDOR= openbsd CONFLICTS?= openssl-* Added: head/security/libressl/files/patch-include_openssl_opensslfeatures.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libressl/files/patch-include_openssl_opensslfeatures.h Mon Jun 1 07:25:54 2015 (r388204) @@ -0,0 +1,10 @@ +--- 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 Copied: head/security/libressl/files/patch-include_openssl_opensslv.h (from r388076, head/security/libressl/files/patch-include-openssl-opensslv.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libressl/files/patch-include_openssl_opensslv.h Mon Jun 1 07:25:54 2015 (r388204, copy of r388076, head/security/libressl/files/patch-include-openssl-opensslv.h) @@ -0,0 +1,11 @@ +--- include/openssl/opensslv.h.orig 2015-03-08 23:21:45 UTC ++++ include/openssl/opensslv.h +@@ -3,7 +3,7 @@ + #define HEADER_OPENSSLV_H + + #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_PTEXT " part of " OPENSSL_VERSION_TEXT +