head	1.2;
access;
symbols
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.02.12.15.57.05;	author osa;	state dead;
branches;
next	1.1;

1.1
date	2002.01.16.19.46.33;	author sf;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 2.8.5.
Add CONFLICTS, fetching (and verifying) of PGP signature.
Use DOCSDIR macro. [v]

Submitted by:	Jason Harris <jharris@@widomaker.com> (maintainer),
		osa [v]
PR:		62713
@
text
@--- src/LYUtils.c.orig	Mon Jun 11 10:04:20 2001
+++ src/LYUtils.c	Wed Jan 16 18:03:39 2002
@@@@ -8163,7 +8163,7 @@@@
 	    buf[colon2 - arg + 1] = 0;
 	    StrAllocCat(buf, "******");
 	    StrAllocCat(buf, atsign);
-	    syslog (LOG_INFO|LOG_LOCAL5, buf);
+	    syslog (LOG_INFO|LOG_LOCAL5, "%s", buf);
 	    CTRACE((tfp, "...alter %s\n", buf));
 	    FREE(buf);
 	    return;
@


1.1
log
@o updato to 2.8.4rel.1b.
o fix the format string vulnerability if configured with --enable-syslog
  (disabled by default)
  http://archives.neohapsis.com/archives/bugtraq/2001-12/0276.html

PR:		33936
Submitted by:	KOMATSU Shinichiro <koma2@@jiro.c.u-tokyo.ac.jp>
@
text
@@

