diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2024-06-30 16:55:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2024-06-30 16:55:46 +0200 |
commit | 97b38c401a658763c4fa90bb115e26728a7fbec9 (patch) | |
tree | e16c470daa1208cc6ac4802f901eb0c8d7a9ff72 | |
parent | 3f4b9089ad7b047da0874611911c78c80231651f (diff) |
d/contol: Change to new repository URL
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4318ae7..ba1b3db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ uriparser (0.9.8+dfsg-1) unstable; urgency=medium - Fixes CVE-2024-34402, CVE-2024-34403 (Closes: #1070376). * debian/changelog: - Add year 2024 to myself. + * debian/control: + - Change to new repository URL. -- Jörg Frings-Fürst <debian@jff.email> Sun, 30 Jun 2024 16:49:01 +0200 diff --git a/debian/control b/debian/control index 3be17a8..0605bdf 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Build-Depends: Standards-Version: 4.6.2.0 Rules-Requires-Root: no Homepage: http://uriparser.sourceforge.net -Vcs-Git: git://jff.email/opt/git/uriparser.git -Vcs-Browser: https://jff.email/cgit/uriparser.git +Vcs-Git: git://git.jff.email/uriparser.git +Vcs-Browser: https://git.jff.email/cgit/uriparser.git Package: liburiparser1 Architecture: any |