openbsd-ports/www/cherokee/patches/patch-constants_h_pre
ajacoutot d16d96252f SECURITY: CVE-2009-4489
http://www.vupen.com/english/advisories/2010/0090
(thanks fgsch@ for the link/notice)

Update to cherokee-0.99.39.
Remove debug FLAVOR and use ifdef DEBUG.
Add rrdtool to run_depends.
Byte-compile python modules so that they are registered in the PLIST.

Be careful as cherokee is not started using ${PREFIX}/sbin/cherokee, not
cherokee-guardian anymore.

Fernando Quintero (maintainer) ok
MESSAGE tweak and ok sthen@, ok jasper@
2010-01-13 08:47:57 +00:00

12 lines
522 B
Plaintext

$OpenBSD: patch-constants_h_pre,v 1.1 2010/01/13 08:47:57 ajacoutot Exp $
--- constants.h.pre.orig Tue Jan 12 10:51:31 2010
+++ constants.h.pre Tue Jan 12 10:51:58 2010
@@ -16,6 +16,6 @@
# define CHEROKEE_ICONSDIR "%prefix%/share/cherokee/icons"
# define CHEROKEE_THEMEDIR "%prefix%/share/cherokee/themes"
# define CHEROKEE_PANIC_PATH "%prefix%/bin/cherokee-panic"
-# define CHEROKEE_RRD_DIR "%localstatedir%/lib/cherokee/graphs"
+# define CHEROKEE_RRD_DIR "%localstatedir%/db/cherokee/graphs"
#endif