slpd-lite: srcrev bump 99f391bafe..20bab74865

Andrew Geissler (7):
      gitignore: add vscode
      unit-test: add basic header validation tests
      unit-test: add language tag length validation
      Only allow a maximum packet size of 255 bytes
      Do not use input header for error responses
      SrvTypeRqst: Add bounds checking on buffer parsing
      SrvRqst: Add bounds checking on buffer parsing

Change-Id: Ie517c6adfa62b7ff2424cf8ee36321b9d63497bf
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb b/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
index b3afd4b..6945d63 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb
@@ -5,7 +5,7 @@
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 DEPENDS += "systemd"
 DEPENDS += "autoconf-archive-native"
-SRCREV = "99f391bafe6ecb91ea46515808431f185ceb0a32"
+SRCREV = "20bab74865ba955921eb0e4e427c84e37e1c8916"
 PV = "1.0+git${SRCPV}"
 PR = "r1"