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:           Sun Jul 28 21:15:09 UTC 2024

Modified Files:
        pkgsrc/x11/libX11: Makefile distinfo

Log Message:
libX11: update to 1.8.10.

This release includes:

 * Re-fix XIM input sometimes jumbled (#205, #206, #207, #208, !246)
 * Fix various static analysis errors (!250)
 * Add compose sequences for Arabic hamza (!218), Ezh (!221), and
   hryvnia currency (!259)
 * Make colormap private interfaces thread safe (#215, !254)
 * Fix deadlock in XRebindKeysym() (!256)
 * Assorted memory handling cleanups (!251, !258)
 * Restore VAX support still in use by NetBSD (!257)

Alan Coopersmith (4):
      Avoid buffer overflow in _XimLookupMBText & _XimLookupUTF8Text
      Revert "unifdef __vax__"
      xlibi18n/lcFile.c: avoid use of possibly-NULL pointer with strcpy
      libX11 1.8.10

José Expósito (6):
      Fix use of uninitialized variable in _XimTriggerNotify
      Fix use of uninitialized variable in _XimExtension
      Fix use of uninitialized variable in _XimEncodeICATTRIBUTE
      XKBMAlloc: Check that needed is >= 0 in XkbResizeKeyActions
      Fix memory leak in _XimProtoSetIMValues
      Fix buffer overrun in parse_omit_name

Kelly Roadkill (4):
      nls: add compose seq's for symbols absent from Cyrillic layouts to ru_RU
      nls: delete compose sequence with anomalous post-fixed cedilla
      nls: add compose sequences for hryvnia currency
      Revert "nls: add compose seq's for symbols absent from Cyrillic layouts to ru_RU"

Mohamed Akram (1):
      nls: add Arabic hamza compose sequences

Olivier Fourdan (4):
      Revert "Fix XTS regression in XCopyColormapAndFree"
      Revert "Protect colormap add/removal with display lock"
      Make colormap private interfaces thread safe.
      Fix deadlock in XRebindKeysym()

Takao Fujiwara (7):
      ximcp: Unmark to fabricate key events with XKeyEvent serial
      imDefLkup: Commit first info in XimCommitInfo
      imDefLkup: Mark and unmark fabricated with serial 0
      ximcp: Add fabricated_time in XimProtoPrivate for timeout
      Accept anon windows in XFilterEvent to update XIM state
      ximcp: Unmark fabricated with serial 0 and Xic commit_info
      imDefIm: Add LIBX11_ENABLE_FABRICATED_ORDER env

jmcwilliams403 (1):
      NLS: Add 6 Multi_key sequences for Ezh


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/libX11/Makefile
cvs rdiff -u -r1.55 -r1.56 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.76 pkgsrc/x11/libX11/Makefile:1.77
--- pkgsrc/x11/libX11/Makefile:1.76     Sat Apr  6 05:59:13 2024
+++ pkgsrc/x11/libX11/Makefile  Sun Jul 28 21:15:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2024/04/06 05:59:13 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2024/07/28 21:15:09 wiz Exp $
 
-DISTNAME=              libX11-1.8.9
+DISTNAME=              libX11-1.8.10
 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.55 pkgsrc/x11/libX11/distinfo:1.56
--- pkgsrc/x11/libX11/distinfo:1.55     Sat Apr  6 05:59:13 2024
+++ pkgsrc/x11/libX11/distinfo  Sun Jul 28 21:15:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2024/04/06 05:59:13 wiz Exp $
+$NetBSD: distinfo,v 1.56 2024/07/28 21:15:09 wiz Exp $
 
-BLAKE2s (libX11-1.8.9.tar.xz) = 8db1907a7127d69e0614870cf7d46e6fb7e7cb5ae91667c71130e9d19f39567e
-SHA512 (libX11-1.8.9.tar.xz) = 737af91818537295ac86be601b1e3d7e37d150716ec549580913b7cc9a44fee7a6ce9dbc3d46167eed91f23fe857c4dd355ed8f8440fe5fbbf8e9ebe47091b96
-Size (libX11-1.8.9.tar.xz) = 1811900 bytes
+BLAKE2s (libX11-1.8.10.tar.xz) = 1f13971b1e5f1f580c3af23b87ce8b2486a15a04483b52f64be4eee8a1ba5030
+SHA512 (libX11-1.8.10.tar.xz) = f801f5b77cbc55074f73dc95b29fff7b5e1b13b99641f6e397788ad9f31a29793ed4e8e5bd373122c790ef90627e8f9d6d5e271051c1767a479a85c55cd82bc1
+Size (libX11-1.8.10.tar.xz) = 1839380 bytes



Home | Main Index | Thread Index | Old Index