From 5d1826a275fd58bf620d906620de821496bc64d1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 8 Jan 2009 10:03:53 +0000 Subject: [PATCH] rollback to 4.7 --- drupal-6.0-scripts-noshebang.patch | 40 ---------- drupal-README.fedora | 41 ---------- drupal-README.planetlab | 18 ----- drupal.spec | 115 +---------------------------- 4 files changed, 4 insertions(+), 210 deletions(-) delete mode 100644 drupal-6.0-scripts-noshebang.patch delete mode 100644 drupal-README.fedora delete mode 100644 drupal-README.planetlab diff --git a/drupal-6.0-scripts-noshebang.patch b/drupal-6.0-scripts-noshebang.patch deleted file mode 100644 index a154e0c..0000000 --- a/drupal-6.0-scripts-noshebang.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -u scripts/code-clean.sh scripts.new/code-clean.sh ---- scripts/code-clean.sh 2008-02-22 07:37:31.000000000 -0600 -+++ scripts.new/code-clean.sh 2008-02-22 07:37:31.000000000 -0600 -@@ -1,4 +1,3 @@ --#!/bin/sh - # $Id: code-clean.sh,v 1.8 2005/08/11 13:02:08 dries Exp $ - - find . -name "*~" -type f | xargs rm -f -diff -u scripts/code-style.pl scripts.new/code-style.pl ---- scripts/code-style.pl 2008-02-22 07:37:57.000000000 -0600 -+++ scripts.new/code-style.pl 2008-02-22 07:37:57.000000000 -0600 -@@ -1,4 +1,3 @@ --#!/usr/bin/perl -w - # $Id: code-style.pl,v 1.14 2007/02/15 11:40:19 dries Exp $ - - use Pod::Usage; -diff -u scripts/cron-curl.sh scripts.new/cron-curl.sh ---- scripts/cron-curl.sh 2008-02-22 07:38:04.000000000 -0600 -+++ scripts.new/cron-curl.sh 2008-02-22 07:38:04.000000000 -0600 -@@ -1,4 +1,3 @@ --#!/bin/sh - # $Id: cron-curl.sh,v 1.3 2006/08/22 07:38:24 dries Exp $ - - curl --silent --compressed http://example.com/cron.php -diff -u scripts/cron-lynx.sh scripts.new/cron-lynx.sh ---- scripts/cron-lynx.sh 2008-02-22 07:38:09.000000000 -0600 -+++ scripts.new/cron-lynx.sh 2008-02-22 07:38:09.000000000 -0600 -@@ -1,4 +1,3 @@ --#!/bin/sh - # $Id: cron-lynx.sh,v 1.3 2006/08/22 07:38:24 dries Exp $ - - /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1 -diff -u scripts/drupal.sh scripts.new/drupal.sh ---- scripts/drupal.sh 2008-02-22 07:38:17.000000000 -0600 -+++ scripts.new/drupal.sh 2008-02-22 07:38:17.000000000 -0600 -@@ -1,4 +1,3 @@ --#!/usr/bin/php - - 6.7-1 -- Upgrade to 6.7, SA-2008-073. - -* Wed Oct 22 2008 Jon Ciesla - 6.6-1 -- Upgrade to 6.6, SA-2008-067. - -* Thu Oct 09 2008 Jon Ciesla - 6.5-1 -- Upgrade to 6.5, SA-2008-060. -- Added notes to README and drupal.conf re CVE-2008-3661. - -* Thu Aug 14 2008 Jon Ciesla - 6.4-1 -- Upgrade to 6.4, SA-2008-047. - -* Thu Jul 10 2008 Jon Ciesla - 6.3-1 -- Upgrade to 6.3, upstream security fixes, SA-2008-044. - -* Thu Apr 10 2008 Jon Ciesla - 6.2-1 -- Upgrade to 6.2, upstream security fixes, SA-2008-026. - -* Thu Feb 28 2008 Jon Ciesla - 6.1-1 -- Upgrade to 6.1, upstream security fixes, SA-2008-018. - -* Fri Feb 22 2008 Jon Ciesla - 6.0-1 -- Upgrade to 6.0. -- Updated noshebang patch. - -* Mon Feb 04 2008 Jon Ciesla - 5.7-1 -- Upgrade to 5.7, several non-security bugs fixed. - -* Fri Jan 11 2008 Jon Ciesla - 5.6-1 -- Upgrade to 5.6, upstream security fixes. - -* Mon Jan 07 2008 Jon Ciesla - 5.5-2 -- Include .htaccess file, BZ 427720. - -* Mon Dec 10 2007 Jon Ciesla - 5.5-1 -- Upgrade to 5.5, critical fixes. - -* Thu Dec 06 2007 Jon Ciesla - 5.4-2 -- Fix /files -> /var/lib/drupal dir perms, BZ 414761. - -* Wed Dec 05 2007 Jon Ciesla - 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 - 5.3-1 -- Upgrade to 5.3, fixes: -- HTTP response splitting. -- Arbitrary code execution. -- Cross-site scripting. -- Cross-site request forgery. -- Access bypass. - -* Mon Sep 24 2007 Jon Ciesla - 5.2-3 -- Minor doc correction, BZ 301541. - -* Thu Aug 16 2007 Jon Ciesla - 5.2-2 -- License tag correction. - -* Thu Jul 26 2007 Jon Ciesla - 5.2-1 -- Upgrade to 5.2, Cross-site request forgery fix. - -* Fri Jul 20 2007 Jon Ciesla - 5.1-5 -- Corrected buildroot. -- Moved /etc/drupal/all/README.txt to correct place. - -* Wed Jul 04 2007 Jon Ciesla - 5.1-4 -- Made settings.php not readonly by default, with note in drupal-README.fedora -- Locked down initial security configuration, documented steps required. -- Description cleanup. -- Added wget requires. - -* Wed Jun 06 2007 Jon Ciesla - 5.1-3 -- Fixed initial setting.php perms. -- Added files dir. - -* Wed May 30 2007 Jon Ciesla - 5.1-2 -- Fixed category, duped docs, apache restart, cron job. - -* Wed May 30 2007 Jon Ciesla - 5.1-1 -- Initial packaging. -- 2.43.0