]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/fireinfo-Add-an-other-forbidden-string-Serial.patch
strongswan: Update to 5.3.1
[ipfire-2.x.git] / src / patches / fireinfo-Add-an-other-forbidden-string-Serial.patch
CommitLineData
13ed3544
MT
1From edacae4b2cdc41f1c0bfc93e041532ff6c49f60c Mon Sep 17 00:00:00 2001
2From: Michael Tremer <michael.tremer@ipfire.org>
3Date: Tue, 17 Mar 2015 22:19:17 +0100
4Subject: [PATCH] Add an other forbidden string: "Serial"
5
6---
7 src/fireinfo/system.py | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/src/fireinfo/system.py b/src/fireinfo/system.py
11index daf77b399d20..9d7872822b85 100644
12--- a/src/fireinfo/system.py
13+++ b/src/fireinfo/system.py
14@@ -45,7 +45,7 @@ INVALID_ID_STRINGS = (
15 "EVAL",
16 "Not Applicable",
17 "None", "empty",
18- "System Serial Number",
19+ "Serial", "System Serial Number",
20 "XXXXX",
21 "01010101-0101-0101-0101-010101010101",
22 "00020003-0004-0005-0006-000700080009",
23--
242.1.0
25