[ubuntu/eoan-proposed] glib2.0 2.62.2-2~ubuntu19.10.1 (Accepted)
Iain Lane
iain at orangesquash.org.uk
Thu Nov 21 09:58:50 UTC 2019
glib2.0 (2.62.2-2~ubuntu19.10.1) eoan; urgency=medium
* No-change backport from focal to eoan (LP: #1850932).
+ Contains fix for LP: #1844853 - "IBus no longer works in Qt applications
after upgrade"
glib2.0 (2.62.2-2) unstable; urgency=medium
* Team upload
* Update to upstream commit 2.62.2-14-gfcbb88823:
- d/p/gdesktopappinfo-Allocate-DesktopFileDir-structs-dynamical.patch,
d/p/gdesktopappinfo-Cancel-file-monitor-when-resetting-a-Desk.patch,
d/p/glocalfilemonitor-Keep-a-weak-ref-to-the-monitor-in-GFile.patch:
Fix intermittent test failures for GDesktopAppInfo (Closes: #941550)
- d/p/gvariant-Limit-recursion-in-g_variant_parse.patch:
Ensure that parsing a text-format GVariant does not run out of stack
space
- d/p/tests-Use-objcopy-from-the-cross-compilation-file-if-conf.patch,
d/p/docs-Add-objcopy-to-example-cross-compilation-file.patch:
Use the appropriate architecture's objcopy when cross-compiling
- d/p/gtestutils-Add-additional-non-NULL-check-in-g_assert_cmpm.patch:
Avoid false positive NULL dereference warnings in g_assert_cmpmem()
- d/p/gspawn-Port-to-g_poll-from-select.patch:
Fix launching subprocesses when a very large number of fds are open
- d/p/gcredentialsprivate-Document-the-various-private-macros.patch,
d/p/credentials-Invalid-Linux-struct-ucred-means-no-informati.patch,
d/p/GDBus-prefer-getsockopt-style-credentials-passing-APIs.patch:
Ensure libdbus clients can authenticate with a GDBusServer like the
one in ibus (Closes: #941018)
* d/p/gdbusserver-Delete-socket-and-nonce-file-when-stopping-se.patch,
d/p/gdbusserver-Keep-a-strong-reference-to-the-server-in-call.patch,
d/p/Add-a-test-for-GDBusServer-authentication.patch:
Backport regression test for #941018 from upstream git master
* d/p/gdbusauthmechanismsha1-Remove-unnecessary-g_warning-calls.patch,
d/p/gdbusauthmechanismsha1-Create-.dbus-keyrings-directory-re.patch,
d/p/tests-Move-main-loop-and-test-GUID-into-test-functions-in.patch,
d/p/tests-Isolate-directories-in-gdbus-peer-test.patch:
Backport reliability fixes for gdbus-peer test from upstream git master
* d/p/gdbus-peer-test-Improve-diagnostics-if-g_rmdir-fails.patch,
d/p/gdbus-peer-test-Stop-GDBusServer-before-tearing-down-temp.patch,
d/p/gdbus-peer-test-Use-unix-dir-address-if-exact-format-does.patch,
d/p/gdbus-server-auth-test-Create-temporary-directory-for-Uni.patch:
Add some proposed patches to improve GDBus unit tests
* d/p/debian/mimeapps-test-Mark-as-flaky.patch:
Drop patch, hopefully no longer needed with #941550 fixed
* d/p/debian/taptestrunner-Stop-looking-like-an-executable-script.patch:
Make taptestrunner non-executable to avoid a Lintian warning
glib2.0 (2.62.2-1) unstable; urgency=medium
* New upstream release
+ Fixes use after free when calling g_dbus_connection_flush_sync() in a
dedicated thread (LP: #1848202)
Date: Fri, 01 Nov 2019 13:40:14 +0000
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/glib2.0/2.62.2-2~ubuntu19.10.1
-------------- next part --------------
Format: 1.8
Date: Fri, 01 Nov 2019 13:40:14 +0000
Source: glib2.0
Architecture: source
Version: 2.62.2-2~ubuntu19.10.1
Distribution: eoan
Urgency: medium
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Changed-By: Iain Lane <iain at orangesquash.org.uk>
Closes: 941018 941550
Launchpad-Bugs-Fixed: 1844853 1848202 1850932
Changes:
glib2.0 (2.62.2-2~ubuntu19.10.1) eoan; urgency=medium
.
* No-change backport from focal to eoan (LP: #1850932).
+ Contains fix for LP: #1844853 - "IBus no longer works in Qt applications
after upgrade"
.
glib2.0 (2.62.2-2) unstable; urgency=medium
.
* Team upload
* Update to upstream commit 2.62.2-14-gfcbb88823:
- d/p/gdesktopappinfo-Allocate-DesktopFileDir-structs-dynamical.patch,
d/p/gdesktopappinfo-Cancel-file-monitor-when-resetting-a-Desk.patch,
d/p/glocalfilemonitor-Keep-a-weak-ref-to-the-monitor-in-GFile.patch:
Fix intermittent test failures for GDesktopAppInfo (Closes: #941550)
- d/p/gvariant-Limit-recursion-in-g_variant_parse.patch:
Ensure that parsing a text-format GVariant does not run out of stack
space
- d/p/tests-Use-objcopy-from-the-cross-compilation-file-if-conf.patch,
d/p/docs-Add-objcopy-to-example-cross-compilation-file.patch:
Use the appropriate architecture's objcopy when cross-compiling
- d/p/gtestutils-Add-additional-non-NULL-check-in-g_assert_cmpm.patch:
Avoid false positive NULL dereference warnings in g_assert_cmpmem()
- d/p/gspawn-Port-to-g_poll-from-select.patch:
Fix launching subprocesses when a very large number of fds are open
- d/p/gcredentialsprivate-Document-the-various-private-macros.patch,
d/p/credentials-Invalid-Linux-struct-ucred-means-no-informati.patch,
d/p/GDBus-prefer-getsockopt-style-credentials-passing-APIs.patch:
Ensure libdbus clients can authenticate with a GDBusServer like the
one in ibus (Closes: #941018)
* d/p/gdbusserver-Delete-socket-and-nonce-file-when-stopping-se.patch,
d/p/gdbusserver-Keep-a-strong-reference-to-the-server-in-call.patch,
d/p/Add-a-test-for-GDBusServer-authentication.patch:
Backport regression test for #941018 from upstream git master
* d/p/gdbusauthmechanismsha1-Remove-unnecessary-g_warning-calls.patch,
d/p/gdbusauthmechanismsha1-Create-.dbus-keyrings-directory-re.patch,
d/p/tests-Move-main-loop-and-test-GUID-into-test-functions-in.patch,
d/p/tests-Isolate-directories-in-gdbus-peer-test.patch:
Backport reliability fixes for gdbus-peer test from upstream git master
* d/p/gdbus-peer-test-Improve-diagnostics-if-g_rmdir-fails.patch,
d/p/gdbus-peer-test-Stop-GDBusServer-before-tearing-down-temp.patch,
d/p/gdbus-peer-test-Use-unix-dir-address-if-exact-format-does.patch,
d/p/gdbus-server-auth-test-Create-temporary-directory-for-Uni.patch:
Add some proposed patches to improve GDBus unit tests
* d/p/debian/mimeapps-test-Mark-as-flaky.patch:
Drop patch, hopefully no longer needed with #941550 fixed
* d/p/debian/taptestrunner-Stop-looking-like-an-executable-script.patch:
Make taptestrunner non-executable to avoid a Lintian warning
.
glib2.0 (2.62.2-1) unstable; urgency=medium
.
* New upstream release
+ Fixes use after free when calling g_dbus_connection_flush_sync() in a
dedicated thread (LP: #1848202)
Checksums-Sha1:
add501e851c5c64a0e2b90d62ec791b15f7ff90c 3291 glib2.0_2.62.2-2~ubuntu19.10.1.dsc
b2a4e6eea3132b4c8393c2f570711131ed960b73 4682000 glib2.0_2.62.2.orig.tar.xz
f83357a2164e30a8a60fc53b01a7af4f177c1efb 105724 glib2.0_2.62.2-2~ubuntu19.10.1.debian.tar.xz
3cc368848b8af7d30efc1f9a716abc3c732ffc3e 13630 glib2.0_2.62.2-2~ubuntu19.10.1_source.buildinfo
Checksums-Sha256:
63d3b9ce551b3666697872ccf2a2f2176cf36b0db6f92bd147db35038da46a39 3291 glib2.0_2.62.2-2~ubuntu19.10.1.dsc
698824a413f76df039739c2a78f45b10939d526ae7495bab4e694e6730deb3f1 4682000 glib2.0_2.62.2.orig.tar.xz
2250dbf08bb631435b00cafced0afadb566e8cc66ff7f29a28508fc2ef7c0e73 105724 glib2.0_2.62.2-2~ubuntu19.10.1.debian.tar.xz
1af327b6c1cc918c4cd4bf03331d2dad215225062c7abf849ccebe5452c29785 13630 glib2.0_2.62.2-2~ubuntu19.10.1_source.buildinfo
Files:
d1644d9503f5bb9d2f0b26b1487cad74 3291 libs optional glib2.0_2.62.2-2~ubuntu19.10.1.dsc
bed3a70397a019965efac0c49f9c8164 4682000 libs optional glib2.0_2.62.2.orig.tar.xz
3e1a75d6ba6367b9f677be4020d4c831 105724 libs optional glib2.0_2.62.2-2~ubuntu19.10.1.debian.tar.xz
9bb52bcda7bdeebc2f848adda07f5bb7 13630 libs optional glib2.0_2.62.2-2~ubuntu19.10.1_source.buildinfo
More information about the Eoan-changes
mailing list