From owner-freebsd-ports Tue Jan 8 0:50:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A343D37B41C for ; Tue, 8 Jan 2002 00:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g088o1j72245; Tue, 8 Jan 2002 00:50:01 -0800 (PST) (envelope-from gnats) Received: from bluenugget.net (bsd.st [64.3.150.188]) by hub.freebsd.org (Postfix) with ESMTP id 7AFB237B41A for ; Tue, 8 Jan 2002 00:49:43 -0800 (PST) Received: by bluenugget.net (Postfix, from userid 0) id 1E68913618; Tue, 8 Jan 2002 00:55:33 -0800 (PST) Message-Id: <20020108085533.1E68913618@bluenugget.net> Date: Tue, 8 Jan 2002 00:55:33 -0800 (PST) From: Jason DiCioccio Reply-To: Jason DiCioccio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33684: Update port: net/odsclient - minor buffer overflow fix 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: 33684 >Category: ports >Synopsis: Update port: net/odsclient - minor buffer overflow fix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 08 00:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jason DiCioccio >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD bluenugget.net 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Sun Dec 2 04:01:48 PST 2001 geniusj@bluenugget.net:/usr/src/sys/compile/PHREEBSD i386 >Description: Updated odsclient to 1.02, minor buffer overflow fix involving the retrieval of return values from the server. >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: # # odsclient # odsclient/Makefile # odsclient/distinfo # odsclient/pkg-comment # odsclient/pkg-descr # odsclient/pkg-message # odsclient/pkg-plist # echo c - odsclient mkdir -p odsclient > /dev/null 2>&1 echo x - odsclient/Makefile sed 's/^X//' >odsclient/Makefile << 'END-of-odsclient/Makefile' X# New ports collection makefile for: odsclient X# Date created: Jul 22, 2001 X# Whom: geniusj@ods.org X# X# $FreeBSD: ports/net/odsclient/Makefile,v 1.1 2001/07/22 10:54:08 markp Exp $ X# X XPORTNAME= odsclient XPORTVERSION= 1.02 XCATEGORIES= net XMASTER_SITES= http://www.ods.org/ X XMAINTAINER= geniusj@ods.org X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} XALL_TARGET= odsclient X Xpost-patch: X @${PERL} -pi -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/odsclient ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README X.endif X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-odsclient/Makefile echo x - odsclient/distinfo sed 's/^X//' >odsclient/distinfo << 'END-of-odsclient/distinfo' XMD5 (odsclient-1.02.tar.gz) = 96d5e6b09a4732031c5fe8ecae336746 END-of-odsclient/distinfo echo x - odsclient/pkg-comment sed 's/^X//' >odsclient/pkg-comment << 'END-of-odsclient/pkg-comment' XODS Dynamic DNS Client END-of-odsclient/pkg-comment echo x - odsclient/pkg-descr sed 's/^X//' >odsclient/pkg-descr << 'END-of-odsclient/pkg-descr' XA dynamic DNS client for the service provided by the Open Domain Server. XThis client is the official ODS client, it is a simple command-line client that Xcan easily be placed into any scripts necessary. X XAccount signup, Host creation, etc can be found at: X XWWW: http://www.ods.org/ X X- geniusj@ods.org END-of-odsclient/pkg-descr echo x - odsclient/pkg-message sed 's/^X//' >odsclient/pkg-message << 'END-of-odsclient/pkg-message' X---------------------------------------------------------------------- XTo use this client you must first signup for an account at ods.org You Xcan find the signup page at http://www.ods.org/adduserform.html X XAfter you signup you can get your host by typing: Xodsclient Username Password Hostname [ip address] X XThe IP address is optional. If it is not specified, the server will Xdetermine it for you. X---------------------------------------------------------------------- END-of-odsclient/pkg-message echo x - odsclient/pkg-plist sed 's/^X//' >odsclient/pkg-plist << 'END-of-odsclient/pkg-plist' Xbin/odsclient X%%PORTDOCS%%share/doc/odsclient/README X%%PORTDOCS%%@dirrm share/doc/odsclient END-of-odsclient/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