Date: Fri, 6 Aug 2004 17:37:00 +0000 (UTC) From: Yen-Ming Lee <leeym@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-CGI-SpeedyCGI Makefile pkg-plist Message-ID: <200408061737.i76Hb011023487@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408061737.i76Hb011023487>