summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-10-15 21:51:12 -0700
committerelijah <elijah@riseup.net>2014-10-15 21:51:12 -0700
commitc4f0d3f446c481fee169b6a18332c20752f09234 (patch)
treed02f49f620a8f5f907137759d921d7d30754fcec
parenta4c1f5e38715e3c79edf579499c8b373dcac0662 (diff)
poodle hotfix announcement
-rw-r--r--pages/about-us/news/2014/android-oh-seven.md2
-rw-r--r--pages/about-us/news/2014/bitmask-oh-seven-rc.md2
-rw-r--r--pages/about-us/news/2014/poodle-hot-fix.haml18
3 files changed, 20 insertions, 2 deletions
diff --git a/pages/about-us/news/2014/android-oh-seven.md b/pages/about-us/news/2014/android-oh-seven.md
index ef0428e..3c5f232 100644
--- a/pages/about-us/news/2014/android-oh-seven.md
+++ b/pages/about-us/news/2014/android-oh-seven.md
@@ -1,6 +1,6 @@
@title = 'Bitmask Android 0.7.0'
@author = 'Parménides GV'
-@posted_at = '2014-09-06'
+@posted_at = '2014-10-06'
@more = true
@preview = '<div style="float:left; margin-right: 8px; margin-left: 0;"><img src="/img/pages/android-mask.png"></div><p>We\'ve released a new version of our Android client, which improves the stability of our VPN tunnel and fixes a bunch of bugs.</p>'.html_safe
diff --git a/pages/about-us/news/2014/bitmask-oh-seven-rc.md b/pages/about-us/news/2014/bitmask-oh-seven-rc.md
index f73e629..574ab6d 100644
--- a/pages/about-us/news/2014/bitmask-oh-seven-rc.md
+++ b/pages/about-us/news/2014/bitmask-oh-seven-rc.md
@@ -1,6 +1,6 @@
@title = 'Bitmask Desktop v0.7.0-rc1 is ready for testing'
@author = 'Ivan'
-@posted_at = '2014-09-06'
+@posted_at = '2014-10-06'
@more = true
@preview = '<div style="float:left; margin-right: 8px; margin-left: 0;"><img src="/img/pages/clocks.jpg"></div><p>Starting today users can run a "stable" or "unstable" version of Bitmask. For each new version, we will first issue an "unstable" public release candidate. People who are in position to run bleeding edge code can run the "unstable" version and help us find any problems that we might have missed.</p>'.html_safe
diff --git a/pages/about-us/news/2014/poodle-hot-fix.haml b/pages/about-us/news/2014/poodle-hot-fix.haml
new file mode 100644
index 0000000..66d9bb49
--- /dev/null
+++ b/pages/about-us/news/2014/poodle-hot-fix.haml
@@ -0,0 +1,18 @@
+- @title = "Poodle hot-fix"
+- @author = "Micah"
+- @posted_at = "2014-10-15"
+- @more = true
+- @preview = capture_haml do
+ As you may have heard, there is a new dog in town, and it is a Poodle. Poodle (Padding Oracle On Downgraded Legacy Encryption) is the name for a severe flaw in the SSLv3 protocol, which can be exploited to force connections to reveal plain-text. The Poodle announcement brought with it the death of the SSLv3 protocol, and none too soon.
+
+%p As you may have heard, there is a new dog in town, and it is a Poodle. Poodle (Padding Oracle On Downgraded Legacy Encryption) is the name for a severe flaw in the SSLv3 protocol, which can be exploited to force connections to reveal plain-text. The Poodle announcement brought with it the death of the SSLv3 protocol, and none too soon.
+
+%p In order to respond to this issue, we've made an important security fix release for the Platform. This release simply disables the SSLv3 protocol (as well as deactivates the weak RC4 cipher).
+
+%p To apply this update, simply update the Leap Platform master branch (or checkout the signed 0.5.5 tag), and deploy to the webapp node.
+
+%ul
+ %li
+ %a(href="https://leap.se/git/leap_platform.git") Leap Platform git repository
+ %li
+ %a(href="https://leap.se/git/leap_platform.git/tag/3c7f2f98cdaabb00e13325476197fbbc74dff597") The signed 0.5.5 tag