Changeset 1b8bba3
- Timestamp:
- 10/17/2020 06:34:20 PM (3 years ago)
- Branches:
- 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:
- 8db97e3
- Parents:
- 1334c9a
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1334c9a r1b8bba3 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 6"> <!-- Always 2 digits -->3 <!ENTITY day "17"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- 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 "October 1 6th, &year;">9 <!ENTITY releasedate "October 17th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/enchant.xml
r1334c9a r1b8bba3 7 7 <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz"> 8 8 <!ENTITY enchant-download-ftp " "> 9 <!ENTITY enchant-md5sum "2 92633e58b1c829fd8705760e9e74718">10 <!ENTITY enchant-size "96 7KB">11 <!ENTITY enchant-buildsize " 7.4 MB (add 99MB for tests)">9 <!ENTITY enchant-md5sum "282117c5328e8d03030a94a37c31f089"> 10 <!ENTITY enchant-size "968 KB"> 11 <!ENTITY enchant-buildsize "6.9 MB (add 100 MB for tests)"> 12 12 <!ENTITY enchant-time "0.2 SBU (add 0.5 SBU for tests)"> 13 13 ]> -
general/genlib/glib2.xml
r1334c9a r1b8bba3 225 225 <!-- with 2.64.1 on sysV, all tests pass. --> 226 226 </para> 227 228 <para> 229 Finally, if this is a reinstall from glib2-2.64.x or earlier, remove 230 (as the <systemitem class="username">root</systemitem> user) an 231 obsolete header file that interferes with some packages: 232 </para> 233 234 <screen role="root rebuild"><userinput>rm -f /usr/include/glib-2.0/glib/gurifuncs.h</userinput></screen> 227 235 228 236 </sect2> -
general/genlib/libxml2.xml
r1334c9a r1b8bba3 82 82 </para> 83 83 </listitem> 84 <!--85 <listitem>86 <para>87 Recommended patch to prevent a segfault in itstool when using Python3:88 <ulink url="&patch-root;/libxml2-&libxml2-version;-python3_hack-1.patch"/>89 </para>90 </listitem> -->91 84 </itemizedlist> 92 85 … … 130 123 <sect2 role="installation"> 131 124 <title>Installation of libxml2</title> 132 <!-- 133 <para> 134 First apply a patch, which prevents segfaults in the Python module, when 135 built by <xref linkend="python3"/>: 136 </para> 137 138 <screen><userinput>patch -Np1 -i ../libxml2-&libxml2-version;-python3_hack-1.patch</userinput></screen> 125 126 <para> 127 First fix a problem generating the Python3 module with Python-3.9.0 and later: 128 </para> 129 130 <screen><userinput>sed -i '/if Py/{s/Py/(Py/;s/)/))/}' python/{types.c,libxml.c}</userinput></screen> 139 131 140 132 <para> … … 144 136 145 137 <screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen> 146 --> 138 147 139 <para> 148 140 If you are going to run the tests, disable one test that prevents the -
general/graphlib/opencv.xml
r1334c9a r1b8bba3 7 7 <!ENTITY opencv-download-http "https://github.com/opencv/opencv/archive/&opencv-version;/opencv-&opencv-version;.tar.gz"> 8 8 <!ENTITY opencv-download-ftp " "> 9 <!ENTITY opencv-md5sum " 04e485da95fb189ce6f293abc71bc54e">10 <!ENTITY opencv-size "8 5MB">11 <!ENTITY opencv-buildsize " 676MB">12 <!ENTITY opencv-time " 3.1SBU (using parallelism=4)">9 <!ENTITY opencv-md5sum "65ecd733f41b8286debfc4f29bd0d453"> 10 <!ENTITY opencv-size "86 MB"> 11 <!ENTITY opencv-buildsize "707 MB"> 12 <!ENTITY opencv-time "2.9 SBU (using parallelism=4)"> 13 13 14 14 -
general/prog/sysprof.xml
r1334c9a r1b8bba3 7 7 <!ENTITY sysprof-download-http "&gnome-download-http;/sysprof/&gnome-minor-38;/sysprof-&sysprof-version;.tar.xz"> 8 8 <!ENTITY sysprof-download-ftp "&gnome-download-ftp;/sysprof/&gnome-minor-38;/sysprof-&sysprof-version;.tar.xz"> 9 <!ENTITY sysprof-md5sum " a1b8d744ff0cb60462121d98840a2133">9 <!ENTITY sysprof-md5sum "b4398e0cd3673cee95fdb3c70d4c5e77"> 10 10 <!ENTITY sysprof-size "448 KB"> 11 11 <!ENTITY sysprof-buildsize "28 MB"> -
introduction/welcome/changelog.xml
r1334c9a r1b8bba3 43 43 --> 44 44 <listitem> 45 <para>October 15th, 2020</para> 45 <para>October 17th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to nss-3.58. Fixes 49 <ulink url="&blfs-ticket-root;14146">#14146</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to soundtouch-2.2. Fixes 53 <ulink url="&blfs-ticket-root;14145">#14145</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to enchant-2.2.12. Fixes 57 <ulink url="&blfs-ticket-root;14144">#14144</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[bdubbs] - Update to sysprof-3.38.1. Fixes 61 <ulink url="&blfs-ticket-root;14143">#14143</ulink>.</para> 62 </listitem> 63 <listitem> 64 <para>[bdubbs] - Update to opencv-4.5.0. Fixes 65 <ulink url="&blfs-ticket-root;14132">#14132</ulink>.</para> 66 </listitem> 67 </itemizedlist> 68 </listitem> 69 70 <listitem> 71 <para>October 16th, 2020</para> 46 72 <itemizedlist> 47 73 <listitem> -
multimedia/libdriv/soundtouch.xml
r1334c9a r1b8bba3 7 7 <!ENTITY soundtouch-download-http "https://gitlab.com/soundtouch/soundtouch/-/archive/&soundtouch-version;/soundtouch-&soundtouch-version;.tar.bz2"> 8 8 <!ENTITY soundtouch-download-ftp " "> 9 <!ENTITY soundtouch-md5sum " c86cbd3ac6978aa4111302c085641f78">9 <!ENTITY soundtouch-md5sum "32c6c4461d31a5b42772a035b356dc1f"> 10 10 <!ENTITY soundtouch-size "516 KB"> 11 <!ENTITY soundtouch-buildsize " 8.7MB">11 <!ENTITY soundtouch-buildsize "6.0 MB"> 12 12 <!ENTITY soundtouch-time "0.1 SBU"> 13 13 ]> -
packages.ent
r1334c9a r1b8bba3 28 28 <!ENTITY nettle-version "3.6"> 29 29 30 <!ENTITY nss-minor-version "5 7">30 <!ENTITY nss-minor-version "58"> 31 31 <!ENTITY nss-micro-version "0"> 32 32 <!--<!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">--> … … 95 95 <!ENTITY dbus-glib-version "0.110"> 96 96 <!ENTITY double-conversion-version "3.1.5"> 97 <!ENTITY enchant-version "2.2.1 1">97 <!ENTITY enchant-version "2.2.12"> 98 98 <!ENTITY exempi-version "2.5.2"> 99 99 <!ENTITY expat-version "2.1.0"> … … 229 229 <!ENTITY mypaint-brushes-version "1.3.0"> <!-- version 1 only --> 230 230 <!ENTITY newt-version "0.52.21"> 231 <!ENTITY opencv-version "4. 4.0">232 <!ENTITY opencv-contrib-version "4. 4.0">231 <!ENTITY opencv-version "4.5.0"> 232 <!ENTITY opencv-contrib-version "4.5.0"> 233 233 <!ENTITY openjpeg-version "1.5.2"> 234 234 <!ENTITY openjpeg2-version "2.3.1"> … … 369 369 <!ENTITY subversion-version "1.14.0"> 370 370 <!ENTITY swig-version "4.0.2"> 371 <!ENTITY sysprof-version "3.38. 0">371 <!ENTITY sysprof-version "3.38.1"> 372 372 <!ENTITY tcl-version "8.6.10"> 373 373 <!ENTITY tk-version "8.6.10"> … … 1004 1004 <!ENTITY sdl2-version "2.0.12"> 1005 1005 <!ENTITY sound-theme-freedesktop-version "0.8"> 1006 <!ENTITY soundtouch-version "2. 1.2">1006 <!ENTITY soundtouch-version "2.2"> 1007 1007 <!ENTITY speex-version "1.2.0"> 1008 1008 <!ENTITY speexdsp-version "1.2.0"> -
postlfs/security/nss.xml
r1334c9a r1b8bba3 15 15 16 16 <!ENTITY nss-download-ftp " "> 17 <!ENTITY nss-md5sum " 919ff88541b145d94b689b2b8d5f90f3">17 <!ENTITY nss-md5sum "0012ef80308f70e35ab1babc6153cee5"> 18 18 <!ENTITY nss-size "78 MB"> 19 19 <!-- 50 MB increase is due to new test files, see #12187 --> 20 <!ENTITY nss-buildsize "29 6 MB (add 114MB for tests)">21 <!ENTITY nss-time "2. 8 SBU (with parallelism=4, add 28SBU for tests)">20 <!ENTITY nss-buildsize "291 MB (add 123 MB for tests)"> 21 <!ENTITY nss-time "2.6 SBU (with parallelism=4, add 24 SBU for tests)"> 22 22 ]> 23 23
Note:
See TracChangeset
for help on using the changeset viewer.