Update to latest upstream version.
This commit is contained in:
parent
bbf2273323
commit
654a13fc33
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ jsch-0.1.48.zip
|
|||||||
/jsch-0.1.52.zip
|
/jsch-0.1.52.zip
|
||||||
/jsch-0.1.53.zip
|
/jsch-0.1.53.zip
|
||||||
/jsch-0.1.54.zip
|
/jsch-0.1.54.zip
|
||||||
|
/jsch-0.1.55.zip
|
||||||
|
30
MANIFEST.MF
30
MANIFEST.MF
@ -1,15 +1,19 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Automatic-Module-Name: com.jcraft.jsch
|
||||||
Bundle-Name: %bundleName
|
|
||||||
Bundle-SymbolicName: com.jcraft.jsch
|
Bundle-SymbolicName: com.jcraft.jsch
|
||||||
Bundle-Version: 0.1.54
|
Archiver-Version: Plexus Archiver
|
||||||
Bundle-Vendor: %venderName
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Localization: plugin
|
Bundle-Vendor: %bundleVendor
|
||||||
Export-Package: com.jcraft.jsch;version="0.1.54",
|
Import-Package: com.jcraft.jzlib;resolution:=optional;version="1.0.7",
|
||||||
com.jcraft.jsch.jce;version="0.1.54";x-internal:=true,
|
com.jcraft.jsch;resolution:=optional;version="[0.1,1)",javax.crypto;r
|
||||||
com.jcraft.jsch.jcraft;version="0.1.54";x-internal:=true,
|
esolution:=optional,javax.crypto.interfaces;resolution:=optional,java
|
||||||
com.jcraft.jsch.jgss;version="0.1.54";x-internal:=true
|
x.crypto.spec;resolution:=optional,org.ietf.jgss;resolution:=optional
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.5))"
|
||||||
Created-By: 1.4.0 (Sun Microsystems Inc.)
|
Originally-Created-By: Apache Maven
|
||||||
|
Export-Package: com.jcraft.jsch;version="0.1.55",com.jcraft.jsch.jce;v
|
||||||
|
ersion="0.1.55";uses:="com.jcraft.jsch",com.jcraft.jsch.jcraft;versio
|
||||||
|
n="0.1.55";uses:="com.jcraft.jsch",com.jcraft.jsch.jgss;version="0.1.
|
||||||
|
55";uses:="com.jcraft.jsch"
|
||||||
|
Bundle-Name: %bundleName
|
||||||
|
Bundle-Version: 0.1.55.v20190404-1902
|
||||||
|
Build-Jdk: 1.8.0_192
|
18
jsch.spec
18
jsch.spec
@ -1,21 +1,14 @@
|
|||||||
Name: jsch
|
Name: jsch
|
||||||
Version: 0.1.54
|
Version: 0.1.55
|
||||||
Release: 14%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure Java implementation of SSH2
|
Summary: Pure Java implementation of SSH2
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.jcraft.com/jsch/
|
URL: http://www.jcraft.com/jsch/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
|
Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}.zip
|
||||||
# wget \
|
# stripped manifest based on
|
||||||
# http://download.eclipse.org/tools/orbit/downloads/drops/R20090825191606/bundles/com.jcraft.jsch_0.1.41.v200903070017.jar
|
# https://download.eclipse.org/tools/orbit/downloads/drops2/R20201130205003/repository/plugins/com.jcraft.jsch_0.1.55.v20190404-1902.jar
|
||||||
# unzip com.jcraft.jsch_*.jar META-INF/MANIFEST.MF
|
|
||||||
# mv META-INF/MANIFEST.MF .
|
|
||||||
# sed -i "/^Name/d" MANIFEST.MF
|
|
||||||
# sed -i "/^SHA1/d" MANIFEST.MF
|
|
||||||
# dos2unix MANIFEST.MF
|
|
||||||
# sed -i "/^$/d" MANIFEST.MF
|
|
||||||
# unix2dos MANIFEST.MF
|
|
||||||
Source1: MANIFEST.MF
|
Source1: MANIFEST.MF
|
||||||
Source2: plugin.properties
|
Source2: plugin.properties
|
||||||
|
|
||||||
@ -75,6 +68,9 @@ zip target/%{name}-%{version}.jar plugin.properties
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 12 2021 Alexander Kurtakov <akurtako@redhat.com> 0.1.55-1
|
||||||
|
- Update to latest upstream version.
|
||||||
|
|
||||||
* Sun Aug 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.54-14
|
* Sun Aug 30 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.54-14
|
||||||
- Remove unnecessary dependency on parent POM.
|
- Remove unnecessary dependency on parent POM.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user