titanofold    15/05/19 15:49:09

  Added:                rt-makefile-serialize-install-prereqs.patch
  Removed:              rt_apache2_fcgi.conf rt_apache2.conf
  Log:
  Address security bug 542882. Add patch fixing bug 540014 to serialize
  primary build targets while still allowing parallel building on
  subtargets. Remove outdated Apache configuration examples fixing bug
  544566. Users should follow the online guide.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  Changes    Path
1.1                  
www-apps/rt/files/rt-makefile-serialize-install-prereqs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/files/rt-makefile-serialize-install-prereqs.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/files/rt-makefile-serialize-install-prereqs.patch?rev=1.1&content-type=text/plain

Index: rt-makefile-serialize-install-prereqs.patch
===================================================================
diff -Naruw rt-4.2.11.orig/Makefile.in rt-4.2.11/Makefile.in
--- rt-4.2.11.orig/Makefile.in  2015-04-27 20:56:16.000000000 -0400
+++ rt-4.2.11/Makefile.in       2015-05-14 13:50:05.279292835 -0400
@@ -359,6 +359,8 @@
        rm -rf $(DESTDIR)$(MASON_DATA_PATH)/etc/*
        rm -rf $(DESTDIR)$(MASON_DATA_PATH)/obj/*
 
+.NOTPARALLEL: testdeps config-install dirs files-install fixperms instruct
+
 install: testdeps config-install dirs files-install fixperms instruct
 
 files-install: libs-install etc-install config-install bin-install 
sbin-install html-install doc-install font-install po-install static-install




Reply via email to