Changeset 881d8cf
- Timestamp:
- 05/19/2020 06:50:13 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1e5da9b
- Parents:
- 5686268
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5686268 r881d8cf 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 8"> <!-- Always 2 digits -->3 <!ENTITY day "19"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 1 8th, &year;">9 <!ENTITY releasedate "May 19th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genutils/sharutils.xml
r5686268 r881d8cf 80 80 81 81 <para> 82 Fix a heap buffer overflow, and an issue exposed by GCC-10: 83 </para> 84 85 <screen><userinput>sed -i 's/BUFSIZ/rw_base_size/' src/unshar.c && 86 sed -i '/program_name/s/^/extern /' src/*opts.h</userinput></screen> 87 88 <para> 82 89 Install <application>Sharutils</application> by running 83 90 the following commands: … … 87 94 echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h && 88 95 89 CFLAGS="$CFLAGS -fcommon"./configure --prefix=/usr &&96 ./configure --prefix=/usr && 90 97 make</userinput></screen> 91 98 -
introduction/welcome/changelog.xml
r5686268 r881d8cf 43 43 --> 44 44 <listitem> 45 <para>May 19th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Two fixes for sharutils: prevent a heap overflow 49 and avoid the use of -fcommon.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>May 18th, 2020</para> 46 56 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.