<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #758: * Advisory ID: DRUPAL-SA-CORE-2014-003</title>
    <link>http://localhost:8080/trac/ticket/758</link>
    <description>&lt;p&gt;
View online: &lt;a class="ext-link" href="https://www.drupal.org/SA-CORE-2014-003"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/SA-CORE-2014-003&lt;/a&gt;
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Advisory ID: DRUPAL-SA-CORE-2014-003
&lt;/li&gt;&lt;li&gt;Project: Drupal core &lt;a class="missing changeset" title="No default repository defined"&gt;[1]&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Version: 6.x, 7.x
&lt;/li&gt;&lt;li&gt;Date: 2014-July-16
&lt;/li&gt;&lt;li&gt;Security risk: Critical &lt;a class="missing changeset" title="No default repository defined"&gt;[2]&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Exploitable from: Remote
&lt;/li&gt;&lt;li&gt;Vulnerability: Multiple vulnerabilities
&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;
&lt;hr /&gt;
&lt;p&gt;
Multiple vulnerabilities were fixed in the supported Drupal core versions 6
and 7.
&lt;/p&gt;
&lt;p&gt;
.... Denial of service with malicious HTTP Host header (Base system - Drupal
6 and 7 - Critical)
&lt;/p&gt;
&lt;p&gt;
Drupal core's multisite feature dynamically determines which configuration
file to use based on the HTTP Host header.
&lt;/p&gt;
&lt;p&gt;
The HTTP Host header validation does not sufficiently check
maliciously-crafted header values, thereby exposing a denial of service
vulnerability.
&lt;/p&gt;
&lt;p&gt;
.... Access bypass (File module - Drupal 7 - Critical)
&lt;/p&gt;
&lt;p&gt;
The File module included in Drupal 7 core allows attaching files to pieces of
content. The module doesn't sufficiently check permission to view the
attached file when attaching a file that was previously uploaded. This could
allow attackers to gain access to private files.
&lt;/p&gt;
&lt;p&gt;
This vulnerability is mitigated by the fact that the attacker must have
permission to create or edit content with a file field.
&lt;/p&gt;
&lt;p&gt;
Note: The Drupal 6 &lt;a class="missing wiki"&gt;FileField?&lt;/a&gt; &lt;a class="missing changeset" title="No default repository defined"&gt;[3]&lt;/a&gt; module is affected by a similar issue (see
SA-CONTRIB-2014-071 - &lt;a class="missing wiki"&gt;FileField?&lt;/a&gt; - Access bypass &lt;a class="missing changeset" title="No default repository defined"&gt;[4]&lt;/a&gt;) and requires an update
to the current security release of Drupal 6 core in order for the fix
released there to work correctly. However, Drupal 6 core itself is not
directly affected.
&lt;/p&gt;
&lt;p&gt;
.... Cross-site scripting (Form API option groups - Drupal 6 and 7 -
Moderately critical)
&lt;/p&gt;
&lt;p&gt;
A cross-site scripting vulnerability was found due to Drupal's form API
failing to sanitize option group labels in select elements. This
vulnerability affects Drupal 6 core directly, and likely affects Drupal 7
forms provided by contributed or custom modules.
&lt;/p&gt;
&lt;p&gt;
This vulnerability is mitigated by the fact that it requires the "administer
taxonomy" permission to exploit in Drupal 6 core, and there is no known
exploit within Drupal 7 core itself.
&lt;/p&gt;
&lt;p&gt;
.... Cross-site scripting (Ajax system - Drupal 7 - Moderately critical)
&lt;/p&gt;
&lt;p&gt;
A reflected cross-site scripting vulnerability was found in certain forms
containing a combination of an Ajax-enabled textfield (for example, an
autocomplete field) and a file field.
&lt;/p&gt;
&lt;p&gt;
This vulnerability is mitigated by the fact that an attacker can only trigger
the attack in a limited set of circumstances, usually requiring custom or
contributed modules.
&lt;/p&gt;
&lt;hr /&gt;
&lt;hr /&gt;
&lt;ul&gt;&lt;li&gt;/A CVE identifier &lt;a class="missing changeset" title="No default repository defined"&gt;[5]&lt;/a&gt; will be requested, and added upon issuance, in
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
accordance with Drupal Security Team processes./
&lt;/p&gt;
&lt;hr /&gt;
&lt;hr /&gt;
&lt;ul&gt;&lt;li&gt;Drupal core 6.x versions prior to 6.32.
&lt;/li&gt;&lt;li&gt;Drupal core 7.x versions prior to 7.29.
&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;
&lt;hr /&gt;
&lt;p&gt;
Install the latest version:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;If you use Drupal 6.x, upgrade to Drupal core 6.32. &lt;a class="missing changeset" title="No default repository defined"&gt;[6]&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;If you use Drupal 7.x, upgrade to Drupal core 7.29. &lt;a class="missing changeset" title="No default repository defined"&gt;[7]&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Also see the Drupal core &lt;a class="missing changeset" title="No default repository defined"&gt;[8]&lt;/a&gt; project page.
&lt;/p&gt;
&lt;hr /&gt;
&lt;hr /&gt;
&lt;ul&gt;&lt;li&gt;The denial of service vulnerability using malicious HTTP Host headers was
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
reported by Régis Leroy &lt;a class="missing changeset" title="No default repository defined"&gt;[9]&lt;/a&gt;.
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The access bypass vulnerability in the File module was reported by Ivan
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Ch
&lt;a class="missing changeset" title="No default repository defined"&gt;[10]&lt;/a&gt;.
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The cross-site scripting vulnerability with Form API option groups was
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
reported by Károly Négyesi &lt;a class="missing changeset" title="No default repository defined"&gt;[11]&lt;/a&gt;.
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The cross-site scripting vulnerability in the Ajax system was reported by
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
mani22test &lt;a class="missing changeset" title="No default repository defined"&gt;[12]&lt;/a&gt;.
&lt;/p&gt;
&lt;hr /&gt;
&lt;hr /&gt;
&lt;ul&gt;&lt;li&gt;The denial of service vulnerability using malicious HTTP Host headers was
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
fixed by Régis Leroy &lt;a class="missing changeset" title="No default repository defined"&gt;[13]&lt;/a&gt;, and by Klaus Purer &lt;a class="missing changeset" title="No default repository defined"&gt;[14]&lt;/a&gt; of the Drupal
Security
Team.
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The access bypass vulnerability in the File module was fixed by Nate Haug
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[15]&lt;/a&gt; and Ivan Ch &lt;a class="missing changeset" title="No default repository defined"&gt;[16]&lt;/a&gt;, and by Drupal Security Team members David
Rothstein
&lt;a class="missing changeset" title="No default repository defined"&gt;[17]&lt;/a&gt;, Heine Deelstra &lt;a class="missing changeset" title="No default repository defined"&gt;[18]&lt;/a&gt; and David Snopek &lt;a class="missing changeset" title="No default repository defined"&gt;[19]&lt;/a&gt;.
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The cross-site scripting vulnerability with Form API option groups was
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
fixed by Greg Knaddison &lt;a class="missing changeset" title="No default repository defined"&gt;[20]&lt;/a&gt; of the Drupal Security Team.
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The cross-site scripting vulnerability in the Ajax system was fixed by
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Neil Drumm &lt;a class="missing changeset" title="No default repository defined"&gt;[21]&lt;/a&gt; of the Drupal Security Team.
&lt;/p&gt;
&lt;hr /&gt;
&lt;hr /&gt;
&lt;ul&gt;&lt;li&gt;The Drupal Security Team &lt;a class="missing changeset" title="No default repository defined"&gt;[22]&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;hr /&gt;
&lt;hr /&gt;
&lt;p&gt;
The Drupal security team can be reached at security at drupal.org or via the
contact form at &lt;a class="ext-link" href="http://drupal.org/contact"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/contact&lt;/a&gt; &lt;a class="missing changeset" title="No default repository defined"&gt;[23]&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Learn more about the Drupal Security team and their policies &lt;a class="missing changeset" title="No default repository defined"&gt;[24]&lt;/a&gt;, writing
secure code for Drupal &lt;a class="missing changeset" title="No default repository defined"&gt;[25]&lt;/a&gt;, and securing your site &lt;a class="missing changeset" title="No default repository defined"&gt;[26]&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Follow the Drupal Security Team on Twitter at
&lt;a class="ext-link" href="https://twitter.com/drupalsecurity"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://twitter.com/drupalsecurity&lt;/a&gt; &lt;a class="missing changeset" title="No default repository defined"&gt;[27]&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[1]&lt;/a&gt; &lt;a class="ext-link" href="http://drupal.org/project/drupal"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/project/drupal&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[2]&lt;/a&gt; &lt;a class="ext-link" href="http://drupal.org/security-team/risk-levels"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/security-team/risk-levels&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[3]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/project/filefield"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/project/filefield&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[4]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/node/2304561"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/node/2304561&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[5]&lt;/a&gt; &lt;a class="ext-link" href="http://cve.mitre.org/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://cve.mitre.org/&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[6]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/drupal-6.32-release-notes"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/drupal-6.32-release-notes&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[7]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/drupal-7.29-release-notes"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/drupal-7.29-release-notes&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[8]&lt;/a&gt; &lt;a class="ext-link" href="http://drupal.org/project/drupal"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/project/drupal&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[9]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/1367862"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/1367862&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[10]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/556138"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/556138&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[11]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/u/chx"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/u/chx&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[12]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/2844779"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/2844779&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[13]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/1367862"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/1367862&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[14]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/262198"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/262198&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[15]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/35821"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/35821&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[16]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/556138"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/556138&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[17]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/124982"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/124982&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[18]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/17943"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/17943&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[19]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/user/266527"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/user/266527&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[20]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/u/greggles"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/u/greggles&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[21]&lt;/a&gt; &lt;a class="ext-link" href="https://www.drupal.org/u/drumm"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/u/drumm&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[22]&lt;/a&gt; &lt;a class="ext-link" href="http://drupal.org/security-team"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/security-team&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[23]&lt;/a&gt; &lt;a class="ext-link" href="http://drupal.org/contact"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/contact&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[24]&lt;/a&gt; &lt;a class="ext-link" href="http://drupal.org/security-team"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/security-team&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[25]&lt;/a&gt; &lt;a class="ext-link" href="http://drupal.org/writing-secure-code"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/writing-secure-code&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[26]&lt;/a&gt; &lt;a class="ext-link" href="http://drupal.org/security/secure-configuration"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/security/secure-configuration&lt;/a&gt;
&lt;a class="missing changeset" title="No default repository defined"&gt;[27]&lt;/a&gt; &lt;a class="ext-link" href="https://twitter.com/drupalsecurity"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://twitter.com/drupalsecurity&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;&lt;/span&gt;&lt;span class="underline"&gt;_
Security-news mailing list
Security-news@…
Unsubscribe at &lt;a class="ext-link" href="https://lists.drupal.org/mailman/listinfo/security-news"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://lists.drupal.org/mailman/listinfo/security-news&lt;/a&gt;
&lt;/span&gt;&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/758</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Thu, 17 Jul 2014 14:31:03 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.75&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.75&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
It's taking longer than usual to build a new stage platform and clone the most recent version of the stage site (made by me on my own platform)
&lt;/p&gt;
&lt;p&gt;
I think I'll try again ..
&lt;/p&gt;
&lt;p&gt;
Adding total time taken on this task so far ..
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Thu, 17 Jul 2014 14:41:08 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:2</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:2</guid>
      <description>
        &lt;p&gt;
