libX11: update to 1.7.4.
Adam Jackson (1): xcb: Clarify the XInitThreads error message Alan Coopersmith (1): gitlab CI: enable Static Application Security Testing (SAST) Antti Savolainen (1): nls: add two compose sequences for an upwards arrow using dead_circumflex ArenaL5 (2): nls: add a compose sequence for the middle dot (·) using dead_circumflex nls: add a compose sequence for the copyleft symbol Benno Schulenberg (30): lcUTF8: remove two unneeded ifs and two elses that are never reached XKBMAlloc: use the correct first-key variable when extending a key range docs: unwrap some mistakenly wrapped lines, and correct a comment docs: unwrap the comments of structure elements in the man pages nls: remove redundant compose sequences with the deprecated 'underbar' nls: remove redundant compose sequences with deprecated Hebrew symbols nls: group some compose sequences better, and add some comments nls: delete some ineffective compose sequences (that were commented out) nls: move the block of Jamo to its logical place (ascending Unicodes) nls: remove the compose sequences with the deviant KP_Space symbol nls: fix a typo (be_BG => bg_BG) and drop an obsolete comment nls: put some entries in their alphabetical order, and adjust alignment nls: remove some obsolete Norwegian and Yugoslavian locale names nls: add the es_CU locale name, for Cuba XKBCvt: remove an if that never gets triggered remove a commented-out code fragment, and remove a stray blank line KeyBind: update the Greek case-conversion tables to Unicode Data 14.0 KeyBind: slightly speed up some case conversions by adding missing returns KeyBind: reshuffle two ifs into the general order of ascending codes docs: add missing word, wrap line, fix typo, and trim an excess space nls: among the compose sequences, replace all runs of spaces with tabs nls: do some manual adjustment of whitespace in the compose sequences imDefLkup: verify that a pointer isn't NULL before using it nls: add compose sequences for leftward, upward and downward double arrow nls: use shape-based compose sequences for hammer-and-sickle instead nls: group the compose sequences for tilde, degree, and cedilla together nls: remove the mistaken eo_EO names -- EO is not a valid country code nls: map eo.UTF-8 directly to en_US.UTF-8 instead of using a relay alias nls: remove obsolete locale aliases with uppercase in the language code nls: add a compose sequence for the peace symbol Christopher Chavez (2): Xlib.h: spelling fix in comment Xlib.h: fix spelling in comment Denis Drakhnia (1): nls: Add ru_UA.utf8 locale alias. Giovanni Mascellani (1): xcb_io: Allow jumps backwards when widening the request number. Hodong (2): specs/XIM: fix a missing "EXT" in the documentation Fix two memory leaks in _XFreeX11XCBStructure() Matt Turner (1): libX11 1.7.4 iyzana (1): nls: add locale alias from eo.UTF-8 to eo_XX.UTF-8
This commit is contained in:
parent
8c7d18a930
commit
cc25c1e4a4
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.61 2021/12/10 08:54:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.62 2022/03/30 21:57:26 wiz Exp $
|
||||
|
||||
DISTNAME= libX11-1.7.3.1
|
||||
DISTNAME= libX11-1.7.4
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.42 2021/12/10 08:54:43 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.43 2022/03/30 21:57:26 wiz Exp $
|
||||
|
||||
BLAKE2s (libX11-1.7.3.1.tar.xz) = 0fed9151b74af4ed36d908ca9c3ab7c116a728886481d086abc1553069394922
|
||||
SHA512 (libX11-1.7.3.1.tar.xz) = a2620076db4bf35ab94706c8ab714e9c3fecbdd533cf99cdffeabaf49a1a1d30a233eb2dc76da51b01d50c43f11780aa3b2936668d982a33fa7d5008be44e25b
|
||||
Size (libX11-1.7.3.1.tar.xz) = 1864224 bytes
|
||||
BLAKE2s (libX11-1.7.4.tar.xz) = 336f5c8a9b3ce0628b402be6f646467a871d4299406d1789cb8328b4a8f3e517
|
||||
SHA512 (libX11-1.7.4.tar.xz) = 8bfaaf9fc3081c47152d533d30cdc0b2521bfeb088ff813b041c08ffd518c80ba3725bb68cac7c21b521a4bace546f99424700fe21955b498015d14c2f7f9a57
|
||||
Size (libX11-1.7.4.tar.xz) = 1872992 bytes
|
||||
SHA1 (patch-Makefile.in) = 54faa0431bdb8a1e4fed5459bff03a316eb174c8
|
||||
SHA1 (patch-aa) = 4f502264e7200fd2f9409d8684c53de3bc6f0649
|
||||
SHA1 (patch-ac) = 84bad85defd7cdac82fe4448d723c80469507f73
|
||||
|
|
Loading…
Reference in a new issue