Changeset 8dcedec0
- Timestamp:
- 10/04/2020 05:07:43 PM (2 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 7199a09
- Parents:
- d400dce
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/librsvg.xml
rd400dce r8dcedec0 7 7 <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.50/librsvg-&librsvg-version;.tar.xz"> 8 8 <!ENTITY librsvg-download-ftp "&gnome-download-ftp;/librsvg/2.50/librsvg-&librsvg-version;.tar.xz"> 9 <!ENTITY librsvg-md5sum " 4c6068b7b296274f50e83e477d27a05b">9 <!ENTITY librsvg-md5sum "61624dced1f1a53383cf72e752e154a4"> 10 10 <!ENTITY librsvg-size "16 MB"> 11 <!ENTITY librsvg-buildsize "1.4 GB (9 0MB installed), add 1.0 GB for tests">12 <!ENTITY librsvg-time "2. 0 SBU (on a 4-core machine), add 1.5SBU for tests">11 <!ENTITY librsvg-buildsize "1.4 GB (97 MB installed), add 1.0 GB for tests"> 12 <!ENTITY librsvg-time "2.2 SBU (on a 4-core machine), add 1.6 SBU for tests"> 13 13 ]> 14 14 … … 115 115 To test the results, issue: <command>make check</command>. 116 116 <!-- https://gitlab.gnome.org/GNOME/librsvg/issues/511 --> 117 Many of the tests in 'reftests' may fail (44 failed in September 2020) because117 Many of the tests in 'reftests' may fail (44 in October 2020) because 118 118 they produce, and then diff, graphic files with text and the details such 119 119 as spacing vary when the system versions of cairo, freetype, pixman, pango … … 181 181 <seg> 182 182 /usr/include/librsvg-2.0, 183 /usr/share/doc/librsvg , and183 /usr/share/doc/librsvg-&librsvg-version;, and 184 184 /usr/share/gtk-doc/html/rsvg-2.0 185 185 </seg> -
general/prog/mercurial.xml
rd400dce r8dcedec0 7 7 <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz"> 8 8 <!ENTITY mercurial-download-ftp " "> 9 <!ENTITY mercurial-md5sum "2 288a0be73d33f050c1fd4332ea9e28e">9 <!ENTITY mercurial-md5sum "21fa0b3768b93a5d008b96a93fdf27ef"> 10 10 <!ENTITY mercurial-size "7.4 MB"> 11 11 <!ENTITY mercurial-buildsize "111 MB (with docs, add 1.1 GB for tests)"> 12 <!ENTITY mercurial-time "0. 3SBU (with docs, add 18 SBU for tests using -j4)">12 <!ENTITY mercurial-time "0.4 SBU (with docs, add 18 SBU for tests using -j4)"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
rd400dce r8dcedec0 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[pierre] - Update to ghostscript-9.53.3. Fixes 49 <ulink url="&blfs-ticket-root;14093">#14093</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Update to nmap-7.90. Fixes 53 <ulink url="&blfs-ticket-root;14092">#14092</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[pierre] - Update to mercurial-5.5.2. Fixes 57 <ulink url="&blfs-ticket-root;14089">#14089</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[pierre] - Update to librsvg-2.50.1. Fixes 61 <ulink url="&blfs-ticket-root;14088">#14088</ulink>.</para> 62 </listitem> 63 <listitem> 48 64 <para>[thomas] - Update to apache-ant-1.10.9. Fixes 49 65 <ulink url="&blfs-ticket-root;14082">#14082</ulink>.</para> -
networking/netutils/nmap.xml
rd400dce r8dcedec0 7 7 <!ENTITY nmap-download-http "http://nmap.org/dist/nmap-&nmap-version;.tar.bz2"> 8 8 <!ENTITY nmap-download-ftp " "> 9 <!ENTITY nmap-md5sum " d37b75b06d1d40f27b76d60db420a1f5">9 <!ENTITY nmap-md5sum "1664f728c1aecffebb1ccfd1e99e04e6"> 10 10 <!ENTITY nmap-size "10 MB"> 11 <!ENTITY nmap-buildsize "1 19MB (add 25 MB for tests)">12 <!ENTITY nmap-time "0. 9SBU (add 0.1 SBU for tests)">11 <!ENTITY nmap-buildsize "148 MB (add 25 MB for tests)"> 12 <!ENTITY nmap-time "0.8 SBU (add 0.1 SBU for tests)"> 13 13 ]> 14 14 … … 97 97 <para role="optional"> 98 98 <xref linkend="pygtk"/> (required for <command>zenmap</command>), 99 <xref linkend="python2"/> (required for <command>ndiff</command>), 100 <xref linkend="subversion"/> (required for 101 <command>nmap-update</command>), and 99 <xref linkend="python2"/> (required for <command>ndiff</command>), and 102 100 <xref linkend="libssh2"/> 103 101 </para> … … 116 114 </para> 117 115 118 <screen><userinput>./configure --prefix=/usr --with-liblua=included&&116 <screen><userinput>./configure --prefix=/usr && 119 117 make</userinput></screen> 120 118 … … 139 137 </sect2> 140 138 139 <!-- nmap-7.90: everything seems ok without this switch 141 140 <sect2 role="commands"> 142 141 <title>Command Explanations</title> 143 144 <para>145 <parameter>--with-liblua=included</parameter>: This switch is146 required to fix compilation with <application>lua</application> 5.3.147 </para> 148 149 </sect2>142 <para> 143 <parameter>- -with-liblua=included</parameter>: This switch is 144 required to fix compilation with <application>lua</application> 5.4. 145 </para> 146 147 </sect2> 148 --> 150 149 151 150 <sect2 role="content"> … … 159 158 <seglistitem> 160 159 <seg> 161 ncat, ndiff, nmap, n mapfe, nmap-update, nping, uninstall_ndiff,162 uninstall_zenmap, xnmap and zenmap160 ncat, ndiff, nmap, nping, uninstall_ndiff, uninstall_zenmap, 161 zenmap, and 2 symlinks to zenmap: nmapfe and xnmap 163 162 </seg> 164 163 <seg> … … 215 214 </varlistentry> 216 215 217 <varlistentry id="nmapfe"> 218 <term><command>nmapfe</command></term> 219 <listitem> 220 <para> 221 is a symbolic link to <command>zenmap</command>. 222 </para> 223 <indexterm zone="nmap nmapfe"> 224 <primary sortas="b-nmapfe">nmapfe</primary> 225 </indexterm> 226 </listitem> 227 </varlistentry> 228 216 <!-- removed in 7.90, see CHANGELOG 229 217 <varlistentry id="nmap-update"> 230 218 <term><command>nmap-update</command></term> … … 238 226 </listitem> 239 227 </varlistentry> 240 228 --> 241 229 <varlistentry id="nping"> 242 230 <term><command>nping</command></term> … … 276 264 </varlistentry> 277 265 278 <varlistentry id="xnmap">279 <term><command>xnmap</command></term>280 <listitem>281 <para>282 is a symbolic link to <command>zenmap</command>.283 </para>284 <indexterm zone="nmap xnmap">285 <primary sortas="f-xnmap">xnmap</primary>286 </indexterm>287 </listitem>288 </varlistentry>289 290 266 <varlistentry id="zenmap"> 291 267 <term><command>zenmap</command></term> -
packages.ent
rd400dce r8dcedec0 220 220 <!ENTITY libmypaint-version "1.6.1"> <!-- version 1 only --> 221 221 <!ENTITY libpng-version "1.6.37"> 222 <!ENTITY librsvg-version "2.50. 0"> <!-- Normally even minors -->222 <!ENTITY librsvg-version "2.50.1"> <!-- Normally even minors --> 223 223 <!ENTITY libraw-version "0.20.0"> 224 224 <!ENTITY libspiro-version "20200505"> … … 341 341 <!ENTITY lua-version "5.4.0"> 342 342 <!ENTITY lua52-version "5.2.4"> 343 <!ENTITY mercurial-version "5.5. 1">343 <!ENTITY mercurial-version "5.5.2"> 344 344 <!ENTITY nasm-version "2.15.05"> 345 345 <!ENTITY ninja-version "1.9.0"> … … 597 597 <!ENTITY NetworkManager-version "&NetworkManager-minor;.2"> 598 598 <!ENTITY network-manager-applet-version "1.18.0"> 599 <!ENTITY nmap-version "7. 80">599 <!ENTITY nmap-version "7.90"> 600 600 <!ENTITY traceroute-version "2.1.0"> 601 601 <!ENTITY whois-version "5.4.3"> … … 1043 1043 <!ENTITY cups-version "2.3.3"> 1044 1044 <!ENTITY cups-filters-version "1.28.3"> 1045 <!ENTITY gs-version "9.53. 2">1046 <!ENTITY gs-packver "953 2">1045 <!ENTITY gs-version "9.53.3"> 1046 <!ENTITY gs-packver "9533"> 1047 1047 <!ENTITY gutenprint-version "5.3.3"> 1048 1048 -
pst/printing/gs.xml
rd400dce r8dcedec0 10 10 "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs&gs-packver;/ghostscript-&gs-version;.tar.xz"> 11 11 <!ENTITY gs-download-ftp " "> 12 <!ENTITY gs-md5sum " f04006d556d35dd3395992a3341eb8d1">12 <!ENTITY gs-md5sum "bf0b41d6e19fdeb4b050afad309248d2"> 13 13 <!ENTITY gs-size "39 MB"> 14 <!ENTITY gs-buildsize " 170MB (with fonts and libgs.so)">15 <!ENTITY gs-time "0. 6SBU (Using parallelism=4; with libgs.so)">14 <!ENTITY gs-buildsize "247 MB (with fonts and libgs.so)"> 15 <!ENTITY gs-time "0.7 SBU (Using parallelism=4; with libgs.so)"> 16 16 17 17 <!ENTITY gs-standard-fonts-download
Note:
See TracChangeset
for help on using the changeset viewer.