From 650f276668487452bbf88b96dfb60f10279e18b8 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 16 May 2022 11:36:50 +0800 Subject: [PATCH] Update xmlhash to 1.3.8 for fix CVE-2022-21949 --- Gemfile.lock | 2 +- obs-server.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 427b747..a14e5a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -468,7 +468,7 @@ GEM websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) - xmlhash (1.3.7) + xmlhash (1.3.8) pkg-config xmlrpc (0.3.0) xpath (3.2.0) diff --git a/obs-server.spec b/obs-server.spec index 3774ac8..6302c8e 100644 --- a/obs-server.spec +++ b/obs-server.spec @@ -5,7 +5,7 @@ Name: obs-server Version: 2.10.11 -Release: 2 +Release: 3 Summary: The Open Build Service -- Server Component License: GPL-2.0-only or GPL-3.0-only URL: http://www.openbuildservice.org @@ -494,6 +494,9 @@ usermod -a -G docker obsservicerun %{_sbindir}/rcobsstoragesetup %changelog +* Mon May 16 2022 wangkai - 2.10.11-3 +- Update xmlhash to 1.3.8 for fix CVE-2022-21949 + * Thu Mar 17 2022 houyingchao - 2.10.11-2 - Fix install failed -- Gitee