Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] apache-jmeter: update to 5.4.3.
@ 2022-01-18 20:11 knusbaum
  2022-01-19 14:43 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: knusbaum @ 2022-01-18 20:11 UTC (permalink / raw)
  To: ml

[-- 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
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: apache-jmeter: update to 5.4.3.
  2022-01-18 20:11 [PR PATCH] apache-jmeter: update to 5.4.3 knusbaum
@ 2022-01-19 14:43 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2022-01-19 14:43 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

apache-jmeter: update to 5.4.3.
https://github.com/void-linux/void-packages/pull/35114

Description:
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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-19 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 20:11 [PR PATCH] apache-jmeter: update to 5.4.3 knusbaum
2022-01-19 14:43 ` [PR PATCH] [Merged]: " leahneukirchen

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).