From owner-cvs-ports@FreeBSD.ORG Fri Aug 6 17:37:01 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2DD16A4CE; Fri, 6 Aug 2004 17:37:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8EB43D41; Fri, 6 Aug 2004 17:37:01 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i76Hb05Y023488; Fri, 6 Aug 2004 17:37:00 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i76Hb011023487; Fri, 6 Aug 2004 17:37:00 GMT (envelope-from leeym) Message-Id: <200408061737.i76Hb011023487@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 6 Aug 2004 17:37:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-CGI-SpeedyCGI Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 17:37:01 -0000 leeym 2004-08-06 17:37:00 UTC FreeBSD ports repository Modified files: www/p5-CGI-SpeedyCGI Makefile pkg-plist Log: Perl 5.8.4 and above add several security check when doing setuid. One of these checks is that the interpreter must have string "perl" with it. http://sourceforge.net/mailarchive/forum.php?thread_id=4823748&forum_id=7581 - rename speedy_suid to speedy_suidperl (or speedyperl_suid will be fine, too) - utilize ECHO - replace all /usr/local with PREFIX will cause some problems when PREFIX isn't /usr/local (missing PERL5 libraries and modules... blah blah...) - bump PORTREVISION PR: 69970 Submitted by: leeym Reviewed by: lth Revision Changes Path 1.9 +4 -4 ports/www/p5-CGI-SpeedyCGI/Makefile 1.5 +1 -1 ports/www/p5-CGI-SpeedyCGI/pkg-plist