pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Thu Oct  1 11:45:46 UTC 2020

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/at-spi2-core/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/at-spi2-core/distinfo

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

Modified files:

Index: pkgsrc/devel/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.37 pkgsrc/devel/at-spi2-core/Makefile:1.38
--- pkgsrc/devel/at-spi2-core/Makefile:1.37     Fri Jul 31 10:34:14 2020
+++ pkgsrc/devel/at-spi2-core/Makefile  Thu Oct  1 11:45:46 2020
@@ -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

Index: pkgsrc/devel/at-spi2-core/distinfo
diff -u pkgsrc/devel/at-spi2-core/distinfo:1.26 pkgsrc/devel/at-spi2-core/distinfo:1.27
--- pkgsrc/devel/at-spi2-core/distinfo:1.26     Fri Jul 31 10:34:14 2020
+++ pkgsrc/devel/at-spi2-core/distinfo  Thu Oct  1 11:45:46 2020
@@ -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