Changeset 49cc034


Ignore:
Timestamp:
01/16/2020 09:37:46 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
db7e804
Parents:
0664ef2
Message:

libcap-2.31

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r0664ef2 r49cc034  
    4343       -->
    4444    <listitem>
    45       <para>January 15th, 2010</para>
     45      <para>January 16th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to libcap-2.31 (PAM module). Fixes
     49          <ulink url="&blfs-ticket-root;13019">#13019</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>January 15th, 2020</para>
    4656      <itemizedlist>
    4757        <listitem>
  • packages.ent

    r0664ef2 r49cc034  
    1717<!ENTITY haveged-version              "1.9.2">
    1818<!ENTITY iptables-version             "1.8.4">
    19 <!ENTITY libcap-version               "2.30">
     19<!ENTITY libcap-version               "2.31">
    2020<!ENTITY liboauth-version             "1.0.3">
    2121<!ENTITY linux-pam-version            "1.3.1">
  • postlfs/security/libcap.xml

    r0664ef2 r49cc034  
    77  <!ENTITY libcap-download-http "&kernel-dl;/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
    88  <!ENTITY libcap-download-ftp  " ">
    9   <!ENTITY libcap-md5sum        "ea531f37a30a61dce8bf8544537a46e3">
    10   <!ENTITY libcap-size          "96 KB">
     9  <!ENTITY libcap-md5sum        "52120c05dc797b01f5a7ae70f4335e96">
     10  <!ENTITY libcap-size          "97 KB">
    1111  <!ENTITY libcap-buildsize     "1 MB">
    1212  <!ENTITY libcap-time          "less than 0.1 SBU">
     
    106106    <para>Additonally, you'll need to modify the
    107107    <filename>/etc/security/capability.conf</filename> file to grant necessary
    108     privileges to users, and utilize the <application>setcap</application>
    109     utiltiy to set capabilities on specific utilities as needed. See
     108    privileges to users, and utilize the <command>setcap</command>
     109    utility to set capabilities on specific utilities as needed. See
    110110    <command>man 8 setcap</command> and <command>man 3 cap_from_text</command>
    111111    for additional information.</para>
Note: See TracChangeset for help on using the changeset viewer.