Changeset f8bd3be
- Timestamp:
- 12/12/2016 02:44:41 AM (8 years ago)
- Branches:
- nosym
- Children:
- 5b3be30
- Parents:
- 62b336d
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/icu.xml
r62b336d rf8bd3be 8 8 "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-&icu-dl-version;-src.tgz"> 9 9 <!ENTITY icu-download-ftp " "> 10 <!ENTITY icu-md5sum " 1901302aaff1c1633ef81862663d2917">10 <!ENTITY icu-md5sum "fac212b32b7ec7ab007a12dff1f3aea1"> 11 11 <!ENTITY icu-size "22 MB"> 12 <!ENTITY icu-buildsize "292 MB (add itional 32 MB for thetests)">13 <!ENTITY icu-time "2.1 SBU (add itional 1.8 SBU for thetests)">12 <!ENTITY icu-buildsize "292 MB (add 32 MB for tests)"> 13 <!ENTITY icu-time "2.1 SBU (add 1.8 SBU for tests)"> 14 14 ]> 15 15 -
general/genutils/iso-codes.xml
r62b336d rf8bd3be 7 7 <!ENTITY iso-codes-download-http "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz"> 8 8 <!ENTITY iso-codes-download-ftp " "> 9 <!ENTITY iso-codes-md5sum " 7401964329590ed5890006614b774651">9 <!ENTITY iso-codes-md5sum "423fdab41c2c40555b2edaddd64f129e"> 10 10 <!ENTITY iso-codes-size "3.3 MB"> 11 <!ENTITY iso-codes-buildsize " 96MB">12 <!ENTITY iso-codes-time "0. 1 SBU (add 0.1 SBU fortests)">11 <!ENTITY iso-codes-buildsize "78 MB"> 12 <!ENTITY iso-codes-time "0.2 SBU (with tests)"> 13 13 ]> 14 14 … … 102 102 <para> 103 103 If you install <application>ISO codes</application> over a previous 104 installed version, the install step fails creating some symlinks, 105 unless they are previously removed. In order to remove them, run, as 106 <systemitem class="username">root</systemitem>: 104 installed version, the install step will fail when creating some 105 symlinks. In order to properly update them, run: 107 106 </para> 108 107 109 <screen role="root"><userinput> find /usr/share/xml/iso-codes -type l -delete</userinput></screen>108 <screen role="root"><userinput>sed -i '/^LN_S/s/s/sfvn/' */Makefile</userinput></screen> 110 109 111 110 </note> -
general/sysutils/sysstat.xml
r62b336d rf8bd3be 7 7 <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.xz"> 8 8 <!ENTITY sysstat-download-ftp " "> 9 <!ENTITY sysstat-md5sum " 39d81da0e1a41e5ed8268b34b4caf375">9 <!ENTITY sysstat-md5sum "5986da64af934d8cecc7bca7ebe43752"> 10 10 <!ENTITY sysstat-size "344 KB"> 11 <!ENTITY sysstat-buildsize "6. 4MB">11 <!ENTITY sysstat-buildsize "6.5 MB"> 12 12 <!ENTITY sysstat-time "0.1 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
r62b336d rf8bd3be 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to libevdev-1.5.5. Fixes 50 <ulink url="&blfs-ticket-root;8593">#8593</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to icu4c-58.2. Fixes 54 <ulink url="&blfs-ticket-root;8623">#8623</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to iso-codes-3.72. Fixes 58 <ulink url="&blfs-ticket-root;8622">#8622</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[bdubbs] - Update to libinput-1.5.3. Fixes 62 <ulink url="&blfs-ticket-root;8616">#8616</ulink>.</para> 63 </listitem> 64 <listitem> 65 <para>[bdubbs] - Update to sysstat-11.5.3. Fixes 66 <ulink url="&blfs-ticket-root;8615">#8615</ulink>.</para> 67 </listitem> 68 <listitem> 49 69 <para>[bdubbs] - Update to Business-ISSN-1.002 (Perl module). Fixes 50 70 <ulink url="&blfs-ticket-root;8611">#8611</ulink>.</para> -
packages.ent
r62b336d rf8bd3be 102 102 103 103 <!ENTITY icu-major "58"> 104 <!ENTITY icu-minor " 1">104 <!ENTITY icu-minor "2"> 105 105 <!ENTITY icu-patch "0"> 106 106 <!ENTITY icu-version "&icu-major;.&icu-minor;"><!-- .&icu-patch;--> 107 107 <!ENTITY icu-dl-version "&icu-major;_&icu-minor;"><!-- _&icu-patch;--> 108 108 109 <!ENTITY iso-codes-version "3.7 1">109 <!ENTITY iso-codes-version "3.72"> 110 110 <!ENTITY JS-version "17.0.0"> 111 111 <!ENTITY JS2-version "24.2.0"> … … 260 260 <!ENTITY sg3_utils-version "1.42"> 261 261 <!ENTITY strigi-version "0.7.8"> 262 <!ENTITY sysstat-version "11.5. 2">262 <!ENTITY sysstat-version "11.5.3"> 263 263 <!ENTITY systemd-version "232"> 264 264 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> -
x/installing/libevdev.xml
r62b336d rf8bd3be 5 5 %general-entities; 6 6 7 <!ENTITY libevdev-version "1.5. 4">7 <!ENTITY libevdev-version "1.5.5"> 8 8 9 9 <!ENTITY libevdev-download-http "http://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz"> 10 10 <!ENTITY libevdev-download-ftp " "> 11 <!ENTITY libevdev-md5sum " 8f22027bd7a7ba19e6f2695f78e672b6">12 <!ENTITY libevdev-size " 392KB">13 <!ENTITY libevdev-buildsize " 8.2MB (with tests)">14 <!ENTITY libevdev-time "0. 3SBU (with tests)">11 <!ENTITY libevdev-md5sum "ba3c6216e413cee1d36da7366393543c"> 12 <!ENTITY libevdev-size "400 KB"> 13 <!ENTITY libevdev-buildsize "9.1 MB (with tests)"> 14 <!ENTITY libevdev-time "0.2 SBU (with tests)"> 15 15 ]> 16 16 -
x/installing/libinput.xml
r62b336d rf8bd3be 5 5 %general-entities; 6 6 7 <!ENTITY libinput-version "1.5. 2">7 <!ENTITY libinput-version "1.5.3"> 8 8 9 9 <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz"> 10 10 <!ENTITY libinput-download-ftp " "> 11 <!ENTITY libinput-md5sum " 387d47191eb9c34bf27aecfd7a0a2f34">11 <!ENTITY libinput-md5sum "5df5e7f1a693bf74bbab0c804d1b710b"> 12 12 <!ENTITY libinput-size "908 KB"> 13 13 <!ENTITY libinput-buildsize "25 MB (add 10 MB for tests)">
Note:
See TracChangeset
for help on using the changeset viewer.