Changeset 8252f03f


Ignore:
Timestamp:
07/16/2022 03:40:19 PM (22 months 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:
03d86b7
Parents:
951fd4eb
Message:

Update to libnl-3.7.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r951fd4eb r8252f03f  
    4545      <para>July 16th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libnl-3.7.0. Fixes
     49          <ulink url="&blfs-ticket-root;16745">#16745</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[pierre] - Update to graphviz-5.0.0. Fixes
  • networking/netlibs/libnl.xml

    r951fd4eb r8252f03f  
    77  <!ENTITY libnl-download-http "https://github.com/thom311/libnl/releases/download/libnl&libnl-dl-version;/libnl-&libnl-version;.tar.gz">
    88  <!ENTITY libnl-download-ftp  " ">
    9   <!ENTITY libnl-md5sum        "b3db700a55866b17036d0e035d88bb9d">
    10   <!ENTITY libnl-size          "960 KB">
    11   <!ENTITY libnl-buildsize     "30 MB (with API documentation)">
     9  <!ENTITY libnl-md5sum        "b381405afd14e466e35d29a112480333">
     10  <!ENTITY libnl-size          "980 KB">
     11  <!ENTITY libnl-buildsize     "31 MB (with API documentation)">
    1212  <!ENTITY libnl-time          "0.4 SBU (with API documentation)">
    1313
     
    1515  <!ENTITY libnl-doc-download-http "https://github.com/thom311/libnl/releases/download/libnl&libnl-dl-version;/libnl-doc-&libnl-version;.tar.gz">
    1616  <!ENTITY libnl-doc-download-ftp  " ">
    17   <!ENTITY libnl-doc-md5sum        "aa2a121688c11b7ffd046290ee71f20d">
     17  <!ENTITY libnl-doc-md5sum        "15f55a421a16ff4084c4a1af085c19b8">
    1818  <!ENTITY libnl-doc-size          "13 MB">
    1919]>
     
    113113  <sect2 role="installation">
    114114    <title>Installation of libnl</title>
    115 
     115<!--
    116116    <para>
    117117      If you are going to run the package tests apply this patch:
     
    120120<screen><userinput>patch -Np1 -i ../libnl-&libnl-version;-upstream_test_fix-1.patch
    121121autoreconf -fi</userinput></screen>
    122 
     122-->
    123123    <para>
    124124      Install <application>libnl</application> by running the following
     
    132132
    133133    <para>
    134       To test the results, issue: <command>make check</command>.
    135       One subtest is known to fail.
     134      This package does not come with a working test suite.
     135      <!--To test the results, issue: <command>make check</command>.
     136      One subtest is known to fail.-->
    136137      <!-- If the kernel does not have CONFIG_IPC_NS=y, one subtest tests/check-all
    137138      fails.  If it does have it, the subtest still fails in a different place
  • packages.ent

    r951fd4eb r8252f03f  
    646646<!ENTITY libmnl-version               "1.0.5">
    647647<!ENTITY libnftnl-version             "1.1.5">
    648 <!ENTITY libnl-version                "3.6.0">
    649 <!ENTITY libnl-dl-version             "3_6_0">
     648<!ENTITY libnl-version                "3.7.0">
     649<!ENTITY libnl-dl-version             "3_7_0">
    650650<!ENTITY libnma-version               "1.8.40">
    651651<!ENTITY libnsl-version               "2.0.0">
Note: See TracChangeset for help on using the changeset viewer.