PR 43881
Submitted: Gez Saunders
Reviewed: Nick Kew
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@880794
13f79535-47bb-0310-9956-
ffa450edef68
*) SECURITY: CVE-2009-3094 (cve.mitre.org)
mod_proxy_ftp: NULL pointer dereference on error paths.
[Stefan Fritsch <sf fritsch.de>, Joe Orton]
+
+ *) Build: fix --with-module to work as documented
+ PR 43881 [Gez Saunders <???>]
*) mod_ssl: enable support for ECC keys and ECDH ciphers. Tested against
OpenSSL 1.0.0b3. [Vipul Gupta <vipul.gupta sun.com>, Sander Temme]
fi
cp $pkg $modpath_current/$modfilec
fi
- module=`echo $pkg | sed -e 's;\(.*/\)*mod_\(.*\).c;\2;'`
+ module=`echo $pkg | sed -e 's;\(.*/\).*mod_\(.*\).c;\2;'`
objects="mod_$module.lo"
# The filename of a convenience library must have a "lib" prefix:
libname="libmod_$module.la"