uriparser 0.9.8+dfsg-1 source package in Ubuntu

Changelog

uriparser (0.9.8+dfsg-1) unstable; urgency=medium

  * New upstream release:
    - Fixes CVE-2024-34402, CVE-2024-34403 (Closes: #1070376).
  * debian/changelog:
    - Add year 2024 to myself.
  * debian/control:
    - Change to new repository URL.
  * Declare compliance with Debian Policy 4.7.0 (No changes needed).

 -- Jörg Frings-Fürst <email address hidden>  Thu, 11 Jul 2024 16:49:54 +0200

Upload details

Uploaded by:
Jörg Frings-Fürst
Uploaded to:
Sid
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
Oracular release universe libs

Downloads

File Size SHA-256 Checksum
uriparser_0.9.8+dfsg-1.dsc 2.1 KiB c413c7e6512ec8f6d9c423215d25c2b46308bdb4460fb05d63b3330a8f49ce1f
uriparser_0.9.8+dfsg.orig.tar.xz 89.5 KiB cccb1fc1184b0f79fe164131dc73634997ecaf225186691bda3af84dee7809be
uriparser_0.9.8+dfsg-1.debian.tar.xz 7.4 KiB 943671f65da7fce3e8716e6c59ea5a8d85f7a1cee6203fc55e31dd1bf63e075d

No changes file available.

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