From: Wang Mingyu Date: Wed, 13 Mar 2024 07:08:32 +0000 (+0800) Subject: xauth: upgrade 1.1.2 -> 1.1.3 X-Git-Tag: uninative-4.5~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef200e9de4bdbfbc70e4bd542e35e61ba91cbcf2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git xauth: upgrade 1.1.2 -> 1.1.3 Changelog: ========== -unifdef Lynx -unifdef hpux -configure: raise minimum autoconf requirement to 2.70 -configure: Use AC_SYS_LARGEFILE to enable large file support -Unbold brackets for optional n at start of commands -Handle -Wempty-body warning for WRITES() macro -Remove unnecessary casts from malloc() calls -Variable scope reductions, as suggested by cppcheck -config: Add missing AC_CONFIG_SRCDIR Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb b/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb similarity index 83% rename from meta/recipes-graphics/xorg-app/xauth_1.1.2.bb rename to meta/recipes-graphics/xorg-app/xauth_1.1.3.bb index 1ad18ef63ba..b0ca33bf4b8 100644 --- a/meta/recipes-graphics/xorg-app/xauth_1.1.2.bb +++ b/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb @@ -9,7 +9,7 @@ DEPENDS += "libxau libxext libxmu" PE = "1" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "78ba6afd19536ced1dddb3276cba6e9555a211b468a06f95f6a97c62ff8ee200" +SRC_URI[sha256sum] = "e7075498bae332f917f01d660f9b940c0752b2556a8da61ccb62a44d0ffe9d33" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"