Github messages for voidlinux
 help / color / mirror / Atom feed
From: knusbaum <knusbaum@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] librdkafka: update to 1.8.2.
Date: Tue, 11 Jan 2022 00:33:36 +0100	[thread overview]
Message-ID: <20220110233336.aRulMqDhbp2xq-cECgZKYs4m1mOr6_uie1xkv_2BckY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34881@inbox.vuxu.org>

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

There is an updated pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages UPDATE-librdkafka-1.8.2
https://github.com/void-linux/void-packages/pull/34881

librdkafka: update to 1.8.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-UPDATE-librdkafka-1.8.2-34881.patch --]
[-- Type: text/x-diff, Size: 2274 bytes --]

From bbeecb7400ab7a042e667491eece19cf478a9111 Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Wed, 5 Jan 2022 14:57:20 +0000
Subject: [PATCH 1/2] librdkafka: update to 1.8.2.

---
 srcpkgs/librdkafka/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/librdkafka/template b/srcpkgs/librdkafka/template
index 4b6c741bf25d..a4bbf3abe391 100644
--- a/srcpkgs/librdkafka/template
+++ b/srcpkgs/librdkafka/template
@@ -1,7 +1,7 @@
 # Template file for 'librdkafka'
 pkgname=librdkafka
-version=1.4.4
-revision=3
+version=1.8.2
+revision=1
 build_style=configure
 configure_args="--prefix=/usr"
 makedepends="zlib-devel openssl-devel libsasl-devel"
@@ -10,7 +10,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="BSD-2-Clause"
 homepage="https://github.com/edenhill/librdkafka"
 distfiles="https://github.com/edenhill/librdkafka/archive/v${version}.tar.gz"
-checksum=0984ffbe17b9e04599fb9eceb16cfa189f525a042bef02474cd1bbfe1ea68416
+checksum=6a747d293a7a4613bd2897e28e8791476fbe1ae7361f2530a876e0fd483482a6
 
 librdkafka-devel_package() {
 	short_desc+=" - development files"

From 3f34af2a903bf994d72f07979594df313763081b Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <KyleJNusbaum@gmail.com>
Date: Mon, 10 Jan 2022 17:32:05 -0600
Subject: [PATCH 2/2] kafkacat: bump revision for librdkafka update

This patch also fixes the wrksrc variable.
---
 srcpkgs/kafkacat/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kafkacat/template b/srcpkgs/kafkacat/template
index d71a02805a31..3cb937a860ac 100644
--- a/srcpkgs/kafkacat/template
+++ b/srcpkgs/kafkacat/template
@@ -1,7 +1,8 @@
 # Template file for 'kafkacat'
 pkgname=kafkacat
 version=1.6.0
-revision=1
+revision=2
+wrksrc="kcat-${version}"
 build_style=configure
 configure_args="--prefix=/usr"
 makedepends="librdkafka-devel"
@@ -10,7 +11,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="BSD-2-Clause"
 homepage="https://github.com/edenhill/kafkacat"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=e67aecd153659d7ea0d561469a1e65038485fe9a3203fa8c9c59a9fe02164bf0
+checksum=300fd861d2d6b406ae8a9f5538055449e10da611076959993b8e2430101c4ea1
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2022-01-10 23:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-06  0:22 [PR PATCH] " knusbaum
2022-01-06  0:39 ` [PR PATCH] [Updated] " knusbaum
2022-01-07 19:19 ` ericonr
2022-01-10 23:33 ` knusbaum [this message]
2022-01-10 23:35 ` knusbaum
2022-01-10 23:36 ` [PR REVIEW] " knusbaum
2022-01-10 23:39 ` [PR PATCH] [Updated] " knusbaum
2022-01-14 15:26 ` knusbaum
2022-01-14 15:26 ` knusbaum
2022-01-16 18:59 ` [PR PATCH] [Merged]: " ericonr

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=20220110233336.aRulMqDhbp2xq-cECgZKYs4m1mOr6_uie1xkv_2BckY@z \
    --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).