summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.9.tpd
Commit message (Collapse)AuthorAgeFilesLines
* Update orbit to R20211213173813Matthias Sohn2021-12-311-1/+1
| | | | | | | | | | | | | and update - com.google.gson to 2.8.8.v20211029-0838 - javaewah to 1.1.13.v20211029-0839 - net.i2p.crypto.eddsa to 0.3.0.v20210923-1401 - org.apache.ant to 1.10.12.v20211102-1452 - org.apache.commons.compress to 1.21.0.v20211103-2100 - org.bouncycastle.bcprov to 1.69.0.v20210923-1401 - org.junit to 4.13.2.v20211018-1956 Change-Id: I3ac39fc8a5df571d2e290241a03668f1e60880b4
* Update orbit to R20210825222808 for 2021-09Matthias Sohn2021-08-261-1/+1
| | | | Change-Id: I5a98f2134d19c3495d7d39cccfd7cf6f07640bd5
* Update orbit to I20210713220109Matthias Sohn2021-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | update - org.apache.commons.compress to 1.20.0.v20210713-192 - org.bouncycastle.bcpg to 1.69.0.v20210713-1924 - org.bouncycastle.bcpkix to 1.69.0.v20210713-1924 - org.bouncycastle.bcprov to 1.69.0.v20210713-1924 - add org.bouncycastle.bcutil 1.69.0.v20210713-1924 In bazel build don't expose bouncycastle to org.eclipse.jgit since it's not used there anymore since code depending on bouncycastle was moved to org.eclipse.jgit.gpg.bc. CQ: 21771 CQ: 23471 CQ: 23472 CQ: 23473 CQ: 23474 Change-Id: Id3d94c00c39bbc57e3f49a61150841249dc3985c
* Update orbit to I20210711110031Matthias Sohn2021-07-161-1/+1
| | | | | | | | | | | | | | | and update - assertj to 3.20.2.v20210706-1104 - hamcrest to 2.2.0.v20210711-0821 - classes which were in org.hamcrest.core 1.3 and org.hamcrest.library 1.3 were all moved to org.hamcrest in 2.2 - the annotation org.hamcrest.Factory was removed and is no longer needed - junit 4.13 requires hamcrest-core and hamcrest-library 1.3 therefore keep them in the target platform CQ: 23501 Change-Id: Ife871c0343b611be9203aed7f86577e85bbf5c95
* Update orbit to S20210705204906Matthias Sohn2021-07-081-1/+1
| | | | Change-Id: Ib4ec9f80a8a346fa8c709e58f8076372d14eca64
* Update target platform to I20210626190330Thomas Wolf2021-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Update - com.google.gson to 2.8.7.v20210624-1215 - javaewah to 1.1.12.v20210622-2206 - org.apache.sshd.osgi to 2.7.0.v20210623-0618 - org.apache.sshd.sftp to 2.7.0.v20210623-0618 - org.tukaani.xz to 1.9.0.v20210624-1259 - Apache MINA sshd to 2.7.0 - Remove work-arounds for problems resolved upstream since 2.6.0, and adapt to upstream API changes. - update DEPENDENCIES. CQ: 23469 CQ: 23470 CQ: 23496 CQ: 23497 CQ: 23498 Bug: 574220 Change-Id: I898b216c3492f8488fbf25fa4b49f1250f86f3c8 Also-by: David Ostrovsky <david@ostrovsky.org> Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to R20210602031627Matthias Sohn2021-06-031-1/+1
| | | | Change-Id: I480093d9da393dae0c3b608762d38cba3db2f2b9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20210518003616 and ant to 1.10.10.v20210426-1926Matthias Sohn2021-06-011-1/+1
| | | | | Change-Id: I87df882d4434c4fb107b8bd662ce63749078f1bd Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update orbit to S20210406213021 and add 4.20-staging targetMatthias Sohn2021-04-101-1/+1
| | | | Change-Id: I465831b0edf359b504918009dd7fb03a77b06305 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to R20210223232630Matthias Sohn2021-03-101-1/+1
| | | | Change-Id: I7577131b2c6e808b59f6c453233b261c64646d35 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20210223232630Matthias Sohn2021-03-011-1/+1
| | | | Change-Id: Ida7a54cfe0bd15c1c28b892dea3452958924f0c0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20210216215844Matthias Sohn2021-02-211-1/+1
| | | | Change-Id: Ic3af137e4aad0e6f7fd32c910766f547562442d6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-041-1/+1
| | | | | | | | | | | | | | | | | | Re-enable DSA, DSA_CERT, and RSA_CERT public key authentication. DSA is discouraged for a long time already, but it might still be way too disruptive to completely drop it. RSA is discouraged for far less long, and dropping that would be really disruptive. Adapt to the changed property handling. Remove work-arounds for shortcomings of earlier sshd versions. Use Orbit I20210203173513, which includes sshd 2.6.0. This also bumps apache.httpclient to 4.5.13 and apache.httpcore to 4.4.14. Change-Id: I2d24a1ce4cc9f616a94bb5c4bdaedbf20dc6638e Signed-off-by: David Ostrovsky <david@ostrovsky.org> Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update orbit to S20210105214148 and com.google.gson to 2.8.6Matthias Sohn2021-01-121-1/+1
| | | | | | Also fix target name of jgit-4.18 target. Change-Id: Ib5a13281398e7c5589de2e4a34fae0d08346db9c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to R20201130205003 for 2020-12Matthias Sohn2020-12-011-1/+1
| | | | Change-Id: I9a563d6f125e9a3983990b8a111d3288c9100162 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20201118210000 and add target for 4.18Matthias Sohn2020-11-201-1/+1
| | | | | | | - replace target platform for 4.17 staging with final release - add target platform for Eclipse 4.18 (2020-12) Change-Id: I4fb60cc346e275b755bba8d32b1964c2673fb615 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to I20201111205634Matthias Sohn2020-11-141-1/+1
| | | | | | | | and update - org.apache.ant to 1.10.9.v20201106-1946 - org.slf4j.binding.log4j12 to 1.7.30.v20201108-2042 Change-Id: Id15d14dea3a61dabde974c3ea9332d47fb19f4d9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20201027182932 (2020-12 M2)Matthias Sohn2020-10-281-1/+1
| | | | Change-Id: I24add2e8133f5c83675ab3ade58d7d6db29771ec Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update target platform to R20200831200620Matthias Sohn2020-09-011-1/+1
| | | | | | | | | | | | | | | and update to new Orbit version of the following libraries - org.apache.commons.codec to 1.14.0.v20200818-1422 - org.apache.httpcomponents.httpclient to 4.5.10.v20200830-2311 - org.bouncycastle.bcpg [1.65.0.v20200527-1955 - org.bouncycastle.bcpkix [1.65.0.v20200527-1955 - org.bouncycastle.bcprov [1.65.1.v20200529-1514 Fix minor issues in target platforms and rename 4.16-staging to 4.16 since that version was released already. Change-Id: Ifea2600e445e783807a5d94ea23ac3c6550956b5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to R20200529191137 for final Eclipse release 2020-06Thomas Wolf2020-06-011-1/+1
| | | | | | | | This includes org.bouncycastle.bcprov 1.65.1 in the p2 repository. Leave the maven and bazel dependencies for Bouncy Castle at 1.65. Change-Id: I1fb39bd79e7339315f64f8b5dda89cb81dd035af Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
* Update Orbit to S20200519202422 and ant to 1.10.8Matthias Sohn2020-05-201-1/+1
| | | | Change-Id: I5bc120a495deb2f3b29bd04bb1c9a2058394ba8a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update to bouncycastle 1.65 and orbit I20200506000552Matthias Sohn2020-05-061-1/+1
| | | | | Bug: 553206 Change-Id: I867bbe88b847bf6d17f17f6cf8c565cd4a2437cc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Always use https to access download.eclipse.orgMatthias Sohn2020-04-271-1/+1
| | | | Change-Id: Ida3cd74dc80020308496f53bdda3676b616953d4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update to org.apache.sshd 2.4.0Thomas Wolf2020-03-221-1/+1
| | | | | | | | | | | | | | | | | Change target platforms to Orbit I20200319180910 and regenerate them. Change package imports to [2.4.0,2.5.0); adapt code to upstream API changes. Maven build: update version in root pom. Bazel build: update version & hash in WORKSPACE file. Proxy functionality verified manually using 3proxy (HTTP & SOCKS, with basic authentication) and ssh -vvv -D7020 localhost (SOCKS, no authentication). Bug: 561078 Change-Id: I582f6b98055b013c006f2c749890fe6db801cbaa Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
* Update Orbit to R20200224183213 for final 2020-03Matthias Sohn2020-03-021-1/+1
| | | | Change-Id: I00eb77ec4c055de0e5900a2c4ed82770e2031dab Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update orbit to S20200128200239 for 2020-03 M2Matthias Sohn2020-01-291-1/+1
| | | | | | - update org.junit to 4.13.0.v20200128-1312 Change-Id: Iaf4010f1d33635e5c69688874669d540e056b287 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to I20200126235943 and org.junit to 4.13.0.v20200126-2018Matthias Sohn2020-01-271-1/+1
| | | | Change-Id: I2eb4d34512d169aa7ec9b6437b49c6a43b4a8e38 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update to Orbit I20200120214610 and JUnit to 4.13David Pursehouse2020-01-221-1/+1
| | | | | | | | | | Since version 4.13 JUnit has an assertThrows method. Remove the implementation in MoreAsserts and use the one from JUnit. CQ: 21439 Change-Id: I086baa94aa3069cebe87c4cbf91ed1534523c6cb Signed-off-by: David Pursehouse <david.pursehouse@gmail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to I20200115225246 and update dependenciesMatthias Sohn2020-01-161-1/+1
| | | | | | | | | | | | | | | | | update - javaewah to 1.1.7.v20200107-0831 - org.apache.commons.codec to 1.13.0.v20200108-0001 - org.apache.commons.compress to 1.19.0.v20200106-2343 - org.apache.httpcomponents.httpclient to 4.5.10.v20200114-1512 - org.apache.httpcomponents.httpcore to 4.4.12.v20200108-1212 CQ: 21194 CQ: 21195 CQ: 21199 CQ: 21346 CQ: 21347 Change-Id: I1943f1c3bf1bb5d71b666cb6aea6083e80ff82dc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade jetty to 9.4.25.v20191220Matthias Sohn2020-01-151-1/+1
| | | | | Change-Id: I6a14c2beec3075eac5807cd639f55f38ae8c9c49 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update jetty to 9.4.24.v20191120Matthias Sohn2019-12-231-1/+1
| | | | Change-Id: I6b3dbdfaf344efd174c0786902170f349b1bc8ff Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to R20191126223242 for 2019-12Matthias Sohn2019-12-041-1/+1
| | | | Change-Id: I205d4f4a529f34c15a1afb4c791088a8e22986f0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20191118194249 for 2019-12 M3Matthias Sohn2019-11-251-1/+1
| | | | Change-Id: I22426309dec6caabd26abb1eb31bdbff945d220c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update bouncycastle version to 1.64 and Orbit to I20191106190530David Ostrovsky2019-11-091-1/+1
| | | | | | | | | | The recent versions fixed number of defects and added new features: [1]. Use Orbit I20191106190530 until a S-build is available. [1] https://www.bouncycastle.org/releasenotes.html Change-Id: I0f2fd3a218ea31f6f6b58b1816af9361e4de54e4 Signed-off-by: David Ostrovsky <d.ostrovsky@gmx.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20191025144108 and Ant to 1.10.7.v20190926-0324Matthias Sohn2019-10-291-1/+1
| | | | | | | | | | | | This is the Orbit version for 2019-12 M2. We tried earlier to update to Ant 1.10.7 but had to revert this since there were issues with the previous artefact version in Orbit. See platform bug 550793 for the list of changes since 1.10.6. Change-Id: Ifb3212d4420e3656083784e842da2bd9bf750911 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade Jetty to 9.4.22.v20191022Michael Keppler2019-10-271-1/+1
| | | | | | Change-Id: Ie2ee0a978949f9cf70833645132eedf26c3cf1c8 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Jetty to 9.4.21.v20190926Matthias Sohn2019-10-041-1/+1
| | | | Change-Id: If01a01015024db9743c38c59f920964b3c3a0539 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to R20190827152740 for 2019-09Matthias Sohn2019-09-051-1/+1
| | | | Change-Id: I31d0ba525990cd391b704431212d98ce8b8b3970 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20190827152740 for 2019-09 RC1Matthias Sohn2019-08-291-1/+1
| | | | Change-Id: I9cdd53de2d4045f96cfa8a1cb715401bb051bf44 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Jetty to 9.4.20.v20190813Matthias Sohn2019-08-261-1/+1
| | | | | Bug: 550094 Change-Id: I2148f5ff7e60450dc7e023257560e2a77ce5c85a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update target platform to S20190819183153 (2019-09 M3)Matthias Sohn2019-08-261-1/+1
| | | | | | | | | | | * rename 4.12 staging to 4.12 * verified there are no version number changes between 4.12-staging and new 4.12 final * create 4.13-staging from former 4.12-staging * update orbit to latest snapshot * sort entries in S20190819183153.tpd Change-Id: I1c3992b1dae2282a8c057e1453a6b63664d09207 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update to Orbit R20190602212107Matthias Sohn2019-06-031-1/+1
| | | | | | | | | This version fixed wrong Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=9))" in bouncycastle 1.61. Bug: 547570 Change-Id: I715bcc4b39c3d4ad036dcc5bbdf48d321759f55f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update to Orbit R20190531194818 and rollback update to Ant 1.10.6Matthias Sohn2019-06-011-1/+1
| | | | | | | | | An issue has been reported with Java 1.8 and new Ant version 1.10.6 hence this was rolled back to 1.10.5 in Orbit. See: https://bz.apache.org/bugzilla/show_bug.cgi?id=63457 Bug: 547607 Change-Id: I9c04c988ec89bb1e2cbb528a2d3add30a0b7b3b9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20190521195709 for 2019-06 M3Matthias Sohn2019-05-221-1/+1
| | | | | | | | | Update - org.apache.ant to 1.10.6.v20190516-0412 (CQ 19829) - org.apache.httpcomponents.httpclient to 4.5.6.v20190503-0009 CQ: 19829 Change-Id: Ia057d4f07dab21374ca66c3d87a2bab1c795562c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20190501151401 for 2019-06 M2Matthias Sohn2019-05-061-1/+1
| | | | Change-Id: Ice7ba783c1836682d237e7b50bded90ceaa8b564 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update target platform, maven and bazel builds to JSch 0.1.55Thomas Wolf2019-04-251-1/+1
| | | | | | | | | | | Same version as used in the latest Eclipse platform. Updating the JGit target platform results in the new JSch version being included in the JGit feature in the p2 repo, and thus ultimately in the EGit update site. CQ: 19588 Bug: 546130 Change-Id: Id7e4318096f6f29dc4573e15542abdf54582af34 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
* Update Orbit to R20190226160451Matthias Sohn2019-03-061-1/+1
| | | | Change-Id: I43bfd56b029b4bf16aaf001915a9dabeb189a9e2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20190219190953Matthias Sohn2019-02-191-1/+1
| | | | | | | | - Orbit milestone for 2019-03 M3 - fixes Apache httpclient 4.5.6 Bug: 544139 Change-Id: Ib225d90dd26f6f3665d4feacecfbba4a28251a0b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update Orbit to S20190129210011Matthias Sohn2019-01-301-1/+1
| | | | | | This is the Orbit stable build for 2019-03 M2 Change-Id: I6db8e030af6bcec9c50065cb66211280d366dfa8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Add 4.11-staging target platform and update Orbit to I20190123233226Matthias Sohn2019-01-271-1/+1
| | | | | | | | | | | Update - org.apache.httpcomponents.httpcore to 4.4.10.v20190123-2214 - org.apache.httpcomponents.httpclient.source to 4.5.6.v20190123-2215 - org.bouncycastle.bcpg to 1.60.0.v20181210-2057 - org.bouncycastle.pkix to 1.60.0.v20181210-2057 - org.bouncycastle.prov to 1.60.0.v20181210-2057 Change-Id: I132b6686aa29b2a76cc529f7cae34115604c754d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>