rpms/drupal/EL-5 .cvsignore, 1.4, 1.5 drupal-README.fedora, 1.3, 1.4 drupal.spec, 1.16, 1.17 sources, 1.16, 1.17

Jon Ciesla limb at fedoraproject.org
Thu Jul 2 13:34:28 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/drupal/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4293

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	30 Apr 2009 12:21:42 -0000	1.4
+++ .cvsignore	2 Jul 2009 13:33:57 -0000	1.5
@@ -1 +1 @@
-drupal-5.17.tar.gz
+drupal-5.19.tar.gz


Index: drupal-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/EL-5/drupal-README.fedora,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- drupal-README.fedora	9 Oct 2008 12:24:03 -0000	1.3
+++ drupal-README.fedora	2 Jul 2009 13:33:57 -0000	1.4
@@ -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.
 
@@ -39,3 +46,28 @@ http://www.securityfocus.com/bid/31285
 
 To help mitigate this, uncomment the following line in /etc/httpd/conf.d/drupal.conf:
 #php_flag session.cookie_secure on
+
+
+4. Upgrading
+
+Prior to upgrading to a new version, log into each site with the first/admin user, 
+upgrade the rpm, and then run the database upgrader by navigating to
+http://site/update.php.
+
+If upgrading to version 6.9-2 or later, please note that
+the locations for the sites' files directories has changed, and that you'll need
+to move them and symlink accordingly.  A script is included in the doc folder:
+/usr/share/drupal-VERSION/drupal-files-migrator.sh.  Please use this script as a
+guideline for the changes you'll need to make. 
+
+Essentially, the site folders will stay in /etc/drupal, but from there the files folders
+will be moved to /var/lib/drupal/files/SITENAME, and symlinked accordingly.  This is done
+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/EL-5/drupal.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- drupal.spec	30 Apr 2009 12:21:42 -0000	1.16
+++ drupal.spec	2 Jul 2009 13:33:57 -0000	1.17
@@ -1,6 +1,6 @@
 %define drupaldir %{_datadir}/drupal
 Name: drupal
-Version:  5.17
+Version:  5.19
 Release:  1%{?dist}
 Summary: An open-source content-management platform
 
@@ -71,6 +71,10 @@ rm -rf %{buildroot}
 %dir %attr(775,root,apache) %{_localstatedir}/lib/drupal/
 
 %changelog
+* Thu Jul 02 2009 Jon Ciesla <limb at jcomserv.net> - 5.19-1
+- Update to 5.19, SA-CORE-2009-007.
+- Added clarifying text on module installation to readme, BZ 500707.
+
 * Thu Apr 30 2009 Jon Ciesla <limb at jcomserv.net> - 5.17-1
 - Upgrade to 5.15, DRUPAL-SA-CORE-2009-005.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/EL-5/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	30 Apr 2009 12:21:42 -0000	1.16
+++ sources	2 Jul 2009 13:33:58 -0000	1.17
@@ -1 +1 @@
-14d5aec31f6878b959015d038280c266  drupal-5.17.tar.gz
+d5e3dbcfd3e7f7ef431dada57a6c846e  drupal-5.19.tar.gz




More information about the fedora-extras-commits mailing list