pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 30 11:59:20 UTC 2020

Modified Files:
        pkgsrc/devel/gdbus-codegen: distinfo
        pkgsrc/devel/glib2: Makefile Makefile.common PLIST distinfo

Log Message:
glib2: updated to 2.64.3

Overview of changes in GLib 2.64.3
==================================

* Stability improvements for various unit tests

* Bugs fixed:
 - gdbus-server-auth intermittent failure
 - Deprecation warnings when compiling with -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_28 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_28
 - -Wformat-nonliteral fixes to glib-2-64
 - memory monitor test dependency fixes to glib-2-64
 - CI: Switch to new Windows runners (2.64)
 - D-Bus keyring handling fixes to glib-2-64
 - array: fix corrupt state of GPtrArray after g_ptr_array_extend_and_steal() to glib-2-64
 - CI: Make sure we use meson 0.49.2 in MSYS2 to glib-2-64
 - gthread: ignore deprecated declarations in static inline functions to glib-2-64
 - meson: Remove stray ], in O_DIRECTORY check to glib-2-64
 - Fix stpcpy() detection to glib-2-64

* Translation updates:
 - Chinese (Taiwan)
 - German


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/gdbus-codegen/distinfo
cvs rdiff -u -r1.273 -r1.274 pkgsrc/devel/glib2/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.116 -r1.117 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.271 -r1.272 pkgsrc/devel/glib2/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/gdbus-codegen/distinfo
diff -u pkgsrc/devel/gdbus-codegen/distinfo:1.11 pkgsrc/devel/gdbus-codegen/distinfo:1.12
--- pkgsrc/devel/gdbus-codegen/distinfo:1.11    Sun Apr 12 10:39:32 2020
+++ pkgsrc/devel/gdbus-codegen/distinfo Tue Jun 30 11:59:20 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2020/04/12 10:39:32 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/06/30 11:59:20 adam Exp $
 
-SHA1 (glib-2.64.2.tar.xz) = 50e0ef5a45cc3d8117aa74d2aa01f216157ad682
-RMD160 (glib-2.64.2.tar.xz) = 87c3b47f3d1567de5ecba5f3b884767be232a8e6
-SHA512 (glib-2.64.2.tar.xz) = c65adb76f4a03c19f2df186dde49724135975ec6cd059efca5d753e7459f77925657b1fb6fc4ff0d09b2461b2f6e58c9710fc8cde0a5d648ba0d68ccfef1ec57
-Size (glib-2.64.2.tar.xz) = 4760436 bytes
+SHA1 (glib-2.64.3.tar.xz) = 0c14c207c7a35c37f9d3e51d45ed8a8aa03cb48d
+RMD160 (glib-2.64.3.tar.xz) = 5c83588b118ee2683c8dff89f1b3f0cea7a71988
+SHA512 (glib-2.64.3.tar.xz) = a3828c37a50e86eb8791be53bd8af848d144e4580841ffab28f3b6eae5144f5cdf4a5d4b43130615b97488e700b274c2468fc7d561b3701a1fc686349501a1db
+Size (glib-2.64.3.tar.xz) = 4778964 bytes
 SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999

Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.273 pkgsrc/devel/glib2/Makefile:1.274
--- pkgsrc/devel/glib2/Makefile:1.273   Wed Apr 22 06:45:43 2020
+++ pkgsrc/devel/glib2/Makefile Tue Jun 30 11:59:19 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.273 2020/04/22 06:45:43 triaxx Exp $
+# $NetBSD: Makefile,v 1.274 2020/06/30 11:59:19 adam Exp $
 
 .include "Makefile.common"
 
-PKGREVISION=   1
 CATEGORIES=    devel gnome
 COMMENT=       Some useful routines for C programming (glib2)
 

Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.80 pkgsrc/devel/glib2/Makefile.common:1.81
--- pkgsrc/devel/glib2/Makefile.common:1.80     Sun Apr 12 10:39:31 2020
+++ pkgsrc/devel/glib2/Makefile.common  Tue Jun 30 11:59:19 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.80 2020/04/12 10:39:31 adam Exp $
+# $NetBSD: Makefile.common,v 1.81 2020/06/30 11:59:19 adam Exp $
 # used by devel/gdbus-codegen/Makefile
 # used by devel/glib2/Makefile
 # used by devel/glib2-tools/Makefile
 
