Bug 62298

Summary: 2.4.33 tarballs contain multiple setgid directories
Product: Apache httpd-2 Reporter: Kyle Fazzari <apache>
Component: AllAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 2.4.33   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Kyle Fazzari 2018-04-13 18:18:59 UTC
In both 2.4.33.tar.bz2 as well as 2.4.33.tar.gz, all directories seem to be setgid:

$ find . -maxdepth 1 -perm -g+s
.
./support
./os
./build
./include
./srclib
./server
./test
./modules
./docs

This was not the case in 2.4.29, but started to be so as of 2.4.32 (.30 and .31 are both 404, so I can't check them). This is causing issues in my CI systems, was there a reason for this change, or is it a packaging error?