netty-3.9 3.9.0.Final-1ubuntu0.1 source package in Ubuntu

Changelog

netty-3.9 (3.9.0.Final-1ubuntu0.1) xenial-security; urgency=medium

  * Update debian/rules to fix FTBFS
  * SECURITY UPDATE: HTTP request smuggling
    - debian/patches/0004-CVE-2019-16869.patch: Correctly handle whitespaces in
      HTTP header names as defined by RFC7230#section-3.2.4.
    - debian/patches/0005-CVE-2019-20444.patch: Detect missing colon when
      parsing http headers with no value.
    - debian/patches/0006-CVE-2019-20445-1.patch: Verify we do not receive
      multiple content-length headers or a content-length and
      transfer-encoding: chunked header when using HTTP/1.1.
    - debian/patches/0007-CVE-2019-20445-2.patch: Remove "Content-Length" when
      decoding HTTP/1.1 message with both "Transfer-Encoding: chunked" and
      "Content-Length".
    - CVE-2019-16869
    - CVE-2019-20444
    - CVE-2019-20445
    - CVE-2020-7238

 -- Paulo Flabiano Smorigo <email address hidden>  Wed, 21 Oct 2020 18:18:23 +0000

Upload details

Uploaded by:
Paulo Flabiano Smorigo
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe misc
Xenial security universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
netty-3.9_3.9.0.Final.orig.tar.gz 684.5 KiB 7243603e654fc8d5b81a74fb63b0715450a8449b8923caecae1cc74521628d67
netty-3.9_3.9.0.Final-1ubuntu0.1.debian.tar.xz 6.9 KiB fb2fcd6d2c1df75de26db7bfcae1b19344db108b858f66ff4adc4a1f3715a569
netty-3.9_3.9.0.Final-1ubuntu0.1.dsc 2.1 KiB 0bbddbf5f29736df42c145c3670a2e375d298d7068e815b66f8efac21cb75953

View changes file

Binary packages built by this source

libnetty-3.9-java: Java NIO client/server socket framework

 Netty is a Java NIO client/server framework which enables quick and easy
 development of network applications such as protocol servers and clients.
 It greatly simplifies and streamlines network programming such as TCP and UDP
 socket server.