import librdkafka-1.6.1-102.el9
This commit is contained in:
parent
1a13fd43cb
commit
7c2712eb45
11
SOURCES/rsyslog-1.6.1-rhbz2032923-crypto-compliance.patch
Normal file
11
SOURCES/rsyslog-1.6.1-rhbz2032923-crypto-compliance.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -up librdkafka-1.6.1/src/rdkafka_conf.c.orig librdkafka-1.6.1/src/rdkafka_conf.c
|
||||
--- librdkafka-1.6.1/src/rdkafka_conf.c.orig 2022-02-03 12:07:59.066520253 +0100
|
||||
+++ librdkafka-1.6.1/src/rdkafka_conf.c 2022-02-03 12:18:06.477192751 +0100
|
||||
@@ -707,6 +707,7 @@ static const struct rd_kafka_property rd
|
||||
"security settings for a network connection using TLS or SSL network "
|
||||
"protocol. See manual page for `ciphers(1)` and "
|
||||
"`SSL_CTX_set_cipher_list(3).",
|
||||
+ .sdef = "PROFILE=SYSTEM",
|
||||
_UNSUPPORTED_SSL
|
||||
},
|
||||
{ _RK_GLOBAL, "ssl.curves.list", _RK_C_STR,
|
@ -1,6 +1,6 @@
|
||||
Name: librdkafka
|
||||
Version: 1.6.1
|
||||
Release: 4%{?dist}
|
||||
Release: 102%{?dist}
|
||||
Summary: The Apache Kafka C library
|
||||
|
||||
License: BSD
|
||||
@ -18,6 +18,8 @@ BuildRequires: cyrus-sasl-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: rapidjson-devel
|
||||
|
||||
Patch0: rsyslog-1.6.1-rhbz2032923-crypto-compliance.patch
|
||||
|
||||
%description
|
||||
Librdkafka is a C/C++ library implementation of the Apache Kafka protocol,
|
||||
containing both Producer and Consumer support.
|
||||
@ -85,6 +87,18 @@ find %{buildroot} -name '*-static.pc' -delete -print
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 08 2022 Sergio Arroutbi <sarroutb@redhat.com> - 1.6.1-102
|
||||
- Changes for tests to compile and run appropriately
|
||||
Related: rhbz#2032923
|
||||
|
||||
* Mon Feb 07 2022 Sergio Arroutbi <sarroutb@redhat.com> - 1.6.1-101
|
||||
- Add missing tests
|
||||
Related: rhbz#2032923
|
||||
|
||||
* Fri Feb 04 2022 Sergio Arroutbi <sarroutb@redhat.com> - 1.6.1-100
|
||||
- Fix for rpmlint reporting crypto-policy-non-compliance-openssl
|
||||
resolves: rhbz#2032923
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.1-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user