Update librdkafka to 2.3.0 (#7119)
This commit is contained in:
Родитель
3771c41ae2
Коммит
a9eca95267
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"librdkafka-1.8.2.tar.gz": "6a747d293a7a4613bd2897e28e8791476fbe1ae7361f2530a876e0fd483482a6"
|
||||
}
|
||||
}
|
||||
"librdkafka-2.3.0.tar.gz": "2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
%define _binary_payload w9.gzdio
|
||||
Summary: The Apache Kafka C library
|
||||
Name: librdkafka
|
||||
Version: 1.8.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
# files like src/crc32c.c are under zlib license
|
||||
# files like win32/wingetopt.c are under ISC
|
||||
# files like src/rdfnv1a.c are under Public Domain
|
||||
|
@ -60,6 +60,9 @@ cat config.log
|
|||
make
|
||||
examples/rdkafka_example -X builtin.features
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
DESTDIR=%{buildroot} make install
|
||||
|
||||
|
@ -87,12 +90,16 @@ DESTDIR=%{buildroot} make install
|
|||
%{_libdir}/librdkafka.so
|
||||
%{_libdir}/librdkafka++.a
|
||||
%{_libdir}/librdkafka++.so
|
||||
%exclude %{_libdir}/librdkafka-static.a
|
||||
%{_libdir}/pkgconfig/rdkafka++.pc
|
||||
%{_libdir}/pkgconfig/rdkafka.pc
|
||||
%{_libdir}/pkgconfig/rdkafka-static.pc
|
||||
%{_libdir}/pkgconfig/rdkafka++-static.pc
|
||||
|
||||
%changelog
|
||||
* Thu Dec 21 2023 Neha Agarwal <nehaagarwal@microsoft.com> - 2.3.0-1
|
||||
- Update to v2.3.0
|
||||
|
||||
* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 1.8.2-2
|
||||
- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
|
||||
|
||||
|
|
|
@ -10701,8 +10701,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "librdkafka",
|
||||
"version": "1.8.2",
|
||||
"downloadUrl": "https://github.com/edenhill/librdkafka/archive/v1.8.2.tar.gz"
|
||||
"version": "2.3.0",
|
||||
"downloadUrl": "https://github.com/edenhill/librdkafka/archive/v2.3.0.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче