import UBI webkit2gtk3-2.38.5-1.el9_2.3

This commit is contained in:
Andrew Lukoshko 2023-07-18 14:28:39 +00:00
parent b74bce62d4
commit a617c7e055
1 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Name: webkit2gtk3
Version: 2.38.5
Release: 1%{?dist}.2
Release: 1%{?dist}.3
Summary: GTK Web content engine library
License: LGPLv2
@ -211,6 +211,7 @@ rm -rf Source/ThirdParty/qunit/
-GNinja \
-DPORT=GTK \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_JIT=OFF \
-DUSE_SOUP2=ON \
-DENABLE_DOCUMENTATION=OFF \
%if !0%{?with_gamepad}
@ -294,6 +295,11 @@ export NINJA_STATUS="[%f/%t][%e] "
%{_datadir}/gir-1.0/JavaScriptCore-4.0.gir
%changelog
* Tue Jul 11 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 2.38.5-1.3
- Disable JIT
Resolves: #2218792
Resolves: #2218802
* Thu May 25 2023 Michael Catanzaro <mcatanzaro@redhat.com> - 2.38.5-1.2
- Add patch for CVE-2023-28204
Resolves: #2209747