uriparser 0.9.6+dfsg-1 source package in Ubuntu
Changelog
uriparser (0.9.6+dfsg-1) unstable; urgency=medium * New upstream release. - Fix for CVE-2021-46141 and CVE-2021-46142. * Fix debian/not-installed. * debian/copyright: - Add year 2022 to myself. * Declare compliance with Debian Policy 4.6.0.1 (No changes needed). -- Jörg Frings-Fürst <email address hidden> Sun, 09 Jan 2022 19:53:25 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | libs | |
Jammy | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
uriparser_0.9.6+dfsg-1.dsc | 1.9 KiB | 8f69242cdcc77cd52b8b21904b6c512bd09e2415b00c9bba1be558fd2b15c2c3 |
uriparser_0.9.6+dfsg.orig.tar.xz | 87.8 KiB | e6d0c83dd077f3b28afa416233fdf2f36b57c65797baf5ff6299a84181c44670 |
uriparser_0.9.6+dfsg-1.debian.tar.xz | 7.2 KiB | e40756e72bf79ce138880d5d7ff1b526423880fd23ec3d51fd634863f9530d7f |
Available diffs
- diff from 0.9.5+dfsg-2 to 0.9.6+dfsg-1 (9.8 KiB)
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