pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/apache-ant



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 16 08:39:19 UTC 2018

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/apache-ant/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/apache-ant/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/apache-ant/Makefile
diff -u pkgsrc/devel/apache-ant/Makefile:1.45 pkgsrc/devel/apache-ant/Makefile:1.46
--- pkgsrc/devel/apache-ant/Makefile:1.45       Sun Jun 24 10:20:08 2018
+++ pkgsrc/devel/apache-ant/Makefile    Thu Aug 16 08:39:19 2018
@@ -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/}

Index: pkgsrc/devel/apache-ant/distinfo
diff -u pkgsrc/devel/apache-ant/distinfo:1.29 pkgsrc/devel/apache-ant/distinfo:1.30
--- pkgsrc/devel/apache-ant/distinfo:1.29       Sun Jun 24 10:20:08 2018
+++ pkgsrc/devel/apache-ant/distinfo    Thu Aug 16 08:39:19 2018
@@ -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