Changeset 30be81d
- Timestamp:
- 11/11/2018 10:52:19 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
- 9fa8a61
- Parents:
- ad342518
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rad342518 r30be81d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "11"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 1 0th, &year;">9 <!ENTITY releasedate "November 11th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rad342518 r30be81d 43 43 --> 44 44 <listitem> 45 <para>November 11th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Stop trying to use system poppler in texlive. Fixes 49 <ulink url="&blfs-ticket-root;11338">#11338</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>November 10th, 2018</para> 46 56 <itemizedlist> -
pst/typesetting/texlive.xml
rad342518 r30be81d 163 163 </para> 164 164 165 <!-- 165 166 <para> 166 167 If you came here to update an old system (because of the recent 167 168 vulnerability) where the poppler version is before 0.62.0, such as 168 169 BLFS-8.1, do NOT use the commands in the <literal>MYPOPPLER</literal> 169 block of instructions, nor the <literal> --with-system-poppler</literal>170 or <literal> --with-system-xpdf</literal> options when configuring.171 </para> 170 block of instructions, nor the <literal>\-\-with-system-poppler</literal> 171 or <literal>\-\-with-system-xpdf</literal> options when configuring. 172 </para>--> 172 173 </note> 173 174 … … 178 179 179 180 patch -Np1 -i ../texlive-&texlive-version;-source-upstream_fixes-2.patch && 180 181 let MYPOPPLER=$(pkg-config --modversion poppler | cut -d '.' -f2)181 <!-- 182 let MYPOPPLER=$(pkg-config \-\-modversion poppler | cut -d '.' -f2) 182 183 mv -v texk/web2c/pdftexdir/pdftosrc{-newpoppler,}.cc 183 184 if [ $MYPOPPLER -lt 68 ]; then … … 188 189 mv -v texk/web2c/pdftexdir/pdftoepdf{-poppler0.69.0,}.cc 189 190 fi && 190 unset MYPOPPLER && 191 191 unset MYPOPPLER &&--> 192 192 mkdir texlive-build && 193 193 cd texlive-build && 194 194 <!-- 195 \-\-with-system-poppler \ 196 \-\-with-system-xpdf \ 197 --> 195 198 ../configure \ 196 199 --prefix=/opt/texlive/&texlive-year; \ … … 215 218 --with-system-mpfr \ 216 219 --with-system-pixman \ 217 --with-system-poppler \218 220 --with-system-potrace \ 219 --with-system-xpdf \220 221 --with-system-zlib \ 221 222 --with-banner-add=" - BLFS" && … … 279 280 various problems have come to light since the shipped source was frozen to 280 281 be committed to DVDs. In particular, a segmentation fault in dvipdfm-x from 281 XeTeX and changes in newer versions of <application>poppler</application>,282 XeTeX <!--and changes in newer versions of <application>poppler</application>-->, 282 283 also an important vulnerability fix. 283 284 </para> 284 285 286 <!-- 285 287 <para> 286 288 <command>let MYPOPPLER=...</command>: Because the vulnerability fix applies to … … 289 291 newer versions of poppler need to be copied over the original versions, 290 292 depending on which version is being used. 291 </para> 293 </para>--> 292 294 293 295 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 305 307 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 306 308 href="../../xincludes/tex-system.xml"/> 307 308 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 309 href="../../xincludes/tex-xpdf.xml"/> 309 <!-- 310 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 311 href="../../xincludes/tex-xpdf.xml"/>--> 310 312 311 313 <para>
Note:
See TracChangeset
for help on using the changeset viewer.