]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests/cleannsupdate
Update h2o to 2.2.6, fixing CVE-2019-9512, CVE-2019-9514 and CVE-2019-9515
[thirdparty/pdns.git] / regression-tests / cleannsupdate
index 0090b8d844eb00f6b0f58fb6b2576b825a89c597..2555e711f9e04b8e01eadc174dceade01b0c783b 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-nsupdate "$@" | sed 's/\, id: \+[0-9]\+/, id: [id]/'
\ No newline at end of file
+nsupdate "$@" | perl -pe 's/, id: +[0-9]+/, id: [id]/'
\ No newline at end of file