openbsd-ports/www/apache-httpd/patches/patch-support_rotatelogs_c
bernd 8ce0f5af89 Security update to apache-httpd-2.2.9. (CVE-2008-2364 and CVE-2007-6420)
http://www.apache.org/dist/httpd/CHANGES_2.2.9

Also fix LIB_DEPENDS and use the external pcre library instead of the shipped
one.

ok dlg@, simon@, merdely@ (pre-lock)
2008-09-02 22:05:23 +00:00

13 lines
730 B
Plaintext

$OpenBSD: patch-support_rotatelogs_c,v 1.4 2008/09/02 22:05:23 bernd Exp $
--- support/rotatelogs.c.orig Fri May 9 15:43:24 2008
+++ support/rotatelogs.c Thu Jul 24 12:22:15 2008
@@ -86,7 +86,7 @@ static void usage(const char *argv0, const char *reaso
"or \n\nTransferLog \"|%s /some/where 5M\"\n\n", argv0);
#endif
fprintf(stderr,
- "to httpd.conf. The generated name will be /some/where.nnnn "
+ "to httpd2.conf. The generated name will be /some/where.nnnn "
"where nnnn is the\nsystem time at which the log nominally "
"starts (N.B. if using a rotation time,\nthe time will always "
"be a multiple of the rotation time, so you can synchronize\n"