pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/apache-ant
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 29 10:10:41 UTC 2018
Modified Files:
pkgsrc/devel/apache-ant: Makefile PLIST distinfo
Log Message:
apache-ant: update to 1.10.3.
Changes from Ant 1.10.2 TO Ant 1.10.3
=====================================
Changes that could break older environments:
-------------------------------------------
* Previous versions of Ant's copy task would throw a BuildException
if the "name" of the resource to copy was null. Starting
this version, the copy task instead silently skips such resources
and no longer throws an exception.
ant-dev list https://www.mail-archive.com/dev%ant.apache.org@localhost/msg46634.html
* Reverted the signature change of various clone method
implementation in Ant's data-types introduced with 1.10.2 as they
broke subclasses of said data-types which tried to override clone.
Fixed bugs:
-----------
* Fixed NullPointerException in ChainedMapper
Bugzilla Report 62086
* Fixed NullPointerException when a mappedresource is used in pathconvert
Bugzilla Report 62076
* Fixed an issue where a string, when used as a resource collection, within
tokens, would be replaced by property values
Bugzilla Report 62147
* Added a workaround for a bug in the jarsigner tool to <verifyjar>
which requires the -storepass command line argument when verifying
signatures using -strict together with a PKCS12 keystore. Unlike
when signing the jar it will not prompt for the keystore's password
and read it from standard input.
This means Ant will now pass the keystore's password on the command
line when using <verifyjar>, which poses a security risk you should
be aware of.
Bugzilla Report 62194
Other changes:
--------------
* Allow Saxon to be used for junitreport XSL transformation
Github Pull Request #57
* when running on Java 11+ rmic will fail early if iiop or idl are
requested. Java11 removes support for CORBA and the switches have
been removed from the rmic tool.
* A new junitlauncher task which support JUnit 5 test framework.
Bugzilla Report 61796
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/apache-ant/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/apache-ant/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/apache-ant/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/apache-ant/Makefile
diff -u pkgsrc/devel/apache-ant/Makefile:1.43 pkgsrc/devel/apache-ant/Makefile:1.44
--- pkgsrc/devel/apache-ant/Makefile:1.43 Sun Feb 25 20:44:59 2018
+++ pkgsrc/devel/apache-ant/Makefile Sun Apr 29 10:10:41 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2018/02/25 20:44:59 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2018/04/29 10:10:41 wiz Exp $
-DISTNAME= apache-ant-1.10.2-bin
+DISTNAME= apache-ant-1.10.3-bin
PKGNAME= ${DISTNAME:S/-bin//}
CATEGORIES= devel java
MASTER_SITES= ${MASTER_SITE_APACHE:=ant/binaries/}
Index: pkgsrc/devel/apache-ant/PLIST
diff -u pkgsrc/devel/apache-ant/PLIST:1.22 pkgsrc/devel/apache-ant/PLIST:1.23
--- pkgsrc/devel/apache-ant/PLIST:1.22 Sun Feb 25 20:44:59 2018
+++ pkgsrc/devel/apache-ant/PLIST Sun Apr 29 10:10:41 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2018/02/25 20:44:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2018/04/29 10:10:41 wiz Exp $
bin/ant
bin/antRun
lib/java/ant/ant-antlr.jar
@@ -18,6 +18,7 @@ lib/java/ant/ant-jmf.jar
lib/java/ant/ant-jsch.jar
lib/java/ant/ant-junit.jar
lib/java/ant/ant-junit4.jar
+lib/java/ant/ant-junitlauncher.jar
lib/java/ant/ant-launcher.jar
lib/java/ant/ant-netrexx.jar
lib/java/ant/ant-swing.jar
@@ -107,6 +108,7 @@ share/doc/java/ant/Tasks/jjtree.html
share/doc/java/ant/Tasks/jlink.html
share/doc/java/ant/Tasks/jspc.html
share/doc/java/ant/Tasks/junit.html
+share/doc/java/ant/Tasks/junitlauncher.html
share/doc/java/ant/Tasks/junitreport.html
share/doc/java/ant/Tasks/length.html
share/doc/java/ant/Tasks/loadfile.html
@@ -946,6 +948,17 @@ share/doc/java/ant/api/org/apache/tools/
share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junit/package-frame.html
share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junit/package-summary.html
share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junit/package-tree.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/JUnitLauncherTask.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/ListenerDefinition.ListenerType.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/ListenerDefinition.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/NamedTest.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/SingleTestClass.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestClasses.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestExecutionContext.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/TestResultFormatter.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-frame.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-summary.html
+share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/junitlauncher/package-tree.html
share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/native2ascii/BuiltinNative2Ascii.html
share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/native2ascii/DefaultNative2Ascii.html
share/doc/java/ant/api/org/apache/tools/ant/taskdefs/optional/native2ascii/KaffeNative2Ascii.html
Index: pkgsrc/devel/apache-ant/distinfo
diff -u pkgsrc/devel/apache-ant/distinfo:1.27 pkgsrc/devel/apache-ant/distinfo:1.28
--- pkgsrc/devel/apache-ant/distinfo:1.27 Sun Feb 25 20:44:59 2018
+++ pkgsrc/devel/apache-ant/distinfo Sun Apr 29 10:10:41 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2018/02/25 20:44:59 wiz Exp $
+$NetBSD: distinfo,v 1.28 2018/04/29 10:10:41 wiz Exp $
-SHA1 (apache-ant-1.10.2-bin.tar.xz) = f8b24adf1813b6411598c3085c91300b1bba562d
-RMD160 (apache-ant-1.10.2-bin.tar.xz) = 8ae8819fc54a381441f568dfe99f016d641f2e4e
-SHA512 (apache-ant-1.10.2-bin.tar.xz) = a1af5173eafbc5b76fe0ae62c656c96a4c3bfd9d67b10ad19fef53152ae73d61aa05d1b57ceca1d007475113f234feb9d1541d2c624f6ac606361a6e6e375385
-Size (apache-ant-1.10.2-bin.tar.xz) = 4386316 bytes
+SHA1 (apache-ant-1.10.3-bin.tar.xz) = 54a470d0b8a8744c4b63cc74c09968c73083f486
+RMD160 (apache-ant-1.10.3-bin.tar.xz) = 3c0d36f92851b6cbca73e4456b306d3f3428bab4
+SHA512 (apache-ant-1.10.3-bin.tar.xz) = dac98ee0fa81d302130fac00888b0dbcb157f57a1fe27113ace1991940c507f97dac7af8b4e28341b59d111159e62bf58b7d2b04c6cacbba2abf20c64955ffb4
+Size (apache-ant-1.10.3-bin.tar.xz) = 4446396 bytes
SHA1 (patch-aa) = 5f614ed545c7cca33096af1f4975f7947439286f
Home |
Main Index |
Thread Index |
Old Index