forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters