Changeset 921eec3c


Ignore:
Timestamp:
11/16/2010 05:52:06 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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:
5c8897e
Parents:
e062c9d
Message:

Updated to PCRE-8.10

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re062c9d r921eec3c  
    44-->
    55
    6 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     6<!ENTITY day          "16">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    140140<!-- Part III -->
    141141<!-- Chapter 8 -->
    142 <!ENTITY pcre-version                 "8.00">
     142<!ENTITY pcre-version                 "8.10">
    143143<!ENTITY popt-version                 "1.15">
    144144<!ENTITY slang-version                "2.2.2">
  • general/genlib/pcre.xml

    re062c9d r921eec3c  
    77  <!ENTITY pcre-download-http "&sourceforge-repo;/pcre/pcre-&pcre-version;.tar.bz2">
    88  <!ENTITY pcre-download-ftp  "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">
    9   <!ENTITY pcre-md5sum        "caf564aa69d68e965e9bf0ff2a094c65">
    10   <!ENTITY pcre-size          "900 KB">
    11   <!ENTITY pcre-buildsize     "11 MB">
    12   <!ENTITY pcre-time          "0.3 SBU">
     9  <!ENTITY pcre-md5sum        "780867a700e9d4e4b9cb47aa5453e4b2">
     10  <!ENTITY pcre-size          "964 KB">
     11  <!ENTITY pcre-buildsize     "12 MB">
     12  <!ENTITY pcre-time          "0.4 SBU">
    1313]>
    1414
     
    8585<screen><userinput>./configure --prefix=/usr \
    8686            --docdir=/usr/share/doc/pcre-&pcre-version; \
    87             --enable-utf8 --enable-unicode-properties \
     87            --enable-utf8 \
     88            --enable-unicode-properties \
    8889            --enable-pcregrep-libz \
    8990            --enable-pcregrep-libbz2 &amp;&amp;
  • introduction/welcome/changelog.xml

    re062c9d r921eec3c  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>November 16th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to PCRE-8.10.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
Note: See TracChangeset for help on using the changeset viewer.