SHA256
1
0
forked from pool/grpc

Accepting request 746418 from home:mrostecki:branches:devel:kubic

- Add patch which replaces BoringSSL with OpenSSL as the SSL
  library when grpc is used as a Bazel dependency:
  * 0001-bazel-Replace-boringssl-with-openssl.patch

OBS-URL: https://build.opensuse.org/request/show/746418
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=52
This commit is contained in:
Martin Pluskal
2019-11-08 08:46:18 +00:00
committed by Git OBS Bridge
parent 68faf79ec0
commit a6871585a6
3 changed files with 62 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 5 00:43:17 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
- Add patch which replaces BoringSSL with OpenSSL as the SSL
library when grpc is used as a Bazel dependency:
* 0001-bazel-Replace-boringssl-with-openssl.patch
-------------------------------------------------------------------
Thu Oct 10 00:23:16 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>