From: Paulius Zaleckas Date: Sun, 28 Feb 2010 09:33:47 +0000 (+0200) Subject: Bump xauth to 1.0.4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82a121dde731cb4992a2d0b62509fcbe6141f9d7;p=buildroot.git Bump xauth to 1.0.4 Signed-off-by: Paulius Zaleckas --- diff --git a/package/x11r7/xapp_xauth/Config.in b/package/x11r7/xapp_xauth/Config.in index e716fc9b0e..d4dc7319cc 100644 --- a/package/x11r7/xapp_xauth/Config.in +++ b/package/x11r7/xapp_xauth/Config.in @@ -5,5 +5,5 @@ config BR2_PACKAGE_XAPP_XAUTH select BR2_PACKAGE_XLIB_LIBXEXT select BR2_PACKAGE_XLIB_LIBXMU help - xauth 1.0.2 + xauth 1.0.4 X authority file utility diff --git a/package/x11r7/xapp_xauth/xapp_xauth.mk b/package/x11r7/xapp_xauth/xapp_xauth.mk index 06c90c111c..c0ab92d08a 100644 --- a/package/x11r7/xapp_xauth/xapp_xauth.mk +++ b/package/x11r7/xapp_xauth/xapp_xauth.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XAUTH_VERSION = 1.0.3 +XAPP_XAUTH_VERSION = 1.0.4 XAPP_XAUTH_SOURCE = xauth-$(XAPP_XAUTH_VERSION).tar.bz2 XAPP_XAUTH_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XAUTH_AUTORECONF = NO