Changeset 2bbb3379


Ignore:
Timestamp:
06/09/2016 04:46:30 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9f574bb
Parents:
138bdf6
Message:

Reiserfsprogs-3.6.25
Git-2.8.4
Mercurial-3.8.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17470 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r138bdf6 r2bbb3379  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 8th &year;">
     9<!ENTITY releasedate  "June 9th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/git.xml

    r138bdf6 r2bbb3379  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
    11   <!ENTITY git-md5sum        "4a9bda9f14e9c5ce3e7a416e43b74a1b">
     11  <!ENTITY git-md5sum        "698bba0af07f41581443718ec3fb2d44">
    1212  <!ENTITY git-size          "3.8 MB">
    1313  <!ENTITY git-buildsize     "375 MB (including the pre-built documentation)">
    14   <!ENTITY git-time          "0.8 SBU (add 2.6 SBU for building documentation, add 4.3 SBU for tests)">
     14  <!ENTITY git-time          "0.8 SBU (add 2.6 SBU for building documentation, add 4.6 SBU for tests)">
    1515]>
    1616
     
    8989          <ulink url="&git-root;/git-manpages-&git-version;.tar.xz">
    9090          &git-root;/git-manpages-&git-version;.tar.xz</ulink>
    91           (if you prefer the original, not needed if you've installed
    92           <xref linkend="asciidoc"/> and  <xref linkend="xmlto"/>
    93           prefer to build them).
     91          (not needed if you've installed <xref linkend="asciidoc"/>,
     92          <xref linkend="xmlto"/>, and prefer to rebuild them)
    9493        </para>
    9594      </listitem>
     
    9897          <ulink url="&git-root;/git-htmldocs-&git-version;.tar.xz">
    9998          &git-root;/git-htmldocs-&git-version;.tar.xz</ulink>
    100           and other docs (if you prefer the original, not needed if you've
    101           installed <xref linkend="asciidoc"/> and prefer to build them).
     99          and other docs (not needed if you've installed
     100          <xref linkend="asciidoc"/> and want to rebuild the documentation).
    102101        </para>
    103102      </listitem>
     
    324323      <seglistitem>
    325324        <seg>
    326           git, git-receive-pack and git-upload-archive (hardlinked to each other),
    327           git-cvsserver, git-shell, git-upload-pack, and gitk
     325          git, git-receive-pack and git-upload-archive (hardlinked to each
     326          other), git-cvsserver, git-shell, git-upload-pack, and gitk
    328327        </seg>
    329328        <seg>
  • general/prog/mercurial.xml

    r138bdf6 r2bbb3379  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "c38daa0cbe264fc621dc3bb05933b0b3">
     9  <!ENTITY mercurial-md5sum        "97aced7018614eeccc9621a3dea35fda">
    1010  <!ENTITY mercurial-size          "4.6 MB">
    11   <!ENTITY mercurial-buildsize     "52 MB (385 MB with docs and tests)">
    12   <!ENTITY mercurial-time          "less than 0.1 SBU (15 SBU with docs and tests)">
     11  <!ENTITY mercurial-buildsize     "52 MB (393 MB with docs and tests)">
     12  <!ENTITY mercurial-time          "less than 0.1 SBU (14 SBU with docs and tests)">
    1313]>
    1414
     
    230230        <seg>
    231231          /etc/mercurial and
    232           /usr/lib/python&python2-majorver;/site-packages/{hgext,mercurial}
     232          /usr/lib/python&python2-majorver;/site-packages/{hgext,hgext3rd,mercurial}
    233233        </seg>
    234234      </seglistitem>
  • introduction/welcome/changelog.xml

    r138bdf6 r2bbb3379  
    4444
    4545-->
    46     <listitem revision="systemd">
     46
     47    <listitem>
     48      <para>June 9th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to git-2.8.4. Fixes
     52          <ulink url="&blfs-ticket-root;7927">#7927</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[pierre] - Update to reiserfsprogs-3.6.25. Fixes
     56          <ulink url="&blfs-ticket-root;7920">#7920</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[pierre] - Update to mercurial-3.8.3. Fixes
     60          <ulink url="&blfs-ticket-root;7910">#7910</ulink>.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
     64
     65    <listitem>
    4766      <para>June 8th, 2016</para>
    4867      <itemizedlist>
     
    7190          <ulink url="&blfs-ticket-root;7913">#7913</ulink>.</para>
    7291        </listitem>
    73         <listitem>
     92        <listitem revision="systemd">
    7493          <para>[dj] - correct typo in 70-uaccess.rules (systemd).</para>
    7594        </listitem>
    76         <listitem>
     95        <listitem revision="systemd">
    7796          <para>[dj] - removed Highlight GUI (depends on QT4).</para>
    7897        </listitem>
  • packages.ent

    r138bdf6 r2bbb3379  
    5252<!ENTITY gptfdisk-version             "1.0.1">
    5353<!ENTITY parted-version               "3.2">
    54 <!ENTITY reiser-version               "3.6.24">
     54<!ENTITY reiser-version               "3.6.25">
    5555<!ENTITY smartmontools-version        "6.5">
    5656<!ENTITY sshfs-fuse-version           "2.5">
     
    283283<!ENTITY gc-version                   "7.4.2">
    284284<!ENTITY gdb-version                  "7.11">
    285 <!ENTITY git-version                  "2.8.3">
     285<!ENTITY git-version                  "2.8.4">
    286286<!ENTITY guile-version                "2.0.11">
    287287<!ENTITY librep-version               "0.92.6">
    288288<!ENTITY llvm-version                 "3.8.0">
    289289<!ENTITY lua-version                  "5.3.2">
    290 <!ENTITY mercurial-version            "3.8.2">
     290<!ENTITY mercurial-version            "3.8.3">
    291291<!ENTITY nasm-version                 "2.12.01">
    292292<!ENTITY npapi-sdk-version            "0.27.2">
  • postlfs/filesystems/reiser.xml

    r138bdf6 r2bbb3379  
    55  %general-entities;
    66
    7   <!-- <!ENTITY reiser-download-http "http://www.kernel.org/pub/linux/utils/fs/reiserfs/reiserfsprogs-&reiser-version;.tar.bz2"> -->
    8   <!ENTITY reiser-download-http "http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v&reiser-version;/reiserfsprogs-&reiser-version;.tar.xz">
    9   <!ENTITY reiser-download-ftp  "ftp://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v&reiser-version;/reiserfsprogs-&reiser-version;.tar.xz">
    10   <!ENTITY reiser-md5sum        "66787380fb418ff7d88a23e47cda7af6">
    11   <!ENTITY reiser-size          "316 KB">
    12   <!ENTITY reiser-buildsize     "13 MB">
     7  <!ENTITY reiser-download-http "https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v&reiser-version;/reiserfsprogs-&reiser-version;.tar.xz">
     8  <!ENTITY reiser-download-ftp  " ">
     9  <!ENTITY reiser-md5sum        "027a598b055dccb8da3aea1378a19f3c">
     10  <!ENTITY reiser-size          "438 KB">
     11  <!ENTITY reiser-buildsize     "7.5 MB">
    1312  <!ENTITY reiser-time          "0.1 SBU">
    1413]>
     
    125124        <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
    126125        resize_reiserfs</seg>
    127         <seg>None</seg>
     126        <seg>libreiserfscore.so</seg>
    128127        <seg>None</seg>
    129128      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.