This commit is contained in:
parent
3b027e683a
commit
4b3354e6f8
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 12:27:27 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to version 9.4.54.v20240208
|
||||||
|
* Security fixes
|
||||||
|
+ CVE-2024-22201, bsc#1220437: HTTP/2 connection not closed
|
||||||
|
after idle timeout when TCP congested
|
||||||
|
* Other changes
|
||||||
|
+ #1256 DoSFilter leaks USER_AUTH entries
|
||||||
|
+ #11389 Strip default ports on ws/wss scheme uris too
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 30 16:17:21 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Mon Oct 30 16:17:21 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package jetty-minimal
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2000-2007, JPackage Project
|
# Copyright (c) 2000-2007, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%global base_name jetty
|
%global base_name jetty
|
||||||
%global addver .v20231009
|
%global addver .v20240208
|
||||||
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
||||||
Name: %{base_name}-minimal
|
Name: %{base_name}-minimal
|
||||||
Version: 9.4.53
|
Version: 9.4.54
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java Webserver and Servlet Container
|
Summary: Java Webserver and Servlet Container
|
||||||
License: Apache-2.0 OR EPL-1.0
|
License: Apache-2.0 OR EPL-1.0
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 12:27:27 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to version 9.4.54.v20240208
|
||||||
|
* Security fixes
|
||||||
|
+ CVE-2024-22201, bsc#1220437: HTTP/2 connection not closed
|
||||||
|
after idle timeout when TCP congested
|
||||||
|
* Other changes
|
||||||
|
+ #1256 DoSFilter leaks USER_AUTH entries
|
||||||
|
+ #11389 Strip default ports on ws/wss scheme uris too
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 12 15:51:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Thu Oct 12 15:51:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package jetty-unixsocket
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2000-2007, JPackage Project
|
# Copyright (c) 2000-2007, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%global base_name jetty
|
%global base_name jetty
|
||||||
%global addver .v20231009
|
%global addver .v20240208
|
||||||
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
||||||
Name: %{base_name}-unixsocket
|
Name: %{base_name}-unixsocket
|
||||||
Version: 9.4.53
|
Version: 9.4.54
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The unixsocket modules for Jetty
|
Summary: The unixsocket modules for Jetty
|
||||||
License: Apache-2.0 OR EPL-1.0
|
License: Apache-2.0 OR EPL-1.0
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 12:27:27 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to version 9.4.54.v20240208
|
||||||
|
* Security fixes
|
||||||
|
+ CVE-2024-22201, bsc#1220437: HTTP/2 connection not closed
|
||||||
|
after idle timeout when TCP congested
|
||||||
|
* Other changes
|
||||||
|
+ #1256 DoSFilter leaks USER_AUTH entries
|
||||||
|
+ #11389 Strip default ports on ws/wss scheme uris too
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 12 15:51:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Thu Oct 12 15:51:00 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package jetty-websocket
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2000-2007, JPackage Project
|
# Copyright (c) 2000-2007, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%global base_name jetty
|
%global base_name jetty
|
||||||
%global addver .v20231009
|
%global addver .v20240208
|
||||||
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
||||||
Name: %{base_name}-websocket
|
Name: %{base_name}-websocket
|
||||||
Version: 9.4.53
|
Version: 9.4.54
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The websocket modules for Jetty
|
Summary: The websocket modules for Jetty
|
||||||
License: Apache-2.0 OR EPL-1.0
|
License: Apache-2.0 OR EPL-1.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fcff12abe2702029cc1bcd75a7294c0359f243fb16768c5d9f161a9b2fa3c7ee
|
|
||||||
size 19349292
|
|
3
jetty.project-jetty-9.4.54.v20240208.tar.gz
Normal file
3
jetty.project-jetty-9.4.54.v20240208.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:51201322d72c5ef29c0ae83ef130a3b58460a41935e38c7830c26deece87473f
|
||||||
|
size 19349613
|
Loading…
Reference in New Issue
Block a user