This commit is contained in:
parent
797e770b0c
commit
3d734b5b7d
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 19 06:58:23 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to version 9.4.43.v20210629
|
||||
* Fix: bsc#1188438, CVE-2021-34429
|
||||
* Changes:
|
||||
+ Improve alias checking in PathResource
|
||||
+ java.nio.ReadOnlyBufferException
|
||||
+ Deprecate support for UTF16 encoding in URIs
|
||||
+ Update to spifly 1.3.3
|
||||
+ Update to asm 9.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 12:45:55 UTC 2021 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package jetty-minimal
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2000-2007, JPackage Project
|
||||
@ -18,10 +18,10 @@
|
||||
|
||||
|
||||
%global base_name jetty
|
||||
%global addver .v20210604
|
||||
%global addver .v20210629
|
||||
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
||||
Name: %{base_name}-minimal
|
||||
Version: 9.4.42
|
||||
Version: 9.4.43
|
||||
Release: 0
|
||||
Summary: Java Webserver and Servlet Container
|
||||
License: Apache-2.0 OR EPL-1.0
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 19 06:58:23 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to version 9.4.43.v20210629
|
||||
* Fix: bsc#1188438, CVE-2021-34429
|
||||
* Changes:
|
||||
+ Improve alias checking in PathResource
|
||||
+ java.nio.ReadOnlyBufferException
|
||||
+ Deprecate support for UTF16 encoding in URIs
|
||||
+ Update to spifly 1.3.3
|
||||
+ Update to asm 9.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 9 14:07:47 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package jetty-websocket
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2000-2007, JPackage Project
|
||||
@ -18,10 +18,10 @@
|
||||
|
||||
|
||||
%global base_name jetty
|
||||
%global addver .v20210604
|
||||
%global addver .v20210629
|
||||
%define src_name %{base_name}.project-%{base_name}-%{version}%{addver}
|
||||
Name: %{base_name}-websocket
|
||||
Version: 9.4.42
|
||||
Version: 9.4.43
|
||||
Release: 0
|
||||
Summary: The websocket modules for Jetty
|
||||
License: Apache-2.0 OR EPL-1.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f3c093fc83c7ddd45272e09e6a0a7f3101399f86d336d6840a0981c712f5cfe
|
||||
size 19268823
|
3
jetty.project-jetty-9.4.43.v20210629.tar.gz
Normal file
3
jetty.project-jetty-9.4.43.v20210629.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc9ec605947b5cd0c4038a4e85b321408fd6992f99bda920cdf98d67d4a1e086
|
||||
size 19275305
|
Loading…
Reference in New Issue
Block a user