diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-24 14:27:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-24 14:27:44 +0000 |
commit | ad3842d122433dc2e3fe7d316b81b986771660a1 (patch) | |
tree | b5589e02bcbcf977d1984f252003a35228d03cd0 /devel | |
parent | 75af163f804e196250c40adcac0bfad69045a4a2 (diff) | |
download | pkgsrc-ad3842d122433dc2e3fe7d316b81b986771660a1.tar.gz |
Update to 2.18.3:
Overview of Changes from GLib 2.18.2 to GLib 2.18.3
===================================================
* Build with libtool 2.x
(Seems to work fine with pkgsrc libtool though, at least for now)
* Bugs fixed:
557087 mem leak in g_content_types_get_registered
558185 'parent' variable in g_local_file_get_child_for_display_name()
hits g_object_unref(NULL) assertion
557210 g_compute_checksum_for_* asserts with less than 2 bytes
528320 Incorrect icons displayed for files with custom mimetype icons
557592 Missing include in gwinhttpfile.c
556415 Crash on Windows 2000 in g_winhttp_vfs_init()
556910 Memory leak: sub
561352 Leak of icon description
561375 Leaks mountpoint description
560569 gkeyfile doesn't use the set list_separator in some cases
560568 gkeyfile docs buglet
559413 g_option_group_set_error_hook docs buglet
* Updated translations:
Arabic (ar)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib2/Makefile | 4 | ||||
-rw-r--r-- | devel/glib2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index b2fd4b5789f..eaef08d47d8 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.147 2008/10/24 15:59:52 wiz Exp $ +# $NetBSD: Makefile,v 1.148 2008/11/24 14:27:44 wiz Exp $ # When updating glib2, please apply patch-ak to configure.in # Then run a matching version of autoconf to regen patch-aa. -DISTNAME= glib-2.18.2 +DISTNAME= glib-2.18.3 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= devel MASTER_SITES= ftp://ftp.gtk.org/pub/glib/2.18/ \ diff --git a/devel/glib2/distinfo b/devel/glib2/distinfo index cbb5911c0ed..39c8eb0fba9 100644 --- a/devel/glib2/distinfo +++ b/devel/glib2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.103 2008/10/24 15:59:52 wiz Exp $ +$NetBSD: distinfo,v 1.104 2008/11/24 14:27:44 wiz Exp $ -SHA1 (glib-2.18.2.tar.bz2) = 4eaf73feda42e8ecf00654f56e38f7fedd6a9266 -RMD160 (glib-2.18.2.tar.bz2) = 52df56375dd97c07837ae085dc045cf29d6f59a1 -Size (glib-2.18.2.tar.bz2) = 4760532 bytes +SHA1 (glib-2.18.3.tar.bz2) = 293f639fb85ea47347eb34e122327c60ef7606e4 +RMD160 (glib-2.18.3.tar.bz2) = cf43fbba04250becaabdb7b7f55bcdec584f019e +Size (glib-2.18.3.tar.bz2) = 4835503 bytes SHA1 (patch-aa) = 7cddba48d8ad2616279a5e9fff0c57bcdbba4fba SHA1 (patch-ab) = 757cfd7f686d3e3147d13f530d1c85c7835bf762 SHA1 (patch-ac) = 96e153339675457356f71e35d20375bed669d337 |