apache-ant: update to 1.10.10.

Changes from Ant 1.10.9 TO Ant 1.10.10
======================================

Fixed bugs:
-----------

 * SCP (with sftp=true) task would fail if fetching file located in root directory
   Bugzilla Report 64742

 * javac task would fail if the arguments file it (internally) created didn't quote
   the # character. This has now been fixed.
   Bugzilla Reports 64912, 64790

 * made sure LegacyXmlResultFormatter encodes characters illegal in
   XML the same way JUnit5's built-in formatter would.
   Bugzilla Report 65030

 * LegacyXmlResultFormatter no longer double-encodes <>& in system-err
   and system-out
   Bugzilla Report 63436

 * Fixes a bug in junitlauncher task's legacy-xml formatter, where the testcase
   representing a @Parameterized JUnit4 test wasn't being reported in the XML.
   Bugzilla Report 64952

 * Fixes a bug where the ant-testutil-sources.jar that gets published to Maven
   central repository didn't contain any source files.
   Bugzilla Report 65110

 * The <http> condition didn't follow redirects from http to https.
   Bugzilla Report 65105

 * ZipOutputStream now overrides write(int) in order to make sure
   single byte writes get the same treatment as array writes.
   Github Pull Request #145

 * Fixes a potential deadlock in junitlauncher task when using legacy-xml
   reporter.
   Bugzilla Report 64733

Other changes:
--------------

 * javaversion condition now has a new "atmost" attribute. See the javaversion
   manual for more details

 * The "listener" nested element of the "junitlauncher" task now has a new
   "useLegacyReportingName" attribute which can be used to control the test
   identifiers names that get reported by the listener. See the junitlauncher
   manual for more details.
   Note that this change also introduces a new "setUseLegacyReportingName" method
   on the org.apache.tools.ant.taskdefs.optional.junitlauncher.TestResultFormatter
   interface. This will break backward compatibility with any of your custom
   result formatters which implemented this interface and such implementations
   are now expected to implement this new method.

 * a new attribute preserveduplicates allows <resourcelist> to return
   the same resource multiple times when set to true.
   Bugzilla Report 64854

 * a new attribute filterbeforeconcat in <concat> can be used to
   decide whether the filterchain should be applied to the
   concatenated content (the default) or each nested resource
   individually before concatenating them.
   Bugzilla Report 64855

 * the ssh tasks now share a new nested element additionalConfig that
   can be used to set config values for the jsch Session used by the
   task.
   Bugzilla Report 65089

 * added new discardOutput and discardError properties to redirector
   and the exec, apply and java tasks which can be used to completely
   discard any (error) output. This is a platform independent
   alternative to directiong output to any kind of null device.
