Changeset 0f9a1f08 for postlfs


Ignore:
Timestamp:
01/18/2023 02:35:32 PM (21 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
c10acfe
Parents:
f56d2e7 (diff), 97e7219 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

Location:
postlfs
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/ed.xml

    rf56d2e7 r0f9a1f08  
    77  <!ENTITY ed-download-http "&gnu-http;/ed/ed-&ed-version;.tar.lz">
    88  <!ENTITY ed-download-ftp  "&gnu-ftp;/ed/ed-&ed-version;.tar.lz">
    9   <!ENTITY ed-md5sum        "9c83a86d63e8d1d048ce2d9cfe7bc0c4">
    10   <!ENTITY ed-size          "68 KB">
    11   <!ENTITY ed-buildsize     "1.0 MB">
     9  <!ENTITY ed-md5sum        "fa861f0c9ebb8c0e1b79fda770a73b1c">
     10  <!ENTITY ed-size          "65 KB">
     11  <!ENTITY ed-buildsize     "1.2 MB">
    1212  <!ENTITY ed-time          "less than 0.1 SBU">
    1313]>
  • postlfs/filesystems/fuse3.xml

    rf56d2e7 r0f9a1f08  
    77  <!ENTITY fuse3-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse3-version;/fuse-&fuse3-version;.tar.xz">
    88  <!ENTITY fuse3-download-ftp  " ">
    9   <!ENTITY fuse3-md5sum        "2640cd55b3c2a2eb9e78054f77f5c87a">
    10   <!ENTITY fuse3-size          "3.1 MB">
    11   <!ENTITY fuse3-buildsize     "95 MB (with tests and documentation)">
     9  <!ENTITY fuse3-md5sum        "abb22345822168b16d455a6fcd990d4b">
     10  <!ENTITY fuse3-size          "3.7 MB">
     11  <!ENTITY fuse3-buildsize     "96 MB (with tests and documentation)">
    1212  <!ENTITY fuse3-time          "0.1 SBU (add 0.4 SBU for tests)">
    1313]>
  • postlfs/filesystems/uefi-bootloaders/grub-setup.xml

    rf56d2e7 r0f9a1f08  
    123123  Firmware Drivers ---&gt;
    124124    [*] Mark VGA/VBE/EFI FB as generic system framebuffer       [CONFIG_SYSFB_SIMPLEFB]
    125     EFI (Extensible Firmware Interface) Support ---&gt;
    126       &lt; &gt; EFI Variable Support via sysfs                        [CONFIG_EFI_VARS]
    127125  Graphics support ---&gt;
    128126    &lt;*&gt; Direct Rendering Manager                                [CONFIG_DRM]
     
    148146          EFI firmware to load it as an EFI application.  So, EFI stub is
    149147          needed to wrap the kernel as an EFI application.</para>
    150         </listitem>
    151       </varlistentry>
    152 
    153       <varlistentry>
    154         <term><parameter>CONFIG_EFI_VARS</parameter></term>
    155         <listitem>
    156           <para>Don't use this deprecated option because of a 1024-byte
    157           variable size limit.  Its function is replaced by
    158           <parameter>CONFIG_EFIVAR_FS</parameter>.</para>
    159148        </listitem>
    160149      </varlistentry>
  • postlfs/filesystems/xfsprogs.xml

    rf56d2e7 r0f9a1f08  
    77  <!ENTITY xfsprogs-download-http "&kernel-dl;/linux/utils/fs/xfs/xfsprogs/xfsprogs-&xfsprogs-version;.tar.xz">
    88  <!ENTITY xfsprogs-download-ftp  " ">
    9   <!ENTITY xfsprogs-md5sum        "267f09f8b2b0c286d49693841f48400c">
     9  <!ENTITY xfsprogs-md5sum        "9befb0877b9f874b0ff16bcc1f858985">
    1010  <!ENTITY xfsprogs-size          "1.3 MB">
    11   <!ENTITY xfsprogs-buildsize     "53 MB">
     11  <!ENTITY xfsprogs-buildsize     "77 MB">
    1212  <!ENTITY xfsprogs-time          "0.3 SBU (Using parallelism=4)">
    1313]>
     
    166166        <seg>libhandle.so</seg>
    167167        <seg>/usr/include/xfs,
    168         /usr/lib/xfsprogs, and
     168        /usr/lib/xfsprogs,
     169        /usr/share/xfsprogs, and
    169170        /usr/share/doc/xfsprogs-&xfsprogs-version;</seg>
    170171      </seglistitem>
  • postlfs/security/gnutls.xml

    rf56d2e7 r0f9a1f08  
    146146<screen><userinput>./configure --prefix=/usr \
    147147            --docdir=/usr/share/doc/gnutls-&gnutls-version; \
    148             --disable-rpath \
    149148            --with-default-trust-store-pkcs11="pkcs11:" &amp;&amp;
    150149make</userinput></screen>
     150<!-- - -disable-rpath \
     151     Old gnutls versions (around 3.5) had a problem with rpath, because
     152     libraries in the build tree were linked with rpath pointing to the
     153     system libraries, so that tests failed. Present versions don't have
     154     this problem, and do exactly what is expected without using the
     155     disable-rpath option: rpath pointing to the build tree when libraries
     156     are first linked, but rpath removed when libraries are relinked at
     157     install time. -->
    151158
    152159    <para>
     
    160167
    161168<screen role="root"><userinput>make install</userinput></screen>
    162 <!--
    163     <para>
    164       If you passed <option>- -enable-gtk-doc</option> to the
    165       <command>configure</command> script, the API will automatically be
    166       installed.  Otherwise, if desired, you can still install the API
    167       documentation to the <filename
    168       class="directory">/usr/share/gtk-doc/html/gnutls</filename> directory
    169       using the following command as the <systemitem
    170       class="username">root</systemitem> user:
    171     </para>
    172 
    173 <screen role="root"><userinput>make -C doc/reference install-data-local</userinput></screen>
    174 -->
     169
    175170  </sect2>
    176171
     
    183178      Omit this switch if <xref linkend="p11-kit"/> is not installed.
    184179    </para>
    185 
    186     <para>
    187       <parameter>--disable-rpath</parameter>: This switch prevents building
     180    <!-- see above
     181    <para>
     182      <parameter>- -disable-rpath</parameter>: This switch prevents building
    188183      GnuTLS utilities and tests with hardcoded runtime library search path.
    189184      Hardcoded rpath is unneeded for BLFS, and it causes test failures if
    190185      an old version of GnuTLS is installed.
    191186    </para>
    192 
     187    -->
    193188    <para>
    194189      <option>--with-default-trust-store-file=/etc/pki/tls/certs/ca-bundle.crt</option>:
  • postlfs/security/iptables.xml

    rf56d2e7 r0f9a1f08  
    55  %general-entities;
    66
    7   <!ENTITY iptables-download-http "https://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.bz2">
    8   <!ENTITY iptables-download-ftp  "ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.bz2">
    9   <!ENTITY iptables-md5sum        "93da73116b7934a8da940b95a5f3e590">
    10   <!ENTITY iptables-size          "732 KB">
     7  <!ENTITY iptables-download-http "https://www.netfilter.org/projects/iptables/files/iptables-&iptables-version;.tar.xz">
     8  <!ENTITY iptables-download-ftp  "ftp://ftp.netfilter.org/pub/iptables/iptables-&iptables-version;.tar.xz">
     9  <!ENTITY iptables-md5sum        "ffa00f68d63e723c21b8a091c5c0271b">
     10  <!ENTITY iptables-size          "633 KB">
    1111  <!ENTITY iptables-buildsize     "16 MB">
    1212  <!ENTITY iptables-time          "0.1 SBU">
  • postlfs/security/ssh-askpass.xml

    rf56d2e7 r0f9a1f08  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="gtk2"/>,
     78      <xref linkend="gtk3"/>,
    7979      <xref role="runtime" linkend="sudo"/> (runtime),
    8080      <xref linkend="xorg7-lib"/>, and
     
    9696
    9797<screen><userinput>cd contrib &amp;&amp;
    98 make gnome-ssh-askpass2</userinput></screen>
     98make gnome-ssh-askpass3</userinput></screen>
    9999
    100100    <para>
     
    103103
    104104<screen role="root"><userinput>install -v -d -m755                    /usr/libexec/openssh/contrib  &amp;&amp;
    105 install -v -m755    gnome-ssh-askpass2 /usr/libexec/openssh/contrib  &amp;&amp;
    106 ln -sv -f contrib/gnome-ssh-askpass2   /usr/libexec/openssh/ssh-askpass</userinput></screen>
     105install -v -m755    gnome-ssh-askpass3 /usr/libexec/openssh/contrib  &amp;&amp;
     106ln -sv -f contrib/gnome-ssh-askpass3   /usr/libexec/openssh/ssh-askpass</userinput></screen>
    107107
    108108    <para>
     
    153153      <seglistitem>
    154154        <seg>
    155           None
     155          gnome-ssh-askpass3, ssh-askpass (symlink to
     156          <filename>gnome-ssh-askpass3</filename>)
    156157        </seg>
    157158        <seg>
Note: See TracChangeset for help on using the changeset viewer.