diff --git a/general.ent b/general.ent
index 08597d2a97..31358eb126 100644
--- a/general.ent
+++ b/general.ent
@@ -1,4 +1,4 @@
-
+
@@ -143,7 +143,7 @@
-
+
diff --git a/general/genutils/screen.xml b/general/genutils/screen.xml
index bbce705069..a4d6c41f60 100644
--- a/general/genutils/screen.xml
+++ b/general/genutils/screen.xml
@@ -4,10 +4,10 @@
%general-entities;
-
-
-
-
+
+
+
+
]>
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 69607f6aca..6f3bc80219 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -56,6 +56,16 @@
+
+ October 26th, 2006
+
+
+ [dnicholson] - Updated to Screen-4.0.3, fixing a security
+ vulnerability. Closes ticket #2197.
+
+
+
+
October 23rd, 2006
diff --git a/server/major/bind.xml b/server/major/bind.xml
index 3d5de81cd8..cd8c049a64 100644
--- a/server/major/bind.xml
+++ b/server/major/bind.xml
@@ -93,7 +93,7 @@
Install BIND by running the
following commands:
-sed -i -e '247a #undef SO_BSDCOMPAT\n' lib/isc/unix/socket.c &&
+sed -i 's/#ifdef SO_BSDCOMPAT/#if 0/' lib/isc/unix/socket.c &&
./configure --prefix=/usr --sysconfdir=/etc \
--enable-threads --with-libtool &&
make