import librdkafka-0.11.4-3.el8
This commit is contained in:
parent
d87fa3646d
commit
ca3f3d6b97
13
SOURCES/rsyslog-0.11.4-rhbz1842817-crypto-compliance.patch
Normal file
13
SOURCES/rsyslog-0.11.4-rhbz1842817-crypto-compliance.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff -up librdkafka-0.11.4/src/rdkafka_conf.c.orig librdkafka-0.11.4/src/rdkafka_conf.c
|
||||||
|
--- librdkafka-0.11.4/src/rdkafka_conf.c.orig 2021-11-01 18:29:29.669679125 +0100
|
||||||
|
+++ librdkafka-0.11.4/src/rdkafka_conf.c 2021-11-01 18:30:21.007126511 +0100
|
||||||
|
@@ -468,7 +468,8 @@ static const struct rd_kafka_property rd
|
||||||
|
"encryption, MAC and key exchange algorithm used to negotiate the "
|
||||||
|
"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)."
|
||||||
|
+ "`SSL_CTX_set_cipher_list(3).",
|
||||||
|
+ .sdef = "PROFILE=SYSTEM"
|
||||||
|
},
|
||||||
|
{ _RK_GLOBAL, "ssl.key.location", _RK_C_STR,
|
||||||
|
_RK(ssl.key_location),
|
@ -1,6 +1,6 @@
|
|||||||
Name: librdkafka
|
Name: librdkafka
|
||||||
Version: 0.11.4
|
Version: 0.11.4
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: The Apache Kafka C library
|
Summary: The Apache Kafka C library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -16,6 +16,7 @@ BuildRequires: cyrus-sasl-devel
|
|||||||
BuildRequires: lz4-devel
|
BuildRequires: lz4-devel
|
||||||
|
|
||||||
Patch1: librdkafka-python3.patch
|
Patch1: librdkafka-python3.patch
|
||||||
|
Patch2: rsyslog-0.11.4-rhbz1842817-crypto-compliance.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Librdkafka is a C/C++ library implementation of the Apache Kafka protocol,
|
Librdkafka is a C/C++ library implementation of the Apache Kafka protocol,
|
||||||
@ -39,6 +40,7 @@ using librdkafka.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .python3
|
%patch1 -p1 -b .python3
|
||||||
|
%patch2 -p1 -b .crypto-compliance
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-lz4 \
|
%configure --enable-lz4 \
|
||||||
@ -75,6 +77,13 @@ find %{buildroot} -name '*.a' -delete -print
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 01 2021 Attila Lakatos <alakatos@redhat.com> - 0.11.4-3
|
||||||
|
- Set SSL_CTX_set_cipher_list to use system-wide crypto policies
|
||||||
|
resolves: rhbz#1842817
|
||||||
|
|
||||||
|
* Mon Jun 03 2019 Radovan Sroka <rsroka@redhat.com> - 0.11.4-2
|
||||||
|
- rebuild
|
||||||
|
|
||||||
* Fri Feb 08 2019 Jiri Vymazal <jvymazal@redhat.com> - 0.11.4-1
|
* Fri Feb 08 2019 Jiri Vymazal <jvymazal@redhat.com> - 0.11.4-1
|
||||||
- rebase to v0.11.4 (0.11.5 was breaking rsyslog-kafka)
|
- rebase to v0.11.4 (0.11.5 was breaking rsyslog-kafka)
|
||||||
resolves: rhbz#1614697
|
resolves: rhbz#1614697
|
||||||
|
Loading…
Reference in New Issue
Block a user