rpms/drupal/F-11 drupal-README.fedora, 1.5, 1.6 drupal.spec, 1.25, 1.26 sources, 1.21, 1.22

Jon Ciesla limb at fedoraproject.org
Thu Jul 2 13:29:26 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/drupal/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3219/F-11

Modified Files:
	drupal-README.fedora drupal.spec sources 
Log Message:
- Update to 6.11, SA-CORE-2009-007.
- Added clarifying text on module installation to readme, BZ 500707.



Index: drupal-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/F-11/drupal-README.fedora,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- drupal-README.fedora	17 Feb 2009 18:38:22 -0000	1.5
+++ drupal-README.fedora	2 Jul 2009 13:28:56 -0000	1.6
@@ -31,6 +31,13 @@ should not run into problems, but if any
 re-written when the package is upgraded, which could break the site until
 you re-change the symlink.
 
+2a. SELinux configuration
+
+If running with SELinux in Enforcing mode, you'll need run the following to allow drupal 
+to send mail from httpd using sendmail:
+
+/usr/sbin/setsebool -P httpd_can_sendmail 1  
+
 3. SSL/TLS usage.
 CVE-2008-3661 relates to the security of session cookies and SSL/TLS.
 
@@ -58,3 +65,9 @@ will be moved to /var/lib/drupal/files/S
 for SELinux reasons, see https://bugzilla.redhat.com/show_bug.cgi?id=472642.
 
 Patches to the script are welcome!
+
+5. Modules
+
+There are some drupal modules in Fedora.  These will install in 
+/usr/share/drupal/modules, and you should install your modules there as well.
+


Index: drupal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/F-11/drupal.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- drupal.spec	14 May 2009 12:34:28 -0000	1.25
+++ drupal.spec	2 Jul 2009 13:28:56 -0000	1.26
@@ -1,6 +1,6 @@
 %define drupaldir %{_datadir}/drupal
 Name: drupal
-Version:  6.12
+Version:  6.13
 Release:  1%{?dist}
 Summary: An open-source content-management platform
 
@@ -77,6 +77,10 @@ rm -rf %{buildroot}
 %dir %attr(775,root,apache) %{_localstatedir}/lib/drupal/files/default/
 
 %changelog
+* Thu Jul 02 2009 Jon Ciesla <limb at jcomserv.net> - 6.13-1
+- Update to 6.11, SA-CORE-2009-007.
+- Added clarifying text on module installation to readme, BZ 500707.
+
 * Thu May 14 2009 Jon Ciesla <limb at jcomserv.net> - 6.12-1
 - Update to 6.11, SA-CORE-2009-006.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/F-11/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	14 May 2009 12:34:28 -0000	1.21
+++ sources	2 Jul 2009 13:28:56 -0000	1.22
@@ -1 +1 @@
-82e2517f175320cffe20997333b3a33a  drupal-6.12.tar.gz
+76dcb6e311fbb98ca3322fd1413f4a04  drupal-6.13.tar.gz




More information about the fedora-extras-commits mailing list