Bug 257954 - Update boringssl to M115
Summary: Update boringssl to M115
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Diego Pino
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-12 07:24 PDT by youenn fablet
Modified: 2023-06-14 23:45 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2023-06-12 07:24:26 PDT
Update boringssl to M115
Comment 1 Radar WebKit Bug Importer 2023-06-12 07:24:43 PDT
<rdar://problem/110642341>
Comment 2 youenn fablet 2023-06-12 07:40:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14861
Comment 3 EWS 2023-06-12 09:33:05 PDT
Committed 265072@main (58e50904f156): <https://commits.webkit.org/265072@main>

Reviewed commits have been landed. Closing PR #14861 and removing active labels.
Comment 4 Diego Pino 2023-06-13 19:41:52 PDT
Afte this change, building WPE or WebKitGTK fail when using LibWebRTC. For instance, the WPE-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 bot is now failing with the following build error:

```
CMake Error at Source/ThirdParty/libwebrtc/CMakeLists.txt:2095 (add_library):
  Cannot find source file:
    Source/third_party/boringssl/src/crypto/asn1/a_enum.c
```

So this build failure is similar to the recent build failure after 'abseil' upgrade https://github.com/WebKit/WebKit/pull/14611.
Comment 5 Diego Pino 2023-06-13 19:42:35 PDT
Re-opening for pull request https://github.com/webkit/webkit/pull/14943
Comment 6 EWS 2023-06-14 23:45:11 PDT
Committed 265185@main (e9638b2839e0): <https://commits.webkit.org/265185@main>

Reviewed commits have been landed. Closing PR #14943 and removing active labels.