Changeset a3be1210


Ignore:
Timestamp:
04/11/2023 06:04:51 PM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
f5cfb36
Parents:
d129835c
Message:

Update to parted-3.6.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd129835c ra3be1210  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[bdubbs] - Update to parted-3.6. Fixes
     46         <ulink url="&blfs-ticket-root;17914">#17914</ulink>.</para>
     47       </listitem>
     48     </itemizedlist>
     49   </listitem>
     50
     51   <listitem>
     52     <para>April 10th, 2023</para>
     53     <itemizedlist>
     54       <listitem>
    4555         <para>[renodr] - Update to intel-media-driver-23.1.6. Fixes
    4656         <ulink url="&blfs-ticket-root;17912">#17912</ulink>.</para>
  • packages.ent

    rd129835c ra3be1210  
    5252<!ENTITY ntfs-3g-version              "2022.10.3">
    5353<!ENTITY gptfdisk-version             "1.0.9">
    54 <!ENTITY parted-version               "3.5">
     54<!ENTITY parted-version               "3.6">
    5555<!ENTITY reiser-version               "3.6.27">
    5656<!ENTITY smartmontools-version        "7.3">
  • postlfs/filesystems/parted.xml

    rd129835c ra3be1210  
    77  <!ENTITY parted-download-http "&gnu-http;/parted/parted-&parted-version;.tar.xz">
    88  <!ENTITY parted-download-ftp  "&gnu-ftp;/parted/parted-&parted-version;.tar.xz">
    9   <!ENTITY parted-md5sum        "336fde60786d5855b3876ee49ef1e6b2">
     9  <!ENTITY parted-md5sum        "93d2d8f22baebc5eb65b85da05a79e4e">
    1010  <!ENTITY parted-size          "1.8 MB">
    11   <!ENTITY parted-buildsize     "33 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
     11  <!ENTITY parted-buildsize     "29 MB (additional 3 MB for the tests and additional 2 MB for optional PDF and Postscript documentation)">
    1212  <!ENTITY parted-time          "0.3 SBU (additional 3.6 SBU for the tests)">
    1313]>
     
    141141    </para>
    142142
    143 <screen remap="doc"><userinput>texi2pdf             -o doc/parted.pdf doc/parted.texi &amp;&amp;
    144 texi2dvi             -o doc/parted.dvi doc/parted.texi &amp;&amp;
    145 dvips                -o doc/parted.ps  doc/parted.dvi</userinput></screen>
     143<screen remap="doc"><userinput>cp build-aux/texinfo.tex doc               &amp;&amp;
     144texi2pdf -o doc/parted.pdf doc/parted.texi &amp;&amp;
     145texi2dvi -o doc/parted.dvi doc/parted.texi &amp;&amp;
     146dvips    -o doc/parted.ps  doc/parted.dvi</userinput></screen>
    146147
    147148    <para>
     
    157158     are run with simulated sector of 1024, 2048, and 4096 bytes; only the
    158159     last group of tests is done with simulated sector size of 512, so that
    159      less tests are skipped.-->
     160     less tests are skipped.
     161
     162     When I ran these tests over ssh, it really made my xfce environment
     163     unusable.  Restarting xfce fixed things, but I don't want to retry
     164     right now.  - Bruce
     165-->
    160166    <note>
    161167      <para>
Note: See TracChangeset for help on using the changeset viewer.