diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-05 16:59:25 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-08 13:32:12 -0700 |
commit | 3dbbce586b4dde90d512d0529facf71da87cd9e1 (patch) | |
tree | 0a177f9045251b7fe1ed651debebca95e2d6bc98 | |
parent | 467fe56ba4c0d09c96612105a48bc7c9ab66cad5 (diff) | |
download | meta-openembedded-3dbbce586b4dde90d512d0529facf71da87cd9e1.tar.gz |
znc: Upgrade to 1.7.1
Fixes build with OpenSSL 1.1.x
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-irc/znc/znc_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index c2d71563a1..8c6979c2e2 100644 --- a/meta-networking/recipes-irc/znc/znc_git.bb +++ b/meta-networking/recipes-irc/znc/znc_git.bb | |||
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
5 | 5 | ||
6 | DEPENDS = "openssl zlib icu" | 6 | DEPENDS = "openssl zlib icu" |
7 | 7 | ||
8 | PV = "1.6.0" | 8 | PV = "1.7.1" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/znc/znc.git;name=znc \ | 10 | SRC_URI = "git://github.com/znc/znc.git;name=znc \ |
11 | git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket \ | 11 | git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket \ |
12 | " | 12 | " |
13 | SRCREV_znc = "f47e8465efa4e1cd948b9caae93ac401b4355df8" | 13 | SRCREV_znc = "c426898b3a1b899dfe8a8b2a3eeb4b18d8be1bf2" |
14 | SRCREV_Csocket = "07b4437396122650e5b8fb3d014e820a5decf4ee" | 14 | SRCREV_Csocket = "e8d9e0bb248c521c2c7fa01e1c6a116d929c41b4" |
15 | 15 | ||
16 | # This constructs a composite revision based on multiple SRCREV's. | 16 | # This constructs a composite revision based on multiple SRCREV's. |
17 | # | 17 | # |