diff options
| author | Roy Li <rongqing.li@windriver.com> | 2015-07-13 15:08:25 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-07-30 11:34:07 -0400 |
| commit | 768811216f87c30b3f41db2cffb2c0a6deaca912 (patch) | |
| tree | 2ac15354f48d8d26a7b3d77c273fbd628386d07f /meta-networking/recipes-irc/znc/znc_git.bb | |
| parent | 8064196b93ca1ce2ad5cea86b84737a77b401c7c (diff) | |
| download | meta-openembedded-768811216f87c30b3f41db2cffb2c0a6deaca912.tar.gz | |
znc: upgrade to 1.6.0
Upgrade to fix CVE-2014-9403
Remove backport patch
Add CSocket submodule, which split from znc
Add the dependency on icu
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-irc/znc/znc_git.bb')
| -rw-r--r-- | meta-networking/recipes-irc/znc/znc_git.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index 2e35e4dd33..d81c17052e 100644 --- a/meta-networking/recipes-irc/znc/znc_git.bb +++ b/meta-networking/recipes-irc/znc/znc_git.bb | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | SUMMARY = "ZNC, an advanced IRC bouncer" | 1 | SUMMARY = "ZNC, an advanced IRC bouncer" |
| 2 | SECTION = "net" | 2 | SECTION = "net" |
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 5 | 5 | ||
| 6 | DEPENDS = "openssl" | 6 | DEPENDS = "openssl zlib icu" |
| 7 | 7 | ||
| 8 | PV = "1.0+git" | 8 | PV = "1.6.0" |
| 9 | 9 | ||
| 10 | SRCREV = "ef59c23068547c132cb678092fba9a21317fd5f2" | 10 | SRC_URI = "git://github.com/znc/znc.git;name=znc \ |
| 11 | SRC_URI = "git://github.com/znc/znc.git \ | 11 | git://github.com/jimloco/Csocket.git;destsuffix=git/third_party/Csocket;name=Csocket \ |
| 12 | file://0001-Fix-NULL-pointer-dereference-in-webadmin.patch \ | ||
| 13 | " | 12 | " |
| 13 | SRCREV_znc = "f47e8465efa4e1cd948b9caae93ac401b4355df8" | ||
| 14 | SRCREV_Csocket = "07b4437396122650e5b8fb3d014e820a5decf4ee" | ||
| 14 | 15 | ||
| 15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 16 | 17 | ||
