--- - branch: MAIN date: Sun Apr 17 09:52:28 UTC 2016 files: - new: '1.40' old: '1.39' path: pkgsrc/devel/apache-ant/Makefile pathrev: pkgsrc/devel/apache-ant/Makefile@1.40 type: modified - new: '1.24' old: '1.23' path: pkgsrc/devel/apache-ant/distinfo pathrev: pkgsrc/devel/apache-ant/distinfo@1.24 type: modified id: 20160417T095228Z.a05a0908cd23b1b45b002c215e51951c3dbbcc5f log: | Update apache-ant to 1.9.7. Changes from Ant 1.9.6 TO Ant 1.9.7 =================================== Changes that could break older environments: ------------------------------------------- * and used to ignore the dir attribute if it was the same as the current working directory. They now no longer do, which changes the behavior for vmlauncher="false" which would have used the project's basedir rather than the current working directory in that case. Bugzilla Report 58555 Fixed bugs: ----------- * ZipOutputStream could cause an ArrayIndexOutOfBoundsException when adding entries with comments. This never happens when using Ant as a build tool but may affect users using Ant's zip package as a library. * and didn't work for non-filesystem resources. * ignored the zip64Mode attribute when creating manifest-only jars. This resulted in jar files that couldn't be read by Java5. Bugzilla Report 58428 * will now detect GNU tar longname/link records even if they don't use the names used by GNU tar itself. star is known to create archives of that kind. https://issues.apache.org/jira/browse/COMPRESS-324 *