From owner-svn-ports-head@freebsd.org Mon Oct 16 13:40:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AD40E3AF93; Mon, 16 Oct 2017 13:40:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 57CD4810F5; Mon, 16 Oct 2017 13:40:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9GDe9U0028647; Mon, 16 Oct 2017 13:40:09 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9GDe9Vu028644; Mon, 16 Oct 2017 13:40:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201710161340.v9GDe9Vu028644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 16 Oct 2017 13:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452194 - in head/security/boringssl: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/security/boringssl: . files X-SVN-Commit-Revision: 452194 X-SVN-Commit-Repository: ports 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.23 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, 16 Oct 2017 13:40:10 -0000 Author: swills Date: Mon Oct 16 13:40:09 2017 New Revision: 452194 URL: https://svnweb.freebsd.org/changeset/ports/452194 Log: security/boringssl: update to new snapshot Deleted: head/security/boringssl/files/ Modified: head/security/boringssl/Makefile head/security/boringssl/distinfo head/security/boringssl/pkg-plist Modified: head/security/boringssl/Makefile ============================================================================== --- head/security/boringssl/Makefile Mon Oct 16 13:18:13 2017 (r452193) +++ head/security/boringssl/Makefile Mon Oct 16 13:40:09 2017 (r452194) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2017.06.28.01 +PORTVERSION= 0.0.0.0.2017.10.13.01 CATEGORIES= security MAINTAINER= swills@FreeBSD.org @@ -11,7 +11,7 @@ BUILD_DEPENDS= go:lang/go USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 3c97292 +GH_TAGNAME= e1068b7 USES= cmake localbase perl5 CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 USE_LDCONFIG= yes Modified: head/security/boringssl/distinfo ============================================================================== --- head/security/boringssl/distinfo Mon Oct 16 13:18:13 2017 (r452193) +++ head/security/boringssl/distinfo Mon Oct 16 13:40:09 2017 (r452194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498679351 -SHA256 (google-boringssl-0.0.0.0.2017.06.28.01-3c97292_GH0.tar.gz) = 30df74b1bc32f9e6b34009bb4adc3c97c7cd1379ebd291f850dcee35d9b31cf6 -SIZE (google-boringssl-0.0.0.0.2017.06.28.01-3c97292_GH0.tar.gz) = 12809805 +TIMESTAMP = 1508160711 +SHA256 (google-boringssl-0.0.0.0.2017.10.13.01-e1068b7_GH0.tar.gz) = 8a14e1c63c05c232253a41afc1d6e5587237c47356b57b0fa22ed791122613e1 +SIZE (google-boringssl-0.0.0.0.2017.10.13.01-e1068b7_GH0.tar.gz) = 13590017 Modified: head/security/boringssl/pkg-plist ============================================================================== --- head/security/boringssl/pkg-plist Mon Oct 16 13:18:13 2017 (r452193) +++ head/security/boringssl/pkg-plist Mon Oct 16 13:40:09 2017 (r452194) @@ -61,6 +61,7 @@ include/openssl/ripemd.h include/openssl/rsa.h include/openssl/safestack.h include/openssl/sha.h +include/openssl/span.h include/openssl/srtp.h include/openssl/ssl.h include/openssl/ssl3.h