diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-20 08:45:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-20 08:45:44 +0000 |
commit | 1306910878014107e2ddd4bc2359191b4e3c80dd (patch) | |
tree | 52dc72d6c7953c924b9f08ba039ee708a85ff9eb /x11/libxkbcommon | |
parent | 3f93ea31fc3bd9039e0cbd37b290937563117381 (diff) | |
download | pkgsrc-1306910878014107e2ddd4bc2359191b4e3c80dd.tar.gz |
Update to 0.4.2:
libxkbcommon 0.4.2 - 2014-05-15
==================
- Fixed a bug where explicitly passing "--enable-x11" to ./configure would
in fact disable it (regressed in 0.4.1).
- Added @since version annotations to the API documentation for everything
introduced after the initial stable release (0.2.0).
- Added a section to the documentation about keysym transformations, and
clarified which functions perform a given transformation.
- XKB files which fail to compile during keymap construction can no longer
have any effect on the resulting keymap: changes are only applied when
the entire compilation succeeds.
Note: this was a minor correctness issue inherited from xkbcomp.
- Fix an out-of-bounds array access in src/x11/util.c:adopt_atoms()
error-handling code.
Note: it seems impossible to trigger in the current code since the input
size cannot exceed the required size.
Diffstat (limited to 'x11/libxkbcommon')
-rw-r--r-- | x11/libxkbcommon/Makefile | 4 | ||||
-rw-r--r-- | x11/libxkbcommon/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index 701797dc929..beabac56423 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2014/04/01 21:23:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/05/20 08:45:44 wiz Exp $ -DISTNAME= libxkbcommon-0.4.1 +DISTNAME= libxkbcommon-0.4.2 CATEGORIES= x11 MASTER_SITES= http://xkbcommon.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/x11/libxkbcommon/distinfo b/x11/libxkbcommon/distinfo index 3f8c2f754e4..4f7f3eace53 100644 --- a/x11/libxkbcommon/distinfo +++ b/x11/libxkbcommon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/04/01 21:23:44 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/05/20 08:45:44 wiz Exp $ -SHA1 (libxkbcommon-0.4.1.tar.xz) = 2a38814e7edea16d032463b853490dda9040e5b1 -RMD160 (libxkbcommon-0.4.1.tar.xz) = ceea7d67f16a4b3240b96f6f3f1c1ae76a48cc53 -Size (libxkbcommon-0.4.1.tar.xz) = 551424 bytes +SHA1 (libxkbcommon-0.4.2.tar.xz) = 63eaa8624ec9bcc209e281193fb2db35a28b0246 +RMD160 (libxkbcommon-0.4.2.tar.xz) = 786e497a93cc463d697c833b4304575ff66c1d23 +Size (libxkbcommon-0.4.2.tar.xz) = 552316 bytes |