Skip to content

Commit

Permalink
Update to netty-tcnative 2.0.25.Final to fix possible segfault when o…
Browse files Browse the repository at this point in the history
…penssl < 1.0.2 and gcc is used. (#9038)

Motivation:

We should update to netty-tcnative 2.0.25.Final as it fixes a possible segfault on systems that use openssl < 1.0.2 and for which we compiled with gcc.

See netty/netty-tcnative#457

Modifications:

Update netty-tcnative

Result:

No more segfault possible.
  • Loading branch information
normanmaurer committed Apr 12, 2019
1 parent 9e491dd commit 0c79fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<!-- Fedora-"like" systems. This is currently only used for the netty-tcnative dependency -->
<os.detection.classifierWithLikes>fedora</os.detection.classifierWithLikes>
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
<tcnative.version>2.0.24.Final</tcnative.version>
<tcnative.version>2.0.25.Final</tcnative.version>
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
Expand Down

0 comments on commit 0c79fc8

Please sign in to comment.