Date: Tue, 30 Oct 2018 15:45:33 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483494 - head/security/boringssl Message-ID: <201810301545.w9UFjXq7024039@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Oct 30 15:45:32 2018 New Revision: 483494 URL: https://svnweb.freebsd.org/changeset/ports/483494 Log: security/boringssl: update to new snapshot Modified: head/security/boringssl/Makefile (contents, props changed) head/security/boringssl/distinfo (contents, props changed) head/security/boringssl/pkg-plist (contents, props changed) Modified: head/security/boringssl/Makefile ============================================================================== --- head/security/boringssl/Makefile Tue Oct 30 15:06:07 2018 (r483493) +++ head/security/boringssl/Makefile Tue Oct 30 15:45:32 2018 (r483494) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= boringssl -PORTVERSION= 0.0.0.0.2018.01.10.01 +PORTVERSION= 0.0.0.0.2018.10.30.01 CATEGORIES= security MAINTAINER= swills@FreeBSD.org @@ -11,7 +11,7 @@ BUILD_DEPENDS= go:lang/go USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= b6317b9 +GH_TAGNAME= 144d924 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 Tue Oct 30 15:06:07 2018 (r483493) +++ head/security/boringssl/distinfo Tue Oct 30 15:45:32 2018 (r483494) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515613019 -SHA256 (google-boringssl-0.0.0.0.2018.01.10.01-b6317b9_GH0.tar.gz) = d5385e39cf3cbdc72a3f48680fb7b1bf66cb51573af38988f2cbc425c727c6ad -SIZE (google-boringssl-0.0.0.0.2018.01.10.01-b6317b9_GH0.tar.gz) = 13533382 +TIMESTAMP = 1540910656 +SHA256 (google-boringssl-0.0.0.0.2018.10.30.01-144d924_GH0.tar.gz) = db873a10e44df5dcfde757038c95d1e73a1e270a983a90873e57da8593218380 +SIZE (google-boringssl-0.0.0.0.2018.10.30.01-144d924_GH0.tar.gz) = 17079162 Modified: head/security/boringssl/pkg-plist ============================================================================== --- head/security/boringssl/pkg-plist Tue Oct 30 15:06:07 2018 (r483493) +++ head/security/boringssl/pkg-plist Tue Oct 30 15:45:32 2018 (r483494) @@ -26,6 +26,7 @@ include/openssl/dh.h include/openssl/digest.h include/openssl/dsa.h include/openssl/dtls1.h +include/openssl/e_os2.h include/openssl/ec.h include/openssl/ec_key.h include/openssl/ecdh.h @@ -38,7 +39,6 @@ include/openssl/hkdf.h include/openssl/hmac.h include/openssl/is_boringssl.h include/openssl/lhash.h -include/openssl/lhash_macros.h include/openssl/md4.h include/openssl/md5.h include/openssl/mem.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301545.w9UFjXq7024039>