summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-07 11:10:04 +0800
committerSteve Sakoman <steve@sakoman.com>2023-08-09 16:17:50 -1000
commitcabadc004bd6ee6501166aac086ea8faa85da502 (patch)
tree39931284073ea1403f37038d426126f2887af3a5
parentec5e5ae6b304dee9b323bd20f3db25152a083398 (diff)
downloadopenembedded-core-cabadc004bd6ee6501166aac086ea8faa85da502.tar.gz
libnss-nis: upgrade 3.1 -> 3.2
Changelog: * Do not call malloc_usable_size This is a namespace violation, and interposed malloc implementations are not required to interpose malloc_usable_size [bsc#1207551]. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5cd967503c0574f45b814572da9503182556b431) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-extended/libnss-nis/libnss-nis.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/libnss-nis/libnss-nis.bb b/meta/recipes-extended/libnss-nis/libnss-nis.bb
index d0afb3ca0a..f0e687c330 100644
--- a/meta/recipes-extended/libnss-nis/libnss-nis.bb
+++ b/meta/recipes-extended/libnss-nis/libnss-nis.bb
@@ -13,9 +13,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SECTION = "libs"
DEPENDS += "libtirpc libnsl2"
-PV = "3.1+git${SRCPV}"
+PV = "3.2"
-SRCREV = "062f31999b35393abf7595cb89dfc9590d5a42ad"
+SRCREV = "cd0d391af9535b56e612ed227c1b89be269f3d59"
SRC_URI = "git://github.com/thkukuk/libnss_nis;branch=master;protocol=https \
"