mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated to screen-4.0.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6359 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c11a232945
commit
87448d43c1
@ -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">
|
||||
|
@ -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">
|
||||
]>
|
||||
|
@ -56,6 +56,16 @@
|
||||
</itemizedlist>
|
||||
</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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user