pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libX11 libX11: update to 1.7.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/138d6e1fbbde
branches: trunk
changeset: 770691:138d6e1fbbde
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 07 08:38:13 2021 +0000
description:
libX11: update to 1.7.3.
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
diffstat:
x11/libX11/Makefile | 6 +++---
x11/libX11/distinfo | 10 +++++-----
x11/libX11/patches/patch-Makefile.in | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (54 lines):
diff -r 2cbf4869b996 -r 138d6e1fbbde x11/libX11/Makefile
--- a/x11/libX11/Makefile Tue Dec 07 07:24:51 2021 +0000
+++ b/x11/libX11/Makefile Tue Dec 07 08:38:13 2021 +0000
@@ -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= joerg%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
diff -r 2cbf4869b996 -r 138d6e1fbbde x11/libX11/distinfo
--- a/x11/libX11/distinfo Tue Dec 07 07:24:51 2021 +0000
+++ b/x11/libX11/distinfo Tue Dec 07 08:38:13 2021 +0000
@@ -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
diff -r 2cbf4869b996 -r 138d6e1fbbde x11/libX11/patches/patch-Makefile.in
--- a/x11/libX11/patches/patch-Makefile.in Tue Dec 07 07:24:51 2021 +0000
+++ b/x11/libX11/patches/patch-Makefile.in Tue Dec 07 08:38:13 2021 +0000
@@ -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 =
Home |
Main Index |
Thread Index |
Old Index