Tony Mancill pushed to branch master at Debian Java Maintainers / zookeeper
Commits: a675782a by tony mancill at 2024-11-17T19:17:36-08:00 Add debian/patches/38-netty-4.1.114.patch to repo - - - - - 1 changed file: - + debian/patches/38-netty-4.1.114.patch Changes: ===================================== debian/patches/38-netty-4.1.114.patch ===================================== @@ -0,0 +1,18 @@ +Description: complying with current Debian-package netty 4.1.48, whereas + zookeeper expects 4.1.114. THis patch should go away when a higher version of + netty gets packaged. +Author: Pierre Gruet <[email protected]> +Forwarded: not-needed +Last-Update: 2024-11-11 + +--- a/zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/UnifiedServerSocket.java ++++ b/zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/UnifiedServerSocket.java +@@ -255,7 +255,7 @@ + bytesRead = 0; + } + +- if (bytesRead == litmus.length && SslHandler.isEncrypted(Unpooled.wrappedBuffer(litmus), false)) { ++ if (bytesRead == litmus.length && SslHandler.isEncrypted(Unpooled.wrappedBuffer(litmus))) { + try { + sslSocket = x509Util.createSSLSocket(prependableSocket, litmus); + } catch (X509Exception e) { View it on GitLab: https://salsa.debian.org/java-team/zookeeper/-/commit/a675782a21c46e702c7449e2fb2e28f7a49fd14a -- View it on GitLab: https://salsa.debian.org/java-team/zookeeper/-/commit/a675782a21c46e702c7449e2fb2e28f7a49fd14a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

