diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 0af9879adca6..83e08746d01f 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -1,18 +1,18 @@ PORTNAME= libXau -PORTVERSION= 1.0.11 +DISTVERSION= 1.0.12 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Authentication Protocol library for X11 WWW= https://www.freedesktop.org/wiki/Software/xlibs/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz xorg xorg-cat:lib USE_XORG= xorgproto INSTALL_TARGET= install-strip TEST_TARGET= check .include diff --git a/x11/libXau/distinfo b/x11/libXau/distinfo index 51a625242d7a..992dd05db744 100644 --- a/x11/libXau/distinfo +++ b/x11/libXau/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716925378 -SHA256 (xorg/lib/libXau-1.0.11.tar.xz) = f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb -SIZE (xorg/lib/libXau-1.0.11.tar.xz) = 274108 +TIMESTAMP = 1747098837 +SHA256 (xorg/lib/libXau-1.0.12.tar.xz) = 74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb +SIZE (xorg/lib/libXau-1.0.12.tar.xz) = 282624 diff --git a/x11/libXau/pkg-descr b/x11/libXau/pkg-descr index a3f7c8574f2e..584f664eb43f 100644 --- a/x11/libXau/pkg-descr +++ b/x11/libXau/pkg-descr @@ -1 +1,8 @@ This package contains a library for the Authorization Protocol for X11. +This is useful for restricting client access to the display. + +libXau provides mechanisms for individual access to an X Window System +display. It uses existing core protocol and library hooks for specifying +authorization data in the connection setup block to restrict use of the +display to only those clients that show that they know a server-specific +key called a "magic cookie".