From owner-freebsd-ports-bugs@freebsd.org Sat Aug 8 11:57:57 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCC839B6625 for ; Sat, 8 Aug 2015 11:57:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A6491CCA for ; Sat, 8 Aug 2015 11:57:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t78BvvkJ069766 for ; Sat, 8 Aug 2015 11:57:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201704] lang/groovy: remote execution of untrusted code vulnerability in 2.3.9 Date: Sat, 08 Aug 2015 11:57:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jason.unovitch@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2015 11:57:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201704 --- Comment #2 from Jason Unovitch --- (In reply to Jason Unovitch from comment #1) Details/Comments for the records: - Add NO_ARCH This is Java and other non-arch specific. pkg-static: DEVELOPER_MODE: Notice: arch "FreeBSD:11:amd64" -- no architecture specific files found: - Remove various LICENSE files that were removed upstream https://github.com/apache/incubator-groovy/commit/0f645889a49ce867671c79ea480952394807fdcb That commit removed ANTLR-LICENSE.txt, ASM-LICENSE.txt, and JSR223-LICENSE.txt. However there were several other commits after that point that affected licenses embedded with the Groovy distfile. I would advise anyone with concern over this to review the upstream Git closely. - Remove PDF documentation that was removed upstream https://github.com/apache/incubator-groovy/commit/de6161fcc55fdd124478baa8a9e2309abd084e5f Upstream mentions replacing with Asciidoctor documentation however the gradle/assemble.gradle still attempts to use the pre-built PDF that used to be included under Git revision control. I would speculate that PDF support may come back in a future release when the Asciidoctor efforts are finished. - Switch @dirrm to @dir The plist is built dynamically, so fix the Makefile where it's generate to handle this Poudriere QA warning: pkg-static: Warning: @dirrm[try] is deprecated, please use @dir -- You are receiving this mail because: You are the assignee for the bug.