Date: Tue, 14 Dec 1999 00:03:29 -0800 (PST) From: str@komkon.org To: freebsd-gnats-submit@freebsd.org Subject: ports/15477: wwwstat-2.01 port is not Y2K compliant: 19 is hardcoded. Message-ID: <19991214080329.CF9A015265@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 15477 >Category: ports >Synopsis: wwwstat-2.01 port is not Y2K compliant: 19 is hardcoded. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 14 00:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Roshchin >Release: 3-stable >Organization: KomKon >Environment: >Description: The wwwstat-2.01 port still has not been fixed, and is not Y2K compliant: For example: the file "monthly": $ArcStats = '/dc/ud/www/documentroot/Admin/stats-19' . $year . '/' . $LastMonth . '.wwwstats.html'; It relies on the 2-digit representation of the year (from $year), and adds "19" before it. I am not sure if other files in the package have similar problem. >How-To-Repeat: Wait until Y2K :) >Fix: >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?19991214080329.CF9A015265>