Changeset 2384999


Ignore:
Timestamp:
04/30/2022 08:13:09 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
7cd114e
Parents:
1e2d824d
Message:

Package update and change nobody/nogroup uid/gid.
Update to Jinja2-3.1.2.

Change nobody uid and nogroup gid to 65534 to be consistent
with the values hardcoded in the kernel.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jinja2.xml

    r1e2d824d r2384999  
    77  <!ENTITY Jinja2-download-http "&pymodules-dl;/J/Jinja2/Jinja2-&Jinja2-version;.tar.gz">
    88  <!ENTITY Jinja2-download-ftp  " ">
    9   <!ENTITY Jinja2-md5sum        "964afcd0853f67f20f7b2e34e5935564">
     9  <!ENTITY Jinja2-md5sum        "d31148abd89c1df1cdb077a55db27d02">
    1010  <!ENTITY Jinja2-size          "264 KB">
    1111  <!ENTITY Jinja2-buildsize     "1.9 MB">
  • introduction/welcome/changelog.xml

    r1e2d824d r2384999  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Update to Jinja2-3.1.2. Fixes
     50          <ulink url="&blfs-ticket-root;16487">#16487</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[pierre] - Update to pipewire-0.3.51. Fixes
    5054          <ulink url="&blfs-ticket-root;16489">#16489</ulink>.</para>
  • networking/netprogs/nfs-utils.xml

    r1e2d824d r2384999  
    164164         xreflabel='NFS Utilities Installation'>
    165165    <title>Installation of NFS Utilities</title>
    166 
     166<!--
    167167    <para>
    168168      Before you compile the program, ensure that the <systemitem
     
    192192      </para>
    193193    </note>
    194 
     194-->
    195195    <para>
    196196      Install <application>NFS Utilities</application> by running
  • packages.ent

    r1e2d824d r2384999  
    576576<!-- <!ENTITY funcsigs-version             "1.0.2"> -->
    577577<!ENTITY decorator-version            "5.0.9">
    578 <!ENTITY Jinja2-version               "3.1.1">
     578<!ENTITY Jinja2-version               "3.1.2">
    579579<!-- libxml2 for Python2 shares the version of libxml2 -->
    580580<!ENTITY lxml-version                 "4.8.0">
  • postlfs/config/users.xml

    r1e2d824d r2384999  
    149149        <row><entry>wheel   </entry><entry>  </entry><entry>97</entry></row>
    150150        <row><entry>anonymous</entry><entry>98</entry><entry>  </entry></row>
    151         <row><entry>nobody  </entry><entry>99</entry><entry>  </entry></row>
    152         <row><entry>nogroup </entry><entry>  </entry><entry>99</entry></row>
     151        <row><entry>nobody  </entry><entry>65534</entry><entry>  </entry></row>
     152        <row><entry>nogroup </entry><entry>  </entry><entry>65534</entry></row>
    153153      </tbody>
    154154    </tgroup>
    155155  </table>
    156 
     156<!--
    157157  <para>
    158158    One value that is missing is 65534.  This value is customarily assigned
     
    160160    <systemitem class="groupname">nogroup</systemitem> and is unnecessary.
    161161  </para>
    162 
     162-->
    163163</sect1>
Note: See TracChangeset for help on using the changeset viewer.