| Summary: | www/apache20: apache-2.0.63_8 can't start | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Stefan Bethke <stb> |
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Stefan Bethke
2010-05-08 12:30:03 UTC
Versions up to Thursday work, tested via: $ cvs -R up -D 2010-05-07 -- Stefan Bethke <stb@lassitu.de> Fon +49 151 14070811 One of the later commits breaks it: cvs -R up -D "2010-05-07 12:00" -- Stefan Bethke <stb@lassitu.de> Fon +49 151 14070811 Responsible Changed From-To: freebsd-ports-bugs->apache Fix synopsis and assign. Same problem here. After some searchig after mySrvFromConn, and checking with the original Apache 2.0.63 sources, I figured out it must be in the patches of the port. Indeed, in www/apache20/files/patch-CVE-2009-3555 there is the code injecting the line "s = mySrvFromConn(c);". According to the header, it is: "Modified patch from http://www.apache.org/dist/httpd/patches/apply_to_2.2.14/CVE-2009-3555-2.2.patch". In the original apache2.0.63 code there is no reference to mySrvFromConn, and in the other port patches I cannot find any line defining mySrvFromConn. Is this a partial backport of CVE-2009-3555? Cheers, -- Benno State Changed From-To: open->closed duplicate of 146389 |