pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/librdkafka



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Oct 18 10:00:04 UTC 2017

Modified Files:
        pkgsrc/devel/librdkafka: Makefile distinfo

Log Message:
Update devel/librdkafka to 0.11.1.

Noteworthy critical bug fixes
- Fix OpenSSL instability on Windows (fix thread id callback) - the
  bug resulted in SSL connections being torn down for no apparent
  reason.
- Fetch response fix: read all MessageSets, not just the first one.

Enhancements
- Add api.version.request.timeout.ms
- Point users to documentation when attempting to use Java security
  properties

Fixes:
- Adjust log level for partial message reads when debug is enabled
- Allow app metadata() requests regardless of outstanding metadata
  requests
- Proper size calculation from flags2str to include nul
- Thread-safe rd_strerror()
- Proper re-sends of ProduceRequests in-transit on connection down
- Producer: invalid offsets reported back when
  produce.offset.report=false
- Consumer: Message Null Key/Value were messed up
- Fix metadata querying for topics with LEADER_UNAVAIL set
- Treat request __TIMED_OUT as a retryable error
- Let timed out ProduceRequests result in MSG_TIMED_OUT error code for
  messages
- Fix crash on leader rejoin when outstanding assignor metadata
- sasl_cyrus: Fix dangling stack ptr to sasl_callback_t


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/librdkafka/Makefile \
    pkgsrc/devel/librdkafka/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/librdkafka/Makefile
diff -u pkgsrc/devel/librdkafka/Makefile:1.3 pkgsrc/devel/librdkafka/Makefile:1.4
--- pkgsrc/devel/librdkafka/Makefile:1.3        Wed Aug  2 15:49:24 2017
+++ pkgsrc/devel/librdkafka/Makefile    Wed Oct 18 10:00:04 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/08/02 15:49:24 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/18 10:00:04 fhajny Exp $
 
-DISTNAME=      librdkafka-0.11.0
+DISTNAME=      librdkafka-0.11.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=edenhill/}
 
Index: pkgsrc/devel/librdkafka/distinfo
diff -u pkgsrc/devel/librdkafka/distinfo:1.3 pkgsrc/devel/librdkafka/distinfo:1.4
--- pkgsrc/devel/librdkafka/distinfo:1.3        Wed Aug  2 15:49:24 2017
+++ pkgsrc/devel/librdkafka/distinfo    Wed Oct 18 10:00:04 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2017/08/02 15:49:24 fhajny Exp $
+$NetBSD: distinfo,v 1.4 2017/10/18 10:00:04 fhajny Exp $
 
-SHA1 (librdkafka-0.11.0.tar.gz) = bdbaa1c75d2e507e679bede6fcf4ed72bb1925af
-RMD160 (librdkafka-0.11.0.tar.gz) = 78c5d2f809bb028de124b7fc5e9bf19cca081e18
-SHA512 (librdkafka-0.11.0.tar.gz) = 1c41bd5bb9eb93b3bf743e8c4f14684609cb47b0c4fb95d303ddc7c62fdb678d9e6928fa6ea57c0aaa7695d08ab6e7ec84b699d7d61c7f750af0fe2cb148c596
-Size (librdkafka-0.11.0.tar.gz) = 837546 bytes
+SHA1 (librdkafka-0.11.1.tar.gz) = 6258daa4590d8f02c5041357c634fc79fcf47bf3
+RMD160 (librdkafka-0.11.1.tar.gz) = e57a81a5228ee6462ee2c8d591d6081fc6c2fdea
+SHA512 (librdkafka-0.11.1.tar.gz) = 24aba6cfbd5df6a010a735fde455a9272c85b26055b172893b8e5259c2d6a7f2adc9637699f7f3b7270200a280cd95d52779a8f89fbb6af5fc035488ff54310e
+Size (librdkafka-0.11.1.tar.gz) = 859238 bytes
 SHA1 (patch-Makefile) = 31731833723acada1c53d01a632f8ba726788a5a
 SHA1 (patch-src_rd.h) = 698000dcad93ccaa07e2462e0932967272b2a915
 SHA1 (patch-src_rdendian.h) = 2c01666fa2ad35415180e272223d3be13d91f7f8



Home | Main Index | Thread Index | Old Index