Changeset 7594f10


Ignore:
Timestamp:
06/23/2016 10:02:02 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 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, nosym, 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:
773ef6d
Parents:
9318937b
Message:

Update to sudo-1.8.17p1.
Update to gtksourceview-3.20.4.
Update sqlite CFLAGS.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r9318937b r7594f10  
    4545-->
    4646    <listitem>
     47      <para>June 23nd, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to sudo-1.8.17p1. Fixes
     51          <ulink url="&blfs-ticket-root;7976">#7976</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to gtksourceview-3.20.4. Fixes
     55          <ulink url="&blfs-ticket-root;7982">#7992</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Update sqlite CFLAGS. Fixes
     59          <ulink url="&blfs-ticket-root;7991">#7991</ulink>.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64    <listitem>
    4765      <para>June 22nd, 2016</para>
    4866      <itemizedlist>
     
    5270        </listitem>
    5371        <listitem>
    54           <para>[bdubbs] - Update to libwnch-3.20.0. Fixes
     72          <para>[bdubbs] - Update to libwnck-3.20.0. Fixes
    5573          <ulink url="&blfs-ticket-root;7988">#7988</ulink>.</para>
    5674        </listitem>
  • packages.ent

    r9318937b r7594f10  
    4040<!ENTITY ssh-askpass-version          "&openssh-version;">
    4141<!ENTITY stunnel-version              "5.32">
    42 <!ENTITY sudo-version                 "1.8.17">
     42<!ENTITY sudo-version                 "1.8.17p1">
    4343<!ENTITY tripwire-version             "2.4.2.2">
    4444
     
    519519<!ENTITY gtkmm2-version               "2.24.4">
    520520<!ENTITY gtkmm3-version               "3.20.1">
    521 <!ENTITY gtksourceview-version        "3.20.3">
     521<!ENTITY gtksourceview-version        "3.20.4">
    522522<!ENTITY gtk-vnc-version              "0.5.4">
    523523<!ENTITY imlib2-version               "1.4.9">
  • postlfs/security/sudo.xml

    r9318937b r7594f10  
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/dist/sudo-&sudo-version;.tar.gz">
    88  <!ENTITY sudo-download-ftp  "ftp://ftp.sudo.ws/pub/sudo/sudo-&sudo-version;.tar.gz">
    9   <!ENTITY sudo-md5sum        "01518df10b12c5396c498cdc15d2475f">
     9  <!ENTITY sudo-md5sum        "50a840a688ceb6fa3ab24fc0adf4fa23">
    1010  <!ENTITY sudo-size          "2.7 MB">
    1111  <!ENTITY sudo-buildsize     "27 MB (with tests)">
  • server/databases/sqlite.xml

    r9318937b r7594f10  
    129129<screen><userinput>./configure --prefix=/usr --disable-static        \
    130130            CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1 \
     131            -DSQLITE_ENABLE_FTS3_TOKENIZER=1      \
    131132            -DSQLITE_ENABLE_COLUMN_METADATA=1     \
    132133            -DSQLITE_ENABLE_UNLOCK_NOTIFY=1       \
     
    163164    <para>
    164165      <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1
    165       -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE
    166       -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>:
    167       Applications such as <application>Firefox</application> require secure
    168       delete and enable unlock notify to be turned on.  Since
    169       <application>firefox-41</application> the dbstat virtual table is also
    170       required. The only way to do this is to include them in the
     166      -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_COLUMN_METADATA=1
     167      -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
     168      -DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>: Applications such as
     169      <application>Firefox</application> require secure delete and enable
     170      unlock notify to be turned on.  Thunderbird requires teh fts3_tokenizer
     171      option. Since <application>firefox-41</application> the dbstat virtual
     172      table is also required. The only way to do this is to include them in the
    171173      CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
    172174      specify that to preserve those settings. You may, of course, wish to omit
    173175      the <literal>'-g'</literal> if you do not wish to create debugging
    174       information. For further information on what can be specified see
    175       <ulink url="http://www.sqlite.org/compile.html"/>.
     176      information. For further information on what can be specified see <ulink
     177      url="http://www.sqlite.org/compile.html"/>.
    176178    </para>
    177179
  • x/lib/gtksourceview.xml

    r9318937b r7594f10  
    99  <!ENTITY gtksourceview-download-ftp
    1010    "&gnome-download-ftp;/gtksourceview/&gnome-minor-20;/gtksourceview-&gtksourceview-version;.tar.xz">
    11   <!ENTITY gtksourceview-md5sum        "15f21354054a52595f26cea6f7749cb9">
     11  <!ENTITY gtksourceview-md5sum        "d1f56a0ff3a87b0f4ffde50c6c99a8d5">
    1212  <!ENTITY gtksourceview-size          "1.5 MB">
    1313  <!ENTITY gtksourceview-buildsize     "80 MB (with tests)">
     
    3838    </para>
    3939
    40     &lfs79_checked;
    41     &gcc6_checked;
     40    &lfs79_checked;&gcc6_checked;
    4241
    4342    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.