Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 86C101A9239 for ; Mon, 1 Nov 2021 07:04:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 85A0C84F1C; Mon, 1 Nov 2021 07:04:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C067B84E9D for ; Mon, 1 Nov 2021 07:04:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9NWzCc1vvymn for ; Mon, 1 Nov 2021 07:04:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D005584D43 for ; Mon, 1 Nov 2021 07:04:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA121FA97; Mon, 1 Nov 2021 07:04:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163575026987870" MIME-Version: 1.0 Date: Mon, 1 Nov 2021 07:04:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/apache-ant To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211101070429.CA121FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163575026987870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 1 07:04:29 UTC 2021 Modified Files: pkgsrc/devel/apache-ant: Makefile PLIST distinfo Log Message: apache-ant: update to 1.10.12. Changes from Ant 1.10.11 TO Ant 1.10.12 ======================================= Fixed bugs: ----------- * The http condition would follow redirects even when "followRedirects" attribute was set to "false". This has now been fixed. Bugzilla Report 65489 * Made sure setting build.compiler to the fully qualified classname that corresponds to extJavac or modern has the same effect as using the shorter alias names. Bugzilla Report 65539 * Prevent potential deadlocks in org.apache.tools.ant.IntrospectionHelper. Bugzilla Report 65424 Other changes: -------------- * The implementation of AntClassLoader#findResources() has been changed to optimize it for potential performance issues, as those noted at https://issues.jenkins.io/browse/JENKINS-22310?focusedCommentId=197405&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-197405 Github Pull Request #151 * AntClassLoader now implements the ClassLoader#findResource(String) method. Github Pull Request #150 * Ant tries to avoid file name canonicalization when possible. Bugzilla Report 65499 * javadoc task will now look for warning messages in the STDERR stream too when "failonwarning" is set to true to account for changes in JDK 17+ * The tar task now preserves symlinks of nested tarfilesets. Github Pull Request #142 To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/apache-ant/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/apache-ant/PLIST cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/apache-ant/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163575026987870 Content-Disposition: inline Content-Length: 6549 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/apache-ant/Makefile diff -u pkgsrc/devel/apache-ant/Makefile:1.54 pkgsrc/devel/apache-ant/Makefile:1.55 --- pkgsrc/devel/apache-ant/Makefile:1.54 Thu Jul 29 10:04:29 2021 +++ pkgsrc/devel/apache-ant/Makefile Mon Nov 1 07:04:29 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2021/07/29 10:04:29 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2021/11/01 07:04:29 wiz Exp $ -DISTNAME= apache-ant-1.10.11-bin +DISTNAME= apache-ant-1.10.12-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.29 pkgsrc/devel/apache-ant/PLIST:1.30 --- pkgsrc/devel/apache-ant/PLIST:1.29 Thu Jul 29 10:04:29 2021 +++ pkgsrc/devel/apache-ant/PLIST Mon Nov 1 07:04:29 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2021/07/29 10:04:29 wiz Exp $ +@comment $NetBSD: PLIST,v 1.30 2021/11/01 07:04:29 wiz Exp $ bin/ant bin/antRun lib/java/ant/ant-antlr.jar @@ -224,6 +224,7 @@ share/doc/java/ant/WHATSNEW share/doc/java/ant/antexternal.html share/doc/java/ant/anttaskslist.html share/doc/java/ant/api/allclasses-index.html +share/doc/java/ant/api/allclasses.html share/doc/java/ant/api/allpackages-index.html share/doc/java/ant/api/constant-values.html share/doc/java/ant/api/deprecated-list.html @@ -231,6 +232,32 @@ share/doc/java/ant/api/element-list share/doc/java/ant/api/help-doc.html share/doc/java/ant/api/index-all.html share/doc/java/ant/api/index.html +share/doc/java/ant/api/jquery/external/jquery/jquery.js +share/doc/java/ant/api/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png +share/doc/java/ant/api/jquery/images/ui-bg_glass_65_dadada_1x400.png +share/doc/java/ant/api/jquery/images/ui-bg_glass_75_dadada_1x400.png +share/doc/java/ant/api/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png +share/doc/java/ant/api/jquery/images/ui-bg_glass_95_fef1ec_1x400.png +share/doc/java/ant/api/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png +share/doc/java/ant/api/jquery/images/ui-icons_222222_256x240.png +share/doc/java/ant/api/jquery/images/ui-icons_2e83ff_256x240.png +share/doc/java/ant/api/jquery/images/ui-icons_454545_256x240.png +share/doc/java/ant/api/jquery/images/ui-icons_888888_256x240.png +share/doc/java/ant/api/jquery/images/ui-icons_cd0a0a_256x240.png +share/doc/java/ant/api/jquery/jquery-3.3.1.js +share/doc/java/ant/api/jquery/jquery-migrate-3.0.1.js +share/doc/java/ant/api/jquery/jquery-ui.css +share/doc/java/ant/api/jquery/jquery-ui.js +share/doc/java/ant/api/jquery/jquery-ui.min.css +share/doc/java/ant/api/jquery/jquery-ui.min.js +share/doc/java/ant/api/jquery/jquery-ui.structure.css +share/doc/java/ant/api/jquery/jquery-ui.structure.min.css +share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils-ie.js +share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils-ie.min.js +share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils.js +share/doc/java/ant/api/jquery/jszip-utils/dist/jszip-utils.min.js +share/doc/java/ant/api/jquery/jszip/dist/jszip.js +share/doc/java/ant/api/jquery/jszip/dist/jszip.min.js share/doc/java/ant/api/member-search-index.js share/doc/java/ant/api/member-search-index.zip share/doc/java/ant/api/org/apache/tools/ant/AntClassLoader.html @@ -1529,36 +1556,10 @@ share/doc/java/ant/api/package-search-in share/doc/java/ant/api/package-search-index.zip share/doc/java/ant/api/resources/glass.png share/doc/java/ant/api/resources/x.png -share/doc/java/ant/api/script-dir/external/jquery/jquery.js -share/doc/java/ant/api/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png -share/doc/java/ant/api/script-dir/images/ui-bg_glass_65_dadada_1x400.png -share/doc/java/ant/api/script-dir/images/ui-bg_glass_75_dadada_1x400.png -share/doc/java/ant/api/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png -share/doc/java/ant/api/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png -share/doc/java/ant/api/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png -share/doc/java/ant/api/script-dir/images/ui-icons_222222_256x240.png -share/doc/java/ant/api/script-dir/images/ui-icons_2e83ff_256x240.png -share/doc/java/ant/api/script-dir/images/ui-icons_454545_256x240.png -share/doc/java/ant/api/script-dir/images/ui-icons_888888_256x240.png -share/doc/java/ant/api/script-dir/images/ui-icons_cd0a0a_256x240.png -share/doc/java/ant/api/script-dir/jquery-3.4.1.js -share/doc/java/ant/api/script-dir/jquery-ui.css -share/doc/java/ant/api/script-dir/jquery-ui.js -share/doc/java/ant/api/script-dir/jquery-ui.min.css -share/doc/java/ant/api/script-dir/jquery-ui.min.js -share/doc/java/ant/api/script-dir/jquery-ui.structure.css -share/doc/java/ant/api/script-dir/jquery-ui.structure.min.css -share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils-ie.js -share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils-ie.min.js -share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils.js -share/doc/java/ant/api/script-dir/jszip-utils/dist/jszip-utils.min.js -share/doc/java/ant/api/script-dir/jszip/dist/jszip.js -share/doc/java/ant/api/script-dir/jszip/dist/jszip.min.js share/doc/java/ant/api/script.js share/doc/java/ant/api/search.js share/doc/java/ant/api/serialized-form.html share/doc/java/ant/api/stylesheet.css -share/doc/java/ant/api/system-properties.html share/doc/java/ant/api/type-search-index.js share/doc/java/ant/api/type-search-index.zip share/doc/java/ant/argumentprocessor.html Index: pkgsrc/devel/apache-ant/distinfo diff -u pkgsrc/devel/apache-ant/distinfo:1.38 pkgsrc/devel/apache-ant/distinfo:1.39 --- pkgsrc/devel/apache-ant/distinfo:1.38 Tue Oct 26 10:14:14 2021 +++ pkgsrc/devel/apache-ant/distinfo Mon Nov 1 07:04:29 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2021/10/26 10:14:14 nia Exp $ +$NetBSD: distinfo,v 1.39 2021/11/01 07:04:29 wiz Exp $ -BLAKE2s (apache-ant-1.10.11-bin.tar.xz) = c1229df68128c8730fba9bbf63b934086e168b05e115e186972a620fc3b3cedc -SHA512 (apache-ant-1.10.11-bin.tar.xz) = 2187381f484b41f662d934b92debe632e678ab1fb6983a40aa145ead6c2f4f174fbfb75d0ff0a73416ead45d22e03360fa7effe016bd6139c4d71cd670b07fdc -Size (apache-ant-1.10.11-bin.tar.xz) = 5032808 bytes +BLAKE2s (apache-ant-1.10.12-bin.tar.xz) = 9441ec1f83b8c1864b3e175613f14fe9241e050f4e7045eee843f9cdc587cd75 +SHA512 (apache-ant-1.10.12-bin.tar.xz) = 7b5499775a733d39fb993ce9cb49453a40febde6bafddef434acc54b0dbd34d91f3c933db0ff653f025ad6e7d8a7904d95b6082da690967622ee7f8b383d924a +Size (apache-ant-1.10.12-bin.tar.xz) = 5014024 bytes SHA1 (patch-aa) = 5f614ed545c7cca33096af1f4975f7947439286f --_----------=_163575026987870--