uriparser 0.8.4-1+deb9u2ubuntu0.1 source package in Ubuntu

Changelog

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

  * SECURITY UPDATE: Use after free
    - debian/patches/CVE-2021-46141_46142.patch: Fix .hostText copying in
      uriMakeOwnerEngine.
    - CVE-2021-46141
    - CVE-2021-46142
  * Additional fixes:
    - debian/patches/implement_new_public_urlMakeOwner.patch: UriNormalize.c:
      Implement new public uriMakeOwner*
    - debian/patches/rename_internal_uriMakeOwner.patch: UriNormalize.c:
      Rename internal uriMakeOwner to uriMakeOwnerEngine
    - debian/patches/test_cover_new_uriMakeOwner.patch: test.cpp: Cover
      new uriMakeOwner*

 -- David Fernandez Gonzalez <email address hidden>  Tue, 12 Jul 2022 15:52:39 +0200

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe libs
Bionic security universe libs

Downloads

File Size SHA-256 Checksum
uriparser_0.8.4.orig.tar.bz2 350.0 KiB ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23
uriparser_0.8.4-1+deb9u2ubuntu0.1.debian.tar.xz 10.9 KiB 2b9507b040e443596ed5b3862fab9ca643608c707b4c427e01d1bc485cc22b1c
uriparser_0.8.4-1+deb9u2ubuntu0.1.dsc 2.1 KiB daa6e0cd1a706311692f3a2a5eb2f52e330336a678d91d1bc9c396e3c84c0eb5

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