aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-12 20:03:31 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-12 20:03:31 +0100
commitc27ed50eb2c6b07bae7e8d7b40d7a6dec3907bfd (patch)
treeb53545b1138d3102ded3616827524ed79fef93fb
parent5670bf4486882cbd2a4a8d06d1541bbe0c5e01c3 (diff)
downloadvulns-c27ed50eb2c6b07bae7e8d7b40d7a6dec3907bfd.tar.gz
bippy: encode version into mbox header
So we can track the info like we do in the json file. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-xscripts/bippy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bippy b/scripts/bippy
index 7c3ac842..e2c21c5a 100755
--- a/scripts/bippy
+++ b/scripts/bippy
@@ -628,7 +628,7 @@ fi # end json creation
#########################
if [[ "${MBOX_FILE}" != "" ]] ; then
cat << EOF > "${MBOX_FILE}"
-From 25bdc8c4ca5caa00d7a85492ac9c76688a44c8e2 Mon Sep 17 00:00:00 2001
+From ${SCRIPT}-${SCRIPT_VERSION} Mon Sep 17 00:00:00 2001
From: Greg KH <gregkh@linuxfoundation.org>
To: <linux-cve-announce@vger.kernel.org>
Reply-to: <cve@kernel.org>