From 36b0b664eee45e8d3c99ebeb17f85310a8737953 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 01 2022 10:07:38 +0000 Subject: import librdkafka-1.6.1-102.el9 --- diff --git a/SOURCES/rsyslog-1.6.1-rhbz2032923-crypto-compliance.patch b/SOURCES/rsyslog-1.6.1-rhbz2032923-crypto-compliance.patch new file mode 100644 index 0000000..ca0113b --- /dev/null +++ b/SOURCES/rsyslog-1.6.1-rhbz2032923-crypto-compliance.patch @@ -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, diff --git a/SPECS/librdkafka.spec b/SPECS/librdkafka.spec index 3e8694e..7949664 100644 --- a/SPECS/librdkafka.spec +++ b/SPECS/librdkafka.spec @@ -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 - 1.6.1-102 +- Changes for tests to compile and run appropriately + Related: rhbz#2032923 + +* Mon Feb 07 2022 Sergio Arroutbi - 1.6.1-101 +- Add missing tests + Related: rhbz#2032923 + +* Fri Feb 04 2022 Sergio Arroutbi - 1.6.1-100 +- Fix for rpmlint reporting crypto-policy-non-compliance-openssl + resolves: rhbz#2032923 + * Mon Aug 09 2021 Mohan Boddu - 1.6.1-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688