Changeset b0d1dc0
- Timestamp:
- 11/28/2022 10:16:11 PM (4 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk
- Children:
- 3b093a4
- Parents:
- 49b8f58
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/umockdev.xml
r49b8f58 rb0d1dc0 7 7 <!ENTITY umockdev-download-http "https://github.com/martinpitt/umockdev/releases/download/&umockdev-version;/umockdev-&umockdev-version;.tar.xz"> 8 8 <!ENTITY umockdev-download-ftp " "> 9 <!ENTITY umockdev-md5sum " 483033cf7ba4e5ba65eefc26b08d17de">9 <!ENTITY umockdev-md5sum "734cecaaace239a34d451f6085927d08"> 10 10 <!ENTITY umockdev-size "480 KB"> 11 11 <!ENTITY umockdev-buildsize "6.6 MB (with tests)"> 12 12 <!ENTITY umockdev-time "0.2 SBU (with tests)"> 13 14 13 ]> 15 14 -
general/prog/php.xml
r49b8f58 rb0d1dc0 7 7 <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz"> 8 8 <!ENTITY php-download-ftp " "> 9 <!ENTITY php-md5sum " 6a30e4eb25ff9a73dafe7582ae838c17">9 <!ENTITY php-md5sum "43302de3d2c064f2f23c9693a2f17aeb"> 10 10 <!ENTITY php-size "11 MB"> 11 <!ENTITY php-buildsize " 641 MB (with documentation)">12 <!ENTITY php-time "1. 7SBU (with parallelism=4; add 1.5 SBU for tests)">11 <!ENTITY php-buildsize "481 MB (with documentation)"> 12 <!ENTITY php-time "1.6 SBU (with parallelism=4; add 1.5 SBU for tests)"> 13 13 <!-- Tests were run for 8.0.1 at -j4, had two timeouts as well. 14 14 Results were otherwise normal though, so I'm unsure of what caused the -
introduction/welcome/changelog.xml
r49b8f58 rb0d1dc0 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to php-8.1.13. Fixes 49 <ulink url="&blfs-ticket-root;17348">#17348</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to umockdev-0.17.15. Fixes 53 <ulink url="&blfs-ticket-root;17347">#17347</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to btrfs-progs-v6.0.2. Fixes 57 <ulink url="&blfs-ticket-root;17346">#17346</ulink>.</para> 58 </listitem> 59 <listitem> 48 60 <para>[bdubbs] - Update to pycryptodome-3.16.0 (Python module). Fixes 49 61 <ulink url="&blfs-ticket-root;17355">#17355</ulink>.</para> -
packages.ent
r49b8f58 rb0d1dc0 39 39 40 40 <!-- Chapter 5 --> 41 <!ENTITY btrfs-progs-version "6.0. 1">41 <!ENTITY btrfs-progs-version "6.0.2"> 42 42 <!ENTITY dosfstools-version "4.2"> 43 43 <!ENTITY fuse3-version "3.12.0"> … … 179 179 <!ENTITY telepathy-glib-version "0.24.2"> 180 180 <!ENTITY uchardet-version "0.0.7"> 181 <!ENTITY umockdev-version "0.17.1 3">181 <!ENTITY umockdev-version "0.17.15"> 182 182 <!ENTITY wayland-version "1.21.0"> 183 183 <!ENTITY wayland-protocols-version "1.30"> … … 318 318 <!ENTITY mercurial-version "6.3.1"> 319 319 <!ENTITY nasm-version "2.15.05"> 320 <!ENTITY php-version "8.1.1 2">320 <!ENTITY php-version "8.1.13"> 321 321 322 322 <!ENTITY python2-majorver "2.7"> -
postlfs/filesystems/btrfs-progs.xml
r49b8f58 rb0d1dc0 7 7 <!ENTITY btrfs-progs-download-http "&kernel-dl;/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz"> 8 8 <!ENTITY btrfs-progs-download-ftp " "> 9 <!ENTITY btrfs-progs-md5sum " 7ad375cc49428fcd86623ac335c4ac7f">9 <!ENTITY btrfs-progs-md5sum "b7a644064b6badaaa8d834e2bd589b7c"> 10 10 <!ENTITY btrfs-progs-size "2.2 MB"> 11 11 <!ENTITY btrfs-progs-buildsize "52 MB (add 8.2 GB for tests)"> … … 137 137 <sect2 role="installation"> 138 138 <title>Installation of btrfs-progs</title> 139 <!-- 140 <para> 141 If your system has linux kernel headers with version before 5.12, apply 142 the following patch: 143 </para> 144 145 <screen><userinput>patch -Np1 -i ../btrfs-progs-&btrfs-progs-version;-headers_fix-1.patch</userinput></screen> 146 --> 139 147 140 <para> 148 141 Install <application>btrfs-progs</application> by running the following … … 169 162 170 163 <para> 171 To test the results, issue (as the <systemitem 172 class="username">root</systemitem> user): 164 To test the results, issue (as the &root; user): 173 165 </para> 174 166 … … 181 173 ./fuzz-tests.sh 182 174 popd</userinput></screen> 183 <!-- 184 <para> 185 The fuzz-tests are currently broken. 186 </para> 187 --> 175 188 176 <!-- Template for failed test removal: 189 177 <para> … … 208 196 </para> 209 197 </note> 210 <!-- 211 <para> 212 Two tests fail for unknown reasons in the 213 <command>test-libbtrfsutil</command> section. Tests take a very long 214 time, and it may be interesting to run only part of them. Running tests 215 only in one directory can be done with 216 <command>make TEST=<DIR> test</command>. 217 </para> 218 --> 219 <para> 220 Install the package as the <systemitem 221 class="username">root</systemitem> user: 198 199 <para> 200 The mkfs test 025-zoned-parallel is known to fail. 201 </para> 202 203 <para> 204 Install the package as the &root; user: 222 205 </para> 223 206
Note:
See TracChangeset
for help on using the changeset viewer.