Changeset 8bd63687


Ignore:
Timestamp:
04/06/2017 05:34:37 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.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:
2ecb594c
Parents:
560b86d
Message:

Update to polkit snapshot 2919920 with JS38 patch. Fixes #8431. Remove unneeded mozjs version 17 and 24.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r560b86d r8bd63687  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 5th &year;">
     9<!ENTITY releasedate  "April 6th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/genlib.xml

    r560b86d r8bd63687  
    6666  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
    6767  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
    68   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js.xml"/>
    69   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js2.xml"/>
     68  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js.xml"/> -->
     69  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js2.xml"/> -->
    7070  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/>
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
  • introduction/welcome/changelog.xml

    r560b86d r8bd63687  
    4343-->
    4444    <listitem>
     45      <para>April 6th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to polkit-0.113+git_2919920+js38. Fixes
     49          <ulink url="&blfs-ticket-root;8431">#8431</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Remove unneeded mozjs version 17 and 24.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4558      <para>April 5th, 2017</para>
    4659      <itemizedlist>
  • packages.ent

    r560b86d r8bd63687  
    3737<!ENTITY openssl-version              "1.0.2k">
    3838<!ENTITY p11-kit-version              "0.23.2">    <!-- Even minors only -->
    39 <!ENTITY polkit-version               "0.113">
     39<!ENTITY polkit-version               "0.113+git_2919920+js38">
    4040<!ENTITY shadow-version               "4.4">
    4141<!ENTITY ssh-askpass-version          "&openssh-version;">
  • postlfs/security/polkit.xml

    r560b86d r8bd63687  
    66
    77  <!ENTITY polkit-download-http
    8            "http://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
     8           "&sources-anduin-http;/polkit/polkit-&polkit-version;.tar.xz">
    99  <!ENTITY polkit-download-ftp  " ">
    10   <!ENTITY polkit-md5sum        "4b77776c9e4f897dcfe03b2c34198edf">
    11   <!ENTITY polkit-size          "1.4 MB">
    12   <!ENTITY polkit-buildsize     "15 MB">
     10  <!ENTITY polkit-md5sum        "11ec10c04899651e40ef66766932254d">
     11  <!ENTITY polkit-size          "616 KB">
     12  <!ENTITY polkit-buildsize     "19 MB">
    1313  <!ENTITY polkit-time          "0.2 SBU">
    1414]>
     
    3939    &lfs80_checked;
    4040
     41    <note><para>Due to lack of relases, a tarball has been generated for use by
     42    BLFS, which includes a git checkout at ref 2919920, and a pending patch to
     43    use js38. The patch is included in the tarball for review.</para></note>
     44
    4145    <bridgehead renderas="sect3">Package Information</bridgehead>
    4246    <itemizedlist spacing="compact">
     
    7882    <para role="required">
    7983      <xref linkend="glib2"/>, and
    80       <xref linkend="JS"/>
     84      <xref linkend="js38"/>
    8185    </para>
    8286
Note: See TracChangeset for help on using the changeset viewer.