diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-16 08:39:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-16 08:39:19 +0000 |
commit | 9a5d96347afc02c61f1958764197ffabdfae36e8 (patch) | |
tree | 217fd27a3b75d97daafef2ababfdbf96832dbd2a /devel | |
parent | 62843de3395c2b88d51b44427d3081e4f6a4db0b (diff) | |
download | pkgsrc-9a5d96347afc02c61f1958764197ffabdfae36e8.tar.gz |
apache-ant: update to 1.10.5.
Changes from Ant 1.10.4 TO Ant 1.10.5
=====================================
Fixed bugs:
-----------
* Fixes a regression in the "get" task where redirects
from a HTTP resource to a HTTPS resource started throwing
an exception.
Bugzilla Report 62499
* the new allowFilesToEscapeDest didn't work when set to false and
archive entries contained relative paths with so many ".."
segnments that the resulting path would go beyond the file system
root.
Bugzilla Report 62502
Other changes:
--------------
* Java task now accepts a "sourcefile" attribute to allow single file
source program execution, a feature that is introduced in Java 11.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apache-ant/Makefile | 4 | ||||
-rw-r--r-- | devel/apache-ant/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 35091bbc3fc..0c2add68077 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2018/06/24 10:20:08 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2018/08/16 08:39:19 wiz Exp $ -DISTNAME= apache-ant-1.10.4-bin +DISTNAME= apache-ant-1.10.5-bin PKGNAME= ${DISTNAME:S/-bin//} CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE:=ant/binaries/} diff --git a/devel/apache-ant/distinfo b/devel/apache-ant/distinfo index 24930863f77..30219240397 100644 --- a/devel/apache-ant/distinfo +++ b/devel/apache-ant/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.29 2018/06/24 10:20:08 wiz Exp $ +$NetBSD: distinfo,v 1.30 2018/08/16 08:39:19 wiz Exp $ -SHA1 (apache-ant-1.10.4-bin.tar.xz) = 30b7947ae0c9441a8e79f6d359126e6726b06e5e -RMD160 (apache-ant-1.10.4-bin.tar.xz) = 463cc12204ff8c6c2c1ba4ac0c2151176a30ffc3 -SHA512 (apache-ant-1.10.4-bin.tar.xz) = 5f61734a7bfec775a272dd827ee84364d5328742dbcc72f9acbfeb2bb44a13b34c7673d75be41748510ca31c053ccbf9160874055213fff893f5df2043ba8b03 -Size (apache-ant-1.10.4-bin.tar.xz) = 4467380 bytes +SHA1 (apache-ant-1.10.5-bin.tar.xz) = 75723f87e1d08e49e0f0d1193c03220220d52de7 +RMD160 (apache-ant-1.10.5-bin.tar.xz) = 6aa1b7b2da92bfbc8660c9efc3928c4af7c7079d +SHA512 (apache-ant-1.10.5-bin.tar.xz) = b2f8459562779abc622aabaf4213e77ac07590887615a64edc69172405e27dae9cdc66594eee8271200bca2e64b65d58cd93c8345b9f3279802ac80b7f8ef4e8 +Size (apache-ant-1.10.5-bin.tar.xz) = 4469364 bytes SHA1 (patch-aa) = 5f614ed545c7cca33096af1f4975f7947439286f |