git: 452f0014ea7e - main - net/kafka: update to v3.6.1

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sun, 10 Dec 2023 17:24:57 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=452f0014ea7e0a1495dbbd29ae30955ca7d7f1f0

commit 452f0014ea7e0a1495dbbd29ae30955ca7d7f1f0
Author:     Pavel Timofeev <timp87@gmail.com>
AuthorDate: 2023-12-09 12:58:28 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-12-10 17:24:24 +0000

    net/kafka: update to v3.6.1
    
    ChangeLog: https://downloads.apache.org/kafka/3.6.1/RELEASE_NOTES.html
    Improvement
    
     * In Java-client, backoff should be skipped for retried producer-batch to a new
       leader
     * Upgrade ZooKeeper to 3.8.3
    
    Bug
    
     * block-cache-capacity metrics worth twice as much as normal
     * Gradle build fails with missing commitId after git gc
     * Concurrency bug in RemoteIndexCache leads to IOException
     * RackId doesn't exist error while running WordCountDemo
     * Handle large keystores in SslEngineValidator
     * Duplicate Producer ID blocks during ZK migration
     * StateRestoreListener#onRestoreSuspended is never called because wrapper
       DelegatingStateRestoreListener doesn't implement onRestoreSuspended
     * Breaking change in 3.4.0 ByteBufferSerializer
     * Topics marked for deletion in ZK are incorrectly migrated to KRaft
     * Possible NPE is thrown in MirrorCheckpointTask
     * Fix CVE-2023-4586 in netty:handler
     * NPE in ChunkedByteStream
     * Zookeeper.jar | CVE-2023-44981
     * Partition-Count is not getting updated Correctly in the Incremental
       Co-operative Rebalancing(ICR) Mode of Rebalancing
     * Disabling scheduled rebalance delay in Connect can lead to indefinitely
       unassigned connectors and tasks
     * LeaveGroupResponse v0-v2 should handle no members
     * ProduceRequest#partitionSizes() is not an atomic operation
     * ZK brokers incorrectly handle KRaft metadata snapshots
     * Malformed connect source offsets corrupt other partitions with DataException
     * Trying to access uncopied segments metadata on listOffsets
     * KRaft controller writes empty state to ZK after migration
    
    Task
    
     * Add 3.5.0 to broker/client and streams upgrade/compatibility tests
     * Rolling upgrade system tests are failing
     * Remote log segments should be considered once for retention breach
     * Add 3.4.0 streams upgrade/compatibility tests
    
    Test
    
        * Add tests for RemoteIndexCache
        * Flaky test ZkMigrationIntegrationTest.testMigrateTopicDeletions
    
    PR:             275611
    Reported by:    timp87@gmail.com
    MFH:            2023Q4 (security fix)
    Security:       CVE-2023-4586
---
 net/kafka/Makefile  |  2 +-
 net/kafka/distinfo  |  6 +++---
 net/kafka/pkg-plist | 24 ++++++++++++------------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/net/kafka/Makefile b/net/kafka/Makefile
index 79866361aa80..1283c6bfd340 100644
--- a/net/kafka/Makefile
+++ b/net/kafka/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	kafka
-DISTVERSION=	3.6.0
+DISTVERSION=	3.6.1
 CATEGORIES=	net java
 MASTER_SITES=	APACHE/${PORTNAME}/${PORTVERSION}/
 DISTNAME=	${PORTNAME}_2.13-${PORTVERSION}
diff --git a/net/kafka/distinfo b/net/kafka/distinfo
index f7ed294794ac..f1860df8bd93 100644
--- a/net/kafka/distinfo
+++ b/net/kafka/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697234016
-SHA256 (kafka_2.13-3.6.0.tgz) = e10af3f30d720d183d604a299b5e1b33c896e19eb672e601949d8c6dcc951489
-SIZE (kafka_2.13-3.6.0.tgz) = 113257079
+TIMESTAMP = 1701888581
+SHA256 (kafka_2.13-3.6.1.tgz) = e3db568c7f8fccc7f981ea7b0944268ae9310592c73ee0eb579ebfdbfcf2d3ca
+SIZE (kafka_2.13-3.6.1.tgz) = 113466638
diff --git a/net/kafka/pkg-plist b/net/kafka/pkg-plist
index ea4b6df44a13..ece7a5402926 100644
--- a/net/kafka/pkg-plist
+++ b/net/kafka/pkg-plist
@@ -124,15 +124,15 @@
 %%DATADIR%%/libs/maven-artifact-3.8.8.jar
 %%DATADIR%%/libs/metrics-core-2.2.0.jar
 %%DATADIR%%/libs/metrics-core-4.1.12.1.jar
-%%DATADIR%%/libs/netty-buffer-4.1.94.Final.jar
-%%DATADIR%%/libs/netty-codec-4.1.94.Final.jar
-%%DATADIR%%/libs/netty-common-4.1.94.Final.jar
-%%DATADIR%%/libs/netty-handler-4.1.94.Final.jar
-%%DATADIR%%/libs/netty-resolver-4.1.94.Final.jar
-%%DATADIR%%/libs/netty-transport-4.1.94.Final.jar
-%%DATADIR%%/libs/netty-transport-classes-epoll-4.1.94.Final.jar
-%%DATADIR%%/libs/netty-transport-native-epoll-4.1.94.Final.jar
-%%DATADIR%%/libs/netty-transport-native-unix-common-4.1.94.Final.jar
+%%DATADIR%%/libs/netty-buffer-4.1.100.Final.jar
+%%DATADIR%%/libs/netty-codec-4.1.100.Final.jar
+%%DATADIR%%/libs/netty-common-4.1.100.Final.jar
+%%DATADIR%%/libs/netty-handler-4.1.100.Final.jar
+%%DATADIR%%/libs/netty-resolver-4.1.100.Final.jar
+%%DATADIR%%/libs/netty-transport-4.1.100.Final.jar
+%%DATADIR%%/libs/netty-transport-classes-epoll-4.1.100.Final.jar
+%%DATADIR%%/libs/netty-transport-native-epoll-4.1.100.Final.jar
+%%DATADIR%%/libs/netty-transport-native-unix-common-4.1.100.Final.jar
 %%DATADIR%%/libs/osgi-resource-locator-1.0.3.jar
 %%DATADIR%%/libs/paranamer-2.8.jar
 %%DATADIR%%/libs/pcollections-4.0.1.jar
@@ -147,11 +147,11 @@
 %%DATADIR%%/libs/scala-reflect-2.13.11.jar
 %%DATADIR%%/libs/slf4j-api-1.7.36.jar
 %%DATADIR%%/libs/slf4j-reload4j-1.7.36.jar
-%%DATADIR%%/libs/snappy-java-1.1.10.4.jar
+%%DATADIR%%/libs/snappy-java-1.1.10.5.jar
 %%DATADIR%%/libs/swagger-annotations-2.2.8.jar
 %%DATADIR%%/libs/trogdor-%%PORTVERSION%%.jar
-%%DATADIR%%/libs/zookeeper-3.8.2.jar
-%%DATADIR%%/libs/zookeeper-jute-3.8.2.jar
+%%DATADIR%%/libs/zookeeper-3.8.3.jar
+%%DATADIR%%/libs/zookeeper-jute-3.8.3.jar
 %%DATADIR%%/libs/zstd-jni-1.5.5-1.jar
 %%PORTDOCS%%%%DOCSDIR%%/site-docs/api.html
 %%PORTDOCS%%%%DOCSDIR%%/site-docs/configuration.html