]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
xauth: upgrade 1.1.2 -> 1.1.3
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 13 Mar 2024 07:08:32 +0000 (15:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2024 06:38:36 +0000 (07:38 +0100)
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 <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-app/xauth_1.1.3.bb [moved from meta/recipes-graphics/xorg-app/xauth_1.1.2.bb with 83% similarity]

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 1ad18ef63ba6a39ce8eba6a4908aee17dcefb5a1..b0ca33bf4b88fb305d0e5ef710160d302de10ac6 100644 (file)
@@ -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,"