pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/libxkbcommon



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 16 12:21:44 UTC 2018

Modified Files:
        pkgsrc/x11/libxkbcommon: Makefile distinfo

Log Message:
libxkbcommon: update to 0.8.2.

libxkbcommon 0.8.2 - 2018-08-05
==================

- Fix various problems found with fuzzing (see commit messages for
  more details):

    - Fix a few NULL-dereferences, out-of-bounds access and undefined behavior
      in the XKB text format parser.

libxkbcommon 0.8.1 - 2018-08-03
==================

- Fix various problems found in the meson build (see commit messages for more
  details):

    - Fix compilation on Darwin.

    - Fix compilation of the x11 tests and demos when XCB is installed in a
      non-standard location.

    - Fix xkbcommon-x11.pc missing the Requires specification.

- Fix various problems found with fuzzing and Coverity (see commit messages for
  more details):

    - Fix stack overflow in the XKB text format parser when evaluating boolean
      negation.

    - Fix NULL-dereferences in the XKB text format parser when some unsupported
      tokens appear (the tokens are still parsed for backward compatibility).

    - Fix NULL-dereference in the XKB text format parser when parsing an
      xkb_geometry section.

    - Fix an infinite loop in the Compose text format parser on some inputs.

    - Fix an invalid free() when using multiple keysyms.

- Replace the Unicode characters for the leftanglebracket and rightanglebracket
  keysyms from the deprecated LEFT/RIGHT-POINTING ANGLE BRACKET to
  MATHEMATICAL LEFT/RIGHT ANGLE BRACKET.

- Reject out-of-range Unicode codepoints in xkb_keysym_to_utf8 and
  xkb_keysym_to_utf32.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libxkbcommon/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/libxkbcommon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxkbcommon/Makefile
diff -u pkgsrc/x11/libxkbcommon/Makefile:1.20 pkgsrc/x11/libxkbcommon/Makefile:1.21
--- pkgsrc/x11/libxkbcommon/Makefile:1.20       Wed Jan 10 10:43:27 2018
+++ pkgsrc/x11/libxkbcommon/Makefile    Thu Aug 16 12:21:44 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2018/01/10 10:43:27 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2018/08/16 12:21:44 wiz Exp $
 
-DISTNAME=      libxkbcommon-0.8.0
+DISTNAME=      libxkbcommon-0.8.2
 CATEGORIES=    x11
 MASTER_SITES=  https://xkbcommon.org/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/libxkbcommon/distinfo
diff -u pkgsrc/x11/libxkbcommon/distinfo:1.13 pkgsrc/x11/libxkbcommon/distinfo:1.14
--- pkgsrc/x11/libxkbcommon/distinfo:1.13       Wed Jan 10 10:43:27 2018
+++ pkgsrc/x11/libxkbcommon/distinfo    Thu Aug 16 12:21:44 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/01/10 10:43:27 wiz Exp $
+$NetBSD: distinfo,v 1.14 2018/08/16 12:21:44 wiz Exp $
 
-SHA1 (libxkbcommon-0.8.0.tar.xz) = 2bdd5871e5e76f2fc427911f137aa46e91abbcf3
-RMD160 (libxkbcommon-0.8.0.tar.xz) = 440bdd2d824bc37481240e60c9122f50e09c644f
-SHA512 (libxkbcommon-0.8.0.tar.xz) = ad64baa03685b72e1047f9fdfc95661acf5bace59280a95d3defaca73c91fb77c31ecde00b430726e3521ff90cf8dd93ecbc816c18be0971cb616e00b81cf163
-Size (libxkbcommon-0.8.0.tar.xz) = 643456 bytes
+SHA1 (libxkbcommon-0.8.2.tar.xz) = 5589b09b8490392573bba5527cc0cc82824028b1
+RMD160 (libxkbcommon-0.8.2.tar.xz) = 237ec97a935b44b0277d4d8bad699b73ece75557
+SHA512 (libxkbcommon-0.8.2.tar.xz) = b714240ec6120bbe44b5da7a4f89b1c2f24cfd6e5ebbe81e5290d135c8f2e5a68f89ac256b73430a446167345f8db309b35dcf74f3d3840e20897cd91eccc172
+Size (libxkbcommon-0.8.2.tar.xz) = 644040 bytes



Home | Main Index | Thread Index | Old Index