You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/03/29 12:56:10 UTC

ant-ivy git commit: Update BouncyCastle to 1.59

Repository: ant-ivy
Updated Branches:
  refs/heads/master 1132a0e34 -> 62216968e


Update BouncyCastle to 1.59

Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/62216968
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/62216968
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/62216968

Branch: refs/heads/master
Commit: 62216968e84fceedc2f3f8fdf6ce9aec648a78ef
Parents: 1132a0e
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Thu Mar 29 14:55:56 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Thu Mar 29 14:55:56 2018 +0200

----------------------------------------------------------------------
 asciidoc/release-notes.adoc | 4 ++--
 version.properties          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/62216968/asciidoc/release-notes.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc
index d24f40b..3efa671 100644
--- a/asciidoc/release-notes.adoc
+++ b/asciidoc/release-notes.adoc
@@ -83,7 +83,7 @@ For details about the following changes, check our JIRA install at link:https://
 
 - IMPROVEMENT: Throw an IllegalStateException when retrieving the resolutionCacheRoot on the DefaultResolutionCacheManager if the basedir (or IvySettings) is not set (jira:IVY-1482[])
 - IMPROVEMENT: Optimization: limit the revision numbers scanned if revision prefix is specified (Thanks to Ernestas Vaiciukevi&ccaron;ius)
-- IMPROVEMENT: Update BouncyCastle to 1.52 (jira:IVY-1521[]) (Thanks to Michal Srb)
+- IMPROVEMENT: Update BouncyCastle to 1.59 (jira:IVY-1521[]) (Thanks to Michal Srb)
 - IMPROVEMENT: `symlinkmass` option of retrieve task has been deprecated in this release and will no longer be supported since, starting this version of Ivy, Ivy uses Java standard API(s) for symlink management and as such doesn't spawn a process to execute symlink creation shell commands, like it used to do earlier. The `symlinkmass` option was previously there to launch just one single process instead of multiple processes for symlink creation. Now with the usage of the Java standard API(s), this option no longer is relevant.
 - IMPROVEMENT: Ivy command line now supports passing `overwriteMode` option to `retrieve` task (jira:IVY-1447[])
 - IMPROVEMENT: Support timestamped SNAPSHOT versions from Maven repository (jira:IVY-1153[]) and (jira:IVY-1476[])
@@ -92,7 +92,7 @@ For details about the following changes, check our JIRA install at link:https://
 
 - NEW: Lets SSH-based resolvers use an `~/.ssh/config` file to find username/hostname/keyfile options (Thanks to Colin Stanfill)
 - NEW: Add ivy.maven.lookup.sources and ivy.maven.lookup.javadoc variables to control the lookup of the additional artifacts. Defaults to true, for backward compatibility (jira:IVY-1529[])
-- NEW: Add (conditional) support for SHA-256 SHA-512 and SHA-384 checksum algorithms (jira:IVY-1554[]) (Thanks to Jaikiran Pai)
+- NEW: Add (conditional) support for SHA-256, SHA-512 and SHA-384 checksum algorithms (jira:IVY-1554[]) (Thanks to Jaikiran Pai)
 
 
 ////

http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/62216968/version.properties
----------------------------------------------------------------------
diff --git a/version.properties b/version.properties
index be3d822..f1a04ae 100644
--- a/version.properties
+++ b/version.properties
@@ -30,7 +30,7 @@ target.ivy.bundle.version.qualifier=alpha_
 # running Ant, so we could not use that name here.
 apache-ant.version=1.9.10
 ant-contrib.version=1.0b3
-bouncycastle.version=1.58
+bouncycastle.version=1.59
 commons-vfs2.version=2.2
 hamcrest.version=1.3
 httpclient.version=4.5.3