mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix generation of file IDs.
They weren't stable, and potentially repetitive. Note: We should backport this to the external plugin.
This commit is contained in:
parent
0040111955
commit
e6af74c8aa
5 changed files with 11 additions and 12 deletions
|
@ -9,9 +9,6 @@ else
|
|||
sed="sed -E"
|
||||
fi
|
||||
|
||||
# File IDs changed between Zeek 3.1 and 3.2.
|
||||
|
||||
${sed} 's/^ *#(open|close).(19|20)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g' |
|
||||
${sed} 's/F[A-Za-z0-9]{14,17}/XXXXXXXXXXXXXXXXX/g' |
|
||||
$(dirname $0)/diff-remove-timestamps |
|
||||
$(dirname $0)/diff-remove-abspath
|
||||
|
|
|
@ -9,10 +9,7 @@ else
|
|||
sed="sed -E"
|
||||
fi
|
||||
|
||||
# File IDs changed between Zeek 3.1 and 3.2.
|
||||
|
||||
${sed} 's/^ *#(open|close).(19|20)..-..-..-..-..-..$/#\1 XXXX-XX-XX-XX-XX-XX/g' |
|
||||
${sed} 's/F[A-Za-z0-9]{15,17}/XXXXXXXXXXXXXXXXX/g' |
|
||||
$(dirname $0)/diff-sort |
|
||||
$(dirname $0)/diff-remove-timestamps |
|
||||
$(dirname $0)/diff-remove-abspath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue