diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:57:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:57:58 +0000 |
commit | be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 (patch) | |
tree | 9754ff1ca740f6346cf8483ec915d4054bc5da2d /fluent-bit/lib/librdkafka-2.1.0/debian | |
parent | Initial commit. (diff) | |
download | netdata-be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97.tar.xz netdata-be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97.zip |
Adding upstream version 1.44.3.upstream/1.44.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/librdkafka-2.1.0/debian')
15 files changed, 472 insertions, 0 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/.gitignore b/fluent-bit/lib/librdkafka-2.1.0/debian/.gitignore new file mode 100644 index 00000000..eb66d4d3 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/.gitignore @@ -0,0 +1,6 @@ +*.log +files +librdkafka-dev +librdkafka1-dbg +librdkafka1 +tmp diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/changelog b/fluent-bit/lib/librdkafka-2.1.0/debian/changelog new file mode 100644 index 00000000..352f22cf --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/changelog @@ -0,0 +1,111 @@ +librdkafka (0.9.3-1) unstable; urgency=medium + + * New upstream release. + * Add Build-Depends to liblz4-dev to enable LZ4 compression. + * Add copyright for xxhash.[hc] and regexp.[hc]. + * Update librdkafka1.symbols for 0.9.2 and 0.9.3. + * Use hardening build flags. + * Add myself to Uploaders. + * Switch to debhelper 10. + * Move packaging to alioth, under the pkg-kafka team. + + -- Christos Trochalakis <ctrochalakis@debian.org> Tue, 24 Jan 2017 17:33:40 +0200 + +librdkafka (0.9.1-1) unstable; urgency=medium + + * New upstream release (Closes: #816047). + - Remove 0001-mklove-update-add-disable-silent-rules patch (not needed) + - Remove 0002_hexdump_use_size_t_instead_of_int patch (not needed) + - Fixes a GCC6-identified warning and possible FTBFS. (Closes: #811596) + * Add Build-Depends to libssl-dev/libsasl2-dev, to enable Kafka 0.9 + encryption and authentication. + * Update the long description to mention 0.9 protocol support and also the + high-performance aspect, by copying upstream's description almost + verbatim. + * Bump Standards-Version to 3.9.8 (no changes needed). + * Switch Vcs-Git to GitHub's https (from git://) + * Migrate from our own -dbg package to the automatic -dbgsym package. + * Update librdkafka1.symbols with 0.9.0' and 0.9.1's new symbols. + * Ship the new C++ library, by shipping a new binary package, librdkafka++1. + * Ship pkg-config files in the -dev package for both the C and C++ + libraries. + * Replace the perl build-dependency by python, as the build system (among + others) now requires it. + + -- Faidon Liambotis <paravoid@debian.org> Mon, 30 May 2016 16:07:33 +0300 + +librdkafka (0.8.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use size_t instead of int for hexdump to fix FTBFS (Closes: 799993): + assuming signed overflow does not occur when + assuming that (X + c) >= X is always true + + -- YunQiang Su <syq@debian.org> Mon, 21 Dec 2015 21:20:59 +0800 + +librdkafka (0.8.6-1) unstable; urgency=medium + + * New upstream release. + * Backport upstream commit f6fd0da, adding --disable-silent-rules + compatibility support to mklove. (Closes: #788742) + + -- Faidon Liambotis <paravoid@debian.org> Sun, 19 Jul 2015 01:36:18 +0300 + +librdkafka (0.8.5-2) unstable; urgency=medium + + * Install rdkafka.pc in the right, multiarch location. (Closes: #766759) + + -- Faidon Liambotis <paravoid@debian.org> Sun, 26 Oct 2014 06:47:07 +0200 + +librdkafka (0.8.5-1) unstable; urgency=medium + + * New upstream release. + - Fixes kFreeBSD FTBFS. + * Ship rdkafka.pc pkg-config in librdkafka-dev. + + -- Faidon Liambotis <paravoid@debian.org> Fri, 24 Oct 2014 18:03:22 +0300 + +librdkafka (0.8.4-1) unstable; urgency=medium + + * New upstream release, including a new build system. + - Add Build-Depends on perl, required by configure. + - Support multiarch library paths. + - Better detection of architecture atomic builtins, supporting more + architectures. (Closes: #739930) + - Various portability bugs fixed. (Closes: #730506) + - Update debian/librdkafka1.symbols. + * Convert to a multiarch package. + * Switch to Architecture: any, because of renewed upstream portability. + * Update debian/copyright to add src/ before Files: paths. + * Update Standards-Version to 3.9.6, no changes needed. + * Ship only the C library for now, not the new C++ library; the latter is + still in flux in some ways and will probably be shipped in a separate + package in a future release. + + -- Faidon Liambotis <paravoid@debian.org> Wed, 22 Oct 2014 23:57:24 +0300 + +librdkafka (0.8.3-1) unstable; urgency=medium + + * New upstream release. + - Multiple internal symbols hidden; breaks ABI without a SONAME bump, but + these were internal and should not break any applications, packaged or + not. + * Update Standards-Version to 3.9.5, no changes needed. + + -- Faidon Liambotis <paravoid@debian.org> Tue, 18 Feb 2014 02:21:43 +0200 + +librdkafka (0.8.1-1) unstable; urgency=medium + + * New upstream release. + - Multiple fixes to FTBFS on various architectures. (Closes: #730506) + - Remove dh_auto_clean override, fixed upstream. + * Limit the set of architectures: upstream currently relies on 64-bit atomic + operations that several Debian architectures do not support. + + -- Faidon Liambotis <paravoid@debian.org> Thu, 05 Dec 2013 16:53:28 +0200 + +librdkafka (0.8.0-1) unstable; urgency=low + + * Initial release. (Closes: #710271) + + -- Faidon Liambotis <paravoid@debian.org> Mon, 04 Nov 2013 16:50:07 +0200 diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/compat b/fluent-bit/lib/librdkafka-2.1.0/debian/compat new file mode 100644 index 00000000..ec635144 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/compat @@ -0,0 +1 @@ +9 diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/control b/fluent-bit/lib/librdkafka-2.1.0/debian/control new file mode 100644 index 00000000..bddaf472 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/control @@ -0,0 +1,71 @@ +Source: librdkafka +Priority: optional +Maintainer: Faidon Liambotis <paravoid@debian.org> +Uploaders: Christos Trochalakis <ctrochalakis@debian.org> +Build-Depends: debhelper (>= 9), zlib1g-dev, libssl-dev, libsasl2-dev, liblz4-dev, python3 +Standards-Version: 3.9.7 +Section: libs +Homepage: https://github.com/edenhill/librdkafka +Vcs-Git: https://anonscm.debian.org/cgit/pkg-kafka/librdkafka.git -b debian +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kafka/librdkafka.git + +Package: librdkafka1 +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library implementing the Apache Kafka protocol + librdkafka is a C library implementation of the Apache Kafka protocol, + containing both Producer and Consumer support. It was designed with message + delivery reliability and high performance in mind, current figures exceed + 800000 msgs/second for the producer and 3 million msgs/second for the + consumer. Supports broker version 0.8 and later. + . + More information about Apache Kafka can be found at http://kafka.apache.org/ + . + This package contains the C shared library. + +Package: librdkafka++1 +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library implementing the Apache Kafka protocol (C++ bindings) + librdkafka is a C library implementation of the Apache Kafka protocol, + containing both Producer and Consumer support. It was designed with message + delivery reliability and high performance in mind, current figures exceed + 800000 msgs/second for the producer and 3 million msgs/second for the + consumer. Supports broker version 0.8 and later. + . + More information about Apache Kafka can be found at http://kafka.apache.org/ + . + This package contains the C++ shared library. + +Package: librdkafka-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: librdkafka1 (= ${binary:Version}), librdkafka++1 (= ${binary:Version}), ${misc:Depends} +Description: library implementing the Apache Kafka protocol (development headers) + librdkafka is a C library implementation of the Apache Kafka protocol, + containing both Producer and Consumer support. It was designed with message + delivery reliability and high performance in mind, current figures exceed + 800000 msgs/second for the producer and 3 million msgs/second for the + consumer. Supports broker version 0.8 and later. + . + More information about Apache Kafka can be found at http://kafka.apache.org/ + . + This package contains the development headers. + +Package: librdkafka1-dbg +Section: debug +Priority: extra +Architecture: any +Multi-Arch: same +Depends: librdkafka1 (= ${binary:Version}), ${misc:Depends} +Description: library implementing the Apache Kafka protocol (debugging symbols) + librdkafka is a C implementation of the Apache Kafka protocol. It currently + implements the 0.8 version of the protocol and can be used to develop both + Producers and Consumers. + . + More information about Apache Kafka can be found at http://kafka.apache.org/ + . + This package contains the debugging symbols. diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/copyright b/fluent-bit/lib/librdkafka-2.1.0/debian/copyright new file mode 100644 index 00000000..aa6c33cc --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/copyright @@ -0,0 +1,99 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: librdkafka +Source: https://github.com/edenhill/librdkafka + +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +Files: * +Copyright: 2012-2015, Magnus Edenhill +License: BSD-2-clause + +Files: src/rdcrc32.c src/rdcrc32.h +Copyright: 2006-2012, Thomas Pircher <tehpeh@gmx.net> +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +Files: src/snappy.c src/snappy.h src/snappy_compat.h +Copyright: 2005, Google Inc. + 2011, Intel Corporation +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: src/rdxxhash.h src/rdxxhash.c +Copyright: 2012-2014, Yann Collet +License: BSD-2-clause + +Files: src/regexp.h src/regexp.c +Copyright: n/a +License: public-domain + +License: public-domain + The files tagged with this license contain the following paragraphs: + . + These libraries are in the public domain (or the equivalent where that is not + possible). You can do anything you want with them. You have no legal + obligation to do anything else, although I appreciate attribution. + +Files: debian/* +Copyright: 2013 Faidon Liambotis <paravoid@debian.org> +License: BSD-2-clause diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/gbp.conf b/fluent-bit/lib/librdkafka-2.1.0/debian/gbp.conf new file mode 100644 index 00000000..b2a0f02e --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/gbp.conf @@ -0,0 +1,9 @@ +[buildpackage] +upstream-tree=tag +upstream-branch=master +debian-branch=debian +upstream-tag=%(version)s +debian-tag=debian/%(version)s +no-create-orig = True +tarball-dir = ../tarballs +export-dir = ../build-area diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka++1.install b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka++1.install new file mode 100644 index 00000000..897ddc16 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka++1.install @@ -0,0 +1 @@ +usr/lib/*/librdkafka++.so.* diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka-dev.examples b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka-dev.examples new file mode 100644 index 00000000..b45032ef --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka-dev.examples @@ -0,0 +1,2 @@ +examples/rdkafka_example.c +examples/rdkafka_performance.c diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka-dev.install b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka-dev.install new file mode 100644 index 00000000..fd0c8f72 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka-dev.install @@ -0,0 +1,9 @@ +usr/include/*/rdkafka.h +usr/include/*/rdkafkacpp.h +usr/include/*/rdkafka_mock.h +usr/lib/*/librdkafka.a +usr/lib/*/librdkafka.so +usr/lib/*/librdkafka++.a +usr/lib/*/librdkafka++.so +usr/lib/*/pkgconfig/rdkafka.pc +usr/lib/*/pkgconfig/rdkafka++.pc diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka1.docs b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka1.docs new file mode 100644 index 00000000..316807c6 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka1.docs @@ -0,0 +1,5 @@ +README.md +INTRODUCTION.md +CONFIGURATION.md +STATISTICS.md +CHANGELOG.md diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka1.install b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka1.install new file mode 100644 index 00000000..72e44303 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka1.install @@ -0,0 +1 @@ +usr/lib/*/librdkafka.so.* diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka1.symbols b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka1.symbols new file mode 100644 index 00000000..1b0ad9b3 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/librdkafka1.symbols @@ -0,0 +1,135 @@ +librdkafka.so.1 librdkafka1 #MINVER# +* Build-Depends-Package: librdkafka-dev + rd_kafka_assign@Base 0.9.0 + rd_kafka_assignment@Base 0.9.0 + rd_kafka_brokers_add@Base 0.8.0 + rd_kafka_commit@Base 0.9.0 + rd_kafka_commit_message@Base 0.9.0 + rd_kafka_commit_queue@Base 0.9.2 + rd_kafka_committed@Base 0.9.1 + rd_kafka_conf_destroy@Base 0.8.0 + rd_kafka_conf_dump@Base 0.8.3 + rd_kafka_conf_dump_free@Base 0.8.3 + rd_kafka_conf_dup@Base 0.8.3 + rd_kafka_conf_get@Base 0.9.0 + rd_kafka_conf_new@Base 0.8.0 + rd_kafka_conf_properties_show@Base 0.8.0 + rd_kafka_conf_set@Base 0.8.0 + rd_kafka_conf_set_closesocket_cb@Base 0.9.3 + rd_kafka_conf_set_connect_cb@Base 0.9.3 + rd_kafka_conf_set_consume_cb@Base 0.9.0 + rd_kafka_conf_set_default_topic_conf@Base 0.9.0 + rd_kafka_conf_set_dr_cb@Base 0.8.0 + rd_kafka_conf_set_dr_msg_cb@Base 0.8.4 + rd_kafka_conf_set_error_cb@Base 0.8.0 + rd_kafka_conf_set_events@Base 0.9.2 + rd_kafka_conf_set_log_cb@Base 0.8.4 + rd_kafka_conf_set_offset_commit_cb@Base 0.9.0 + rd_kafka_conf_set_opaque@Base 0.8.0 + rd_kafka_conf_set_open_cb@Base 0.8.4 + rd_kafka_conf_set_rebalance_cb@Base 0.9.0 + rd_kafka_conf_set_socket_cb@Base 0.8.4 + rd_kafka_conf_set_stats_cb@Base 0.8.0 + rd_kafka_conf_set_throttle_cb@Base 0.9.0 + rd_kafka_consume@Base 0.8.0 + rd_kafka_consume_batch@Base 0.8.0 + rd_kafka_consume_batch_queue@Base 0.8.4 + rd_kafka_consume_callback@Base 0.8.0 + rd_kafka_consume_callback_queue@Base 0.8.4 + rd_kafka_consume_queue@Base 0.8.4 + rd_kafka_consume_start@Base 0.8.0 + rd_kafka_consume_start_queue@Base 0.8.4 + rd_kafka_consume_stop@Base 0.8.0 + rd_kafka_consumer_close@Base 0.9.0 + rd_kafka_consumer_poll@Base 0.9.0 + rd_kafka_destroy@Base 0.8.0 + rd_kafka_dump@Base 0.8.0 + rd_kafka_err2name@Base 0.9.1 + rd_kafka_err2str@Base 0.8.0 + rd_kafka_errno2err@Base 0.8.3 + rd_kafka_errno@Base 0.9.1 + rd_kafka_event_destroy@Base 0.9.2 + rd_kafka_event_error@Base 0.9.2 + rd_kafka_event_error_string@Base 0.9.2 + rd_kafka_event_log@Base 0.9.2 + rd_kafka_event_message_array@Base 0.9.2 + rd_kafka_event_message_count@Base 0.9.2 + rd_kafka_event_message_next@Base 0.9.2 + rd_kafka_event_name@Base 0.9.2 + rd_kafka_event_opaque@Base 0.9.2 + rd_kafka_event_topic_partition@Base 0.9.2 + rd_kafka_event_topic_partition_list@Base 0.9.2 + rd_kafka_event_type@Base 0.9.2 + rd_kafka_flush@Base 0.9.2 + rd_kafka_get_debug_contexts@Base 0.9.0 + rd_kafka_get_err_descs@Base 0.9.1 + rd_kafka_get_watermark_offsets@Base 0.9.1 + rd_kafka_group_list_destroy@Base 0.9.1 + rd_kafka_last_error@Base 0.9.1 + rd_kafka_list_groups@Base 0.9.1 + rd_kafka_log_print@Base 0.8.0 + rd_kafka_log_syslog@Base 0.8.0 + rd_kafka_mem_free@Base 0.9.1 + rd_kafka_memberid@Base 0.9.0 + rd_kafka_message_destroy@Base 0.8.0 + rd_kafka_message_timestamp@Base 0.9.1 + rd_kafka_metadata@Base 0.8.4 + rd_kafka_metadata_destroy@Base 0.8.4 + rd_kafka_msg_partitioner_consistent@Base 0.9.0 + rd_kafka_msg_partitioner_consistent_random@Base 0.9.1 + rd_kafka_msg_partitioner_random@Base 0.8.0 + rd_kafka_name@Base 0.8.0 + rd_kafka_new@Base 0.8.0 + rd_kafka_offset_store@Base 0.8.3 + rd_kafka_opaque@Base 0.8.4 + rd_kafka_outq_len@Base 0.8.0 + rd_kafka_pause_partitions@Base 0.9.1 + rd_kafka_poll@Base 0.8.0 + rd_kafka_poll_set_consumer@Base 0.9.0 + rd_kafka_position@Base 0.9.1 + rd_kafka_produce@Base 0.8.0 + rd_kafka_produce_batch@Base 0.8.4 + rd_kafka_query_watermark_offsets@Base 0.9.1 + rd_kafka_queue_destroy@Base 0.8.4 + rd_kafka_queue_forward@Base 0.9.2 + rd_kafka_queue_get_consumer@Base 0.9.2 + rd_kafka_queue_get_main@Base 0.9.2 + rd_kafka_queue_io_event_enable@Base 0.9.2 + rd_kafka_queue_length@Base 0.9.2 + rd_kafka_queue_new@Base 0.8.4 + rd_kafka_queue_poll@Base 0.9.2 + rd_kafka_resume_partitions@Base 0.9.1 + rd_kafka_seek@Base 0.9.0 + rd_kafka_set_log_level@Base 0.8.0 + rd_kafka_set_logger@Base 0.8.0 + rd_kafka_subscribe@Base 0.9.0 + rd_kafka_subscription@Base 0.9.0 + rd_kafka_thread_cnt@Base 0.8.0 + rd_kafka_topic_conf_destroy@Base 0.8.0 + rd_kafka_topic_conf_dump@Base 0.8.3 + rd_kafka_topic_conf_dup@Base 0.8.3 + rd_kafka_topic_conf_get@Base 0.9.0 + rd_kafka_topic_conf_new@Base 0.8.0 + rd_kafka_topic_conf_set@Base 0.8.0 + rd_kafka_topic_conf_set_opaque@Base 0.8.0 + rd_kafka_topic_conf_set_partitioner_cb@Base 0.8.0 + rd_kafka_topic_destroy@Base 0.8.0 + rd_kafka_topic_name@Base 0.8.0 + rd_kafka_topic_new@Base 0.8.0 + rd_kafka_topic_opaque@Base 0.9.0 + rd_kafka_topic_partition_available@Base 0.8.0 + rd_kafka_topic_partition_destroy@Base 0.9.2 + rd_kafka_topic_partition_list_add@Base 0.9.0 + rd_kafka_topic_partition_list_add_range@Base 0.9.0 + rd_kafka_topic_partition_list_copy@Base 0.9.0 + rd_kafka_topic_partition_list_del@Base 0.9.1 + rd_kafka_topic_partition_list_del_by_idx@Base 0.9.1 + rd_kafka_topic_partition_list_destroy@Base 0.9.0 + rd_kafka_topic_partition_list_find@Base 0.9.1 + rd_kafka_topic_partition_list_new@Base 0.9.0 + rd_kafka_topic_partition_list_set_offset@Base 0.9.1 + rd_kafka_unsubscribe@Base 0.9.0 + rd_kafka_version@Base 0.8.1 + rd_kafka_version_str@Base 0.8.1 + rd_kafka_wait_destroyed@Base 0.8.0 + rd_kafka_yield@Base 0.9.0 diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/rules b/fluent-bit/lib/librdkafka-2.1.0/debian/rules new file mode 100755 index 00000000..a712cbd7 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DPKG_EXPORT_BUILDFLAGS=1 +export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow,-pie +include /usr/share/dpkg/buildflags.mk + +%: + dh $@ --without systemd,autoreconf + +override_dh_auto_configure: + # Use dependency installation for missing dependencies, zstd in particular. + # These will be statically linked. + dh_auto_configure -- --install-deps + +override_dh_strip: + dh_strip --dbg-package=librdkafka1-dbg diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/source/format b/fluent-bit/lib/librdkafka-2.1.0/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/watch b/fluent-bit/lib/librdkafka-2.1.0/debian/watch new file mode 100644 index 00000000..7b3bdea1 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/edenhill/librdkafka/tags .*/v?(\d[\d\.]*)\.tar\.gz |