pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q3] pkgsrc/devel/apache-ant



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Oct 22 16:48:07 UTC 2020

Modified Files:
        pkgsrc/devel/apache-ant [pkgsrc-2020Q3]: Makefile PLIST distinfo

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)


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.51.2.1 pkgsrc/devel/apache-ant/Makefile
cvs rdiff -u -r1.26 -r1.26.2.1 pkgsrc/devel/apache-ant/PLIST
cvs rdiff -u -r1.33 -r1.33.2.1 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.51 pkgsrc/devel/apache-ant/Makefile:1.51.2.1
--- pkgsrc/devel/apache-ant/Makefile:1.51       Fri Jul 17 23:40:43 2020
+++ pkgsrc/devel/apache-ant/Makefile    Thu Oct 22 16:48:07 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2020/07/17 23:40:43 wiz Exp $
+# $NetBSD: Makefile,v 1.51.2.1 2020/10/22 16:48:07 bsiegert Exp $
 
-DISTNAME=      apache-ant-1.10.8-bin
+DISTNAME=      apache-ant-1.10.9-bin
 PKGNAME=       ${DISTNAME:S/-bin//}
 CATEGORIES=    devel java
 MASTER_SITES=  ${MASTER_SITE_APACHE:=ant/binaries/}

Index: pkgsrc/devel/apache-ant/PLIST
diff -u pkgsrc/devel/apache-ant/PLIST:1.26 pkgsrc/devel/apache-ant/PLIST:1.26.2.1
--- pkgsrc/devel/apache-ant/PLIST:1.26  Fri Jul 17 23:40:43 2020
+++ pkgsrc/devel/apache-ant/PLIST       Thu Oct 22 16:48:07 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2020/07/17 23:40:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26.2.1 2020/10/22 16:48:07 bsiegert Exp $
 bin/ant
 bin/antRun
 lib/java/ant/ant-antlr.jar
@@ -274,6 +274,7 @@ share/doc/java/ant/api/org/apache/tools/
 share/doc/java/ant/api/org/apache/tools/ant/ProjectHelper.html
 share/doc/java/ant/api/org/apache/tools/ant/ProjectHelperRepository.html
 share/doc/java/ant/api/org/apache/tools/ant/PropertyHelper.Delegate.html
+share/doc/java/ant/api/org/apache/tools/ant/PropertyHelper.PropertyEnumerator.html
 share/doc/java/ant/api/org/apache/tools/ant/PropertyHelper.PropertyEvaluator.html
 share/doc/java/ant/api/org/apache/tools/ant/PropertyHelper.PropertySetter.html
 share/doc/java/ant/api/org/apache/tools/ant/PropertyHelper.html

Index: pkgsrc/devel/apache-ant/distinfo
diff -u pkgsrc/devel/apache-ant/distinfo:1.33 pkgsrc/devel/apache-ant/distinfo:1.33.2.1
--- pkgsrc/devel/apache-ant/distinfo:1.33       Fri Jul 17 23:40:43 2020
+++ pkgsrc/devel/apache-ant/distinfo    Thu Oct 22 16:48:07 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2020/07/17 23:40:43 wiz Exp $
+$NetBSD: distinfo,v 1.33.2.1 2020/10/22 16:48:07 bsiegert Exp $
 
-SHA1 (apache-ant-1.10.8-bin.tar.xz) = 1b59eee456b5a814ecb1ab51b509c1a7ddd96b92
-RMD160 (apache-ant-1.10.8-bin.tar.xz) = bb83f61036b06c71b37d42bca2bfcbae4a097209
-SHA512 (apache-ant-1.10.8-bin.tar.xz) = b03be67dbda9b45a7838c304db7e6750e4907c6eef51a8de30d929f7e5b0da61b8a82fde2b590a0842acffc0f1098bc6bdfd16664a72c6c6f883990e166acdd4
-Size (apache-ant-1.10.8-bin.tar.xz) = 5011528 bytes
+SHA1 (apache-ant-1.10.9-bin.tar.xz) = 2fc1c47d57a31da0c59bc16e3d5ca5edfd2e3a48
+RMD160 (apache-ant-1.10.9-bin.tar.xz) = 164c8c9a7de7891301c90a17a2eeac95cba3f3e4
+SHA512 (apache-ant-1.10.9-bin.tar.xz) = ecb09c83b24f98b9475849548558809ff21c88f8d39fbc3559f24df5fc640a50bbd885681d9c676285d8843bd3dc09a6238189c13a4238ba5c01385a5bd29542
+Size (apache-ant-1.10.9-bin.tar.xz) = 5022448 bytes
 SHA1 (patch-aa) = 5f614ed545c7cca33096af1f4975f7947439286f



Home | Main Index | Thread Index | Old Index