Skip to content

Commit

Permalink
security/boringssl: update to the recent commit
Browse files Browse the repository at this point in the history
Remove added to the upstream patches.
  • Loading branch information
osokin committed Oct 12, 2022
1 parent addedd0 commit dcd4f65
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 137 deletions.
4 changes: 2 additions & 2 deletions security/boringssl/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= boringssl
PORTVERSION= 0.0.0.0.2022.10.11.01
PORTVERSION= 0.0.0.0.2022.10.12.01
CATEGORIES= security

MAINTAINER= osa@FreeBSD.org
Expand All @@ -19,7 +19,7 @@ CPE_VENDOR= google

USE_GITHUB= yes
GH_ACCOUNT= google
GH_TAGNAME= 1783227
GH_TAGNAME= d66bba9
GH_TUPLE= golang:crypto:c07d793c2f9a:golang_crypto/vendor/golang.org/x/crypto \
golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \
golang:sys:04245dca01da:golang_sys/vendor/golang.org/x/sys \
Expand Down
6 changes: 3 additions & 3 deletions security/boringssl/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TIMESTAMP = 1665579192
SHA256 (google-boringssl-0.0.0.0.2022.10.11.01-1783227_GH0.tar.gz) = 00e7bdce6ec9bc434e3ebb2e1dc1d0245282414cb0ef1e37d7a56b5273b87e79
SIZE (google-boringssl-0.0.0.0.2022.10.11.01-1783227_GH0.tar.gz) = 30977360
TIMESTAMP = 1665588245
SHA256 (google-boringssl-0.0.0.0.2022.10.12.01-d66bba9_GH0.tar.gz) = c62a19fffaf57b75b0ccb011d3796c418e3fe1f8ff7f1c6aea6c9749e7e7c785
SIZE (google-boringssl-0.0.0.0.2022.10.12.01-d66bba9_GH0.tar.gz) = 30975262
SHA256 (golang-crypto-c07d793c2f9a_GH0.tar.gz) = bd1e0856c43287c6ebd20d59e2b4f2ffa91c5cc275dbb02bb2cfc822e6dc18a4
SIZE (golang-crypto-c07d793c2f9a_GH0.tar.gz) = 1732023
SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d
Expand Down
12 changes: 0 additions & 12 deletions security/boringssl/files/patch-crypto_CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
--- crypto/CMakeLists.txt.orig 2022-07-25 14:53:51.000000000 -0400
+++ crypto/CMakeLists.txt 2022-07-26 12:18:36.169803000 -0400
@@ -264,9 +264,11 @@
cipher_extra/tls_cbc.c
conf/conf.c
cpu_aarch64_apple.c
+ cpu_aarch64_freebsd.c
cpu_aarch64_fuchsia.c
cpu_aarch64_linux.c
cpu_aarch64_win.c
+ cpu_arm_freebsd.c
cpu_arm_linux.c
cpu_arm.c
cpu_intel.c
@@ -464,6 +466,7 @@
endif()

Expand Down
65 changes: 0 additions & 65 deletions security/boringssl/files/patch-crypto_cpu__aarch64__freebsd.c

This file was deleted.

55 changes: 0 additions & 55 deletions security/boringssl/files/patch-crypto_cpu__arm__freebsd.c

This file was deleted.

0 comments on commit dcd4f65

Please sign in to comment.