This update includes a fix for CVE-2020-11979. To summarize, the fix for CVE-2020-1945 that was done in ant 1.10.8 did not work as intended so a new release of ant was made to try again.
Diff below includes a quirks update. The consumers of ant were compile tested with the update below: editors/libreoffice graphics/opencv math/rstudio textproc/link-grammar ok? Index: devel/quirks/Makefile =================================================================== RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.1060 diff -u -p -u -r1.1060 Makefile --- devel/quirks/Makefile 10 Oct 2020 18:45:00 -0000 1.1060 +++ devel/quirks/Makefile 11 Oct 2020 03:33:56 -0000 @@ -5,7 +5,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-3.452 +PKGNAME = quirks-3.453 PKG_ARCH = * MAINTAINER = Marc Espie <es...@openbsd.org> Index: devel/quirks/files/Quirks.pm =================================================================== RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v retrieving revision 1.1078 diff -u -p -u -r1.1078 Quirks.pm --- devel/quirks/files/Quirks.pm 10 Oct 2020 18:45:00 -0000 1.1078 +++ devel/quirks/files/Quirks.pm 11 Oct 2020 03:33:56 -0000 @@ -1997,7 +1997,7 @@ my $cve = { 'databases/postgresql,-main' => 'postgresql-client-<10.6', 'databases/postgresql,-server' => 'postgresql-server-<10.6', 'databases/sqlite3' => 'sqlite3-<3.25.3', - 'devel/apache-ant' => 'apache-ant-<1.10.8', + 'devel/apache-ant' => 'apache-ant-<1.10.9', 'devel/git,-main' => 'git-<2.26.2', 'devel/git,-svn' => 'git-svn-<2.26.2', 'devel/git,-x11' => 'git-x11-<2.26.2', Index: devel/apache-ant/Makefile =================================================================== RCS file: /cvs/ports/devel/apache-ant/Makefile,v retrieving revision 1.48 diff -u -p -u -r1.48 Makefile --- devel/apache-ant/Makefile 14 Jul 2020 18:08:49 -0000 1.48 +++ devel/apache-ant/Makefile 11 Oct 2020 03:33:56 -0000 @@ -2,7 +2,7 @@ COMMENT= build tool for java applications -DISTNAME= apache-ant-1.10.8 +DISTNAME= apache-ant-1.10.9 CATEGORIES= devel HOMEPAGE= http://ant.apache.org/ Index: devel/apache-ant/distinfo =================================================================== RCS file: /cvs/ports/devel/apache-ant/distinfo,v retrieving revision 1.23 diff -u -p -u -r1.23 distinfo --- devel/apache-ant/distinfo 14 Jul 2020 18:08:49 -0000 1.23 +++ devel/apache-ant/distinfo 11 Oct 2020 03:33:56 -0000 @@ -1,2 +1,2 @@ -SHA256 (apache-ant-1.10.8-bin.tar.bz2) = RcHpmSs93KovRytb5+qAT1YDir4oWMZEjoZCsTQjCX4= -SIZE (apache-ant-1.10.8-bin.tar.bz2) = 5392297 +SHA256 (apache-ant-1.10.9-bin.tar.bz2) = h3xUtCFdwXKCHmNCeYFig2zShgKFSNsCKCLM/dnyaKk= +SIZE (apache-ant-1.10.9-bin.tar.bz2) = 5405131 Index: devel/apache-ant/pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/apache-ant/pkg/PLIST,v retrieving revision 1.21 diff -u -p -u -r1.21 PLIST --- devel/apache-ant/pkg/PLIST 14 Jul 2020 18:08:49 -0000 1.21 +++ devel/apache-ant/pkg/PLIST 11 Oct 2020 03:33:56 -0000 @@ -293,6 +293,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