[Git][java-team/zookeeper][master] Add debian/patches/38-netty-4.1.114.patch to repo
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Mon Nov 18 03:16:18 GMT 2024
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 <pgt at debian.org>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20241118/fe1f1afb/attachment.htm>
More information about the pkg-java-commits
mailing list