Changeset c45f906


Ignore:
Timestamp:
06/12/2019 01:47:08 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
da2b707
Parents:
a4b38ab
Message:

Update to p11-kit-0.23.16.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21671 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra4b38ab rc45f906  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "09">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 9th, &year;">
     9<!ENTITY releasedate  "June 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    ra4b38ab rc45f906  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>June 11th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to p11-kit-0.23.16.1. Fixes
     49          <ulink url="&blfs-ticket-root;12094">#12094</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>June 9th, 2019</para>
  • packages.ent

    ra4b38ab rc45f906  
    3737<!-- <!ENTITY openssl-version              "1.1.0g"> -->
    3838<!ENTITY openssl10-version            "1.0.2q">
    39 <!ENTITY p11-kit-version              "0.23.15">
     39<!ENTITY p11-kit-version              "0.23.16.1">
    4040<!ENTITY polkit-version               "0.116">
    4141<!ENTITY shadow-version               "4.6">
  • postlfs/security/p11-kit.xml

    ra4b38ab rc45f906  
    77  <!ENTITY p11-kit-download-http "https://github.com/p11-glue/p11-kit/releases/download/&p11-kit-version;/p11-kit-&p11-kit-version;.tar.gz">
    88  <!ENTITY p11-kit-download-ftp  " ">
    9   <!ENTITY p11-kit-md5sum        "c4c3eecfe6bd6e62e436f62b51980749">
     9  <!ENTITY p11-kit-md5sum        "090a9cf689efd8d4899600c3093b3735">
    1010  <!ENTITY p11-kit-size          "1.2 MB">
    11   <!ENTITY p11-kit-buildsize     "46 MB (add 166 MB for tests)">
     11  <!ENTITY p11-kit-buildsize     "65 MB (add 168 MB for tests)">
    1212  <!ENTITY p11-kit-time          "0.4 SBU (add 0.6 SBU for tests)">
    1313]>
     
    7373    <bridgehead renderas="sect3">p11-kit Dependencies</bridgehead>
    7474
     75    <!-- There is a check for libsystemd. It seems to install a systemd service
     76    in /usr/lib/systemd/user.-->
    7577    <bridgehead renderas="sect4">Recommended</bridgehead>
    7678    <para role="recommended">
     
    177179      <seglistitem>
    178180        <seg>
    179           p11-kit and trust
     181          p11-kit, trust, and update-ca-certificates
    180182        </seg>
    181183        <seg>
     
    185187          /etc/pkcs11,
    186188          /usr/include/p11-kit-1,
    187           /usr/lib/{p11-kit,pkcs11},
     189          /usr/lib/pkcs11,
     190          /usr/libexec/p11-kit,
    188191          /usr/share/gtk-doc/html/p11-kit, and
    189192          /usr/share/p11-kit
     
    228231          <para>
    229232            is a command line tool to both extract local certificates from an
    230             upadated anchor store, and regenerate all anchors and certificate
    231             stores on the system. This is done unconditionally on BLFS using
     233            updated anchor store, and regenerate all anchors and certificate
     234                 stores on the system. This is done unconditionally on BLFS using
    232235            the <parameter>--force</parameter> and <parameter>--get</parameter>
    233236            flags to <command>make-ca</command> and should likely not be used
Note: See TracChangeset for help on using the changeset viewer.