openbsd-ports/www/cherokee/patches/patch-cherokee_Makefile_in
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

14 lines
364 B
Plaintext

$OpenBSD: patch-cherokee_Makefile_in,v 1.6 2010/01/13 08:47:57 ajacoutot Exp $
--- cherokee/Makefile.in.orig Tue Jan 12 10:22:09 2010
+++ cherokee/Makefile.in Tue Jan 12 10:24:05 2010
@@ -1385,7 +1385,8 @@ $(common_ldflags) \
-module \
-avoid-version \
-export-dynamic \
-$(module_ldflags_w32)
+$(module_ldflags_w32) \
+-Wl,-rpath,${PREFIX}/lib/cherokee
#