pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: prlw1
Date: Sun Aug 21 21:47:29 UTC 2016
Modified Files:
pkgsrc/devel/gdbus-codegen: Makefile
pkgsrc/devel/glib2: Makefile Makefile.common PLIST distinfo
pkgsrc/sysutils/gio-fam: Makefile
Log Message:
Update glib2 to 2.48.2
Overview of changes in GLib 2.48.2
==================================
Bugs fixed:
547200 g_utf8_find_next_char() issues
673101 resource compiler dependency generation not working for generated files
700756 GFile.new_for_path arguments misses (type filename) annotation
725902 build: simplify dtrace configuration
728207 gsocketservice: Documentation does not mention that is already active...
730187 glocalfileoutputstream: Fix an FD leak in an error path
746685 Doc: clarify that g_variant_get_data() can be used instead of g_varia...
750257 GSettings changed signal should clearly state the order required
753231 Memory is potentially used after free
755439 Memory leak in gdbusproxy.c
760115 gtestutils: add missing dash in seed argument's --help documentation
760423 gio-querymodules prints error messages as question marks on some locales
761810 gio: Support using GDBusObjectManagerServer at path /
766211 Fix the upper bound in g_unichar_iswide_bsearch
766899 Superflous HTML/XML comments
766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_messages()
767172 docs: Move GIO_USE_VFS to "okay for production" section
767218 Remove a UTF-8 ellipsis from gsignal.h
767824 Some UTC timezones incorrectly recognized on Windows 7
767949 Typos in glib docs
768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
768551 Test failure: test_socket_address_to_string
768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
768806 gdbus tool must swallow -- argument
769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
Translations updated:
Indonesian
Portuguese
Turkish
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/gdbus-codegen/Makefile
cvs rdiff -u -r1.230 -r1.231 pkgsrc/devel/glib2/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/glib2/Makefile.common
cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/glib2/PLIST
cvs rdiff -u -r1.217 -r1.218 pkgsrc/devel/glib2/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/gio-fam/Makefile
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/Makefile
diff -u pkgsrc/devel/gdbus-codegen/Makefile:1.16 pkgsrc/devel/gdbus-codegen/Makefile:1.17
--- pkgsrc/devel/gdbus-codegen/Makefile:1.16 Sat Jul 9 06:38:07 2016
+++ pkgsrc/devel/gdbus-codegen/Makefile Sun Aug 21 21:47:29 2016
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.16 2016/07/09 06:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2016/08/21 21:47:29 prlw1 Exp $
-PKGREVISION= 1
.include "../../devel/glib2/Makefile.common"
PKGNAME:= ${PKGNAME:S/glib2/gdbus-codegen/}
Index: pkgsrc/devel/glib2/Makefile
diff -u pkgsrc/devel/glib2/Makefile:1.230 pkgsrc/devel/glib2/Makefile:1.231
--- pkgsrc/devel/glib2/Makefile:1.230 Sat Jul 9 06:38:07 2016
+++ pkgsrc/devel/glib2/Makefile Sun Aug 21 21:47:29 2016
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.230 2016/07/09 06:38:07 wiz Exp $
+# $NetBSD: Makefile,v 1.231 2016/08/21 21:47:29 prlw1 Exp $
-PKGREVISION= 1
.include "Makefile.common"
CATEGORIES= devel gnome
Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.50 pkgsrc/devel/glib2/Makefile.common:1.51
--- pkgsrc/devel/glib2/Makefile.common:1.50 Fri May 27 08:19:27 2016
+++ pkgsrc/devel/glib2/Makefile.common Sun Aug 21 21:47:29 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2016/05/27 08:19:27 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.51 2016/08/21 21:47:29 prlw1 Exp $
#
# used by devel/glib2/Makefile
# used by devel/gdbus-codegen/Makefile
@@ -6,7 +6,7 @@
# When updating this package, please apply patch-ak to configure.in and
# then run a matching version of autoconf to regen patch-aa.
-DISTNAME= glib-2.48.1
+DISTNAME= glib-2.48.2
PKGNAME= ${DISTNAME:S/glib/glib2/}
CATEGORIES= # empty; redefined in Makefile
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${PKGVERSION_NOREV:R}/}
Index: pkgsrc/devel/glib2/PLIST
diff -u pkgsrc/devel/glib2/PLIST:1.87 pkgsrc/devel/glib2/PLIST:1.88
--- pkgsrc/devel/glib2/PLIST:1.87 Fri May 27 08:19:27 2016
+++ pkgsrc/devel/glib2/PLIST Sun Aug 21 21:47:29 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.87 2016/05/27 08:19:27 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.88 2016/08/21 21:47:29 prlw1 Exp $
bin/gapplication
bin/gdbus
bin/gio-querymodules
@@ -290,8 +290,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.4800.1-gdb.py
-share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.4800.1-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libglib-2.0.so.0.4800.2-gdb.py
+share/gdb/auto-load${LOCALBASE}/lib/libgobject-2.0.so.0.4800.2-gdb.py
share/gettext/its/gschema.its
share/gettext/its/gschema.loc
share/glib-2.0/gdb/glib.py
Index: pkgsrc/devel/glib2/distinfo
diff -u pkgsrc/devel/glib2/distinfo:1.217 pkgsrc/devel/glib2/distinfo:1.218
--- pkgsrc/devel/glib2/distinfo:1.217 Fri May 27 08:19:27 2016
+++ pkgsrc/devel/glib2/distinfo Sun Aug 21 21:47:29 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.217 2016/05/27 08:19:27 prlw1 Exp $
+$NetBSD: distinfo,v 1.218 2016/08/21 21:47:29 prlw1 Exp $
-SHA1 (glib-2.48.1.tar.xz) = d59b6daf51dff21c6327734a99f1fb6c5328bcf9
-RMD160 (glib-2.48.1.tar.xz) = d201aca22d0475a1af41da84459195820ae3cb0a
-SHA512 (glib-2.48.1.tar.xz) = 5bbea7d07ba6d75c35c6be8f1ebc685aa2549bd20030741b2d6e2c30e9b2d476c2afa50a974bbdad98c305666c8b04357b51619c97fe50d3e9965700088aad9b
-Size (glib-2.48.1.tar.xz) = 7441032 bytes
+SHA1 (glib-2.48.2.tar.xz) = f05c43cedfd113a047e7a90d694dd17eeea2d12b
+RMD160 (glib-2.48.2.tar.xz) = 68e63fa11545f07b7187d586a5809bd681400f95
+SHA512 (glib-2.48.2.tar.xz) = 2eac104eb2207d0a6488992e48069a34b417f51e141364f281ab7b0953a6de88be177b1c694dd9464a856c9a5d8021e3cf0193a8d9c5aaf6ea11f1f9ff743c43
+Size (glib-2.48.2.tar.xz) = 6408644 bytes
SHA1 (patch-aa) = d197ded7ca05c2e37396e6c6b185797bd9bb2821
SHA1 (patch-ab) = 04bde955a2a588011a8c77ada4923d5464a0d544
SHA1 (patch-ac) = 96e153339675457356f71e35d20375bed669d337
Index: pkgsrc/sysutils/gio-fam/Makefile
diff -u pkgsrc/sysutils/gio-fam/Makefile:1.14 pkgsrc/sysutils/gio-fam/Makefile:1.15
--- pkgsrc/sysutils/gio-fam/Makefile:1.14 Sat Jul 9 06:38:59 2016
+++ pkgsrc/sysutils/gio-fam/Makefile Sun Aug 21 21:47:29 2016
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.14 2016/07/09 06:38:59 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/08/21 21:47:29 prlw1 Exp $
-PKGREVISION= 1
.include "../../devel/glib2/Makefile.common"
PKGNAME:= ${PKGNAME:S/glib2/gio-fam/}
Home |
Main Index |
Thread Index |
Old Index