./devel/apache-ant, Apache Projects Java-Based make(1) replacement

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 1.10.9, Package name: apache-ant-1.10.9, Maintainer: tonio

Ant is a Java based build tool. In theory it is kind of like
"make" without make's wrinkles and with the full portability
of pure java code.

Ant uses XML to specify build actions to be taken, and new
build actions are implemented in Java.


Master sites: (Expand)

SHA1: 2fc1c47d57a31da0c59bc16e3d5ca5edfd2e3a48
RMD160: 164c8c9a7de7891301c90a17a2eeac95cba3f3e4
Filesize: 4904.734 KB

Version history: (Expand)


CVS history: (Expand)


   2020-10-22 18:48:07 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #6340 - requested by wiz
devel/apache-ant: security fix

Revisions pulled up:
- devel/apache-ant/Makefile                                     1.52
- devel/apache-ant/PLIST                                        1.27
- devel/apache-ant/distinfo                                     1.34

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Thu Oct  8 12:38:44 UTC 2020

   Modified Files:
   	pkgsrc/devel/apache-ant: Makefile PLIST distinfo

   Log message:
   apache-ant: update to 1.10.9.

   Ant 1.10.9 contains a bugfixes and support for using GraalVM
   JavaScript inside the script family of tasks and types..

   It also addresses an insecure temporary file vulnerability
   vulnerability, see the security report for details
   (https://ant.apache.org/security.html)