From 0c5263f1b65dccba1f8df1340f05ab8ed325253c Mon Sep 17 00:00:00 2001 From: Kit Martin Date: Mon, 5 Apr 2021 11:34:05 -0700 Subject: [PATCH] Update wiggins tag, changelog (#219) --- Changelog.md | 6 ++++++ vendor_download.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 03791a37a8..677ec90024 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# v2.5.9 + +- Update the VPS scanning plugin: + - Resolve issues reading IPR files with null byte content. + - Workaround recursive variable declarations when parsing Android.mk files. + # v2.5.8 - Support makefiles in `fossa vps aosp-notice-file` ([#216](https://github.com/fossas/spectrometer/pull/216)) diff --git a/vendor_download.sh b/vendor_download.sh index 5e517c3e52..dad915eb1a 100755 --- a/vendor_download.sh +++ b/vendor_download.sh @@ -41,7 +41,7 @@ esac TAG="latest" echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'" -WIGGINS_TAG="2021-03-30-28383e8" +WIGGINS_TAG="2021-04-05-14e2911" echo "Downloading wiggins binary" echo "Using wiggins release: $WIGGINS_TAG" WIGGINS_RELEASE_JSON=vendor/wiggins-release.json