Changeset 65d85668


Ignore:
Timestamp:
08/01/2021 12:51:38 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
e495bda
Parents:
ca31bd3
Message:

9ckage updates and fixes.
Update to php-8.0.9.
Update to cbindgen-0.20.0.
Fix dependencies for elogind and p11kit.
Fix gcr-3.40.0 to build properly with meson-0.59.

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cbindgen.xml

    rca31bd3 r65d85668  
    77  <!ENTITY cbindgen-download-http "https://github.com/eqrion/cbindgen/archive/v&cbindgen-version;/cbindgen-&cbindgen-version;.tar.gz">
    88  <!ENTITY cbindgen-download-ftp  " ">
    9   <!ENTITY cbindgen-md5sum        "b707b093702d4f1995f9a97f44ed081d">
     9  <!ENTITY cbindgen-md5sum        "19e6e9bc319f689ef433eb59090e3f3c">
    1010  <!ENTITY cbindgen-size          "192 KB">
    11   <!ENTITY cbindgen-buildsize     "123 MB (add 533 MB for tests)">
    12   <!ENTITY cbindgen-time          "0.6 SBU (add 0.4 SBU for tests), both on a 4-core machine">
     11  <!ENTITY cbindgen-buildsize     "124 MB (add 568 MB for tests)">
     12  <!ENTITY cbindgen-time          "0.8 SBU (add 0.4 SBU for tests), both on a 4-core machine">
    1313]>
    1414
  • general/prog/php.xml

    rca31bd3 r65d85668  
    77  <!ENTITY php-download-http "https://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  " ">
    9   <!ENTITY php-md5sum        "ff8897b914cb8de9d218bbae877decc7">
     9  <!ENTITY php-md5sum        "68a8cae879bb66425f6cfb11d94ceb02">
    1010  <!ENTITY php-size          "10 MB">
    11   <!ENTITY php-buildsize     "693 MB (with tests, add 182 MB for documentation)">
    12   <!ENTITY php-time          "1.8 SBU (with parallelism=4; add 2.1 SBU for tests)">
     11  <!ENTITY php-buildsize     "446 MB (with tests, add 182 MB for documentation)">
     12  <!ENTITY php-time          "1.6 SBU (with parallelism=4; add 2.1 SBU for tests)">
    1313  <!-- Tests were run for 8.0.1 at -j4, had two timeouts as well.
    1414       Results were otherwise normal though, so I'm unsure of what caused the
     
    1616       No timeout for 8.0.2. Tests run at -j4 too. -pierre
    1717       No timeouts on 8.0.3 for me this time. -renodr
    18        No timeouts on 8.0.5 -bdubbs -->
     18       No timeouts on 8.0.5 -bdubbs
     19       No timeouts, one failure on 8.0.9 -bdubbs
     20       -->
    1921]>
    2022
  • general/sysutils/elogind.xml

    rca31bd3 r65d85668  
    8888      <xref linkend="DocBook"/>,
    8989      <xref linkend="docbook-xsl"/>, and
    90       <xref linkend="libxslt"/> (all three to build the man pages),
     90      <xref linkend="libxslt"/> (all three to build the man pages), 
    9191      <xref linkend="linux-pam"/>, and
    92       <xref linkend="polkit"/> (circular, build elogind first, then polkit,
    93       then elogind again)
     92      <xref linkend="polkit"/> (runtime)
    9493    </para>
    9594
     
    154153    </para>
    155154
    156 <screen><userinput>mkdir build &amp;&amp;
     155<screen><userinput>sed -i '/Disable polkit/,+8 d' meson.build &amp;&amp;
     156
     157mkdir build &amp;&amp;
    157158cd    build &amp;&amp;
    158159
     
    183184  <sect2 role="commands">
    184185    <title>Command Explanations</title>
     186
     187    <para>
     188      <command>sed ... meson.build</command>: This change allows the
     189      package to be built without polkit being installed (it is still a
     190      runtime dependency) but able to use polkit after that package is
     191      installed.
     192    </para>
    185193
    186194    <para>
  • gnome/platform/gcr.xml

    rca31bd3 r65d85668  
    121121<screen><userinput>sed -i 's:"/desktop:"/org:' schema/*.xml &amp;&amp;
    122122
     123sed -e '208 s/@BASENAME@/gcr-viewer.desktop/'   \
     124    -e '231 s/@BASENAME@/gcr-prompter.desktop/' \
     125    -i ui/meson.build                           &amp;&amp;
     126
    123127mkdir build &amp;&amp;
    124128cd    build &amp;&amp;
     
    149153      <command>sed ... schema/*.xml</command>:  This command fixes a
    150154      deprecated entry in the schema template.
     155    </para>
     156
     157    <para>
     158      <command>sed ... ui/meson.build</command>:  This command fixes a
     159      problem when building with meson-0.59.0.
    151160    </para>
    152161
  • introduction/welcome/changelog.xml

    rca31bd3 r65d85668  
    4545      <para>July 30th, 2021</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to php-8.0.9. Fixes
     49          <ulink url="&blfs-ticket-root;15332">#15332</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to cbindgen-0.20.0. Fixes
     53          <ulink url="&blfs-ticket-root;15331">#15331</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Fix dependencies for elogind and p11kit. Fixes
     57          <ulink url="&blfs-ticket-root;15333">#15333</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Fix gcr-3.40.0 to build properly with meson-0.59. Fixes
     61          <ulink url="&blfs-ticket-root;15329">#15329</ulink>.</para>
     62        </listitem>
    4763        <listitem>
    4864          <para>[bdubbs] - Update to xorg-server-1.20.13. Fixes
  • packages.ent

    rca31bd3 r65d85668  
    331331<!ENTITY autoconf213-version          "2.13">
    332332<!ENTITY bazaar-version               "2.5.1">
    333 <!ENTITY cbindgen-version             "0.19.0">
     333<!ENTITY cbindgen-version             "0.20.0">
    334334<!ENTITY check-version                "0.12.0">
    335335<!ENTITY clisp-version                "2.49">
     
    356356<!ENTITY ninja-version                "1.9.0">
    357357<!ENTITY npapi-sdk-version            "0.27.2">
    358 <!ENTITY php-version                  "8.0.8">
     358<!ENTITY php-version                  "8.0.9">
    359359
    360360<!ENTITY python2-majorver             "2.7">
  • postlfs/security/polkit.xml

    rca31bd3 r65d85668  
    9494      <xref linkend="linux-pam"/>
    9595      <phrase revision="sysv">
    96         and <xref role="first" linkend="elogind"/> (circular, build
    97         elogind first, then polkit, then elogind again).
     96        and <xref role="first" linkend="elogind"/>
    9897      </phrase>
    9998    </para>
Note: See TracChangeset for help on using the changeset viewer.