Author: dnicholson Date: 2006-10-26 21:42:02 -0600 (Thu, 26 Oct 2006) New Revision: 6359
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/screen.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/server/major/bind.xml Log: Updated to screen-4.0.3 Modified: trunk/BOOK/general/genutils/screen.xml =================================================================== --- trunk/BOOK/general/genutils/screen.xml 2006-10-26 03:10:43 UTC (rev 6358) +++ trunk/BOOK/general/genutils/screen.xml 2006-10-27 03:42:02 UTC (rev 6359) @@ -4,10 +4,10 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY screen-download-http "http://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz"> - <!ENTITY screen-download-ftp "ftp://ftp.gnu.org/pub/gnu/screen/screen-&screen-version;.tar.gz"> - <!ENTITY screen-md5sum "ed68ea9b43d9fba0972cb017a24940a1"> - <!ENTITY screen-size "825 KB"> + <!ENTITY screen-download-http "http://ftp.uni-erlangen.de/pub/utilities/screen/screen-&screen-version;.tar.gz"> + <!ENTITY screen-download-ftp "ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-&screen-version;.tar.gz"> + <!ENTITY screen-md5sum "8506fd205028a96c741e4037de6e3c42"> + <!ENTITY screen-size "821 KB"> <!ENTITY screen-buildsize "5.8 MB"> <!ENTITY screen-time "0.2 SBU"> ]> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-10-26 03:10:43 UTC (rev 6358) +++ trunk/BOOK/general.ent 2006-10-27 03:42:02 UTC (rev 6359) @@ -1,4 +1,4 @@ -<!ENTITY day "25"> <!-- Always 2 digits --> +<!ENTITY day "26"> <!-- Always 2 digits --> <!ENTITY month "10"> <!-- Always 2 digits --> <!ENTITY year "2006"> <!ENTITY version "svn-&year;&month;&day;"> @@ -143,7 +143,7 @@ <!ENTITY gtk-doc-version "1.6"> <!ENTITY scrollkeeper-version "0.3.14"> <!ENTITY intltool-version "0.34.2"> -<!ENTITY screen-version "4.0.2"> +<!ENTITY screen-version "4.0.3"> <!ENTITY tidy-version "051026"> <!ENTITY desktop-file-utils-version "0.11"> <!ENTITY xscreensaver-version "4.24"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-26 03:10:43 UTC (rev 6358) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-27 03:42:02 UTC (rev 6359) @@ -57,6 +57,16 @@ </listitem> <listitem> + <para>October 26th, 2006</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Updated to Screen-4.0.3, fixing a security + vulnerability. Closes ticket #2197.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>October 23rd, 2006</para> <itemizedlist> <listitem> Modified: trunk/BOOK/server/major/bind.xml =================================================================== --- trunk/BOOK/server/major/bind.xml 2006-10-26 03:10:43 UTC (rev 6358) +++ trunk/BOOK/server/major/bind.xml 2006-10-27 03:42:02 UTC (rev 6359) @@ -93,7 +93,7 @@ <para>Install <application>BIND</application> by running the following commands:</para> -<screen><userinput>sed -i -e '247a #undef SO_BSDCOMPAT\n' lib/isc/unix/socket.c && +<screen><userinput>sed -i 's/#ifdef SO_BSDCOMPAT/#if 0/' lib/isc/unix/socket.c && ./configure --prefix=/usr --sysconfdir=/etc \ --enable-threads --with-libtool && make</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
