head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q1:1.1.0.22 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.20 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.18 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.16 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.14 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.12 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.10 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.8 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.6 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.4 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2012.06.03.17.24.36; author wiz; state dead; branches; next 1.1; 1.1 date 2009.09.28.12.38.50; author drochner; state Exp; branches; next ; desc @@ 1.2 log @Update to 1.2.1: 1.2.1: This release includes more documentation cleanups & improvements, fixes for issues found by static analysis & compiler warnings, and of course some build configuration improvements. 1.2.0: This release fixes a couple of bugs and includes a lot of work from multiple people on the documentation to convert the ancient troff scrolls to DocBook/XML. It also includes the usual recent rounds of build configuration improvements and janitorial cleanups. @ text @$NetBSD: patch-aa,v 1.1 2009/09/28 12:38:50 drochner Exp $ --- src/sm_genid.c.orig 2009-09-28 14:06:35.000000000 +0200 +++ src/sm_genid.c @@@@ -98,7 +98,7 @@@@ SmsGenerateClientID(SmsConn smsConn) if ((id = malloc (strlen (temp) + 2)) != NULL) { - id[1] = '2'; + id[0] = '2'; strcpy (id+1, temp); } @ 1.1 log @fix botch in client ID generation if the (BSD) uuid functions are used, it caused the first character of the ID to be random, and for me this crashed XFCE4 sessions through a somewhat complex chain involving a consistency check in dbus-glib signal generation bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @