rpms/drupal/EL-5 drupal-README.fedora, 1.1, 1.2 drupal.spec, 1.4, 1.5 sources, 1.4, 1.5

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Thu Dec 6 03:19:15 UTC 2007


Author: limb

Update of /cvs/pkgs/rpms/drupal/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27409

Modified Files:
	drupal-README.fedora drupal.spec sources 
Log Message:
Bump to 5.4 for security.



Index: drupal-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/EL-5/drupal-README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- drupal-README.fedora	25 Jul 2007 12:12:22 -0000	1.1
+++ drupal-README.fedora	6 Dec 2007 03:18:43 -0000	1.2
@@ -2,17 +2,31 @@
 
 1. DB setup
 
-Follow the installation instructions in INSTALL.*.txt to complete the setup
-of and connection of Drupal to the required database, including chmod 644 on
-/etc/drupal/default/settings.php, uncommenting the appropriate line in 
+To begin with, install php-mysql or php-pgsql, depending on which db backend
+you intend to use.
+
+Then, follow the installation instructions in INSTALL.*.txt to complete the 
+setup of and connection of Drupal to the required database, including chmod 
+666 on /etc/drupal/default/settings.php, uncommenting the appropriate line in 
 /etc/httpd/conf.d/drupal.conf, and restarting httpd.
 
 Once these steps have been completed, you should be ready to connect to http://yourhost/drupal
 to complete the initial setup.
 
+Remember to change the /etc/drupal/default/settings.php permissions back to 
+644 when you've finished the initial setup.
+
 2. Enable remote access
 
 Drupal ships in Fedora with all non-localhost access disabled.  Comment and
 uncomment lines in /etc/httpd/conf.d/drupal.conf as appropriate, and restart
 httpd.
 
+Regarding the file layout:
+Pay careful attention to the placement of the directories as established by
+the package.  If you need to relocate files due to size, for custom modules
+not included in Fedora, or for large custom site data, be careful to do so
+without altering any of the symlinks owned by the package.  Most configurations
+should not run into problems, but if any symlinks are changed, they will be
+re-written when the package is upgraded, which could break the site until
+you re-change the symlink.


Index: drupal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/EL-5/drupal.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- drupal.spec	18 Oct 2007 18:56:10 -0000	1.4
+++ drupal.spec	6 Dec 2007 03:18:43 -0000	1.5
@@ -1,6 +1,6 @@
 %define drupaldir %{_datadir}/drupal
 Name: drupal
-Version:  5.3
+Version:  5.4
 Release:  1%{?dist}
 Summary: An open-source content-management platform
 
@@ -69,6 +69,10 @@
 %dir %attr(755,root,apache) %{_localstatedir}/lib/drupal/
 
 %changelog
+* Wed Dec 05 2007 Jon Ciesla <limb at jcomserv.net> - 5.4-1
+- Upgrade to 5.4, advisory ID DRUPAL-SA-2007-031.
+- Augmented README regarding symlinks, BZ 254228.
+
 * Thu Oct 18 2007 Jon Ciesla <limb at jcomserv.net> - 5.3-1
 - Upgrade to 5.3, fixes:
 - HTTP response splitting.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/drupal/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 Oct 2007 18:56:10 -0000	1.4
+++ sources	6 Dec 2007 03:18:43 -0000	1.5
@@ -1 +1 @@
-21979a64f1ea2ffffac688811d342771  drupal-5.3.tar.gz
+363c29a5e8c1e9fbec83044ae04c9b2a  drupal-5.4.tar.gz




More information about the fedora-extras-commits mailing list