Path to this page:
./
devel/apache-ant,
Apache Projects Java-Based make(1) replacement
Branch: pkgsrc-2012Q1,
Version: 1.8.4,
Package name: apache-ant-1.8.4,
Maintainer: tonioAnt 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.
Required to run:[
lang/openjdk7]
Master sites: (Expand)
SHA1: d9e3e83dd9664cfe1dcd4841c082db3f559af922
RMD160: a23e122b76b3dfed5be7bef3388041649df0b346
Filesize: 4157.375 KB
Version history: (Expand)
- (2012-05-29) Updated to version: apache-ant-1.8.4
- (2012-04-10) Package added to pkgsrc.se, version apache-ant-1.8.3 (created)
CVS history: (Expand)
2012-05-29 14:48:53 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #3812 - requested by gls
devel/apache-ant: security update
Revisions pulled up:
- devel/apache-ant/Makefile 1.31
- devel/apache-ant/PLIST 1.14
- devel/apache-ant/distinfo 1.15
---
Module Name: pkgsrc
Committed By: tonio
Date: Mon May 28 08:10:06 UTC 2012
Modified Files:
pkgsrc/devel/apache-ant: Makefile PLIST distinfo
Log message:
Update devel/apache-ant to 1.8.4
Changes from Ant 1.8.3 TO Ant 1.8.4
Fixed bugs:
* Ported libbzip2's fallback sort algorithm to CBZip2OutputStream to
speed up compression in certain edge cases. Merge from Commons
Compress.
* Using specially crafted inputs this can be used as a denial of
service attack.
See CVE-2012-2098.
|