This commit is contained in:
wiz 2021-04-20 16:15:39 +00:00
parent 80d62f505c
commit 44a5c53786
3 changed files with 37 additions and 34 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.52 2020/10/08 12:38:44 wiz Exp $
# $NetBSD: Makefile,v 1.53 2021/04/20 16:15:39 wiz Exp $
DISTNAME= apache-ant-1.10.9-bin
DISTNAME= apache-ant-1.10.10-bin
PKGNAME= ${DISTNAME:S/-bin//}
CATEGORIES= devel java
MASTER_SITES= ${MASTER_SITE_APACHE:=ant/binaries/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.27 2020/10/08 12:38:44 wiz Exp $
@comment $NetBSD: PLIST,v 1.28 2021/04/20 16:15:39 wiz Exp $
bin/ant
bin/antRun
lib/java/ant/ant-antlr.jar
@ -224,6 +224,7 @@ share/doc/java/ant/WHATSNEW
share/doc/java/ant/antexternal.html
share/doc/java/ant/anttaskslist.html
share/doc/java/ant/api/allclasses-index.html
share/doc/java/ant/api/allclasses.html
share/doc/java/ant/api/allpackages-index.html
share/doc/java/ant/api/constant-values.html
share/doc/java/ant/api/deprecated-list.html
@ -231,6 +232,32 @@ share/doc/java/ant/api/element-list
share/doc/java/ant/api/help-doc.html
share/doc/java/ant/api/index-all.html
share/doc/java/ant/api/index.html
share/doc/java/ant/api/jquery/external/jquery/jquery.js
share/doc/java/ant/api/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
share/doc/java/ant/api/jquery/images/ui-bg_glass_65_dadada_1x400.png
share/doc/java/ant/api/jquery/images/ui-bg_glass_75_dadada_1x400.png
share/doc/java/ant/api/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
share/doc/java/ant/api/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
share/doc/java/ant/api/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
share/doc/java/ant/api/jquery/images/ui-icons_222222_256x240.png
share/doc/java/ant/api/jquery/images/ui-icons_2e83ff_256x240.png
share/doc/java/ant/api/jquery/images/ui-icons_454545_256x240.png
share/doc/java/ant/api/jquery/images/ui-icons_888888_256x240.png
share/doc/java/ant/api/jquery/images/ui-icons_cd0a0a_256x240.png
share/doc/java/ant/api/jquery/jquery-3.3.1.js
share/doc/java/ant/api/jquery/jquery-migrate-3.0.1.js
share/doc/java/ant/api/jquery/jquery-ui.css
share/doc/java/ant/api/jquery/jquery-ui.js
share/doc/java/ant/api/jquery/jquery-ui.min.css
share/doc/java/ant/api/jquery/jquery-ui.min.js
share/doc/java/ant/api/jquery/jquery-ui.structure.css
share/doc/java/ant/api/jquery/jquery-ui.structure.min.css
share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils-ie.js
share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils-ie.min.js
share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils.js
share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils.min.js
share/doc/java/ant/api/jquery/jszip/dist/jszip.js
share/doc/java/ant/api/jquery/jszip/dist/jszip.min.js
share/doc/java/ant/api/member-search-index.js
share/doc/java/ant/api/member-search-index.zip
share/doc/java/ant/api/org/apache/tools/ant/AntClassLoader.html
@ -1221,6 +1248,7 @@ share/doc/java/ant/api/org/apache/tools/ant/types/resources/AbstractResourceColl
share/doc/java/ant/api/org/apache/tools/ant/types/resources/AllButFirst.html
share/doc/java/ant/api/org/apache/tools/ant/types/resources/AllButLast.html
share/doc/java/ant/api/org/apache/tools/ant/types/resources/Appendable.html
share/doc/java/ant/api/org/apache/tools/ant/types/resources/AppendableResourceCollection.html
share/doc/java/ant/api/org/apache/tools/ant/types/resources/ArchiveResource.html
share/doc/java/ant/api/org/apache/tools/ant/types/resources/Archives.html
share/doc/java/ant/api/org/apache/tools/ant/types/resources/BCFileSet.html
@ -1393,6 +1421,7 @@ share/doc/java/ant/api/org/apache/tools/ant/util/LinkedHashtable.html
share/doc/java/ant/api/org/apache/tools/ant/util/LoaderUtils.html
share/doc/java/ant/api/org/apache/tools/ant/util/MergingMapper.html
share/doc/java/ant/api/org/apache/tools/ant/util/Native2AsciiUtils.html
share/doc/java/ant/api/org/apache/tools/ant/util/NullOutputStream.html
share/doc/java/ant/api/org/apache/tools/ant/util/OutputStreamFunneler.html
share/doc/java/ant/api/org/apache/tools/ant/util/PackageNameMapper.html
share/doc/java/ant/api/org/apache/tools/ant/util/PermissionUtils.FileType.html
@ -1527,36 +1556,10 @@ share/doc/java/ant/api/package-search-index.js
share/doc/java/ant/api/package-search-index.zip
share/doc/java/ant/api/resources/glass.png
share/doc/java/ant/api/resources/x.png
share/doc/java/ant/api/script-dir/external/jquery/jquery.js
share/doc/java/ant/api/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png
share/doc/java/ant/api/script-dir/images/ui-bg_glass_65_dadada_1x400.png
share/doc/java/ant/api/script-dir/images/ui-bg_glass_75_dadada_1x400.png
share/doc/java/ant/api/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png
share/doc/java/ant/api/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png
share/doc/java/ant/api/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png
share/doc/java/ant/api/script-dir/images/ui-icons_222222_256x240.png
share/doc/java/ant/api/script-dir/images/ui-icons_2e83ff_256x240.png
share/doc/java/ant/api/script-dir/images/ui-icons_454545_256x240.png
share/doc/java/ant/api/script-dir/images/ui-icons_888888_256x240.png
share/doc/java/ant/api/script-dir/images/ui-icons_cd0a0a_256x240.png
share/doc/java/ant/api/script-dir/jquery-3.4.1.js
share/doc/java/ant/api/script-dir/jquery-ui.css
share/doc/java/ant/api/script-dir/jquery-ui.js
share/doc/java/ant/api/script-dir/jquery-ui.min.css
share/doc/java/ant/api/script-dir/jquery-ui.min.js
share/doc/java/ant/api/script-dir/jquery-ui.structure.css
share/doc/java/ant/api/script-dir/jquery-ui.structure.min.css
share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils-ie.js
share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils-ie.min.js
share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils.js
share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils.min.js
share/doc/java/ant/api/script-dir/jszip/dist/jszip.js
share/doc/java/ant/api/script-dir/jszip/dist/jszip.min.js
share/doc/java/ant/api/script.js
share/doc/java/ant/api/search.js
share/doc/java/ant/api/serialized-form.html
share/doc/java/ant/api/stylesheet.css
share/doc/java/ant/api/system-properties.html
share/doc/java/ant/api/type-search-index.js
share/doc/java/ant/api/type-search-index.zip
share/doc/java/ant/argumentprocessor.html

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.34 2020/10/08 12:38:44 wiz Exp $
$NetBSD: distinfo,v 1.35 2021/04/20 16:15:39 wiz Exp $
SHA1 (apache-ant-1.10.9-bin.tar.xz) = 2fc1c47d57a31da0c59bc16e3d5ca5edfd2e3a48
RMD160 (apache-ant-1.10.9-bin.tar.xz) = 164c8c9a7de7891301c90a17a2eeac95cba3f3e4
SHA512 (apache-ant-1.10.9-bin.tar.xz) = ecb09c83b24f98b9475849548558809ff21c88f8d39fbc3559f24df5fc640a50bbd885681d9c676285d8843bd3dc09a6238189c13a4238ba5c01385a5bd29542
Size (apache-ant-1.10.9-bin.tar.xz) = 5022448 bytes
SHA1 (apache-ant-1.10.10-bin.tar.xz) = c219b72ace5e544b3d116139daebf2459b3bb954
RMD160 (apache-ant-1.10.10-bin.tar.xz) = b4498bc4fc41831a206a9415ef87d7c149bbee82
SHA512 (apache-ant-1.10.10-bin.tar.xz) = 95e4ffe1dbf59907a58f2afe1458e52a065190e4b55ff1b1eee813d08924d5b9dd356eb9a975bdd317dcce5c391554cb98f9d64f7c23c8edd8514a6ed6a48115
Size (apache-ant-1.10.10-bin.tar.xz) = 5010424 bytes
SHA1 (patch-aa) = 5f614ed545c7cca33096af1f4975f7947439286f