From dave@pav1.digitalbrain.com  Thu Nov  9 07:33:51 2000
Return-Path: <dave@pav1.digitalbrain.com>
Received: from pav1.digitalbrain.com (mail.digitalbrain.com [194.242.136.26])
	by hub.freebsd.org (Postfix) with ESMTP id 09CAC37B479
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Nov 2000 07:33:51 -0800 (PST)
Received: (from root@localhost)
	by pav1.digitalbrain.com (8.9.3/8.9.3) id PAA27522;
	Thu, 9 Nov 2000 15:33:57 GMT
	(envelope-from dave)
Message-Id: <200011091533.PAA27522@pav1.digitalbrain.com>
Date: Thu, 9 Nov 2000 15:33:57 GMT
From: dh@digitalbrain.com
Sender: dave@pav1.digitalbrain.com
Reply-To: dh@digitalbrain.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: suid perl broken in 4.2-BETA?
X-Send-Pr-Version: 3.2

>Number:         22719
>Category:       bin
>Synopsis:       suid perl broken in 4.2-BETA?
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 09 07:40:01 PST 2000
>Closed-Date:    Fri Nov 10 01:58:06 PST 2000
>Last-Modified:  Fri Nov 10 01:58:44 PST 2000
>Originator:     David Hanney
>Release:        FreeBSD server.brain 4.2-BETA FreeBSD 4.2-BETA
>Organization:
Digital brain
>Environment:

FreeBSD server.brain 4.2-BETA FreeBSD 4.2-BETA #6: Thu Nov  9 14:49:16 GMT 2000     dave@server.brain:/usr/src/sys/compile/GENERIC  i386

suped
*default date=2000.11.07.00.00.00

>Description:



cvsup stable *default date=2000.11.07.00.00.00
make world
then
suid perl script are all broken:(

they say
"Can't do setuid"

>How-To-Repeat:

see above

>Fix:




>Release-Note:
>Audit-Trail:

From: Ruslan Ermilov <ru@FreeBSD.org>
To: dh@digitalbrain.com
Cc: bug-followup@FreeBSD.org, Mark Murray <markm@FreeBSD.org>,
	Warner Losh <imp@FreeBSD.org>, Jordan Hubbard <jkh@FreeBSD.org>
Subject: Re: bin/22719: suid perl broken in 4.2-BETA?
Date: Thu, 9 Nov 2000 17:56:52 +0200

 On Thu, Nov 09, 2000 at 03:33:57PM +0000, dh@digitalbrain.com wrote:
 > 
 > suid perl script are all broken:(
 > 
 > they say
 > "Can't do setuid"
 > 
 suidperl is now not installed with setuid bit by default.
 The following was not merged to RELENG_4:
 
 Index: make.conf
 ===================================================================
 RCS file: /home/ncvs/src/etc/defaults/make.conf,v
 retrieving revision 1.113
 retrieving revision 1.115
 diff -u -p -r1.113 -r1.115
 --- make.conf	2000/07/14 09:18:20	1.113
 +++ make.conf	2000/08/13 01:41:35	1.115
 @@ -44,8 +44,8 @@ BDECFLAGS=	-W -Wall -ansi -pedantic -Wba
  # To avoid building perl
  #NOPERL=	true
  #
 -# To avoid building the suid perl
 -#NOSUIDPERL=	true
 +# To enable building enstalling suidperl with the setuid bit turned on
 +#ENABLE_SUIDPERL=	true
  #
  # To build perl with thread support
  #PERL_THREADED=	true
 
 
 <PS>
 I would also suggest the s/building enstalling/installing/ above.
 </PS>
 
 
 Cheers,
 -- 
 Ruslan Ermilov		Oracle Developer/DBA,
 ru@sunbay.com		Sunbay Software AG,
 ru@FreeBSD.org		FreeBSD committer,
 +380.652.512.251	Simferopol, Ukraine
 
 http://www.FreeBSD.org	The Power To Serve
 http://www.oracle.com	Enabling The Information Age
 

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: Ruslan Ermilov <ru@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: bin/22719: suid perl broken in 4.2-BETA? 
Date: Thu, 09 Nov 2000 20:33:24 +0200

 On Thu, 09 Nov 2000 08:00:04 PST, Ruslan Ermilov wrote:
 
 >  The following was not merged to RELENG_4:
 >  
 >  Index: make.conf
 
 What wasn't merged?  The whole ENABLE_SUIDPERL hook, or just the
 comments in make.conf?
 
 Ciao,
 Sheldon.
 

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: Chris Faulhaber <jedgar@fxp.org>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: bin/22719: suid perl broken in 4.2-BETA? 
Date: Fri, 10 Nov 2000 10:03:44 +0200

 On Thu, 09 Nov 2000 13:46:34 EST, Chris Faulhaber wrote:
 
 > >  What wasn't merged?  The whole ENABLE_SUIDPERL hook, or just the
 > >  comments in make.conf?
 > 
 > Just make.conf in RELENG_4:
 
 Okay, I've asked Jordan for permission to merge in the commented out
 entry in RELENG_4 in time for 4.2-RELEASE.
 
 Ciao,
 Sheldon.
 
Responsible-Changed-From-To: freebsd-bugs->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Fri Nov 10 01:57:52 PST 2000 
Responsible-Changed-Why:  
I'll take this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22719 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Fri Nov 10 01:58:06 PST 2000 
State-Changed-Why:  
The ENABLE_SUIDPERL knob documentation has been merged into make.conf 
in rev 1.97.2.25. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22719 
>Unformatted:
