Changeset f3c49d0


Ignore:
Timestamp:
02/23/2016 06:28:27 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, 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, 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:
6fe4f013
Parents:
92258f2b
Message:

Some data in Certificates are UTF-8.
Set LANG in make-ca.sh to a UTF-8 locale for grep-2.23
and later to work correctly.

Fix location of usb-ids.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/usbutils.xml

    r92258f2b rf3c49d0  
    149149    </para>
    150150
    151 <screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
     151<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/misc/usb.ids</userinput></screen>
    152152
    153153    <para>
  • introduction/welcome/changelog.xml

    r92258f2b rf3c49d0  
    4949      <itemizedlist>
    5050        <listitem>
    51           <para>[ken] - fix libreoffice for glibc-2.23.</para>
     51          <para>[bdubbs] - Some data in Certificates are UTF-8.
     52          Set LANG in make-ca.sh to a UTF-8 locale for grep-2.23
     53          and later to work correctly.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[ken] - Fix libreoffice for glibc-2.23.</para>
    5257        </listitem>
    5358        <listitem>
  • postlfs/security/cacerts.xml

    r92258f2b rf3c49d0  
    155155# Version 20120211
    156156
     157# Some data in the certs have UTF-8 characters
     158export LANG=en_US.utf8
     159
    157160certdata="certdata.txt"
    158161
Note: See TracChangeset for help on using the changeset viewer.