From bbeecb7400ab7a042e667491eece19cf478a9111 Mon Sep 17 00:00:00 2001 From: Kyle Nusbaum 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 " 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 4600e45381b23c305f62cf5cf3626c72da1fb127 Mon Sep 17 00:00:00 2001 From: Kyle Nusbaum Date: Mon, 10 Jan 2022 17:32:05 -0600 Subject: [PATCH 2/2] kafkacat: bump revision for librdkafka update The checksum has changed, meaning this is a different build of 1.6.0 than the previous revision. --- 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 " license="BSD-2-Clause" homepage="https://github.com/edenhill/kafkacat" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=e67aecd153659d7ea0d561469a1e65038485fe9a3203fa8c9c59a9fe02164bf0 +checksum=300fd861d2d6b406ae8a9f5538055449e10da611076959993b8e2430101c4ea1 post_install() { vlicense LICENSE