Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] srcpkgs/apache-kafka: update to 3.0.0.
@ 2022-01-06  5:40 knusbaum
  2022-01-06  5:42 ` CameronNemo
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: knusbaum @ 2022-01-06  5:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knusbaum/void-packages UPDATE-apache-kafka-3.0.0
https://github.com/void-linux/void-packages/pull/34899

srcpkgs/apache-kafka: update to 3.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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



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

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

From b10683d27526cff9145c311dbeef548d7a70bdce Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 23:39:24 +0000
Subject: [PATCH] srcpkgs/apache-kafka: update to 3.0.0.

---
 srcpkgs/apache-kafka/template | 10 +++++-----
 srcpkgs/apache-kafka/update   |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/apache-kafka/update

diff --git a/srcpkgs/apache-kafka/template b/srcpkgs/apache-kafka/template
index 29282a10d3d4..30f5e6f1caa0 100644
--- a/srcpkgs/apache-kafka/template
+++ b/srcpkgs/apache-kafka/template
@@ -1,16 +1,16 @@
 # Template file for 'apache-kafka'
 pkgname=apache-kafka
-version=2.4.0
+version=3.0.0
 revision=1
 wrksrc="kafka-${version}-src"
-hostmakedepends="curl which tar openjdk8"
+hostmakedepends="curl which tar openjdk11"
 depends="virtual?java-runtime"
 short_desc="Distributed Streaming Platform"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://kafka.apache.org"
-distfiles="http://apache.mirrors.ionfish.org/kafka/${version}/kafka-${version}-src.tgz"
-checksum=d09efde300c1027e0289de1a1d2da093ecce6b182250e03f05215fb044f24f8b
+distfiles="https://dlcdn.apache.org/kafka/${version}/kafka-${version}-src.tgz"
+checksum=66a9efddcc2ce88984941020db012178efd51eb47c359c7fd1bab791416e39cd
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;
@@ -27,7 +27,7 @@ do_build() {
 
 do_install() {
 	vmkdir usr/lib/kafka
-	tar -xf core/build/distributions/kafka_2.12-${version}.tgz -C ${DESTDIR}/usr/lib/kafka --strip 1
+	tar -xf core/build/distributions/kafka_2.13-${version}.tgz -C ${DESTDIR}/usr/lib/kafka --strip 1
 	rm -Rf ${DESTDIR}/usr/lib/kafka/bin/windows
 
 	mkdir -p ${DESTDIR}/etc/profile.d
diff --git a/srcpkgs/apache-kafka/update b/srcpkgs/apache-kafka/update
new file mode 100644
index 000000000000..035a2251a711
--- /dev/null
+++ b/srcpkgs/apache-kafka/update
@@ -0,0 +1,2 @@
+site=https://kafka.apache.org/downloads.html
+pkgname=""

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

end of thread, other threads:[~2022-01-09 13:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06  5:40 [PR PATCH] srcpkgs/apache-kafka: update to 3.0.0 knusbaum
2022-01-06  5:42 ` CameronNemo
2022-01-06  5:42 ` CameronNemo
2022-01-06 15:23 ` [PR PATCH] [Updated] " knusbaum
2022-01-06 15:27 ` apache-kafka: " knusbaum
2022-01-06 15:36 ` [PR PATCH] [Updated] " knusbaum
2022-01-06 15:49 ` knusbaum
2022-01-06 16:31 ` [PR PATCH] [Updated] " knusbaum
2022-01-06 16:41 ` knusbaum
2022-01-06 16:54 ` knusbaum
2022-01-06 16:55 ` knusbaum
2022-01-06 17:05 ` knusbaum
2022-01-09 13:29 ` [PR PATCH] [Merged]: " Piraty

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