diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/not-installed | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5637c74..d162792 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +uriparser (0.9.6+dfsg-1) UNRELEASED; urgency=medium + + * New upstream release. + - Fix for CVE-2021-46141 and CVE-2021-46142. + * Fix debian/not-installed. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 09 Jan 2022 19:04:52 +0100 + uriparser (0.9.5+dfsg-2) unstable; urgency=medium * Upload to unstable. diff --git a/debian/not-installed b/debian/not-installed index e8aa5db..cecb0ca 100644 --- a/debian/not-installed +++ b/debian/not-installed @@ -1,5 +1,5 @@ usr/share/doc/uriparser/uriparser-0.9.4.qch usr/share/doc/uriparser/html/* usr/bin/uriparse -usr/lib/*/cmake/uriparser-0.9.5/* -usr/lib/*/uriparser-0.9.5/uriparser.cmake +usr/lib/*/cmake/uriparser-0.9.6/* +usr/lib/*/uriparser-0.9.6/uriparser.cmake |