summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-13 12:19:52 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-13 20:46:49 -0700
commit8b4ce3276c57cf2408f97a26a91464263e971e49 (patch)
tree660935a06ac34aa96aef5b78184a32e79893d223 /meta-networking
parentea33566f0c96e7be1186349d026c065f2b407ece (diff)
downloadmeta-openembedded-8b4ce3276c57cf2408f97a26a91464263e971e49.tar.gz
znc: upgrade 1.10.1 -> 1.10.2
Changelog: ============= - Fix build with SWIG 4.4. - Fix build in the event some parts of Boost are installed but Boost.Locale is not. - Make GetClient() work in the OnClientGetSASLMechanisms module callback. - Stop accidentally requiring new perl 5.35.1, regression from 1.10.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-irc/znc/znc_1.10.2.bb (renamed from meta-networking/recipes-irc/znc/znc_1.10.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_1.10.1.bb b/meta-networking/recipes-irc/znc/znc_1.10.2.bb
index 4477068bba..7793813234 100644
--- a/meta-networking/recipes-irc/znc/znc_1.10.1.bb
+++ b/meta-networking/recipes-irc/znc/znc_1.10.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6DEPENDS = "zlib" 6DEPENDS = "zlib"
7SRC_URI = "gitsm://github.com/znc/znc.git;branch=master;protocol=https;tag=${BP}" 7SRC_URI = "gitsm://github.com/znc/znc.git;branch=master;protocol=https;tag=${BP}"
8 8
9SRCREV = "29694fd26f5e9ec46731ee13bf66224181984966" 9SRCREV = "59af2206c62724eec0d8c43d3c1c0b70610ca1d9"
10 10
11inherit cmake pkgconfig 11inherit cmake pkgconfig
12 12