diff options
author | swills <swills@FreeBSD.org> | 2017-10-16 21:40:09 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-10-16 21:40:09 +0800 |
commit | 9d5a572eaab7e2451d51b349327135bd541f20df (patch) | |
tree | dcabdd9de6c92cd3ff5a348aa35ca0f3b7edf451 /security/boringssl | |
parent | 5022a8b2d1e48953bc30adb023b7c042bd4f1109 (diff) | |
download | freebsd-ports-gnome-9d5a572eaab7e2451d51b349327135bd541f20df.tar.gz freebsd-ports-gnome-9d5a572eaab7e2451d51b349327135bd541f20df.tar.zst freebsd-ports-gnome-9d5a572eaab7e2451d51b349327135bd541f20df.zip |
security/boringssl: update to new snapshot
Diffstat (limited to 'security/boringssl')
-rw-r--r-- | security/boringssl/Makefile | 4 | ||||
-rw-r--r-- | security/boringssl/distinfo | 6 | ||||
-rw-r--r-- | security/boringssl/files/patch-crypto_bio_bio__test.cc | 13 | ||||
-rw-r--r-- | security/boringssl/files/patch-crypto_lhash_lhash__test.cc | 13 | ||||
-rw-r--r-- | security/boringssl/pkg-plist | 1 |
5 files changed, 6 insertions, 31 deletions
diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 92a469f1183e..37eed3f4ea5b 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -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 diff --git a/security/boringssl/distinfo b/security/boringssl/distinfo index d2dac0f8e913..fca402ab26c2 100644 --- a/security/boringssl/distinfo +++ b/security/boringssl/distinfo @@ -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 diff --git a/security/boringssl/files/patch-crypto_bio_bio__test.cc b/security/boringssl/files/patch-crypto_bio_bio__test.cc deleted file mode 100644 index 0afd37b0378c..000000000000 --- a/security/boringssl/files/patch-crypto_bio_bio__test.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- crypto/bio/bio_test.cc.orig 2017-06-28 13:35:29 UTC -+++ crypto/bio/bio_test.cc -@@ -12,10 +12,6 @@ - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - --#if !defined(_POSIX_C_SOURCE) --#define _POSIX_C_SOURCE 201410L --#endif -- - #include <algorithm> - #include <string> - diff --git a/security/boringssl/files/patch-crypto_lhash_lhash__test.cc b/security/boringssl/files/patch-crypto_lhash_lhash__test.cc deleted file mode 100644 index e2c630773856..000000000000 --- a/security/boringssl/files/patch-crypto_lhash_lhash__test.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- crypto/lhash/lhash_test.cc.orig 2017-06-28 13:35:29 UTC -+++ crypto/lhash/lhash_test.cc -@@ -12,10 +12,6 @@ - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - --#if !defined(_POSIX_C_SOURCE) --#define _POSIX_C_SOURCE 201410L --#endif -- - #include <openssl/lhash.h> - - #include <stdio.h> diff --git a/security/boringssl/pkg-plist b/security/boringssl/pkg-plist index edc545d68119..2b18fd4b6440 100644 --- a/security/boringssl/pkg-plist +++ b/security/boringssl/pkg-plist @@ -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 |