yafut: update to fix basename() issue
authorRobert Marko <robimarko@gmail.com>
Tue, 11 Jun 2024 12:08:58 +0000 (14:08 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 11 Jun 2024 12:27:47 +0000 (14:27 +0200)
commitb47fbca97f70456db9c7222d9d1b7fb2114ae7ac
treeb938cf30575d13f5304a29b14d06ab3fb6bc9cee
parent83311b747012e0675f96af18793e92cb8320c707
yafut: update to fix basename() issue

Since musl 1.2.5 update yafut would throw a warning about implicit
declaration of basename() but would still somehow compile.
However, trying to use it on a device will cause it to instantly
Segmentation fault.

So, to fix this lets update to the current upstream repository version
that has removed the use of basename() completely.

Link: https://github.com/openwrt/openwrt/pull/15685
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/utils/yafut/Makefile