Date: Wed, 26 Dec 2001 23:59:04 +0200 (EET) From: Konstantinos Konstantinidis <kkonstan@duth.gr> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33216: maintainer-update: devel/libvanessa_logger Message-ID: <200112262159.fBQLx4b52616@emily.cc.duth.gr>
next in thread | raw e-mail | index | archive | help
>Number: 33216 >Category: ports >Synopsis: maintainer-update: devel/libvanessa_logger >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 26 14:00:09 PST 2001 >Closed-Date: >Last-Modified: >Originator: Konstantinos Konstantinidis <kkonstan@daemon.gr> >Release: FreeBSD 4.4-RELEASE i386 >Organization: Demokritos University of Thrace >Environment: >Description: New version - 0.0.1 -> 0.0.2 Please note that this version has the syslog() vulnerability fixed, so the recently added patch is no longer needed, hence "files" can be nuked. >How-To-Repeat: >Fix: diff -ruN libvanessa_logger.orig/Makefile libvanessa_logger/Makefile --- libvanessa_logger.orig/Makefile Wed Dec 26 23:03:59 2001 +++ libvanessa_logger/Makefile Wed Dec 26 23:04:46 2001 @@ -6,8 +6,7 @@ # PORTNAME= libvanessa_logger -PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTVERSION= 0.0.2 CATEGORIES= devel MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \ ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \ @@ -22,10 +21,6 @@ MAN1= vanessa_logger_sample.1 INSTALLS_SHLIB= YES - USE_LIBTOOL= YES -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/vanessa_logger-${PORTVERSION} .include <bsd.port.mk> diff -ruN libvanessa_logger.orig/distinfo libvanessa_logger/distinfo --- libvanessa_logger.orig/distinfo Wed Dec 26 23:03:59 2001 +++ libvanessa_logger/distinfo Wed Dec 26 23:04:46 2001 @@ -1 +1 @@ -MD5 (vanessa_logger-0.0.1.tar.gz) = 3c83ec2cc894951ceb0fa3d9a4d3e41e +MD5 (vanessa_logger-0.0.2.tar.gz) = 36148631ba2b19bf3c85500657a87e9f diff -ruN libvanessa_logger.orig/files/patch-libvanessa_logger::vanessa_logger.c libvanessa_logger/files/patch-libvanessa_logger::vanessa_logger.c --- libvanessa_logger.orig/files/patch-libvanessa_logger::vanessa_logger.c Wed Dec 26 23:03:59 2001 +++ libvanessa_logger/files/patch-libvanessa_logger::vanessa_logger.c Thu Jan 1 02:00:00 1970 @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/libvanessa_logger/files/patch-libvanessa_logger::vanessa_logger.c,v 1.2 2001/12/26 11:14:10 sobomax Exp $ - ---- libvanessa_logger/vanessa_logger.c 2001/12/26 11:04:11 1.1 -+++ libvanessa_logger/vanessa_logger.c 2001/12/26 11:06:21 -@@ -502,7 +502,7 @@ - syslog(priority, "__vanessa_logger_log: vsnprintf: output truncated"); - return; - } -- syslog(priority, vl->buffer); -+ syslog(priority, "%s", vl->buffer); - break; - case __vanessa_logger_none: - break; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112262159.fBQLx4b52616>