pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/apache-ant apache-ant: update to 1.10.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c8b4c104579
branches:  trunk
changeset: 311642:4c8b4c104579
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 16 08:39:19 2018 +0000

description:
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:

 devel/apache-ant/Makefile |   4 ++--
 devel/apache-ant/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 9d69bc6763fe -r 4c8b4c104579 devel/apache-ant/Makefile
--- a/devel/apache-ant/Makefile Thu Aug 16 08:37:25 2018 +0000
+++ b/devel/apache-ant/Makefile Thu Aug 16 08:39:19 2018 +0000
@@ -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 -r 9d69bc6763fe -r 4c8b4c104579 devel/apache-ant/distinfo
--- a/devel/apache-ant/distinfo Thu Aug 16 08:37:25 2018 +0000
+++ b/devel/apache-ant/distinfo Thu Aug 16 08:39:19 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index