Changeset 60f67b92


Ignore:
Timestamp:
04/16/2022 07:54:16 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:
118e8ef
Parents:
e9382360
Message:

Update to libnl-3.6.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re9382360 r60f67b92  
    4343    -->
    4444    <listitem>
     45      <para>April 16th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libnl-3.6.0. Fixes
     49          <ulink url="&blfs-ticket-root;16419">#16419</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>April 15th, 2022</para>
    4656      <itemizedlist>
  • networking/netlibs/libnl.xml

    re9382360 r60f67b92  
    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        "74ba57b1b1d6f9f92268aa8141d8e8e4">
    10   <!ENTITY libnl-size          "948 KB">
    11   <!ENTITY libnl-buildsize     "78 MB (with tests and API documentation)">
    12   <!ENTITY libnl-time          "0.5 SBU (with tests and API documentation)">
     9  <!ENTITY libnl-md5sum        "b3db700a55866b17036d0e035d88bb9d">
     10  <!ENTITY libnl-size          "960 KB">
     11  <!ENTITY libnl-buildsize     "30 MB (with API documentation)">
     12  <!ENTITY libnl-time          "0.4 SBU (with API documentation)">
    1313
    1414
    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        "43a1a6f0c39f32bee05287c06c500bce">
    18   <!ENTITY libnl-doc-size          "11 MB">
     17  <!ENTITY libnl-doc-md5sum        "aa2a121688c11b7ffd046290ee71f20d">
     18  <!ENTITY libnl-doc-size          "13 MB">
    1919]>
    2020
    2121<sect1 id="libnl" xreflabel="libnl-&libnl-version;">
    2222  <?dbhtml filename="libnl.html"?>
    23 
    24   <sect1info>
    25     <date>$Date$</date>
    26   </sect1info>
    2723
    2824  <title>libnl-&libnl-version;</title>
     
    10096    </itemizedlist>
    10197
     98    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     99    <itemizedlist spacing='compact'>
     100      <listitem>
     101        <para>
     102          Optional patch: <ulink
     103          url="&patch-root;/libnl&libnl-dl-version;-upstream_test_fix-1.patch-"/>
     104        </para>
     105      </listitem>
     106    </itemizedlist>
     107
    102108    <para condition="html" role="usernotes">User Notes:
    103109      <ulink url="&blfs-wiki;/libnl"/>
     
    107113  <sect2 role="installation">
    108114    <title>Installation of libnl</title>
     115
     116    <para>
     117      If you are going to run the package tests apply this patch:
     118    </para>
     119
     120<screen><userinput>patch -Npi -i ../libnl-&libnl-version;-upstream_test_fix-1.patch</userinput></screen>
    109121
    110122    <para>
     
    120132    <para>
    121133      To test the results, issue: <command>make check</command>.
    122       <!-- currently broken by check-0.15.1 -->
    123       <!--This package does not have a working test suite.
    124           With check-0.15.2, things are working again. -->
     134      One subtest is known to fail.
     135      <!-- If the kernel does not have CONFIG_IPC_NS=y, one subtest tests/check-all
     136      fails.  If it does have it, the subtest still fails in a different place
     137      for unknown reasons. Version 3.6.0. -->
    125138    </para>
    126139
  • packages.ent

    re9382360 r60f67b92  
    647647<!ENTITY libmnl-version               "1.0.5">
    648648<!ENTITY libnftnl-version             "1.1.5">
    649 <!ENTITY libnl-version                "3.5.0">
    650 <!ENTITY libnl-dl-version             "3_5_0">
     649<!ENTITY libnl-version                "3.6.0">
     650<!ENTITY libnl-dl-version             "3_6_0">
    651651<!ENTITY libnma-version               "1.8.38">
    652652<!ENTITY libnsl-version               "2.0.0">
Note: See TracChangeset for help on using the changeset viewer.