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:           Tue Dec  7 08:38:14 UTC 2021

Modified Files:
        pkgsrc/x11/libX11: Makefile distinfo
        pkgsrc/x11/libX11/patches: patch-Makefile.in

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/x11/libX11/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/libX11/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libX11/patches/patch-Makefile.in

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.59 pkgsrc/x11/libX11/Makefile:1.60
--- pkgsrc/x11/libX11/Makefile:1.59     Wed Dec  1 13:01:13 2021
+++ pkgsrc/x11/libX11/Makefile  Tue Dec  7 08:38:13 2021
@@ -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/

Index: pkgsrc/x11/libX11/distinfo
diff -u pkgsrc/x11/libX11/distinfo:1.40 pkgsrc/x11/libX11/distinfo:1.41
--- pkgsrc/x11/libX11/distinfo:1.40     Tue Oct 26 11:34:05 2021
+++ pkgsrc/x11/libX11/distinfo  Tue Dec  7 08:38:13 2021
@@ -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

Index: pkgsrc/x11/libX11/patches/patch-Makefile.in
diff -u pkgsrc/x11/libX11/patches/patch-Makefile.in:1.7 pkgsrc/x11/libX11/patches/patch-Makefile.in:1.8
--- pkgsrc/x11/libX11/patches/patch-Makefile.in:1.7     Sun Jun  6 21:05:08 2021
+++ pkgsrc/x11/libX11/patches/patch-Makefile.in Tue Dec  7 08:38:13 2021
@@ -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