I have cloned the stage site after a retry.
&lt;/p&gt;
&lt;p&gt;
The platform had these problems previously:
&lt;/p&gt;
&lt;p&gt;
Unable to download ​&lt;a class="ext-link" href="http://drupal.org/files/issues/location.module_34.patch"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/files/issues/location.module_34.patch&lt;/a&gt;.
Could not download platform using drush make. No platform present
&lt;/p&gt;
&lt;p&gt;
Building ..
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Thu, 17 Jul 2014 15:06:50 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:3</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:3</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.5&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.75&lt;/em&gt; to &lt;em&gt;1.25&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
I tried to build the platform again but I still encounter the same problem.
&lt;/p&gt;
&lt;p&gt;
The patch file loads fine in my browser.
&lt;/p&gt;
&lt;p&gt;
The raw makfile from my github site also loads fine in my browser:
&lt;a class="ext-link" href="https://raw.githubusercontent.com/paulbooker/transitionnetwork.org-d6.profile/master/transitionnetwork.org-d6.make"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://raw.githubusercontent.com/paulbooker/transitionnetwork.org-d6.profile/master/transitionnetwork.org-d6.make&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
@Chris
&lt;/p&gt;
&lt;p&gt;
Would you have a look into this?
&lt;/p&gt;
&lt;p&gt;
@Ed ..
&lt;/p&gt;
&lt;p&gt;
I'll pick this is up again later
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Thu, 17 Jul 2014 21:57:57 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:4</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:4</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;1.25&lt;/em&gt; to &lt;em&gt;1.5&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
@Chris
&lt;/p&gt;
&lt;p&gt;
I get the same problem when I try to build the platform makefile from  a terminal. Any thoughts on why building a platform is not working?
&lt;/p&gt;
&lt;p&gt;
Considering the alternatives ..
&lt;/p&gt;
&lt;p&gt;
puffin:/data/disk/tn/static/transition-network-s6-32-booker# sudo -u tn drush make transitionnetwork.org-d6.make .
Project information for admin_menu retrieved.                                                                [ok]
Project information for content_profile retrieved.                                                           [ok]
...
location downloaded from &lt;a class="ext-link" href="http://ftp.drupal.org/files/projects/location-6.x-3.x-dev.tar.gz"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://ftp.drupal.org/files/projects/location-6.x-3.x-dev.tar.gz&lt;/a&gt;.                   [ok]
Unable to download ​&lt;a class="ext-link" href="http://drupal.org/files/issues/location.module_34.patch"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/files/issues/location.module_34.patch&lt;/a&gt;.                               [error]
logintoboggan downloaded from &lt;a class="ext-link" href="http://ftp.drupal.org/files/projects/logintoboggan-6.x-1.x-dev.tar.gz"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://ftp.drupal.org/files/projects/logintoboggan-6.x-1.x-dev.tar.gz&lt;/a&gt;.         [ok]
...
&lt;/p&gt;
&lt;p&gt;
jquery.cycle downloaded from &lt;a class="ext-link" href="http://malsup.github.com/jquery.cycle.all.js"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://malsup.github.com/jquery.cycle.all.js&lt;/a&gt;.                                   [ok]
jquery.ui downloaded from &lt;a class="ext-link" href="http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://jquery-ui.googlecode.com/files/jquery.ui-1.6.zip&lt;/a&gt;.                           [ok]
colorbox downloaded from &lt;a class="ext-link" href="http://drupal.org/files/colorbox-1.3.18.zip"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://drupal.org/files/colorbox-1.3.18.zip&lt;/a&gt;.                                        [ok]
puffin:/data/disk/tn/static/transition-network-s6-32-booker#
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Fri, 18 Jul 2014 23:28:36 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:5</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:5</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;1.5&lt;/em&gt; to &lt;em&gt;1.75&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Still experiencing problems creating a platform &amp;amp; removing failed platform requests.
&lt;/p&gt;
&lt;p&gt;
As soon as these are fixed I'll perform the security update.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Sun, 20 Jul 2014 19:57:51 GMT</pubDate>
      <title>hours, component, owner, totalhours changed; cc set</title>
      <link>http://localhost:8080/trac/ticket/758#comment:6</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:6</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;cc&lt;/strong&gt;
              &lt;em&gt;chris&lt;/em&gt;, &lt;em&gt;ed&lt;/em&gt;, &lt;em&gt;ben&lt;/em&gt;, &lt;em&gt;sam&lt;/em&gt;, &lt;em&gt;annesley&lt;/em&gt; added
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.1&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;component&lt;/strong&gt;
                changed from &lt;em&gt;Unassigned&lt;/em&gt; to &lt;em&gt;Drupal modules &amp; settings&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;owner&lt;/strong&gt;
              changed from &lt;em&gt;ed&lt;/em&gt; to &lt;em&gt;jim&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;1.75&lt;/em&gt; to &lt;em&gt;1.85&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Cc's added -- people might not have seen this ticket (I hadn't):
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="https://trac.transitionnetwork.org/trac/ticket/758"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://trac.transitionnetwork.org/trac/ticket/758&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/758#comment:4" title="Comment 4 for Ticket #758"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Any thoughts on why building a platform is not working?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Testing getting the file using lynx and wget, as root, on the server:
&lt;/p&gt;
&lt;pre class="wiki"&gt;lynx -head -dump http://drupal.org/files/issues/location.module_34.patch | grep Location
  Location: https://www.drupal.org/files/issues/location.module_34.patch
