Skip to content

Commit

Permalink
Merge pull request #29 from jouvin/svnkit-186
Browse files Browse the repository at this point in the history
Add support for last svnkit version (1.8.6) to support TLS instead of SSLv3
  • Loading branch information
jouvin committed Oct 20, 2014
2 parents ce8b29f + 7dd6685 commit dd1fcf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions quattor.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@

<!-- svnkit -->
<property name="svnkit" location="${external}/svnkit" />
<property name="svnkit.jar" location="${svnkit}/svnkit.jar" />
<property name="svnkit-javahl.jar" location="${svnkit}/svnkit-javahl.jar" />
<property name="svnkit.lib" location="${svnkit}/lib" />

<!-- panc (java version) -->
<property name="panc" location="${external}/panc" />
Expand Down Expand Up @@ -165,8 +164,9 @@
<taskdef resource="org/quattor/ant/quattor-ant.xml">
<classpath>
<pathelement path="${quattor.jar}" />
<pathelement path="${svnkit.jar}" />
<pathelement path="${svnkit-javahl.jar}" />
<fileset dir="${svnkit.lib}">
<include name="*.jar"/>
</fileset>
</classpath>
</taskdef>

Expand Down
4 changes: 2 additions & 2 deletions utils/scdb/create-vanilla-SCDB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ tl_download_args=""
externals_root_url=https://svn.lal.in2p3.fr/LCG/QWG/External
scdb_external_list="ant panc scdb-ant-utils svnkit"
panc_version=panc-10.1
ant_version=apache-ant-1.7.1
ant_version=apache-ant-1.9.4
scdb_ant_utils_version=scdb-ant-utils-9.0.2
svnkit_version=svnkit-1.3.5
svnkit_version=svnkit-1.8.6

# scdb source is typically a clone of GitHub scdb repo, switched to the appropriate
# version/branch. By default, the root of the clone is 2 level upper than the directory
Expand Down

0 comments on commit dd1fcf6

Please sign in to comment.