Changeset d81eda8 for postlfs


Ignore:
Timestamp:
07/31/2014 07:02:45 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.7, 7.8, 7.9, 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, krejzi/svn, 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:
aec75f7
Parents:
43a81625
Message:

parted-3.2: remove test t0251-gpt-unicode.sh.
Update to gdb-7.8.
Update to libndp-1.4.
Update to gpgme-1.5.1.
Update to dhcpcd-6.4.3.
Update to cups-1.7.5 and separete internal from external optional dependencies.

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

Location:
postlfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/parted.xml

    r43a81625 rd81eda8  
    100100dvips                -o doc/parted.ps  doc/parted.dvi</userinput></screen>
    101101
     102    <para>If you wish to run the test suite, first remove a test that normally
     103    fails in BLFS, because it needs a locale C.UTF-8:</para>
     104
     105<screen><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile</userinput></screen>
     106
    102107    <para>
    103108      To test the results, issue: <command>make check</command>.  Note that
    104109      many tests are skipped if not run as the <systemitem
    105       class="username">root</systemitem> user.  If test t0251-gpt-unicode.sh
    106       fails, it can be fixed, in some systems with LANG=XY.UTF-8 set, using:
     110      class="username">root</systemitem> user.
    107111    </para>
    108112
  • postlfs/security/gpgme.xml

    r43a81625 rd81eda8  
    77  <!ENTITY gpgme-download-http " ">
    88  <!ENTITY gpgme-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
    9   <!ENTITY gpgme-md5sum        "29e90462b29d445665e8728c66464a4f">
     9  <!ENTITY gpgme-md5sum        "8fb46b336200807a12a12a5760b4a39d">
    1010  <!ENTITY gpgme-size          "944 KB">
    1111  <!ENTITY gpgme-buildsize     "17 MB (additional 1 MB for the tests)">
Note: See TracChangeset for help on using the changeset viewer.