pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/at-spi2-core Update at-spi2-core to 2.38.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49df62b0bce7
branches:  trunk
changeset: 439994:49df62b0bce7
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Thu Oct 01 11:45:46 2020 +0000

description:
Update at-spi2-core to 2.38.0

What's new in at-spi2-core 2.37.92:

* Fix a possible memory leak if an event name cannot be parsed.

* _atspi_dbus_set_interfaces: fix memory leak when called with an invalid
  DBus signature.

* Fix a crash if an event listener is removed during an event callback.


What's new in at-spi2-core 2.37.90:

* Add a mode-changed signal to allow a screen reader to indicate
  that its mode has changed.

* Fix use after free when a device listener is destroyed (#22).

* Meson: de-duplicate deps of 'Requires' in pkgconfig file (!28).

* Fix use after free when an event listener is destroyed.

* Make at-spi-dbus-bus.desktop validate (!30).

* atspi_accessible_set_cache_mask: relax assert that was generating a
  warning and causing the function to fail in some cases.

* Fixes for synthesizing keys.

* Fix Qt annotations in DBus xml files.

* Memory test: replace gedit with a light-weight test application.

* dbtest: print to stdout instead of stderr.

* Tests: make test a bit verbose.

* Constants: fix typos in two _COUNT constants.

diffstat:

 devel/at-spi2-core/Makefile |   4 ++--
 devel/at-spi2-core/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 40c20b883a0f -r 49df62b0bce7 devel/at-spi2-core/Makefile
--- a/devel/at-spi2-core/Makefile       Thu Oct 01 10:28:09 2020 +0000
+++ b/devel/at-spi2-core/Makefile       Thu Oct 01 11:45:46 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2020/07/31 10:34:14 prlw1 Exp $
+# $NetBSD: Makefile,v 1.38 2020/10/01 11:45:46 prlw1 Exp $
 
-DISTNAME=      at-spi2-core-2.36.0
+DISTNAME=      at-spi2-core-2.38.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r 40c20b883a0f -r 49df62b0bce7 devel/at-spi2-core/distinfo
--- a/devel/at-spi2-core/distinfo       Thu Oct 01 10:28:09 2020 +0000
+++ b/devel/at-spi2-core/distinfo       Thu Oct 01 11:45:46 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2020/07/31 10:34:14 prlw1 Exp $
+$NetBSD: distinfo,v 1.27 2020/10/01 11:45:46 prlw1 Exp $
 
-SHA1 (at-spi2-core-2.36.0.tar.xz) = 988d32315d66e2563c9702d8daaedf31c152ad41
-RMD160 (at-spi2-core-2.36.0.tar.xz) = e0d2b167100d6aacd61aff919286e3886d482d47
-SHA512 (at-spi2-core-2.36.0.tar.xz) = f45d7e68bfcd9b93cebc47e30febce1ae6a4d9df2fbc9d5bdc25babb123c922d0f9a229485770b2f6ed386178144c20486fa3e46195041ea65a54ab019b1cbb6
-Size (at-spi2-core-2.36.0.tar.xz) = 186824 bytes
+SHA1 (at-spi2-core-2.38.0.tar.xz) = c03c5767e19baa42016b496329675125d183e266
+RMD160 (at-spi2-core-2.38.0.tar.xz) = 0dbb814bd39676adb7484742ed0944f7bdda07a3
+SHA512 (at-spi2-core-2.38.0.tar.xz) = 3a1eb27cff6e0dd03119b4f8361a3b6037b26c511e80e2d003d1d5c41fede6d49eb5e0ac1ee45cfb4f3ca8e53292a7e2da67df80be28e77014775e41777a96c1
+Size (at-spi2-core-2.38.0.tar.xz) = 190540 bytes



Home | Main Index | Thread Index | Old Index