Changeset a20c505f
- Timestamp:
- 08/11/2017 10:39:18 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 92d2b83
- Parents:
- f60ecce
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf60ecce ra20c505f 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 "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 1 0th, &year;">9 <!ENTITY releasedate "August 11th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/mercurial.xml
rf60ecce ra20c505f 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 " c319686de0a9076a2fcbcb215fc5baec">10 <!ENTITY mercurial-size "5. 3MB">11 <!ENTITY mercurial-buildsize "68 MB (add 337MB for tests)">9 <!ENTITY mercurial-md5sum "b9cbdcf0bd41a2b385b35b9fbfeb0eea"> 10 <!ENTITY mercurial-size "5.2 MB"> 11 <!ENTITY mercurial-buildsize "68 MB (add 403 MB for tests)"> 12 12 <!ENTITY mercurial-time "0.2 SBU (add 7.2 SBU for tests using -j4)"> 13 13 ]> … … 126 126 investigate any other apparently failing tests, you may use the 127 127 <command>run-tests.py</command> script. To see the almost forty switches, 128 some of them very useful, issue <command>tests/run-tests.py - 128 some of them very useful, issue <command>tests/run-tests.py --help</command>. 129 129 Running the following commands, you will execute only the tests that failed 130 130 before:</para> … … 206 206 207 207 <screen role="root"><userinput>install -v -d -m755 /etc/mercurial && 208 cat > >/etc/mercurial/hgrc << "EOF"208 cat > /etc/mercurial/hgrc << "EOF" 209 209 <literal>[web] 210 210 cacerts = /etc/ssl/ca-bundle.crt</literal> … … 233 233 <seg> 234 234 /etc/mercurial and 235 /usr/lib/python&python2-majorver;/site-packages/{hg ext,hgext3rd,mercurial}235 /usr/lib/python&python2-majorver;/site-packages/{hgdemandimport,hgext,hgext3rd,mercurial} 236 236 </seg> 237 237 </seglistitem> -
introduction/welcome/changelog.xml
rf60ecce ra20c505f 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>August 11th, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Update to libsoup-2.8.2. Fixes 50 <ulink url="&blfs-ticket-root;9603">#9603</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[pierre] - Update to mercurial-4.3.1. Fixes 54 <ulink url="&blfs-ticket-root;9602">#9602</ulink>.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 44 58 45 59 <listitem> -
networking/netlibs/libsoup.xml
rf60ecce ra20c505f 9 9 <!ENTITY libsoup-download-ftp 10 10 "&gnome-download-ftp;/libsoup/2.58/libsoup-&libsoup-version;.tar.xz"> 11 <!ENTITY libsoup-md5sum " 91d7a6bf8785d31f4b154a7612e53e62">11 <!ENTITY libsoup-md5sum "eb33adb459c2283efc5c7d09ccdbbcfc"> 12 12 <!ENTITY libsoup-size "1.7 MB"> 13 <!ENTITY libsoup-buildsize " 47MB (with tests)">13 <!ENTITY libsoup-buildsize "23 MB (with tests)"> 14 14 <!ENTITY libsoup-time "0.6 SBU (with tests)"> 15 15 ]> -
packages.ent
rf60ecce ra20c505f 314 314 <!ENTITY llvm-old-version "3.9.1"> 315 315 <!ENTITY lua-version "5.3.4"> 316 <!ENTITY mercurial-version "4.3 ">316 <!ENTITY mercurial-version "4.3.1"> 317 317 <!ENTITY nasm-version "2.13.01"> 318 318 <!ENTITY ninja-version "1.7.2"> … … 456 456 <!ENTITY libndp-version "1.6"> 457 457 <!ENTITY libproxy-version "0.4.7"> 458 <!ENTITY libsoup-version "2.58. 1">458 <!ENTITY libsoup-version "2.58.2"> 459 459 <!ENTITY libtirpc-version "1.0.2"> 460 460 <!ENTITY neon-version "0.30.2">
Note:
See TracChangeset
for help on using the changeset viewer.