Changeset 0f870c5


Ignore:
Timestamp:
05/01/2021 05:29:36 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
4fd61738
Parents:
36746be
Message:

Update to bluez-5.58
Update to opencv and opencv_contrib 4.5.1
Update to decorator-5.0.7 (Python Module)
Update to stunnel-5.59
Update to libportal-0.4

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libportal.xml

    r36746be r0f870c5  
    77  <!ENTITY libportal-download-http "https://github.com/flatpak/libportal/releases/download/&libportal-version;/libportal-&libportal-version;.tar.xz">
    88  <!ENTITY libportal-download-ftp  " ">
    9   <!ENTITY libportal-md5sum        "dffd58a937dfbabc873e51029dc587f3">
     9  <!ENTITY libportal-md5sum        "2ca3806e18e2197dd87d22379405a624">
    1010  <!ENTITY libportal-size          "52 KB">
    11   <!ENTITY libportal-buildsize     "3.5 MB">
    12   <!ENTITY libportal-time          "less than 0.1 SBU">
     11  <!ENTITY libportal-buildsize     "3.6 MB">
     12  <!ENTITY libportal-time          "0.1 SBU">
    1313
    1414]>
  • general/graphlib/opencv.xml

    r36746be r0f870c5  
    77  <!ENTITY opencv-download-http     "https://github.com/opencv/opencv/archive/&opencv-version;/opencv-&opencv-version;.tar.gz">
    88  <!ENTITY opencv-download-ftp      " ">
    9   <!ENTITY opencv-md5sum            "2205d3169238ec1f184438a96de68513">
    10   <!ENTITY opencv-size              "84 MB">
    11   <!ENTITY opencv-buildsize         "706 MB">
    12   <!ENTITY opencv-time              "2.9 SBU (using parallelism=4)">
     9  <!ENTITY opencv-md5sum            "d3141f649ab2d76595fdd8991ee15c55">
     10  <!ENTITY opencv-size              "85 MB">
     11  <!ENTITY opencv-buildsize         "765 MB">
     12  <!ENTITY opencv-time              "4.0 SBU (using parallelism=4)">
    1313
    1414
     
    113113      <xref linkend="gtk3"/>,
    114114      <xref linkend="jasper"/>,
     115      <xref linkend="libexif"/>,
    115116      <xref linkend="libjpeg"/>,
    116117      <xref linkend="libpng"/>,
     
    127128      <xref linkend="java"/>,
    128129      <xref linkend="python2"/>,
     130      <ulink url="https://www.netlib.org/blas/">blas</ulink>,
    129131      <ulink url="https://developer.nvidia.com/cuda-zone">Cuda</ulink>,
    130132      <ulink url="http://eigen.tuxfamily.org/">Eigen</ulink>,
    131133      <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
    132       <ulink url="http://gcd.joewheaton.org/">GCD</ulink>,
     134      <!--<ulink url="http://gcd.joewheaton.org/">GCD</ulink>,-->
    133135      <ulink url="http://www.gdal.org/">GDAL</ulink>,
    134       <ulink url="https://www.jai.com/technology/interfaces">GigEVisionSDK</ulink>,
    135       <ulink url="http://jackaudio.org/">JACK</ulink>,
     136      <!--<ulink url="https://www.jai.com/technology/interfaces">GigEVisionSDK</ulink>,-->
     137      <!--<ulink url="http://jackaudio.org/">JACK</ulink>,-->
     138      <ulink url="http://www.netlib.org/lapack/">lapack</ulink>,
    136139      <ulink url="https://sourceforge.net/projects/libdc1394/">libdc1394</ulink>,
    137       <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
     140      <!--<ulink url="http://www.gphoto.org/">libgphoto2</ulink>,-->
    138141      <ulink url="http://www.numpy.org/">NumPy</ulink>,
    139       <ulink url="http://structure.io/openni">OpenNI</ulink>,
     142      <!--<ulink url="http://structure.io/openni">OpenNI</ulink>,
    140143      <ulink url="http://plantuml.sourceforge.net/">PlanetUML</ulink>,
    141       <ulink url="https://www.alliedvision.com/en/support/software-downloads.html">PvAPI</ulink>,
    142       <ulink url="https://github.com/oneapi-src/oneTBB">Threading Building Blocks (TBB)</ulink>,
    143       <ulink url="http://unicap-imaging.org/">UniCap</ulink>,
    144       <ulink url="http://www.vtk.org/">VTK - The Visualization Toolkit</ulink>, and
    145       <ulink url="http://www.ximea.com/">XIMEA</ulink>
     144      <ulink url="https://www.alliedvision.com/en/support/software-downloads.html">PvAPI</ulink>,-->
     145      <ulink url="https://github.com/oneapi-src/oneTBB">Threading Building Blocks (TBB)</ulink>, and
     146      <!--<ulink url="http://unicap-imaging.org/">UniCap</ulink>,-->
     147      <ulink url="http://www.vtk.org/">VTK - The Visualization Toolkit</ulink>,
     148      <!--<ulink url="http://www.ximea.com/">XIMEA</ulink>-->
    146149    </para>
    147150
     
    224227          opencv_annotation,
    225228          opencv_interactive-calibration,
     229          opencv_model_diagnostics,
    226230          opencv_version,
    227231          opencv_visualisation, and
     
    248252          /usr/include/opencv4
    249253          /usr/lib/cmake/opencv4,
     254          /usr/lib/python&python3-majorver;/site-packages/cv2,
     255          /usr/share/licenses/opencv4,
    250256          /usr/share/opencv4, and
    251257          /usr/share/java/opencv4
  • general/prog/decorator.xml

    r36746be r0f870c5  
    77  <!ENTITY decorator-download-http "https://files.pythonhosted.org/packages/source/d/decorator/decorator-&decorator-version;.tar.gz">
    88  <!ENTITY decorator-download-ftp  " ">
    9   <!ENTITY decorator-md5sum        "d83c624cce93e6bdfab144821b526e1d">
     9  <!ENTITY decorator-md5sum        "c35b2a3446478986e91b15ad1626e152">
    1010  <!ENTITY decorator-size          "36 KB">
    11   <!ENTITY decorator-buildsize     "244 KB">
     11  <!ENTITY decorator-buildsize     "308 KB">
    1212  <!ENTITY decorator-time          "less than 0.1 SBU">
    1313]>
     
    107107          </seg>
    108108          <seg>
    109             /usr/lib/python&python3-majorver;/site-packages/decorator/decorator-&decorator-version;-py&python3-majorver;.egg-info
     109            /usr/lib/python&python3-majorver;/site-packages/decorator-&decorator-version;-py&python3-majorver;.egg-info
    110110          </seg>
    111111          <seg>
    112             /usr/lib/python&python3-majorver;/site-packages/decorator
     112            None
    113113          </seg>
    114114        </seglistitem>
  • general/sysutils/bluez.xml

    r36746be r0f870c5  
    77  <!ENTITY bluez-download-http "&kernel-dl;/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    88  <!ENTITY bluez-download-ftp  " ">
    9   <!ENTITY bluez-md5sum        "e6c51b2aefa7c56ff072819a78611fa5">
     9  <!ENTITY bluez-md5sum        "6737ba92a93432dbbd430bd41d7160c9">
    1010  <!ENTITY bluez-size          "2.0 MB">
    11   <!ENTITY bluez-buildsize     "68 MB (add 78 MB for tests)">
     11  <!ENTITY bluez-buildsize     "83 MB (add 81 MB for tests)">
    1212  <!ENTITY bluez-time          "0.2 SBU (using parallelism=4; add 0.2 SBU for tests)">
    1313]>
     
    105105    </para>
    106106
    107 <screen><literal>[*] Networking support ---&gt;                [CONFIG_NET]
     107<screen><literal>
     108General Setup ---&gt;
     109  [*] Configure standard kernel features (expert users)               [CONFIG_EXPERT]
     110    [*] Enable timerfd() system call               [CONFIG_TIMERFD]
     111    [*] Enable eventfd() system call               [CONFIG_EVENTFD]
     112
     113[*] Networking support ---&gt;                [CONFIG_NET]
    108114  &lt;*/M&gt; Bluetooth subsystem support ---&gt;    [CONFIG_BT]
    109115    &lt;*/M&gt; RFCOMM protocol support          [CONFIG_BT_RFCOMM]
     
    116122          (Select the appropriate drivers for your Bluetooth hardware)
    117123
    118   &lt;*/M&gt; RF switch subsystem support ----   [CONFIG_RFKILL]</literal></screen>
    119 
     124   &lt;*/M&gt; RF switch subsystem support ----   [CONFIG_RFKILL]
     125
     126-*- Cryptographic API ---&gt;
     127   &lt;*/M*&gt; User-space cryptographic algorithm configuration         [CONFIG_CRYPTO_USER]
     128   &lt;*/M*&gt; User-space interface for hash algorithms                 [CONFIG_CRYPTO_USER_API_HASH]
     129   &lt;*/M*&gt; User-space interface for symmetric key cipher algorithms [CONFIG_CRYPTO_USER_API_SKCIPHER]
     130   &lt;*/M*&gt; MD5 digest algorithm                                     [CONFIG_CRYPTO_MD5]
     131   &lt;*/M*&gt; SHA1 digest algorithm                                    [CONFIG_CRYPTO_SHA1]
     132
     133Security Options ---&gt;
     134  &lt;*/M*&gt; Diffie-Hellman operations on retained keys [CONFIG_KEY_DH_OPERATIONS]</literal></screen>
     135
     136<!--
    120137    <para>
    121138      If you wish to run the testsuite (even if treating this package as a build
     
    124141    </para>
    125142
    126 <screen><literal>-*- Cryptographic API ---&gt;                                      [CONFIG_CRYPTO]
     143<screen><literal>-*- Cryptographic API - - -&gt;                                      [CONFIG_CRYPTO]
    127144  &lt;*/M&gt; User-space interface for hash algorithms                 [CONFIG_CRYPTO_USER_API_HASH]
    128145  &lt;*/M&gt; User-space interface for symmetric key cipher algorithms [CONFIG_CRYPTO_USER_API_SKCIPHER]</literal></screen>
    129 
     146-->
    130147    <indexterm zone="bluez bluez-kernel">
    131148      <primary sortas="d-bluez">bluez</primary>
     
    310327      <seglistitem>
    311328        <seg>
    312           bccmd,
     329      <!--bccmd, -->
    313330          bluemoon,
    314331          bluetoothctl,
     
    338355      <?dbhtml list-presentation="table"?>
    339356
     357      <!--
    340358      <varlistentry id="bccmd">
    341359        <term><command>bccmd</command></term>
     
    350368        </listitem>
    351369      </varlistentry>
     370      -->
    352371
    353372      <varlistentry id="bluemoon">
  • introduction/welcome/changelog.xml

    r36746be r0f870c5  
    4444     <para>May 1st, 2021</para>
    4545     <itemizedlist>
     46       <listitem>
     47         <para>[renodr] - Update to opencv-4.5.2. Fixes
     48         <ulink url="&blfs-ticket-root;14855">#14855</ulink>.</para>
     49       </listitem>
     50       <listitem>
     51         <para>[renodr] - Update to bluez-5.58. Fixes
     52         <ulink url="&blfs-ticket-root;14856">#14856</ulink>.</para>
     53       </listitem>
     54       <listitem>
     55         <para>[renodr] - Update to decorator-5.0.7 (Python Module). Fixes
     56         <ulink url="&blfs-ticket-root;14857">#14857</ulink>.</para>
     57       </listitem>
     58       <listitem>
     59         <para>[renodr] - Update to stunnel-5.59. Fixes
     60         <ulink url="&blfs-ticket-root;14869">#14869</ulink>.</para>
     61       </listitem>
     62       <listitem>
     63         <para>[renodr] - Update to libportal-0.4. Fixes
     64         <ulink url="&blfs-ticket-root;14870">#14870</ulink>.</para>
     65       </listitem>
    4666       <listitem>
    4767         <para>[thomas] - Update to bind-9.16.15 (server and utils). Fixes
  • packages.ent

    r36746be r0f870c5  
    3838<!ENTITY shadow-version               "4.8.1">
    3939<!ENTITY ssh-askpass-version          "&openssh-version;">
    40 <!ENTITY stunnel-version              "5.58">
     40<!ENTITY stunnel-version              "5.59">
    4141<!ENTITY sudo-version                 "1.9.6p1">
    4242<!ENTITY tripwire-version             "2.4.3.7">
     
    155155<!--<!ENTITY libnfsidmap-version          "0.26">-->
    156156<!ENTITY libpaper-version             "1.1.24+nmu5">
    157 <!ENTITY libportal-version            "0.3">
     157<!ENTITY libportal-version            "0.4">
    158158<!ENTITY libqmi-version               "1.28.2">
    159159<!ENTITY libseccomp-version           "2.5.1">
     
    230230<!ENTITY mypaint-brushes-version      "1.3.0"> <!-- version 1 only -->
    231231<!ENTITY newt-version                 "0.52.21">
    232 <!ENTITY opencv-version               "4.5.1">
     232<!ENTITY opencv-version               "4.5.2">
    233233<!ENTITY opencv-contrib-version       "4.5.1">
    234234<!ENTITY openjpeg-version             "1.5.2">
     
    280280<!ENTITY at-version                   "3.2.1">
    281281<!ENTITY autofs-version               "5.1.7">
    282 <!ENTITY bluez-version                "5.56">
     282<!ENTITY bluez-version                "5.58">
    283283<!ENTITY bubblewrap-version           "0.4.1">
    284284<!ENTITY colord-version               "1.4.5">
     
    555555<!ENTITY dbusmock-version             "0.23.0">
    556556<!-- <!ENTITY funcsigs-version             "1.0.2"> -->
    557 <!ENTITY decorator-version            "4.4.2">
     557<!ENTITY decorator-version            "5.0.7">
    558558<!ENTITY Jinja2-version               "2.11.3">
    559559<!-- libxml2 for Python2 shares the version of libxml2 -->
  • postlfs/security/stunnel.xml

    r36746be r0f870c5  
    139139    </para>
    140140
     141<!-- Not needed, we're 10+ versions ahead of this now
    141142    <note>
    142143      <para>
     
    154155      </para>
    155156    </note>
     157-->
    156158
    157159<screen revision="sysv"><userinput>./configure --prefix=/usr        \
Note: See TracChangeset for help on using the changeset viewer.