[drupal6] Update to 6.29

Peter Borsa asrob at fedoraproject.org
Wed Nov 27 17:22:28 UTC 2013


commit 8242b80ebaa41f111b1fd4aaca28aa068c63cf64
Author: Peter Borsa <peter.borsa at gmail.com>
Date:   Thu Nov 21 09:31:04 2013 +0100

    Update to 6.29

 .gitignore   |    1 +
 drupal6.spec |   17 +++++++++++------
 sources      |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31a0ffb..49fb65b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /drupal-6.26.tar.gz
 /drupal-6.27.tar.gz
 /drupal-6.28.tar.gz
+/drupal-6.29.tar.gz
diff --git a/drupal6.spec b/drupal6.spec
index 7aef64c..6a76c48 100644
--- a/drupal6.spec
+++ b/drupal6.spec
@@ -1,7 +1,7 @@
 %define drupaldir %{_datadir}/drupal6
 Name: drupal6
-Version:  6.28
-Release:  3%{?dist}
+Version:  6.29
+Release:  1%{?dist}
 Summary: An open-source content-management platform
 
 Group: Applications/Publishing
@@ -20,7 +20,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: php, php-gd, php-mbstring, wget
 
 %description
-Equipped with a powerful blend of features, Drupal is a Content Management 
+Equipped with a powerful blend of features, Drupal is a Content Management
 System written in PHP that can support a variety of websites ranging from
 personal weblogs to large community-driven websites.  Drupal is highly
 configurable, skinnable, and secure.
@@ -65,9 +65,9 @@ rm -rf %{buildroot}
 %doc CHANGELOG.txt INSTALL* LICENSE* MAINTAINERS.txt UPGRADE.txt drupal-README.fedora sites/all/README.txt drupal-files-migrator.sh
 %{drupaldir}
 %exclude %{drupaldir}/CHANGELOG.txt
-%exclude %{drupaldir}/INSTALL* 
-%exclude %{drupaldir}/LICENSE* 
-%exclude %{drupaldir}/MAINTAINERS.txt 
+%exclude %{drupaldir}/INSTALL*
+%exclude %{drupaldir}/LICENSE*
+%exclude %{drupaldir}/MAINTAINERS.txt
 %exclude %{drupaldir}/UPGRADE.txt
 %dir %{_sysconfdir}/%{name}/*
 %config(noreplace) %{_sysconfdir}/%{name}/all
@@ -81,6 +81,11 @@ rm -rf %{buildroot}
 %dir %attr(775,root,apache) %{_localstatedir}/lib/%{name}/files/default/
 
 %changelog
+* Thu Nov 21 2013 Peter Borsa <peter.borsa at gmail.com> - 6.29-1
+- Update to upstream 6.29 release for security fixes
+- Upstream changelog for this release is available at https://drupal.org/drupal-6.29-release-notes
+- SA-CORE-2013-003 - Drupal core - Multiple vulnerabilities - http://drupal.org/SA-CORE-2013-003
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.28-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 84b8651..f6eb614 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9725ee7fddf9fcc2b70e782bfa6e84f4  drupal-6.28.tar.gz
+dd36edf843a68e0a76aee7869d531061  drupal-6.29.tar.gz


More information about the scm-commits mailing list