Skip to content

Commit

Permalink
libX11: update to 1.7.3.
Browse files Browse the repository at this point in the history
This release includes a number of bug fixes and adds support for the
_EVDEVK keysyms added in xorgproto 2021.2.

Alan Coopersmith (2):
      Build xz tarballs instead of bzip2
      libX11 1.7.3

Alex Richardson (2):
      Fix cross-compilation from macOS
      Avoid undefined behaviour after realloc()

Hodong (1):
      Fix a typo

Igor V. Kovalenko (1):
      libX11: do not crash in GetResReq() macro

Lev Korol (1):
      nls: Add en_IL locale

Liang Chang (1):
      Make Xutf8DrawString works correctly with ISO10646 fonts.

Matthieu Herrb (1):
      Avoid NULL pointer deref. Fixes issue #47.

Peter Hutterer (2):
      makekeys: handle the new _EVDEVK xorgproto symbols
      gitlab CI: update to use the ci-fairy image

Tatu Frisk (1):
      Fix hanging issue in _XReply
  • Loading branch information
0-wiz-0 committed Dec 7, 2021
1 parent 81c0ed0 commit 6a0ca55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions x11/libX11/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.59 2021/12/01 13:01:13 nia Exp $
# $NetBSD: Makefile,v 1.60 2021/12/07 08:38:13 wiz Exp $

DISTNAME= libX11-1.7.2
DISTNAME= libX11-1.7.3
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
EXTRACT_SUFX= .tar.xz

MAINTAINER= [email protected]
HOMEPAGE= https://xorg.freedesktop.org/
Expand Down
10 changes: 5 additions & 5 deletions x11/libX11/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.40 2021/10/26 11:34:05 nia Exp $
$NetBSD: distinfo,v 1.41 2021/12/07 08:38:13 wiz Exp $

BLAKE2s (libX11-1.7.2.tar.bz2) = 72442ed3d94c7fcb9d7cdbcab1e6347e0c0d8dc921dd54d4ece5338d405b27de
SHA512 (libX11-1.7.2.tar.bz2) = d01e5c1848c76218605e5af2d353de6b301a251555b52a38dbe930e6635d5e8a92d1486eb6d328ad5d42a5939e0d16868ffa19a75e5a7863d1a32e0d0727bdc7
Size (libX11-1.7.2.tar.bz2) = 2392982 bytes
SHA1 (patch-Makefile.in) = fc23ec24244e1c7213fca3bdc09adca6b379839a
BLAKE2s (libX11-1.7.3.tar.xz) = e5e7e3960adf4da6b38fe1578bb6518ee5f636c995e44d1aeb3b8f60753782b8
SHA512 (libX11-1.7.3.tar.xz) = abc70837d19f7e104a5db1e6d2cfa1256625332c0b53fec44a0a39916a60a430bb53fd436207892aabe4199ac7a0f9287a06588fcd27e0eed54d45d67bbe1294
Size (libX11-1.7.3.tar.xz) = 1861304 bytes
SHA1 (patch-Makefile.in) = abf5f56650c59960c20e65b50b0c26b29434f599
SHA1 (patch-aa) = 4f502264e7200fd2f9409d8684c53de3bc6f0649
SHA1 (patch-ac) = 84bad85defd7cdac82fe4448d723c80469507f73
SHA1 (patch-src_xkb_XKBBind.c) = 3ad94bd3265c3c4a85bcf3e2da0782c16fd461d1
6 changes: 3 additions & 3 deletions x11/libX11/patches/patch-Makefile.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$NetBSD: patch-Makefile.in,v 1.7 2021/06/06 21:05:08 wiz Exp $
$NetBSD: patch-Makefile.in,v 1.8 2021/12/07 08:38:13 wiz Exp $

Avoid unnecessary auto* due to patch-aa modifying configure.ac.

--- Makefile.in.orig 2021-06-06 16:49:02.000000000 +0000
--- Makefile.in.orig 2021-12-07 01:40:02.000000000 +0000
+++ Makefile.in
@@ -92,8 +92,7 @@ subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
$(top_srcdir)/m4/ax_gcc_builtin.m4 $(top_srcdir)/configure.ac
$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
+am__configure_deps =
Expand Down

0 comments on commit 6a0ca55

Please sign in to comment.