pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libX11



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb  4 21:39:41 UTC 2023

Modified Files:
        pkgsrc/x11/libX11: Makefile distinfo

Log Message:
libX11: update to 1.8.4.

This bug fix reverts a change that went into 1.8.3 that caused unexpected
regressions, and further attempts to improve the changes from 1.8.2 to
allow X*IfEvent() to reenter libX11 to reduce regressions from having the
thread-safety-constructor enabled.

We also send felictations to the friends of freedesktop.org that have
flocked to FOSDEM this weekend, whether physically or ephemerally.

Alan Coopersmith (3):
      xlibi18n: Update Imake instructions to autoconf equivalent in comments
      configure: options summary should say "libX11", not just "X11"
      libX11 1.8.4

Benno Schulenberg (4):
      nls: move the compose sequences for Ș and Ț to the fitting Unicode block
      nls: delete 88 compose sequences that have the accents in the wrong order
      nls: delete twelve compose sequences that cannot be typed
      nls: add two compose sequences for capital B with stroke, for consistency

GaryOderNichts (1):
      Fix a9e845 and 797755 Allow X*IfEvent() to reenter libX11

Yuxuan Shui (1):
      Revert "Update XPutBackEvent() to support clients that put back unpadded events"


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/x11/libX11/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/x11/libX11/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/libX11/Makefile
diff -u pkgsrc/x11/libX11/Makefile:1.69 pkgsrc/x11/libX11/Makefile:1.70
--- pkgsrc/x11/libX11/Makefile:1.69     Fri Dec 16 01:10:01 2022
+++ pkgsrc/x11/libX11/Makefile  Sat Feb  4 21:39:41 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2022/12/16 01:10:01 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2023/02/04 21:39:41 wiz Exp $
 
-DISTNAME=              libX11-1.8.3
+DISTNAME=              libX11-1.8.4
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/x11/libX11/distinfo
diff -u pkgsrc/x11/libX11/distinfo:1.50 pkgsrc/x11/libX11/distinfo:1.51
--- pkgsrc/x11/libX11/distinfo:1.50     Fri Dec 16 01:10:01 2022
+++ pkgsrc/x11/libX11/distinfo  Sat Feb  4 21:39:41 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2022/12/16 01:10:01 wiz Exp $
+$NetBSD: distinfo,v 1.51 2023/02/04 21:39:41 wiz Exp $
 
-BLAKE2s (libX11-1.8.3.tar.xz) = 82645fb43fe83dc0c5cf599d53ac6036879f53de12bdb380be4dbf0d2323a82d
-SHA512 (libX11-1.8.3.tar.xz) = bc862338fed855986659e9ffa641db6b36c3ac9abced590d1b164e3cc24446671936e3688cdca18393129c4ea41777977eeb37e87d8edc14d6cc5d194a9c0325
-Size (libX11-1.8.3.tar.xz) = 1811712 bytes
+BLAKE2s (libX11-1.8.4.tar.xz) = 67678841464d41c3ebdacd4f839ffdcf60e163cdb5ee787c1a1beb4a577b4f0e
+SHA512 (libX11-1.8.4.tar.xz) = 3150a47498b0cb012482ee02efeaae16d9e736288f2b3f917be912e1613d56ad6b4ab180de8820305deb2b95dfd993633f43a65344d75979d6b86bdf110cb63e
+Size (libX11-1.8.4.tar.xz) = 1835316 bytes



Home | Main Index | Thread Index | Old Index