wget https://www.drupal.org/files/issues/location.module_34.patch -O /tmp/location.module_34.patch
  2014-07-20 20:54:35 (5.88 MB/s) - `/tmp/location.module_34.patch' saved [575/575]
&lt;/pre&gt;&lt;p&gt;
And the file:
&lt;/p&gt;
&lt;pre class="wiki"&gt;Index: location.module^M
===================================================================^M
--- location.module     (revision 1047)^M
+++ location.module     (working copy)^M
@@ -280,7 +280,7 @@^M
     // If State/Province is using the select widget, update the element's options.
     if ($field == 'province' &amp;amp;&amp;amp; $fsettings[$field]['widget'] == 'select') {
       // We are building the element for the first time
-      if (!isset($element['value']['country'])) {
+      if (!isset($element['#value']['country'])) {
         $country = $fdefaults['country'];
       }
       else {
&lt;/pre&gt;&lt;p&gt;
The only two things I noticed are:
&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;The URL you used was a 301 -- try &lt;a class="ext-link" href="https://www.drupal.org/files/issues/location.module_34.patch"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.drupal.org/files/issues/location.module_34.patch&lt;/a&gt; ?
&lt;/li&gt;&lt;/ol&gt;&lt;ol start="2"&gt;&lt;li&gt;The files has a mixture of Windows and UNIX line endings, I guess this isn't an issue.
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Sun, 20 Jul 2014 20:07:13 GMT</pubDate>
      <title>owner, status changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:7</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:7</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;owner&lt;/strong&gt;
              changed from &lt;em&gt;jim&lt;/em&gt; to &lt;em&gt;paul&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;assigned&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Oops, didn't mean to assign this to jim.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Mon, 21 Jul 2014 08:33:03 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:8</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:8</guid>
      <description>
        &lt;p&gt;
anything to do with the boa update on friday?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>jim</dc:creator>

      <pubDate>Mon, 21 Jul 2014 09:42:47 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:9</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:9</guid>
      <description>
        &lt;p&gt;
FWIW I found in the past it's best to use HTTP:// for patches - drush make sometimes gets confused/disallows HTTPS patches for some reason. Not clear why or what the cause is, but there you go...
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 21 Jul 2014 10:36:29 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:10</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:10</guid>
      <description>
        &lt;p&gt;
Thanks. Looking in to this now ..
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Mon, 21 Jul 2014 10:45:01 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:11</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:11</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/758#comment:9" title="Comment 9 for Ticket #758"&gt;jim&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
FWIW I found in the past it's best to use HTTP:// for patches - drush make sometimes gets confused/disallows HTTPS patches for some reason. Not clear why or what the cause is, but there you go...
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
My guess, in this case, is that the resouces was available via http but is now only available via https and drush isn't following the Location header in the 301 response.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 21 Jul 2014 11:36:48 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:12</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:12</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.5&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;1.85&lt;/em&gt; to &lt;em&gt;2.35&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Thanks for the suggestion Chris. I made the change to the makefile but it didn't fix the problem.
&lt;/p&gt;
&lt;p&gt;
I think it may be some broader permission problem as I also couldn't delete my failed platforms. Not sure.
&lt;/p&gt;
&lt;p&gt;
It looks as though Drupal no longer provides patches for security updates. Can anyone confirm? I was considering applying the security patch to the stage site and check that everything works correctly we could then decide whether to repeat on the live site.
&lt;/p&gt;
&lt;p&gt;
I'll pick this up agin later ...
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>annesley</dc:creator>

      <pubDate>Mon, 21 Jul 2014 11:49:58 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:13</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:13</guid>
      <description>
        &lt;p&gt;
some thoughts on security policy (note that i am just opening a discussion, my opinion on these questions is not necessarily either to ignore or accept):
how important is XSS? it would allow a malicious hacker to send a URL to someone in an email that placed a "Donate to TN" button on the TN.org page after it has been served.
do we care about DOS attacks? what is the likelihood? will the IPchains / firewall prevent it anyway?
where is the &lt;a class="missing wiki"&gt;FileField?&lt;/a&gt; used? are all the uploaded files public?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 21 Jul 2014 12:24:36 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:14</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:14</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;2.35&lt;/em&gt; to &lt;em&gt;2.475&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Personally, I don't get in to the details of what's changed. If the security team advise to patch core, I think it's best to just patch core.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ben</dc:creator>

      <pubDate>Mon, 21 Jul 2014 12:40:08 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:15</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:15</guid>
      <description>
        &lt;pre class="wiki"&gt;It sounds like generally follow the same principal as paul on this. I feel
like if as a community (of drupal users) we keep up with the latest version
then the developers need only to check that their modules work with the
latest version. I don't feel the need to look at the details and decide on
each update. If an update breaks a module we're using then we give feedback
to that module's developer and it (hopefully) then gets fixed for us by
them, and in turn the rest of the community. Staying behind feels a bit
'selfish'.
But saying that I realise that keeping up to date is an expensive thing to
do. I think perhaps, if what we want to do is save money, that we should
decide on a update period.
Say we decide 6 months... We do critical updates as and when they come out
(cos somebody's thought about it, and have decided that it's critical), and
if a critical updates comes out we might find we need to update other
modules/core at the same time. Other updates (that don't appear to be
related to a critical module) then are left, and only updated when we reach
the end of that period (unless some work related to a module is being
undertaken - say I'm working on the theme it makes sense that I'm working
on the latest version of the code)...
that's my tuppence...
On 21 July 2014 13:24, Transiton Technology Trac &amp;lt;
trac@tech.transitionnetwork.org&amp;gt; wrote:
&amp;gt; #758: * Advisory ID: DRUPAL-SA-CORE-2014-003
&amp;gt; -------------------------------------+-------------------------------------
&amp;gt;            Reporter:  paul           |                      Owner:  paul
&amp;gt;                Type:  maintenance    |                     Status:
&amp;gt;            Priority:  major          |  assigned
&amp;gt;           Component:  Drupal         |                  Milestone:
&amp;gt;   modules &amp;amp; settings                 |                 Resolution:
&amp;gt;            Keywords:                 |  Estimated Number of Hours:  0.0
&amp;gt; Add Hours to Ticket:  0.125          |                  Billable?:  1
&amp;gt;         Total Hours:  2.35           |
&amp;gt; -------------------------------------+-------------------------------------
&amp;gt; Changes (by paul):
&amp;gt;
&amp;gt;  * hours:  0.0 =&amp;gt; 0.125
&amp;gt;  * totalhours:  2.35 =&amp;gt; 2.475
&amp;gt;
&amp;gt;
&amp;gt; Comment:
&amp;gt;
&amp;gt;  Personally, I don't get in to the details of what's changed. If the
&amp;gt;  security team advise to patch core, I think it's best to just patch core.
&amp;gt;
&amp;gt; --
&amp;gt; Ticket URL: &amp;lt;https://tech.transitionnetwork.org/trac/ticket/758#comment:14
&amp;gt; &amp;gt;
&amp;gt; Transition Technology &amp;lt;https://tech.transitionnetwork.org/trac&amp;gt;
&amp;gt; Support and issues tracking for the Transition Network Web Project.
&amp;gt;
--
-------------
emailme@benjarlett.co.uk
benjarlett.co.uk &amp;lt;http://www.benjarlett.co.uk&amp;gt;
07734 970739
&lt;/pre&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Mon, 21 Jul 2014 17:14:19 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:16</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:16</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/758#comment:12" title="Comment 12 for Ticket #758"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
I think it may be some broader permission problem as I also couldn't delete my failed platforms. Not sure.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Want me to look at anything specific? Are you doing this as the &lt;tt&gt;tn.ftp&lt;/tt&gt; user?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 21 Jul 2014 17:21:17 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:17</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:17</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;2.475&lt;/em&gt; to &lt;em&gt;2.6&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/758#comment:16" title="Comment 16 for Ticket #758"&gt;chris&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/758#comment:12" title="Comment 12 for Ticket #758"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
I think it may be some broader permission problem as I also couldn't delete my failed platforms. Not sure.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Want me to look at anything specific? Are you doing this as the &lt;tt&gt;tn.ftp&lt;/tt&gt; user?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
I have mostly been trying to create a platform through the aegir interface as I know this has been working. Maybe try to reproduce the problem of creating a platform in aegir and seeing if you can figure out what changed.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ben</dc:creator>

      <pubDate>Mon, 21 Jul 2014 17:31:37 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:18</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:18</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.1515&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;2.6&lt;/em&gt; to &lt;em&gt;2.7515&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
adding a little bit of time for my comment.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Mon, 21 Jul 2014 18:05:51 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:19</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:19</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/758#comment:17" title="Comment 17 for Ticket #758"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Maybe try to reproduce the problem of creating a platform in aegir and seeing if you can figure out what changed.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
I've not done that before so I don't know how long it would take me... is there any other option?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 21 Jul 2014 19:45:57 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:20</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:20</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;1.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;2.7515&lt;/em&gt; to &lt;em&gt;4.0015&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
I was concerned about long it might take me to figure it out.  I was thinking that you would probably be quicker with your Aegir shell foo. No worries.  I'll investigate tomorrow - I'm a spent force this evening :).
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Sun, 27 Jul 2014 09:05:05 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:21</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:21</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/758#comment:8" title="Comment 8 for Ticket #758"&gt;ed&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
anything to do with the boa update on friday?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
It could be, I have just realised that after running &lt;tt&gt;barracuda up-stable&lt;/tt&gt; I omitted to run &lt;tt&gt;octopus up-stable all&lt;/tt&gt;, really sorry about that. There is now another BOA update availabe, I'll install it tonight and make sure I don't forget the second step, &lt;a class="closed ticket" href="http://localhost:8080/trac/ticket/765" title="maintenance: New BOA-2.2.8 Stable Edition (closed: fixed)"&gt;ticket:765&lt;/a&gt;.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Mon, 28 Jul 2014 09:50:22 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:22</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:22</guid>
      <description>
        &lt;p&gt;
has this made a difference? paul?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 28 Jul 2014 10:25:29 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:23</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:23</guid>
      <description>
        &lt;p&gt;
Ed, I'll try this afternoon.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Tue, 29 Jul 2014 10:50:30 GMT</pubDate>
      <title>milestone set</title>
      <link>http://localhost:8080/trac/ticket/758#comment:24</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:24</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;milestone&lt;/strong&gt;
                set to &lt;em&gt;Maintenance&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Tue, 29 Jul 2014 13:11:12 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:25</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:25</guid>
      <description>
        &lt;p&gt;
Sorry, I'll  get to this shortly ..
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Tue, 29 Jul 2014 16:41:02 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:26</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:26</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;1.75&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;4.0015&lt;/em&gt; to &lt;em&gt;5.7515&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Update seems to be working fine on stage.
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="https://booker-stage-20140717.transitionnetwork.org"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://booker-stage-20140717.transitionnetwork.org&lt;/a&gt; / Transition Network D6-32-S002 Booker
&lt;a class="ext-link" href="https://booker-stage-20140717.transitionnetwork.org/admin/reports/dblog"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://booker-stage-20140717.transitionnetwork.org/admin/reports/dblog&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I fixed the problem with building the platform by placing quotation marks around the patch url!
&lt;/p&gt;
&lt;p&gt;
New production platform:
Transition Network D6-32-P001 Booker
&lt;/p&gt;
&lt;p&gt;
I'll migrate the production site to the new platform, when I get clearance.
&lt;/p&gt;
&lt;p&gt;
Thoughts:
&lt;/p&gt;
&lt;p&gt;
Process is slow. Better would be to do something along the lines of git pull [stage] , test [stage], create a tag [stage], git pull [production]  &amp;lt; 45 minutes
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Thu, 31 Jul 2014 10:13:09 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:27</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:27</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;5.7515&lt;/em&gt; to &lt;em&gt;5.8765&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Just a friendly reminder, that I'll need to clearance to update the production site. I'll carry out the update late at night.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Thu, 31 Jul 2014 12:07:04 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:28</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:28</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/758#comment:27" title="Comment 27 for Ticket #758"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Just a friendly reminder, that I'll need to clearance to update the production site. I'll carry out the update late at night.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
My understanding is that as you are the lead Drupal deployment / update person that it's your call and although we have been discussing stopping updating the site (&lt;a class="new ticket" href="http://localhost:8080/trac/ticket/764" title="maintenance: Policy decisions re-assessment on BOA and Drupal security updates (new)"&gt;ticket:764&lt;/a&gt;) we haven't reached a consensus or decision on that proposal, so I'd say go for it when ever is convenient and if you do it before midnight it'll come out of the July budget, however it's Ed that has the last shout and I might be wrong on these things. I think Ed is still on leave so perhaps send him a quick txt to confirm what you intend to do? Email me off list if you don't have his mobile number.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Thu, 31 Jul 2014 12:36:52 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:29</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:29</guid>
      <description>
        &lt;p&gt;
Thanks Chris. If there are no objections forthcoming I'll update the website later this evening.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>sam</dc:creator>

      <pubDate>Thu, 31 Jul 2014 13:39:01 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:30</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:30</guid>
      <description>
        &lt;p&gt;
I'd not contact Ed whilst he's on holiday unless it was really genuinely urgent.
&lt;/p&gt;
&lt;p&gt;
I say go for it Paul.
&lt;/p&gt;
&lt;p&gt;
Best
&lt;/p&gt;
&lt;p&gt;
Sam
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Thu, 31 Jul 2014 13:47:54 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:31</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:31</guid>
      <description>
        &lt;p&gt;
Thanks Sam.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Thu, 31 Jul 2014 21:51:46 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:32</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:32</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.5&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;5.8765&lt;/em&gt; to &lt;em&gt;6.3765&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Core updated. No problems to report.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Mon, 04 Aug 2014 13:20:07 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:33</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:33</guid>
      <description>
        &lt;p&gt;
Good work. SO - was the update problems to do with the Octopus update Chris did? ie do we need to worry about you having those problems?
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 04 Aug 2014 14:34:24 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/758#comment:34</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:34</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.125&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;6.3765&lt;/em&gt; to &lt;em&gt;6.5015&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Ed,
&lt;/p&gt;
&lt;p&gt;
I think the problem was just that I didn't pick up on a potential formatting problem:
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="https://github.com/transitionnetwork/transitionnetwork.org-d6.profile/commit/030f3563ae20ee48f0ff7c17e826c537d44e687b"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/transitionnetwork/transitionnetwork.org-d6.profile/commit/030f3563ae20ee48f0ff7c17e826c537d44e687b&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Not sure what problem Chris fixed. It may have helped.
&lt;/p&gt;
&lt;p&gt;
It seems that the update process is working fine (just a little slow)  Next time I'll try to do build platforms / site migrations from the terminal to see if I can get things done any quicker.
&lt;/p&gt;
&lt;p&gt;
Best, Paul
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Mon, 04 Aug 2014 14:35:32 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:35</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:35</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/758#comment:34" title="Comment 34 for Ticket #758"&gt;paul&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Ed,
&lt;/p&gt;
&lt;p&gt;
I think the problem was just that I didn't pick up on a potential formatting problem:
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="https://github.com/transitionnetwork/transitionnetwork.org-d6.profile/commit/030f3563ae20ee48f0ff7c17e826c537d44e687b"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://github.com/transitionnetwork/transitionnetwork.org-d6.profile/commit/030f3563ae20ee48f0ff7c17e826c537d44e687b&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Not sure what problem Chris fixed. It may have helped.
&lt;/p&gt;
&lt;p&gt;
It seems that the update process is working fine (just a little slow)  Next time I'll try to build platforms / site migrations from the terminal to see if I can get things done any quicker.
&lt;/p&gt;
&lt;p&gt;
Best, Paul
&lt;/p&gt;
&lt;/blockquote&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>paul</dc:creator>

      <pubDate>Fri, 10 Oct 2014 13:17:15 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/758#comment:36</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/758#comment:36</guid>
      <description>
        &lt;p&gt;
@Ed I think this ticket can be closed.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>