From owner-cvs-doc@FreeBSD.ORG Mon Mar 19 19:43:05 2007 Return-Path: X-Original-To: cvs-doc@freebsd.org Delivered-To: cvs-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFFF216A407 for ; Mon, 19 Mar 2007 19:43:05 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 6774713C4BF for ; Mon, 19 Mar 2007 19:43:05 +0000 (UTC) (envelope-from wschnr@googlemail.com) Received: by wx-out-0506.google.com with SMTP id s18so1341796wxc for ; Mon, 19 Mar 2007 12:43:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AL8BnQYBlatCqrORzTt8R65nrAOwFNrwhdm4DByw+WB6KmSQfzgxC699y7NAuu3aLCDzkWsqAq2BNR7CSZ97/MbdxecTkxBOBiTK78VulgzHb+EKEv0ZOdAuz4Qi97sDVT0hm7sOVMapyluTAuZqPJ/6nSwS1IuIpGWTT0YshlY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=LKe4U3hypTx1S1caYoDdux0NaIyP6OJirAFcJHX9OFTwjq+01gGHd4ZopDARKSbMcB1zdthjw1PbWhH3wlQo9eyQx+JaTLXKof7/IsN6HNjHaSXgrsjSrirV5/LlwoT+KEldUzqudKB/pOz8yOt1fWHjgfuxouh7RmgZ9SheJ5Y= Received: by 10.90.118.12 with SMTP id q12mr4612928agc.1174333384494; Mon, 19 Mar 2007 12:43:04 -0700 (PDT) Received: by 10.114.147.15 with HTTP; Mon, 19 Mar 2007 12:43:04 -0700 (PDT) Message-ID: Date: Mon, 19 Mar 2007 20:43:04 +0100 From: "Wolfram Schneider" Sender: wschnr@googlemail.com To: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org In-Reply-To: <200703191826.l2JIQRxk096689@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200703191826.l2JIQRxk096689@repoman.freebsd.org> X-Google-Sender-Auth: 4aed3a53abc0a1dc Cc: Subject: Re: cvs commit: www/en/cgi man.cgi X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2007 19:43:05 -0000 I hope this was the last cgi script to fix and now all perl scripts should run after the migration to perl 5.8.8. As usually perl was right to complain about our code. Perl make it really hard to write unsecure code in tainted mode. -Wolfram On 3/19/07, Wolfram Schneider wrote: > wosch 2007-03-19 18:26:27 UTC > > FreeBSD doc repository > > Modified files: > en/cgi man.cgi > Log: > shut up perl -T warnings and make this script run again. > > Reported by: Iwan > > Revision Changes Path > 1.171 +3 -1 www/en/cgi/man.cgi > -- Wolfram Schneider http://wolfram.schneider.org