Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package boringssl for openSUSE:Factory checked in at 2026-08-29 17:39:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/boringssl (Old) and /work/SRC/openSUSE:Factory/.boringssl.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "boringssl" Sat Aug 29 17:39:53 2026 rev:17 rq:1374115 version:0.20260813 Changes: -------- --- /work/SRC/openSUSE:Factory/boringssl/boringssl.changes 2026-08-25 13:21:18.530539758 +0200 +++ /work/SRC/openSUSE:Factory/.boringssl.new.1265/boringssl.changes 2026-08-29 17:39:54.031831115 +0200 @@ -1,0 +2,6 @@ +Thu Aug 27 10:33:38 UTC 2026 - Fridrich Strba <[email protected]> + +- Modify curl-impersonate.patch: Build and distribute the bssl + executable + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ boringssl.spec ++++++ --- /var/tmp/diff_new_pack.XYyOzr/_old 2026-08-29 17:39:54.976864545 +0200 +++ /var/tmp/diff_new_pack.XYyOzr/_new 2026-08-29 17:39:54.978864616 +0200 @@ -100,6 +100,9 @@ ln -sf libboringssl_crypto.so.%{sover} %{buildroot}%{_libdir}/libboringssl_crypto.so ln -sf libboringssl_ssl.so.%{sover} %{buildroot}%{_libdir}/libboringssl_ssl.so +# Install bssl tool +install -D -m0755 build/bssl %{buildroot}%{_bindir}/bssl + # Install sources rm -rf build/ mkdir -p %{buildroot}%{src_install_dir} @@ -176,8 +179,13 @@ %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig -%files -n %{libname} +%files +%{_bindir}/bssl %doc %{_docdir}/%{name}/README.md +%exclude %{_docdir}/%{name} +%license %{_docdir}/%{name}/LICENSE + +%files -n %{libname} %license %{_docdir}/%{name}/LICENSE %exclude %{_docdir}/%{name} %{_libdir}/libboringssl_crypto.so.%{sover} ++++++ curl-impersonate.patch ++++++ --- /var/tmp/diff_new_pack.XYyOzr/_old 2026-08-29 17:39:55.050867163 +0200 +++ /var/tmp/diff_new_pack.XYyOzr/_new 2026-08-29 17:39:55.053867269 +0200 @@ -13,23 +13,6 @@ else() list(APPEND C_CXX_WARNINGS -Wall) endif() -@@ -763,8 +765,6 @@ if(FIPS) - target_link_libraries(entropy_modulewrapper crypto) - endif() - --add_executable(bssl ${BSSL_SOURCES}) --target_link_libraries(bssl ssl crypto) - - if(BUILD_TESTING) - add_executable(generate_mldsa_certs pki/testdata/verify_unittest/generate_mldsa_certs.cc) -@@ -876,7 +876,6 @@ endif() - - if(INSTALL_ENABLED) - install(TARGETS crypto ssl EXPORT OpenSSLTargets) -- install(TARGETS bssl) - install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) - install(EXPORT OpenSSLTargets - FILE OpenSSLTargets.cmake diff --git a/crypto/cipher/e_tls.cc b/crypto/cipher/e_tls.cc index 0edf61a..5a8410d 100644 --- a/crypto/cipher/e_tls.cc
