libcommons-net-java 3.9.0-1 source package in Ubuntu

Changelog

libcommons-net-java (3.9.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.9.0. (Closes: #1025910)
    Fix CVE-2021-37533: Prior to Apache Commons Net 3.9.0, Net's FTP client
    trusts the host from PASV response by default. A malicious server can
    redirect the Commons Net code to use a different host, but the user has to
    connect to the malicious server in the first place. This may lead to
    leakage of information about services running on the private network of the
    client. The default in version 3.9.0 is now false to ignore such hosts, as
    cURL does.
  * Declare compliance with Debian Policy 4.6.2.
  * debian:/control:
    - Switch to debhelper-compat = 13.
    - Use canonical VCS URI.
    - Update homepage URL.
    - Remove obsolete Breaks and Replaces.
  * Remove get-orig-source target.
  * Update debian/watch and track github releases.
  * Drop orig-tar.sh script.
  * Drop libcommons-net-java-doc binary package.

 -- Markus Koschany <email address hidden>  Tue, 27 Dec 2022 16:24:48 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-net-java_3.9.0-1.dsc 2.4 KiB e706bb0d9ae9ff20a3bac504ffd936a4837889ac540f2b971b2eece9f5ec2ce8
libcommons-net-java_3.9.0.orig.tar.gz 433.3 KiB f7da45f48c59df27468c6c1d396ba3406359bfb42e8b6ec9a07acee1d11892f2
libcommons-net-java_3.9.0-1.debian.tar.xz 4.4 KiB f686473f1afa82dcf4535eb4f52cc9b0169230a8d0c5da235a82d4241da2cbb5

Available diffs

No changes file available.

Binary packages built by this source

libcommons-net-java: Apache Commons Net - Java client API for basic Internet protocols

 The Apache Commons Net library implements the client side of many basic
 Internet protocols. The purpose of the library is to provide fundamental
 protocol access, not higher-level abstractions. Therefore, some of the
 design violates object-oriented design principles. The philosophy is to
 make the global functionality of a protocol accessible (e.g., TFTP send
 file and receive file) when possible, but also provide access to the
 fundamental protocols where applicable so that a programmer may construct
 his own custom implementations (e.g, the TFTP packet classes and the TFTP
 packet send and receive methods are exposed).
 .
 The supported protocols include:
  * FTP/FTPS
  * FTP over HTTP (experimental)
  * NNTP
  * SMTP(S)
  * POP3(S)
  * IMAP(S)
  * Telnet
  * TFTP
  * Finger
  * Whois
  * rexec/rcmd/rlogin
  * Time (rdate) and Daytime
  * Echo
  * Discard
  * NTP/SNTP