Changeset 1c69133 for postlfs/security


Ignore:
Timestamp:
03/20/2014 08:19:05 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
710fb64
Parents:
f7910f3
Message:

Fix icedtea dependencies, thanks Pierre L. Updates to sudo-1.8.10p2 (thanks Ken M. for removing disable-static), libgsf-1.14.30, grilo-0.2.10, grilo-plugins-0.2.12, and seamonkey-2.25 (thanks Ken M. for better placement of disable-pulseaudio).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    rf7910f3 r1c69133  
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/sudo/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        "1d9c2bc5aaf02608343d17b9a666e8e1">
     9  <!ENTITY sudo-md5sum        "5e5eab1036a7cc2c088ab0d9b6b6a42e">
    1010  <!ENTITY sudo-size          "2.2 MB">
    1111  <!ENTITY sudo-buildsize     "25 MB (additional 1 MB for tests)">
    12   <!ENTITY sudo-time          "0.5 SBU">
     12  <!ENTITY sudo-time          "0.4 SBU">
    1313]>
    1414
     
    101101    </para>
    102102
     103<!-- Developer: apparently it is disabled by default, although in configure it
     104is written otherwise           -disable-static           \-->
    103105<screen><userinput>./configure --prefix=/usr              \
    104106            --libexecdir=/usr/lib/sudo \
    105107            --with-all-insults         \
    106108            --with-env-editor          \
    107             --disable-static           \
    108109            --docdir=/usr/share/doc/sudo-&sudo-version; \
    109110            --with-passprompt="[sudo] password for %p" &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.