libcommons-fileupload-java 1.5-1 source package in Ubuntu

Changelog

libcommons-fileupload-java (1.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.5
  * Remove CVE-2023-24998 patch (applied upstream)
  * Freshen years in debian/copyright
  * Replace build-dep on libservlet3.1-java with libservlet-api-java
  * Update Homepage
  * Bump Standards-Version to 4.6.2
  * Set Rules-Requires-Root: no in debian/control
  * Use debhelper-compat 13

 -- tony mancill <email address hidden>  Mon, 26 Feb 2024 20:48:48 -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
Oracular release universe libs
Noble release universe libs

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcommons-fileupload-java_1.5-1.dsc 2.3 KiB 5d5be2586eefe21669c94350a5f8bb6190eb39837e1e2e12f0c4d35e7632ed02
libcommons-fileupload-java_1.5.orig.tar.xz 109.4 KiB 4f7ad6794c577e12a0a5a2c81a2e2e56455926754d33412a4fcfba2aa744fa26
libcommons-fileupload-java_1.5-1.debian.tar.xz 7.2 KiB 863f23519f0ae430d6b39df553f318b6c74a29deb4d2989076f263f690ab4367

Available diffs

No changes file available.

Binary packages built by this source

libcommons-fileupload-java: File upload capability to your servlets and web applications

 The Commons FileUpload package makes it easy to add robust, high-performance,
 file upload capability to your servlets and web applications.
 .
 FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File
 Upload in HTML". That is, if an HTTP request is submitted using the POST
 method, and with a content type of "multipart/form-data", then FileUpload
 can parse that request, and make the results available in a manner easily
 used by the caller.

libcommons-fileupload-java-doc: Javadoc API documentation for Commons FileUploads

 FileUpload parses HTTP requests which conform to RFC 1867, "Form-based File
 Upload in HTML". That is, if an HTTP request is submitted using the POST
 method, and with a content type of "multipart/form-data", then FileUpload
 can parse that request, and make the results available in a manner easily
 used by the caller.
 .
 This package contains Javadoc API documentation for Commons FileUpload.