uriparser 0.8.4-1+deb9u2build0.18.04.1 source package in Ubuntu

Changelog

uriparser (0.8.4-1+deb9u2build0.18.04.1) bionic-security; urgency=medium

  * fake sync from Debian

uriparser (0.8.4-1+deb9u2) stretch-security; urgency=medium

  * Non-maintainer upload by the LTS team.
  * CVE-2018-20721: Out-of-bounds read for an incomplete URI with
    an IPv6 address containing an embedded IPv4 address.

uriparser (0.8.4-1+deb9u1) stable; urgency=medium

  * Fix multiple CVEs (Closes: #913817):
    - New debian/patches/CVE-2018-19198.patch to fix CVE-2018-19198.
    - New debian/patches/CVE-2018-19199.patch to fix CVE-2018-19199.
    - New debian/patches/CVE-2018-19200.patch to fix CVE-2018-19200.
  * debian/control:
    - Change to my new email address.
    - Switch Vcs-* to new location.

 -- Eduardo Barretto <email address hidden>  Fri, 03 Dec 2021 18:59:12 +0100

Upload details

Uploaded by:
Eduardo Barretto
Uploaded to:
Bionic
Original maintainer:
Jörg Frings-Fürst
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
uriparser_0.8.4.orig.tar.bz2 350.0 KiB ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23
uriparser_0.8.4-1+deb9u2build0.18.04.1.debian.tar.xz 8.2 KiB 310c6d7be992d3de70263a2b23b348e17e7942d9a3a30ebb196b839fbabeff94
uriparser_0.8.4-1+deb9u2build0.18.04.1.dsc 2.1 KiB fddfc6aef7ed31c8bdec044ed406e46a439f79dea19f6604acb0c53de9f6e306

View changes file

Binary packages built by this source

liburiparser-dev: development files for uriparser

 This package provides the development files for uriparser, a library to parse
 Uniform Resource Identifiers (URIs). Install it if you want to compile a
 program that makes use of this library.

liburiparser-doc: documentation files for uriparser

 uriparser is a library that parses Uniform Resource Identifiers (URIs),
 strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
 are used to identify resources, like http://www.debian.org/ or
 urn:isbn:0-395-36341-1. This package provides the documentation
 files for uriparser.

liburiparser1: URI parsing library compliant with RFC 3986

 uriparser is a library that parses Uniform Resource Identifiers (URIs),
 strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
 are used to identify resources, like http://www.debian.org/ or
 urn:isbn:0-395-36341-1.
 .
 uriparser has the following features:
 .
  * strictly compliant to RFC 3986, implementing:
    + parsing
    + reference resolution
    + reference creation
    + recomposition
    + syntax-based normalization
  * fast (linear input length time complexity)
  * unicode support

liburiparser1-dbgsym: debug symbols for liburiparser1