pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libXau



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 14 12:41:26 UTC 2024

Modified Files:
        pkgsrc/x11/libXau: Makefile distinfo

Log Message:
libXau: update to 1.0.12.

This release adds support for building with meson as well as autoconf,
thanks to the work of Dylan Baker.  Please test building with meson and
report any issues you hit to our gitlab issue tracker at:
https://gitlab.freedesktop.org/xorg/lib/libxau/-/issues
as we plan on removing the autoconf build support in a future release.

Alan Coopersmith (8):
      Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Remove "All rights reserved" from Oracle copyright notices
      Set close-on-exec when opening files
      Xauth.h: add access & malloc attributes to function prototypes
      gitlab CI: run meson build with both gcc & clang compilers
      unifdef hpux
      XauDisposeAuth: remove void casts from functions that return void
      libXau 1.0.12

Alex Richardson (1):
      Allow building with clang after aec9d7266777e0b9243ef0f112fe0e07256bd446

Dylan Baker (1):
      add Meson build system

Thierry LARONDE (4):
      Gcc < 11 doesn't allow opt. deallocator arg for __attribute((malloc))
      Also test for explicit_memset(3) support
      Allow to use POSIX.2 compliant sed(1)
      Autest.c includes Xauth.h that depends on other headers.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/libXau/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/libXau/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libXau/Makefile
diff -u pkgsrc/x11/libXau/Makefile:1.22 pkgsrc/x11/libXau/Makefile:1.23
--- pkgsrc/x11/libXau/Makefile:1.22     Thu Dec  8 23:33:26 2022
+++ pkgsrc/x11/libXau/Makefile  Sat Dec 14 12:41:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/12/08 23:33:26 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2024/12/14 12:41:26 wiz Exp $
 
-DISTNAME=              libXau-1.0.11
+DISTNAME=              libXau-1.0.12
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/x11/libXau/distinfo
diff -u pkgsrc/x11/libXau/distinfo:1.13 pkgsrc/x11/libXau/distinfo:1.14
--- pkgsrc/x11/libXau/distinfo:1.13     Thu Dec  8 23:33:26 2022
+++ pkgsrc/x11/libXau/distinfo  Sat Dec 14 12:41:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/12/08 23:33:26 wiz Exp $
+$NetBSD: distinfo,v 1.14 2024/12/14 12:41:26 wiz Exp $
 
-BLAKE2s (libXau-1.0.11.tar.xz) = 044f3ca30b70ff5e6e89a02e3f627d53b974887ea619fcc3b02a5dbcae187a30
-SHA512 (libXau-1.0.11.tar.xz) = f56abba3bef3fdd4739dfa69367a4251b5fab7c89194c9aece9efa66b9ebbf0736690cc9bd654aab19d9db377e4b9a5268c9c020b3d293bb5351bff5fe75a4dd
-Size (libXau-1.0.11.tar.xz) = 274108 bytes
+BLAKE2s (libXau-1.0.12.tar.xz) = 9ccfbed1d5894061d451faff458fef82cd41ccd7824529cf3fe7a01a2c67637b
+SHA512 (libXau-1.0.12.tar.xz) = 4bbe8796f4a14340499d5f75046955905531ea2948944dfc3d6069f8b86c1710042bfc7918d459320557883e6631359d48e6173c69c62ff572314e864ff97c5e
+Size (libXau-1.0.12.tar.xz) = 282624 bytes



Home | Main Index | Thread Index | Old Index