head 1.6; access; symbols pkgsrc-2020Q3:1.5.0.58 pkgsrc-2020Q3-base:1.5 pkgsrc-2020Q2:1.5.0.54 pkgsrc-2020Q2-base:1.5 pkgsrc-2020Q1:1.5.0.34 pkgsrc-2020Q1-base:1.5 pkgsrc-2019Q4:1.5.0.56 pkgsrc-2019Q4-base:1.5 pkgsrc-2019Q3:1.5.0.52 pkgsrc-2019Q3-base:1.5 pkgsrc-2019Q2:1.5.0.50 pkgsrc-2019Q2-base:1.5 pkgsrc-2019Q1:1.5.0.48 pkgsrc-2019Q1-base:1.5 pkgsrc-2018Q4:1.5.0.46 pkgsrc-2018Q4-base:1.5 pkgsrc-2018Q3:1.5.0.44 pkgsrc-2018Q3-base:1.5 pkgsrc-2018Q2:1.5.0.42 pkgsrc-2018Q2-base:1.5 pkgsrc-2018Q1:1.5.0.40 pkgsrc-2018Q1-base:1.5 pkgsrc-2017Q4:1.5.0.38 pkgsrc-2017Q4-base:1.5 pkgsrc-2017Q3:1.5.0.36 pkgsrc-2017Q3-base:1.5 pkgsrc-2017Q2:1.5.0.32 pkgsrc-2017Q2-base:1.5 pkgsrc-2017Q1:1.5.0.30 pkgsrc-2017Q1-base:1.5 pkgsrc-2016Q4:1.5.0.28 pkgsrc-2016Q4-base:1.5 pkgsrc-2016Q3:1.5.0.26 pkgsrc-2016Q3-base:1.5 pkgsrc-2016Q2:1.5.0.24 pkgsrc-2016Q2-base:1.5 pkgsrc-2016Q1:1.5.0.22 pkgsrc-2016Q1-base:1.5 pkgsrc-2015Q4:1.5.0.20 pkgsrc-2015Q4-base:1.5 pkgsrc-2015Q3:1.5.0.18 pkgsrc-2015Q3-base:1.5 pkgsrc-2015Q2:1.5.0.16 pkgsrc-2015Q2-base:1.5 pkgsrc-2015Q1:1.5.0.14 pkgsrc-2015Q1-base:1.5 pkgsrc-2014Q4:1.5.0.12 pkgsrc-2014Q4-base:1.5 pkgsrc-2014Q3:1.5.0.10 pkgsrc-2014Q3-base:1.5 pkgsrc-2014Q2:1.5.0.8 pkgsrc-2014Q2-base:1.5 pkgsrc-2014Q1:1.5.0.6 pkgsrc-2014Q1-base:1.5 pkgsrc-2013Q4:1.5.0.4 pkgsrc-2013Q4-base:1.5 pkgsrc-2013Q3:1.5.0.2 pkgsrc-2013Q3-base:1.5 pkgsrc-2013Q2:1.4.0.18 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.16 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.14 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.12 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.10 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.8 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.4 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.2.0.12 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.10 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.8 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.6 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.4 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.4 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.2 pkgsrc-2009Q2-base:1.1; locks; strict; comment @# @; 1.6 date 2020.11.22.21.26.51; author nia; state dead; branches; next 1.5; commitid nDd9hbtTzADWCVwC; 1.5 date 2013.07.06.22.20.33; author wiz; state Exp; branches; next 1.4; commitid XsrFwrnKJjIDAsWw; 1.4 date 2011.05.12.12.54.17; author adam; state Exp; branches; next 1.3; 1.3 date 2011.04.13.16.39.14; author drochner; state Exp; branches; next 1.2; 1.2 date 2009.10.21.16.37.19; author drochner; state Exp; branches; next 1.1; 1.1 date 2009.04.16.19.35.29; author drochner; state Exp; branches; next ; desc @@ 1.6 log @gnome-keyring: Update to 3.36.0 This brings us up to the latest GNOME 3 release. There's too many changes to easily list. @ text @$NetBSD: patch-ag,v 1.5 2013/07/06 22:20:33 wiz Exp $ First chunk: libtasn1-3.1 compat. Chunk 2: Fix building on systems where ulong is not defined. Chunk 3+4: Fix build failure due to 64-bit time_t. --- egg/egg-asn1x.c.orig 2010-10-19 02:11:38.000000000 +0000 +++ egg/egg-asn1x.c @@@@ -49,8 +49,6 @@@@ #include "egg-asn1x.h" -#include - #include #include @@@@ -1988,8 +1986,8 @@@@ anode_write_integer_ulong (gulong value, guchar buf[sizeof (gulong)]; gint bytes, i, off; - for (i = 0; i < sizeof (ulong); ++i) { - off = sizeof (ulong) - (i + 1); + for (i = 0; i < sizeof (gulong); ++i) { + off = sizeof (gulong) - (i + 1); buf[i] = (value >> (off * 8)) & 0xFF; } @@@@ -3746,11 +3744,11 @@@@ egg_asn1x_destroy (gpointer data) * TIME PARSING */ -glong +time_t egg_asn1x_parse_time_general (const gchar *time, gssize n_time) { gboolean ret; - glong value; + time_t value; struct tm when; gint offset = 0; @@@@ -3777,11 +3775,11 @@@@ egg_asn1x_parse_time_general (const gcha return value; } -glong +time_t egg_asn1x_parse_time_utc (const gchar *time, gssize n_time) { gboolean ret; - glong value; + time_t value; struct tm when; gint offset = 0; @ 1.5 log @Fix build with libtasn1-3.1. Add comments to patches I modified. @ text @d1 1 a1 1 $NetBSD: patch-ag,v 1.4 2011/05/12 12:54:17 adam Exp $ @ 1.4 log @Fix building on systems, where ulong is not defined. @ text @d1 5 a5 1 $NetBSD: patch-ag,v 1.3 2011/04/13 16:39:14 drochner Exp $ d9 10 a18 1 @@@@ -1988,8 +1988,8 @@@@ anode_write_integer_ulong (gulong value, d29 1 a29 1 @@@@ -3746,11 +3746,11 @@@@ egg_asn1x_destroy (gpointer data) d43 1 a43 1 @@@@ -3777,11 +3777,11 @@@@ egg_asn1x_parse_time_general (const gcha @ 1.3 log @update to 2.32.1 This switches to the gnome-2.32 release branch. @ text @d1 1 a1 1 $NetBSD$ d5 11 @ 1.2 log @update to 2.28.1 This switches to the gnome-2.28 release branch. @ text @d3 5 a7 5 --- egg/egg-asn1.c.orig 2009-08-15 02:01:31.000000000 +0200 +++ egg/egg-asn1.c @@@@ -601,7 +601,7 @@@@ when_to_time (struct tm *when, gint offs return result; } d11 1 a11 1 egg_asn1_time_parse_utc (const gchar *time, gssize n_time) d13 3 d17 4 a20 2 @@@@ -723,7 +723,7 @@@@ parse_general_time (const gchar *time, g return TRUE; d25 1 a25 1 egg_asn1_time_parse_general (const gchar *time, gssize n_time) d27 3 d31 2 @ 1.1 log @update to 2.26.1 changes: -DBus now automatically starts the gnome-keyring service properly -Initialize daemon with LOGNAME and USERNAME environment variables -Add DBus method for getting the gnome-keyring environment variables -misc fixes @ text @d3 1 a3 1 --- egg/egg-asn1.c.orig 2009-04-15 16:55:43.000000000 +0200 d5 1 a5 1 @@@@ -572,7 +572,7 @@@@ when_to_time (struct tm *when, gint offs d11 1 a11 1 egg_asn1_time_parse_utc (const gchar *time) d14 1 a14 1 @@@@ -690,7 +690,7 @@@@ parse_general_time (const gchar *time, s d20 1 a20 1 egg_asn1_time_parse_general (const gchar *time) @