apache-mime4j 0.8.10-1 source package in Ubuntu

Changelog

apache-mime4j (0.8.10-1) unstable; urgency=medium

  * Team upload
  * Update debian/watch to use GitHub API
  * New upstream version 0.8.10
    CVE-2024-21742 (Closes: #1064966)
  * Update debian/rules for different upstream changelog
  * Freshen years in debian/copyright
  * Use debhelper-compat 13
  * Set Rules-Requires-Root: no in debian/control
  * Bump Standards-Version to 4.6.2
  * Include Apache NOTICE file in binary package

 -- tony mancill <email address hidden>  Sat, 02 Mar 2024 21:55:07 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe java

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apache-mime4j_0.8.10-1.dsc 2.2 KiB dcf61a6824d59e61c76476fece922ea0dd9c2f329844fc4f66ca4ab35cd1c191
apache-mime4j_0.8.10.orig.tar.xz 458.0 KiB 90b849eca310af3b541efc7a03c4e73e4b4e214856122d89e7b8402bdcf6efd8
apache-mime4j_0.8.10-1.debian.tar.xz 4.3 KiB cadf64aad32046ef7c621f922630ad60d00c858c0ecd905bda8a45b5ac085dcd

Available diffs

No changes file available.

Binary packages built by this source

libapache-mime4j-java: MIME and RFC822 parser for Java

 mime4j provides a parser, MimeStreamParser, for e-mail message streams in
 plain rfc822 and MIME format. The parser uses a callback mechanism to report
 parsing events such as the start of an entity header, the start of a body,
 etc.
 If you are familiar with the SAX XML parser interface you should have no
 problem getting started with mime4j.