pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 glib2: update to 2.62.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e811abbcd1c8
branches:  trunk
changeset: 344788:e811abbcd1c8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 26 12:58:42 2019 +0000

description:
glib2: update to 2.62.3.

Overview of changes in GLib 2.62.3
==================================

* Use `poll()` in `g_spawn_sync()` rather than `select()`, which is subject to
  FD limits (#954)

* Fix undefined behaviour with `g_utf8_find_prev_char()` (#1917)

* Bugs fixed:
 - #954 The g_spawn_sync() function uses select() which has limitations
 - #1318 rare failure in gdbus-peer test: invalid uninstantiatable type '(null)' in cast to 'GDBusServer'
 - #1897 glib 2.62.0 fails test 'test_writev_no_vectors' wih gcc7
 - #1903 use-after-free in mimeapps test causes intermittent segfault during testing
 - #1916 objcopy not used from cross-compilation file in GIO tests
 - #1917 Test utf8-pointer fails with static build, LTO, optimisations, and new GCC
 - !1174 Backport !1164 ?use-after-free fix in mimeapps test? to glib-2-62
 - !1184 Backport !1173 ?gvariant: Limit recursion in g_variant_parse()? to glib-2-62
 - !1194 Backport !1176, !1183, !1188, !1191 to `glib-2-62`
 - !1203 Backport !1192, !1193, !1197 Fixes for gdbus-peer tests to glib-2-62
 - !1207 Backport !1206 ?goption: Relax assertion to avoid being broken by kdeinit5? to glib-2-62
 - !1215 [2.62] gdbus-peer: Specifically listen on 127.0.0.1
 - !1219 Backport !1218 ?gdb: Fix GHashTable pretty printer off-by-one error?
 - !1222 Backport !1221 ?Add NOTE_REVOKE to the list of the monitoring events? to glib-2-62
 - !1228 Backport !1199 ?gunicode: Fix UB in gutf8.c and utf8-pointer test? to glib-2-62

diffstat:

 devel/glib2/Makefile.common |   4 ++--
 devel/glib2/PLIST           |  16 ++++++++--------
 devel/glib2/distinfo        |  10 +++++-----
 3 files changed, 15 insertions(+), 15 deletions(-)

diffs (78 lines):

diff -r da54d5e08c7e -r e811abbcd1c8 devel/glib2/Makefile.common
--- a/devel/glib2/Makefile.common       Tue Nov 26 12:51:00 2019 +0000
+++ b/devel/glib2/Makefile.common       Tue Nov 26 12:58:42 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.75 2019/11/14 11:43:36 wiz Exp $
+# $NetBSD: Makefile.common,v 1.76 2019/11/26 12:58:42 wiz Exp $
 # used by devel/gdbus-codegen/Makefile
 # used by devel/glib2/Makefile
 # used by devel/glib2-tools/Makefile
 
-DISTNAME=      glib-2.62.2
+DISTNAME=      glib-2.62.3
 PKGNAME=       ${DISTNAME:S/glib/glib2/}
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r da54d5e08c7e -r e811abbcd1c8 devel/glib2/PLIST
--- a/devel/glib2/PLIST Tue Nov 26 12:51:00 2019 +0000
+++ b/devel/glib2/PLIST Tue Nov 26 12:58:42 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.109 2019/11/14 11:43:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.110 2019/11/26 12:58:42 wiz Exp $
 ${PLIST.nococoa}bin/gapplication
 bin/gdbus
 bin/gio
@@ -282,19 +282,19 @@
 lib/glib-2.0/include/glibconfig.h
 lib/libgio-2.0.so
 lib/libgio-2.0.so.0
-lib/libgio-2.0.so.0.6200.2
+lib/libgio-2.0.so.0.6200.3
 lib/libglib-2.0.so
 lib/libglib-2.0.so.0
-lib/libglib-2.0.so.0.6200.2
+lib/libglib-2.0.so.0.6200.3
 lib/libgmodule-2.0.so
 lib/libgmodule-2.0.so.0
-lib/libgmodule-2.0.so.0.6200.2
+lib/libgmodule-2.0.so.0.6200.3
 lib/libgobject-2.0.so
 lib/libgobject-2.0.so.0
-lib/libgobject-2.0.so.0.6200.2
+lib/libgobject-2.0.so.0.6200.3
 lib/libgthread-2.0.so
 lib/libgthread-2.0.so.0
-lib/libgthread-2.0.so.0.6200.2
+lib/libgthread-2.0.so.0.6200.3
 lib/pkgconfig/gio-2.0.pc
 lib/pkgconfig/gio-unix-2.0.pc
 lib/pkgconfig/glib-2.0.pc
@@ -306,8 +306,8 @@
 share/aclocal/glib-2.0.m4
 share/aclocal/glib-gettext.m4
 share/aclocal/gsettings.m4
-share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.6200.2-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.6200.2-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.6200.3-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.6200.3-gdb.py
 share/gettext/its/gschema.its
 share/gettext/its/gschema.loc
 share/glib-2.0/gdb/glib_gdb.py
diff -r da54d5e08c7e -r e811abbcd1c8 devel/glib2/distinfo
--- a/devel/glib2/distinfo      Tue Nov 26 12:51:00 2019 +0000
+++ b/devel/glib2/distinfo      Tue Nov 26 12:58:42 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.259 2019/11/26 10:27:09 jperkin Exp $
+$NetBSD: distinfo,v 1.260 2019/11/26 12:58:42 wiz Exp $
 
-SHA1 (glib-2.62.2.tar.xz) = b2a4e6eea3132b4c8393c2f570711131ed960b73
-RMD160 (glib-2.62.2.tar.xz) = 4a2cb690579c755de38125081879633e739a3820
-SHA512 (glib-2.62.2.tar.xz) = 9261d1ed8b1b6479328f95e1e5ed70e15472967171bdf3906c63744b93e9b1e8f003d5198e90bf2a6548e89fd6ec091d2daa2683a113a167a9d40066b89e9330
-Size (glib-2.62.2.tar.xz) = 4682000 bytes
+SHA1 (glib-2.62.3.tar.xz) = a8970ea4a9fbaf3050172d63f17372ead2894798
+RMD160 (glib-2.62.3.tar.xz) = 1aca0cf7e3a64e18eeea3d928e15280062a06f55
+SHA512 (glib-2.62.3.tar.xz) = 359ccbb8809443b5ad0947dccafe2c06daa8e8a0dc643611d17f46bbc388305edc21aca0b550c01fe9180bb42d7291da19814dc4e5ac8df7798cafd7203560a7
+Size (glib-2.62.3.tar.xz) = 4684460 bytes
 SHA1 (patch-gio_gcredentialsprivate.h) = dab92e07f8357a7dc1a569e37f65f9b199aee281
 SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = ec8ce89da08059ebf953d84a1dca5a2b380349f4
 SHA1 (patch-gio_giomodule.c) = d704699b2f457a08fff9219fe697e5fd2cc582ed



Home | Main Index | Thread Index | Old Index