David E. Wheeler
2015-05-01 18:48:07 UTC
mod_perlers,
What are the chances of a 2.0.9 release soon(ish)? I notice that the CentOS 7 EPEL RPM is built from Subversion; would be nice to have a formal release with fixes from the last 18 months.
http://dl.fedoraproject.org/pub/epel/7/SRPMS/repoview/mod_perl.html
BTW, that RPM also includes a single patch. Not sure if this would be useful applied to main or if itâs specific to CentOS:
--- mod_perl-2.0.4/src/modules/perl/modperl_common_util.h.inline
+++ mod_perl-2.0.4/src/modules/perl/modperl_common_util.h
@@ -22,7 +22,7 @@
#ifdef MP_DEBUG
#define MP_INLINE
#else
-#define MP_INLINE APR_INLINE
+#define MP_INLINE
#endif
#ifdef CYGWIN
Best,
David
What are the chances of a 2.0.9 release soon(ish)? I notice that the CentOS 7 EPEL RPM is built from Subversion; would be nice to have a formal release with fixes from the last 18 months.
http://dl.fedoraproject.org/pub/epel/7/SRPMS/repoview/mod_perl.html
BTW, that RPM also includes a single patch. Not sure if this would be useful applied to main or if itâs specific to CentOS:
--- mod_perl-2.0.4/src/modules/perl/modperl_common_util.h.inline
+++ mod_perl-2.0.4/src/modules/perl/modperl_common_util.h
@@ -22,7 +22,7 @@
#ifdef MP_DEBUG
#define MP_INLINE
#else
-#define MP_INLINE APR_INLINE
+#define MP_INLINE
#endif
#ifdef CYGWIN
Best,
David