Github messages for voidlinux
 help / color / mirror / Atom feed
From: knusbaum <knusbaum@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] apache-jmeter: update to 5.4.3.
Date: Tue, 18 Jan 2022 21:11:45 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35114@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

There is a new pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages UPDATE-apache-jmeter
https://github.com/void-linux/void-packages/pull/35114

apache-jmeter: update to 5.4.3.
This update includes a fix for the log4j vulnerability.

#### Testing the changes
- I tested the changes in this PR:  briefly 

Apache Jmeter starts successfully after package installation.



A patch file from https://github.com/void-linux/void-packages/pull/35114.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-apache-jmeter-35114.patch --]
[-- Type: text/x-diff, Size: 1518 bytes --]

From c0744d43f1c2ebb94937667087e3e52807594e26 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Tue, 18 Jan 2022 14:10:12 -0600
Subject: [PATCH] apache-jmeter: update to 5.4.3.

---
 srcpkgs/apache-jmeter/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/apache-jmeter/template b/srcpkgs/apache-jmeter/template
index 3c5de75a2502..38c3d7e61983 100644
--- a/srcpkgs/apache-jmeter/template
+++ b/srcpkgs/apache-jmeter/template
@@ -1,6 +1,6 @@
 # Template file for 'apache-jmeter'
 pkgname=apache-jmeter
-version=5.3
+version=5.4.3
 revision=1
 hostmakedepends="openjdk8 gradle"
 depends="virtual?java-runtime"
@@ -9,7 +9,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://jmeter.apache.org/"
 distfiles="http://apache.osuosl.org/jmeter/source/apache-jmeter-${version}_src.tgz"
-checksum=727d7c0cf2b72c0c3983c603a6700df7b797dbcbf19dcd7fa2aa457627324ff0
+checksum=6f5bfa63f90a8e05d23064a6e431bc34ff1d093ac2769283d506430edc141682
 
 case "$XBPS_MACHINE" in
 	ppc64*) ;;
@@ -18,7 +18,7 @@ esac
 
 do_build() {
 	# Tests fail -- they are too dependent on networking environment
-	gradle -PchecksumIgnore -x test createDist
+	JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk/ ./gradlew -PchecksumIgnore -x test createDist
 }
 
 do_install() {
@@ -29,6 +29,7 @@ do_install() {
 	vcopy xdocs/* usr/share/doc/apache-jmeter
 	rm -rf xdocs
 
+	rm -rf src
 	vmkdir usr/libexec/apache-jmeter
 	vcopy * usr/libexec/apache-jmeter
 

             reply	other threads:[~2022-01-18 20:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-18 20:11 knusbaum [this message]
2022-01-19 14:43 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35114@inbox.vuxu.org \
    --to=knusbaum@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).