7
0
forked from pool/openjfx

January 2024 CPU

This commit is contained in:
Fridrich Štrba
2024-01-22 19:38:47 +02:00
parent ff3d5cfb84
commit dd980ee2d8
4 changed files with 34 additions and 7 deletions

BIN
17.0.10+2.tar.gz LFS Normal file

Binary file not shown.

BIN
17.0.7+2.tar.gz LFS

Binary file not shown.

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Jan 19 18:05:10 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream tag 17.0.10+2 (January 2024 CPU)
* Security fixes:
+ JDK-8313048, CVE-2024-20923: Better Glyph handling
+ JDK-8313105, CVE-2024-20925: Improved media framing
+ JDK-8313056, CVE-2024-20922: General enhancements of Glass
* Other fixes:
+ JDK-8181084: JavaFX show big icons in system menu on macOS
with Retina display
+ JDK-8251240: Menus inaccessible on Linux with i3 wm
+ JDK-8260528: Clean glass-gtk sizing and positioning code
+ JDK-8299968: Second call to Stage.setScene() create sizing
issue with uiScale > 1.0
+ JDK-8292922: [Linux] No more drag events when new Stage is
created in drag handler
+ JDK-8201538: Remove implementation support for applets from
JavaFX
+ JDK-8320267: WebView crashes on macOS 11 with WebKit 616.1
+ JDK-8319231: Unrecognized "minimum" key in .jcheck/conf causes
/reviewers command to be ignored
+ JDK-8319066: Application window not always activated in macOS
14 Sonoma
+ JDK-8318823: Change JavaFX release version to 17.0.10 in
jfx17u
-------------------------------------------------------------------
Fri May 12 08:00:13 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package openjfx
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global featurever 17
%global interimver 0
%global updatever 7
%global updatever 10
%global buildver 2
%global jfx_repo jfx17u
%global jfx_tag %{featurever}.%{interimver}.%{updatever}%{?patchver:.%{patchver}}+%{buildver}
@@ -69,6 +69,8 @@ BuildRequires: gcc-c++
BuildRequires: gperf
BuildRequires: java-devel >= 11
BuildRequires: maven-local
BuildRequires: pkgconfig
BuildRequires: xmvn-subst
BuildRequires: mvn(org.antlr:ST4)
BuildRequires: mvn(org.antlr:antlr)
BuildRequires: mvn(org.antlr:antlr-runtime)
@@ -80,8 +82,6 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildRequires: mvn(org.codehaus.mojo:exec-maven-plugin)
BuildRequires: mvn(org.codehaus.mojo:native-maven-plugin)
BuildRequires: mvn(org.eclipse.swt:swt)
BuildRequires: pkgconfig
BuildRequires: xmvn-subst
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-2.0)