summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-09-06 23:06:51 +0300
committerWilly Tu <wltu@google.com>2022-10-29 11:44:29 +0300
commite21de0513b67769985b4a64a3fe2828e211d0674 (patch)
tree1abc18f77f6816e67bf04b1ec4dee01a7de320fa
parentc1a81dd6b9efb8fe9e96bd9d4b8f2d34d89fe6cd (diff)
downloadopenbmc-e21de0513b67769985b4a64a3fe2828e211d0674.tar.xz
meta-google: sslh: Bump 63f9c4a..7e3f723
Change-Id: I284f85c2a114d079fdca74978bbae867bf120879 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-extended/networking/sslh_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-google/recipes-extended/networking/sslh_git.bb b/meta-google/recipes-extended/networking/sslh_git.bb
index c96b26eb2b..d3357bea81 100644
--- a/meta-google/recipes-extended/networking/sslh_git.bb
+++ b/meta-google/recipes-extended/networking/sslh_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/yrutschle/sslh;branch=master;protocol=https"
-SRCREV = "63f9c4a582f79f4d0e484efe0ccaeed77a79f7df"
+SRCREV = "7e3f723699764a9d000902af55e15e0eb151281f"
S = "${WORKDIR}/git"
inherit perlnative
@@ -13,6 +13,7 @@ DEPENDS += "conf2struct-native"
DEPENDS += "libbsd"
DEPENDS += "libcap"
DEPENDS += "libconfig"
+DEPENDS += "libev"
DEPENDS += "systemd"
DEPENDS += "pcre2"