From: Sven Hoexter Date: Fri, 3 Mar 2023 14:16:58 +0000 (+0100) Subject: New upstream release, includes fix for CVE-2022-29973 (Closes: #1014538). X-Git-Url: http://git.sven.stormbind.net/?a=commitdiff_plain;h=acf54e684ad96aae85a0a4567746284fcfe0e703;p=sven%2Ffuse-exfat.git New upstream release, includes fix for CVE-2022-29973 (Closes: #1014538). * New upstream release, includes fix for CVE-2022-29973 (Closes: #1014538). * Update debian/watch to query the GitHub API. --- diff --git a/debian/changelog b/debian/changelog index a7f7116..d52ca21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +fuse-exfat (1.4.0-1) UNRELEASED; urgency=medium + + * New upstream release, includes fix for + CVE-2022-29973 (Closes: #1014538). + * Update debian/watch to query the GitHub API. + + -- Sven Hoexter Fri, 03 Mar 2023 15:12:00 +0100 + fuse-exfat (1.3.0+git20220115-2) unstable; urgency=medium * Upload to unstable to give it a bit more exposure. diff --git a/debian/watch b/debian/watch index c77aacf..dc70a3a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,5 @@ version=4 -https://github.com/relan/exfat/releases .*/fuse-exfat-(\d\S*)\.tar\.gz \ No newline at end of file +opts="searchmode=plain,\ +filenamemangle=s%v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%" \ +https://api.github.com/repos/relan/exfat/releases?per_page=50 \ +https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@