Changeset 11f3b7e


Ignore:
Timestamp:
09/30/2017 08:46:14 AM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
558fbe8
Parents:
caee7667
Message:

Add libseccomp
Currency script might require adjusting

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

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcaee7667 r11f3b7e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 29th, &year;">
     9<!ENTITY releasedate  "September 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/genlib.xml

    rcaee7667 r11f3b7e  
    104104  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libqmi.xml"/>
    105105
     106  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libseccomp.xml"/>
    106107  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsigc++.xml"/>
    107108  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsigsegv.xml"/>
  • general/sysutils/systemd.xml

    rcaee7667 r11f3b7e  
    8888      <xref linkend="libgcrypt"/>,
    8989      <xref linkend="libidn2"/>,
     90      <xref linkend="libseccomp"/>,
    9091      <xref linkend="libxkbcommon"/>,
    9192      <xref linkend="qemu"/>,
     
    9697      <ulink url="https://www.kernel.org/pub/linux/utils/kernel/kexec/">kexec-tools</ulink>,
    9798      <ulink url="https://www.gnu.org/software/libmicrohttpd/">libmicrohttpd</ulink>,
    98       <ulink url="https://github.com/seccomp/libseccomp">libseccomp</ulink>,
    9999      <ulink url="http://lz4.github.io/lz4/">lz4</ulink>,
    100100      <ulink url="http://fukuchi.org/works/qrencode/">qrencode</ulink>,
  • introduction/welcome/changelog.xml

    rcaee7667 r11f3b7e  
    4343-->
    4444    <listitem>
     45      <para>September 30th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Added libseccomp for gnome-desktop. Fixes
     49          <ulink url="&blfs-ticket-root;9825">#9825</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>September 29th, 2017</para>
    4656      <itemizedlist>
  • packages.ent

    rcaee7667 r11f3b7e  
    152152<!ENTITY libpaper-version             "1.1.24+nmu5">
    153153<!ENTITY libqmi-version               "1.18.0">
     154<!ENTITY libseccomp-version           "2.3.2">
    154155<!ENTITY libsigc-version              "2.10.0">
    155156<!ENTITY libsigsegv-version           "2.11">
Note: See TracChangeset for help on using the changeset viewer.