git: 6d046a21d036 - main - x11/libXau: Update to 1.0.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Jul 2025 13:54:54 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6d046a21d03607f7d8d2b593e1c9d88d32768407
commit 6d046a21d03607f7d8d2b593e1c9d88d32768407
Author: mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-05-17 02:15:48 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:17 +0000
x11/libXau: Update to 1.0.12
PR: 286846
---
x11/libXau/Makefile | 2 +-
x11/libXau/distinfo | 6 +++---
x11/libXau/pkg-descr | 7 +++++++
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile
index 0af9879adca6..83e08746d01f 100644
--- a/x11/libXau/Makefile
+++ b/x11/libXau/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libXau
-PORTVERSION= 1.0.11
+DISTVERSION= 1.0.12
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
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".