rpms/mod_perl/devel mod_perl-2.0.4-inline.patch, NONE, 1.1 mod_perl.spec, 1.66, 1.67

Joe Orton jorton at fedoraproject.org
Fri Oct 17 10:17:00 UTC 2008


Author: jorton

Update of /cvs/extras/rpms/mod_perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17556

Modified Files:
	mod_perl.spec 
Added Files:
	mod_perl-2.0.4-inline.patch 
Log Message:
* Fri Oct 17 2008 Joe Orton <jorton at redhat.com> 2.0.4-7
- fix inline abuse (#459351)


mod_perl-2.0.4-inline.patch:

--- NEW FILE mod_perl-2.0.4-inline.patch ---
--- 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


Index: mod_perl.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_perl/devel/mod_perl.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- mod_perl.spec	15 Sep 2008 12:19:43 -0000	1.66
+++ mod_perl.spec	17 Oct 2008 10:16:30 -0000	1.67
@@ -2,7 +2,7 @@
 
 Name:           mod_perl
 Version:        2.0.4
-Release:        6
+Release:        7
 Summary:        An embedded Perl interpreter for the Apache HTTP Server
 
 Group:          System Environment/Daemons
@@ -13,6 +13,7 @@
 Source2:        filter-requires.sh
 Source3:        filter-provides.sh
 Patch0:         mod_perl-2.0.4-multilib.patch
+Patch1:         mod_perl-2.0.4-inline.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl-devel, perl(ExtUtils::Embed)
@@ -49,6 +50,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1 -b .inline
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fpic" %{__perl} Makefile.PL </dev/null \
@@ -127,6 +129,9 @@
 %{_includedir}/httpd/*
 
 %changelog
+* Fri Oct 17 2008 Joe Orton <jorton at redhat.com> 2.0.4-7
+- fix inline abuse (#459351)
+
 * Wed Aug  6 2008 Joe Orton <jorton at redhat.com> 2.0.4-5
 - rebuild to fix patch fuzz (#427758)
 




More information about the scm-commits mailing list