From owner-freebsd-ports Tue Dec 14 0:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4667015570 for ; Tue, 14 Dec 1999 00:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA83907; Tue, 14 Dec 1999 00:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CF9A015265; Tue, 14 Dec 1999 00:03:29 -0800 (PST) Message-Id: <19991214080329.CF9A015265@hub.freebsd.org> Date: Tue, 14 Dec 1999 00:03:29 -0800 (PST) From: str@komkon.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15477: wwwstat-2.01 port is not Y2K compliant: 19 is hardcoded. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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