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 Feb 15 10:01:38 UTC 2022
Modified Files:
pkgsrc/devel/gdbus-codegen: distinfo
pkgsrc/devel/glib2: Makefile Makefile.common PLIST distinfo
Log Message:
glib2 glib2-tools gdbus-codegen: updated to 2.70.4
Overview of changes in GLib 2.70.4
==================================
* Bugs fixed:
- Backport !2461 “Fix memory leak in gio/gdbusauthmechanismsha1.c” to glib-2-70
* Translation updates:
- Czech
- French
- Indonesian
- Japanese
- Polish
- Portuguese (Brazil)
- Russian
- Slovenian
- Spanish
- Swedish
- Ukrainian
Overview of changes in GLib 2.70.3
==================================
* Several important fixes to FD handling in gspawn
* Several important fixes to GDBus message and GVariant parsing of invalid data
* Fix potential data loss due to missing fsync when saving files on btrfs
* Bugs fixed:
- gspawn.c may clobber target fds
- gspawn.c fails to close child_err_report_fd if it is duped to avoid conflation with one of the target_fds
- Arrays of zero-element tuples with non-zero length lead to infinite loops in g_dbus_message_new_from_blob
- Check for GVariant recursion depth before recursing
- gspawn doesn't set CLOEXEC if close_range fails unexpectedly
- Backport !1968 “gspawn: Fix file descriptor conflation issues” to glib-2-70
- Backport !2412 “paramspec: fix unref annotation” to glib-2-70
- Backport !2425 “gfileutils: Remove outdated BTRFS fsync optimization from set_contents” to glib-2-70
- Backport !2435 “gspawn: Report errors with closing file descriptors between fork/exec” to glib-2-70
- Backport !2454 gdbusmessage and gvariant fixes to glib-2-70
* Translation updates:
- Czech
- Indonesian
- Italian
- Lithuanian
- Polish
- Portuguese
- Romanian
- Serbian
- Slovenian
- Spanish
- Swedish
- Turkish
- Ukrainian
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/gdbus-codegen/distinfo
cvs rdiff -u -r1.287 -r1.288 pkgsrc/devel/glib2/Makefile
cvs rdiff -u -r1.98 -r1.99 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.135 -r1.136 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.297 -r1.298 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.30 pkgsrc/devel/gdbus-codegen/distinfo:1.31
--- pkgsrc/devel/gdbus-codegen/distinfo:1.30 Tue Dec 7 10:07:05 2021
+++ pkgsrc/devel/gdbus-codegen/distinfo Tue Feb 15 10:01:38 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2021/12/07 10:07:05 adam Exp $
+$NetBSD: distinfo,v 1.31 2022/02/15 10:01:38 adam Exp $
-BLAKE2s (glib-2.70.2.tar.xz) = 3b46520dac3bc5f18a89eaa98a0cdb461df20c37e439b44451551fe8eb759aed
-SHA512 (glib-2.70.2.tar.xz) = 872e3f06f87f21a32446b41aac7454fd6bf4d665c753121f6e9772cddebc592b79d88713fc6b8d510636af9f9c4528a9d508d8c4225c6dfeb928390120fb4809
-Size (glib-2.70.2.tar.xz) = 4822356 bytes
+BLAKE2s (glib-2.70.4.tar.xz) = 8fde8030850eb3bebd54825f1fa166642c3bdddfc58160b247b6865e66c0d8d7
+SHA512 (glib-2.70.4.tar.xz) = e0fa19ef7c2ee48d94fb15074e4e58ecd23b288cfa7bb92ca72d3e337dade80c675595f05b26c10d351a0167f6b273656aef3686d44708121a8861b16b7635c0
+Size (glib-2.70.4.tar.xz) = 4824296 bytes
SHA1 (patch-meson.build) = 4f9d178950414e1537b48a552d63c9e551801999
Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.287 pkgsrc/devel/glib2/Makefile:1.288
--- pkgsrc/devel/glib2/Makefile:1.287 Wed Dec 8 16:01:52 2021
+++ pkgsrc/devel/glib2/Makefile Tue Feb 15 10:01:37 2022
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.287 2021/12/08 16:01:52 adam Exp $
+# $NetBSD: Makefile,v 1.288 2022/02/15 10:01:37 adam Exp $
-PKGREVISION= 1
.include "Makefile.common"
CATEGORIES= devel gnome
Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.98 pkgsrc/devel/glib2/Makefile.common:1.99
--- pkgsrc/devel/glib2/Makefile.common:1.98 Fri Feb 11 00:37:55 2022
+++ pkgsrc/devel/glib2/Makefile.common Tue Feb 15 10:01:37 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.98 2022/02/11 00:37:55 joerg Exp $
+# $NetBSD: Makefile.common,v 1.99 2022/02/15 10:01:37 adam Exp $
# used by devel/gdbus-codegen/Makefile
# used by devel/glib2/Makefile
# used by devel/glib2-tools/Makefile
-DISTNAME= glib-2.70.2
+DISTNAME= glib-2.70.4
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.135 pkgsrc/devel/glib2/PLIST:1.136
--- pkgsrc/devel/glib2/PLIST:1.135 Tue Dec 7 10:07:05 2021
+++ pkgsrc/devel/glib2/PLIST Tue Feb 15 10:01:37 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.135 2021/12/07 10:07:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.136 2022/02/15 10:01:37 adam Exp $
${PLIST.nococoa}bin/gapplication
bin/gdbus
bin/gio
@@ -285,19 +285,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.7000.2
+lib/libgio-2.0.so.0.7000.4
lib/libglib-2.0.so
lib/libglib-2.0.so.0
-lib/libglib-2.0.so.0.7000.2
+lib/libglib-2.0.so.0.7000.4
lib/libgmodule-2.0.so
lib/libgmodule-2.0.so.0
-lib/libgmodule-2.0.so.0.7000.2
+lib/libgmodule-2.0.so.0.7000.4
lib/libgobject-2.0.so
lib/libgobject-2.0.so.0
-lib/libgobject-2.0.so.0.7000.2
+lib/libgobject-2.0.so.0.7000.4
lib/libgthread-2.0.so
lib/libgthread-2.0.so.0
-lib/libgthread-2.0.so.0.7000.2
+lib/libgthread-2.0.so.0.7000.4
lib/pkgconfig/gio-2.0.pc
lib/pkgconfig/gio-unix-2.0.pc
lib/pkgconfig/glib-2.0.pc
@@ -309,8 +309,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.7000.2-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7000.2-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.7000.4-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.7000.4-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.297 pkgsrc/devel/glib2/distinfo:1.298
--- pkgsrc/devel/glib2/distinfo:1.297 Fri Jan 28 21:34:51 2022
+++ pkgsrc/devel/glib2/distinfo Tue Feb 15 10:01:37 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.297 2022/01/28 21:34:51 schmonz Exp $
+$NetBSD: distinfo,v 1.298 2022/02/15 10:01:37 adam Exp $
-BLAKE2s (glib-2.70.2.tar.xz) = 3b46520dac3bc5f18a89eaa98a0cdb461df20c37e439b44451551fe8eb759aed
-SHA512 (glib-2.70.2.tar.xz) = 872e3f06f87f21a32446b41aac7454fd6bf4d665c753121f6e9772cddebc592b79d88713fc6b8d510636af9f9c4528a9d508d8c4225c6dfeb928390120fb4809
-Size (glib-2.70.2.tar.xz) = 4822356 bytes
+BLAKE2s (glib-2.70.4.tar.xz) = 8fde8030850eb3bebd54825f1fa166642c3bdddfc58160b247b6865e66c0d8d7
+SHA512 (glib-2.70.4.tar.xz) = e0fa19ef7c2ee48d94fb15074e4e58ecd23b288cfa7bb92ca72d3e337dade80c675595f05b26c10d351a0167f6b273656aef3686d44708121a8861b16b7635c0
+Size (glib-2.70.4.tar.xz) = 4824296 bytes
SHA1 (patch-gio_gcredentialsprivate.h) = f719ae41a9eb1d2f04d866b246fa5176543f2df9
SHA1 (patch-gio_gdbus-2.0_codegen_meson.build) = ec8ce89da08059ebf953d84a1dca5a2b380349f4
SHA1 (patch-gio_giomodule.c) = 68e612ac178c41aa0aae2bd66c3e4263910711ac
Home |
Main Index |
Thread Index |
Old Index