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].

(From OE-Core rev: cabadc004bd6ee6501166aac086ea8faa85da502)

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>
This commit is contained in:
Wang Mingyu
2023-07-07 11:10:04 +08:00
committed by Steve Sakoman
parent c36a0bd406
commit 0ddb966354

View File

@@ -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 \
"