diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/not-installed | 4 |
4 files changed, 15 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 5637c74..29d7789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,17 @@ +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 <debian@jff.email> Sun, 09 Jan 2022 19:53:25 +0100 + uriparser (0.9.5+dfsg-2) unstable; urgency=medium * Upload to unstable. - * Declare compliance with Debian Policy 4.6.0.0 (No changes needed). -- Jörg Frings-Fürst <debian@jff.email> Thu, 19 Aug 2021 19:44:00 +0200 diff --git a/debian/control b/debian/control index e2dcd3b..8030982 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: libqt5sql5-sqlite, qtbase5-dev, qttools5-dev-tools -Standards-Version: 4.6.0.0 +Standards-Version: 4.6.0.1 Rules-Requires-Root: no Homepage: http://uriparser.sourceforge.net Vcs-Git: git://jff.email/opt/git/uriparser.git diff --git a/debian/copyright b/debian/copyright index 125ce98..76263d9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,7 +20,7 @@ Copyright: 2014-2015 Sebastian Pipping <webmaster@hartwork.org> License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2021 Jörg Frings-Fürst <debian@jff.email> +Copyright: 2014-2022 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ License: BSD-3-clause 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 |