aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-08-21 12:46:09 +0100
committerLouise Crow <louise.crow@gmail.com>2014-08-21 17:34:12 +0100
commitdffeacf828d92c5136ef9741e67064e83be34f5d (patch)
treef695f94e380e73b829c92c52bc1b8fc30bcd3fa9
parent9bfb4fc97a2627dd14ddb2bdbb86860273d51aac (diff)
Remove glibc patch
Should now be patched in squeeze..thought patched in 2.11.3-1, actually patched in 2.11.3-4 http://metadata.ftp-master.debian.org/changelogs//main/e/eglibc/eglibc_2.11.3-4_changelog
-rw-r--r--Gemfile7
-rw-r--r--doc/CHANGES.md1
2 files changed, 1 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 418c60668..0ceae8145 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,10 +1,3 @@
-# Work around bug in Debian Squeeze - see https://github.com/mysociety/alaveteli/pull/297#issuecomment-4101012
-if File.exist? "/etc/debian_version" and File.open("/etc/debian_version").read.strip =~ /^(squeeze.*|6\.0\.[45])$/
- if File.exist? "/lib/libuuid.so.1"
- require 'dl'
- DL::dlopen('/lib/libuuid.so.1')
- end
-end
source 'https://rubygems.org'
gem 'rails', '3.2.19'
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index cc8c37c3a..1a56df2ae 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -28,6 +28,7 @@
<%= text_field_tag 'public_body_change_request[comment]' %>
</p>
This is the anti-spam honeypot.
+* The workaround for an old [bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637239) in libc6 in squeeze has been removed. If you're running on squeeze, please make sure you're using the latest version of libc6 (2.11.3-4) to prevent the risk of segfaults.
# Version 0.18