Changeset 355495ce for general.ent


Ignore:
Timestamp:
07/19/2012 04:27:40 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
b24bfef
Parents:
ea16306
Message:

Boost 1.50.0, cURL 7.26.0, GLib 2.32.4, ICU 49.1.2, PCRE 8.31 and Python 3.2.3 updates. r128 xorg driver version 6.8.1 -> 6.8.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rea16306 r355495ce  
    190190<!ENTITY apr-version                  "1.4.6">
    191191<!ENTITY aspell-version               "0.60.6.1">
    192 <!ENTITY boost-version                "1.49.0">
     192
     193<!ENTITY boost-major                  "1">
     194<!ENTITY boost-minor                  "50">
     195<!ENTITY boost-patch                  "0">
     196<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
     197<!ENTITY boost-dl-version             "&boost-major;_&boost-minor;_&boost-patch;">
     198
    193199<!ENTITY enchant-version              "1.6.0">
    194200<!ENTITY exempi-version               "2.1.1">
    195201<!ENTITY expat-version                "2.1.0">
    196202<!ENTITY gamin-version                "0.1.10">
    197 <!ENTITY glib2-version                "2.32.3">
     203<!ENTITY glib2-version                "2.32.4">
    198204<!ENTITY glibmm-version               "2.32.0">
    199205<!ENTITY gmime-version                "2.4.32">
    200206<!ENTITY gobject-introspection-version "1.32.1">
    201207<!ENTITY gsl-version                  "1.15">
    202 <!ENTITY icu-version                  "49.1.1">
     208
     209<!ENTITY icu-major                    "49">
     210<!ENTITY icu-minor                    "1">
     211<!ENTITY icu-patch                    "2">
     212<!ENTITY icu-version                  "&icu-major;.&icu-minor;.&icu-patch;">
     213<!ENTITY icu-dl-version               "&icu-major;_&icu-minor;_&icu-patch;">
     214
    203215<!ENTITY iso-codes-version            "3.30">
    204216<!ENTITY json-c-version               "0.9">
     
    392404<!ENTITY pkgconfig-version            "0.26-internal-glib">
    393405<!ENTITY python2-version              "2.7.3">
    394 <!ENTITY python3-version              "3.2.2">
     406<!ENTITY python3-version              "3.2.3">
    395407<!ENTITY ruby-version                 "1.9.2-p290">
    396408<!ENTITY slang-version                "2.2.4">
     
    540552
    541553<!-- Chapter 17 -->
    542 <!ENTITY curl-version                 "7.25.0">
     554<!ENTITY curl-version                 "7.26.0">
    543555<!ENTITY geoclue-version              "0.12.0">
    544556<!ENTITY geocode-glib-version         "0.99.0">
Note: See TracChangeset for help on using the changeset viewer.