Fridrich Strba 2021-07-30 12:29:40 +00:00 committed by Git OBS Bridge
parent 263decf273
commit eb5544482a
3 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 30 12:24:56 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Update to 5.11.0
* fixes build against apache-sshd 2.7.0
- Modified patches:
* 0001-Ensure-the-correct-classpath-is-set-for-the-jgit-com.patch
* 0002-Don-t-embed-versions-of-third-party-libs-use-feature.patch
* jgit-shade.patch
* jgit-5.8.0-java8.patch -> jgit-5.11.0-java8.patch
+ rediff to changed context
- Added patch:
* jgit-apache-sshd-2.7.0.patch
+ Adapt to apache-sshd api changes between 2.6.0 and 2.7.0
-------------------------------------------------------------------
Thu Nov 19 13:00:00 UTC 2020 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 30 12:24:56 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Update to 5.11.0
* fixes build against apache-sshd 2.7.0
- Modified patches:
* 0001-Ensure-the-correct-classpath-is-set-for-the-jgit-com.patch
* 0002-Don-t-embed-versions-of-third-party-libs-use-feature.patch
* jgit-shade.patch
* jgit-5.8.0-java8.patch -> jgit-5.11.0-java8.patch
+ rediff to changed context
- Added patch:
* jgit-apache-sshd-2.7.0.patch
+ Adapt to apache-sshd api changes between 2.6.0 and 2.7.0
-------------------------------------------------------------------
Thu Jul 16 21:23:15 UTC 2020 - Fridrich Strba <fstrba@suse.com>

View File

@ -58,7 +58,6 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
BuildRequires: mvn(org.apache.sshd:sshd-osgi) >= 2.4
BuildRequires: mvn(org.apache.sshd:sshd-sftp) >= 2.4
BuildRequires: mvn(org.assertj:assertj-core)
BuildRequires: mvn(org.bouncycastle:bcpg-jdk15on)
BuildRequires: mvn(org.bouncycastle:bcpkix-jdk15on)
BuildRequires: mvn(org.bouncycastle:bcprov-jdk15on)