From 6849dd74d70f50b9a87f35989a437ebdb6870c54 Mon Sep 17 00:00:00 2001 From: loong_C Date: Tue, 31 May 2022 14:15:14 +0800 Subject: [PATCH] update jetty.spec --- jetty.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jetty.spec b/jetty.spec index 427cd6c..05df8a2 100644 --- a/jetty.spec +++ b/jetty.spec @@ -12,7 +12,7 @@ %bcond_with jp_minimal Name: jetty Version: 9.4.15 -Release: 9 +Release: 10 Summary: Java Webserver and Servlet Container License: ASL 2.0 or EPL-1.0 or EPL-2.0 URL: http://www.eclipse.org/jetty/ @@ -790,6 +790,9 @@ exit 0 %license LICENSE NOTICE.txt LICENSE-MIT %changelog +* Tue May 31 2022 loong_C - 9.4.15-10 +- update jetty.spec + * Thu Jul 1 2021 wutao - 9.4.15-9 - Fix CVE-2021-34428 @@ -808,7 +811,7 @@ exit 0 * Tue Nov 10 2020 wangyue - 9.4.15-4 - Change dependence: replace jetty-alpn with openjdk-1.8.0 -* Fri Sep 12 2020 chengzihan2 - 9.4.15-3 +* Sat Sep 12 2020 chengzihan2 - 9.4.15-3 - disable jp_minimal * Fri Sep 4 2020 huanghaitao - 9.4.15-2 -- Gitee