-DISTNAME=      glib-2.64.2
+DISTNAME=      glib-2.64.3
 PKGNAME=       ${DISTNAME:S/glib/glib2/}
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/devel/glib2/PLIST
diff -u pkgsrc/devel/glib2/PLIST:1.116 pkgsrc/devel/glib2/PLIST:1.117
--- pkgsrc/devel/glib2/PLIST:1.116      Sun Apr 12 10:39:31 2020
+++ pkgsrc/devel/glib2/PLIST    Tue Jun 30 11:59:19 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.116 2020/04/12 10:39:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.117 2020/06/30 11:59:19 adam Exp $
 ${PLIST.nococoa}bin/gapplication
 bin/gdbus
 bin/gio
@@ -282,19 +282,19 @@ ${PLIST.fam}lib/gio/modules/libgiofam.so
 lib/glib-2.0/include/glibconfig.h
 lib/libgio-2.0.so
 lib/libgio-2.0.so.0
-lib/libgio-2.0.so.0.6400.2
+lib/libgio-2.0.so.0.6400.3
 lib/libglib-2.0.so
 lib/libglib-2.0.so.0
-lib/libglib-2.0.so.0.6400.2
+lib/libglib-2.0.so.0.6400.3
 lib/libgmodule-2.0.so
 lib/libgmodule-2.0.so.0
-lib/libgmodule-2.0.so.0.6400.2
+lib/libgmodule-2.0.so.0.6400.3
 lib/libgobject-2.0.so
 lib/libgobject-2.0.so.0
-lib/libgobject-2.0.so.0.6400.2
+lib/libgobject-2.0.so.0.6400.3
 lib/libgthread-2.0.so
 lib/libgthread-2.0.so.0
-lib/libgthread-2.0.so.0.6400.2
+lib/libgthread-2.0.so.0.6400.3
 lib/pkgconfig/gio-2.0.pc
 lib/pkgconfig/gio-unix-2.0.pc
 lib/pkgconfig/glib-2.0.pc
@@ -306,8 +306,8 @@ lib/pkgconfig/gthread-2.0.pc
 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.6400.2-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.6400.2-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.6400.3-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.6400.3-gdb.py
 share/gettext/its/gschema.its
 share/gettext/its/gschema.loc
 share/glib-2.0/gdb/glib_gdb.py

Index: pkgsrc/devel/glib2/distinfo
diff -u pkgsrc/devel/glib2/distinfo:1.271 pkgsrc/devel/glib2/distinfo:1.272
--- pkgsrc/devel/glib2/distinfo:1.271   Sun Apr 12 10:39:31 2020
+++ pkgsrc/devel/glib2/distinfo Tue Jun 30 11:59:19 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.271 2020/04/12 10:39:31 adam Exp $
+$NetBSD: distinfo,v 1.272 2020/06/30 11:59:19 adam Exp $
 
-SHA1 (glib-2.64.2.tar.xz) = 50e0ef5a45cc3d8117aa74d2aa01f216157ad682
-RMD160 (glib-2.64.2.tar.xz) = 87c3b47f3d1567de5ecba5f3b884767be232a8e6
-SHA512 (glib-2.64.2.tar.xz) = c65adb76f4a03c19f2df186dde49724135975ec6cd059efca5d753e7459f77925657b1fb6fc4ff0d09b2461b2f6e58c9710fc8cde0a5d648ba0d68ccfef1ec57
-Size (glib-2.64.2.tar.xz) = 4760436 bytes
+SHA1 (glib-2.64.3.tar.xz) = 0c14c207c7a35c37f9d3e51d45ed8a8aa03cb48d
+RMD160 (glib-2.64.3.tar.xz) = 5c83588b118ee2683c8dff89f1b3f0cea7a71988
+SHA512 (glib-2.64.3.tar.xz) = a3828c37a50e86eb8791be53bd8af848d144e4580841ffab28f3b6eae5144f5cdf4a5d4b43130615b97488e700b274c2468fc7d561b3701a1fc686349501a1db
+Size (glib-2.64.3.tar.xz) = 4778964 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