!20 Fix CVE-2023-4759
From: @wk333 Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
09aa65a9bb
1697
CVE-2023-4759.patch
Normal file
1697
CVE-2023-4759.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,13 +2,14 @@
|
||||
%bcond_with tests
|
||||
Name: jgit
|
||||
Version: 5.11.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A pure java implementation of git
|
||||
License: BSD-3-Clause
|
||||
URL: https://www.eclipse.org/jgit/
|
||||
Source0: https://git.eclipse.org/c/jgit/jgit.git/snapshot/jgit-%{gittag}.tar.xz
|
||||
Patch0: 0001-Ensure-the-correct-classpath-is-set-for-the-jgit-com.patch
|
||||
Patch1: jgit-apache-sshd-2.7.0.patch
|
||||
Patch2: CVE-2023-4759.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: maven-local mvn(args4j:args4j) mvn(com.google.code.gson:gson)
|
||||
@ -43,6 +44,7 @@ Summary: API documentation for %{name}
|
||||
%setup -n jgit-%{gittag} -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
rm .mvn/maven.config
|
||||
%pom_xpath_remove "pom:configuration/pom:annotationProcessorPaths"
|
||||
@ -101,6 +103,9 @@ EOF
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Dec 26 2023 wangkai <13474090681@163.com> - 5.11.0-3
|
||||
- Fix CVE-2023-4759
|
||||
|
||||
* Wed Mar 29 2023 Ge Wang <wangge20@h-partners.com> - 5.11.0-2
|
||||
- Add classpath to resolve NoClassDefFoundError
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user