From owner-freebsd-ports Mon Oct 28 15:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A275437B401 for ; Mon, 28 Oct 2002 15:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FA7F43E4A for ; Mon, 28 Oct 2002 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9SNo1x3035498 for ; Mon, 28 Oct 2002 15:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9SNo10e035497; Mon, 28 Oct 2002 15:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A510537B401 for ; Mon, 28 Oct 2002 15:47:14 -0800 (PST) Received: from casper.cs.uct.ac.za (casper.cs.uct.ac.za [137.158.96.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4CA43E77 for ; Mon, 28 Oct 2002 15:47:12 -0800 (PST) (envelope-from mwest@casper.cs.uct.ac.za) Received: from casper.cs.uct.ac.za (localhost [127.0.0.1]) by casper.cs.uct.ac.za (8.12.3/8.12.3) with ESMTP id g9SNZDjd029299; Tue, 29 Oct 2002 01:35:13 +0200 (SAST) (envelope-from mwest@casper.cs.uct.ac.za) Received: (from mwest@localhost) by casper.cs.uct.ac.za (8.12.3/8.12.3/Submit) id g9SNZAcP029298; Tue, 29 Oct 2002 01:35:10 +0200 (SAST) Message-Id: <200210282335.g9SNZAcP029298@casper.cs.uct.ac.za> Date: Tue, 29 Oct 2002 01:35:10 +0200 (SAST) From: Matthew West Reply-To: Matthew West To: FreeBSD-gnats-submit@FreeBSD.org Cc: "Martin J. Muench" X-Send-Pr-Version: 3.113 Subject: ports/44579: new port: net/icmpchat 0.5.1 (supercedes ports/43833) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44579 >Category: ports >Synopsis: new port: net/icmpchat 0.5.1 (supercedes ports/43833) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 28 15:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Matthew West >Release: FreeBSD 4.7-RELEASE i386 >Organization: University of Cape Town >Environment: >Description: this PR supercedes ports/43833 (which was for icmpchat 0.5) icmpchat 0.5 had formatstring vulnerability which is fixed in 0.5.1 ICMP Chat is a simple chat. The difference to other chat programs is the fact that this one is based on the ICMP protocol. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # icmpchat # icmpchat/Makefile # icmpchat/distinfo # icmpchat/pkg-comment # icmpchat/pkg-descr # icmpchat/pkg-plist # echo c - icmpchat mkdir -p icmpchat > /dev/null 2>&1 echo x - icmpchat/Makefile sed 's/^X//' >icmpchat/Makefile << 'END-of-icmpchat/Makefile' X# New ports collection makefile for: icmpchat X# Date created: 8 October 2002 X# Whom: mwest@uct.ac.za X# X# $FreeBSD $ X# X XPORTNAME= icmpchat XPORTVERSION= 0.5.1 XCATEGORIES= net XMASTER_SITES= http://www.codito.de/prog/ X XMAINTAINER= mwest@uct.ac.za X XUSE_REINPLACE= yes X XALL_TARGET= X Xdo-patch: X @${REINPLACE_CMD} -e 's|-O3 -Wall|${CFLAGS}|' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/icmpchat ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/icmpchat X.endif X X.include END-of-icmpchat/Makefile echo x - icmpchat/distinfo sed 's/^X//' >icmpchat/distinfo << 'END-of-icmpchat/distinfo' XMD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3 END-of-icmpchat/distinfo echo x - icmpchat/pkg-comment sed 's/^X//' >icmpchat/pkg-comment << 'END-of-icmpchat/pkg-comment' XSimple chat program based on the ICMP protocol END-of-icmpchat/pkg-comment echo x - icmpchat/pkg-descr sed 's/^X//' >icmpchat/pkg-descr << 'END-of-icmpchat/pkg-descr' XICMP Chat is a simple chat. The difference to other chat programs is Xthe fact that this one is based on the ICMP protocol. X XWWW: http://www.codito.de/ X X-- Xmwest@uct.ac.za END-of-icmpchat/pkg-descr echo x - icmpchat/pkg-plist sed 's/^X//' >icmpchat/pkg-plist << 'END-of-icmpchat/pkg-plist' Xbin/icmpchat X%%PORTDOCS%%share/doc/icmpchat/README X%%PORTDOCS%%@dirrm share/doc/icmpchat END-of-icmpchat/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message