Changeset 9831a90


Ignore:
Timestamp:
04/22/2017 09:15:33 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
4e0e3828
Parents:
870e9f05
Message:

Update to libepoxy-1.4.1.
Update to nss-3.30.2.
Update to bind9-9.11.1.
Update to poppler-0.54.0.
Update to thunderbird-52.0.1.
Update to emacs-25.2.

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r870e9f05 r9831a90  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 21st &year;">
     9<!ENTITY releasedate  "April 22nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/poppler.xml

    r870e9f05 r9831a90  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp       " ">
    9   <!ENTITY poppler-md5sum             "943679f1030b9bc19a989f24121a282a">
     9  <!ENTITY poppler-md5sum             "ed0b36e3f577e669dcc58bd408cacde6">
    1010  <!ENTITY poppler-size               "1.6 MB">
    1111  <!ENTITY poppler-buildsize          "50 MB (with Qt5 library)">
  • introduction/welcome/changelog.xml

    r870e9f05 r9831a90  
    4343-->
    4444    <listitem>
     45      <para>April 22nd, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libepoxy-1.4.1. Fixes
     49          <ulink url="&blfs-ticket-root;9160">#9160</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to nss-3.30.2. Fixes
     53          <ulink url="&blfs-ticket-root;9159">#9159</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to bind9-9.11.1. Fixes
     57          <ulink url="&blfs-ticket-root;9158">#9158</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to poppler-0.54.0. Fixes
     61          <ulink url="&blfs-ticket-root;9157">#9157</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[bdubbs] - Update to thunderbird-52.0.1. Fixes
     65          <ulink url="&blfs-ticket-root;9066">#9066</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[bdubbs] - Update to emacs-25.2. Fixes
     69          <ulink url="&blfs-ticket-root;8579">#8579</ulink>.</para>
     70        </listitem>
     71      </itemizedlist>
     72    </listitem>
     73
     74    <listitem>
    4575      <para>April 21st, 2017</para>
    4676      <itemizedlist>
  • networking/netutils/bind-utils.xml

    r870e9f05 r9831a90  
    66  <!ENTITY bind-download-http " ">
    77  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    8   <!ENTITY bind-md5sum          "3e1e525fc640308316cdf98cd29cfa11">
    9   <!ENTITY bind-size            "9.2 MB">
    10   <!ENTITY bind-utils-buildsize "122 MB">
     8  <!ENTITY bind-md5sum          "c384ab071d902bac13487c1268e5a32f">
     9  <!ENTITY bind-size            "9.3 MB">
     10  <!ENTITY bind-utils-buildsize "123 MB">
    1111  <!ENTITY bind-utils-time      "0.6 SBU">
    1212]>
  • packages.ent

    r870e9f05 r9831a90  
    3030<!ENTITY nss-minor-version            "30">
    3131<!-- normal -->
    32 <!ENTITY nss-micro-version            "1">
     32<!ENTITY nss-micro-version            "2">
    3333<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
    3434<!--<!ENTITY nss-version                  "3.&nss-minor-version;">-->
     
    6363<!ENTITY bluefish-version             "2.2.10">
    6464<!ENTITY ed-version                   "1.14.1">
    65 <!ENTITY emacs-version                "25.1">
     65<!ENTITY emacs-version                "25.2">
    6666<!ENTITY joe-version                  "4.4">
    6767<!ENTITY nano-version                 "2.8.1">
     
    124124<!ENTITY libdrm-version               "2.4.78">
    125125<!ENTITY libepoxy-minor               "1.4">
    126 <!ENTITY libepoxy-version             "&libepoxy-minor;.0">
     126<!ENTITY libepoxy-version             "&libepoxy-minor;.1">
    127127<!ENTITY libesmtp-version             "1.0.6">
    128128<!ENTITY libffi-version               "3.2.1">
     
    203203<!ENTITY openjpeg2-version            "2.1.2">
    204204<!ENTITY pixman-version               "0.34.0">   <!-- Even minors only -->
    205 <!ENTITY poppler-version              "0.53.0">
     205<!ENTITY poppler-version              "0.54.0">
    206206<!ENTITY qpdf-version                 "6.0.0">
    207207
     
    422422<!ENTITY avahi-version                "0.6.32">
    423423<!ENTITY bind-minor-version           "9.11">
    424 <!ENTITY bind-version                 "&bind-minor-version;.0-P5">
     424<!ENTITY bind-version                 "&bind-minor-version;.1">
    425425<!ENTITY mod_dnssd-version            "0.6">
    426426<!ENTITY NetworkManager-version       "1.6.2">
     
    724724<!ENTITY rox-filer-version            "2.11">
    725725<!ENTITY rxvt-unicode-version         "9.22">
    726 <!ENTITY thunderbird-version          "45.8.0">
     726<!ENTITY thunderbird-version          "52.0.1">
    727727<!ENTITY tigervnc-version             "1.7.1">
    728728<!ENTITY transmission-version         "2.92">
  • postlfs/editors/emacs.xml

    r870e9f05 r9831a90  
    88  <!ENTITY emacs-download-ftp  "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
    99  <!ENTITY emacs-download-ftp  " ">
    10   <!ENTITY emacs-md5sum        "4f3d42fb22823a659e16bfa89078a74c">
    11   <!ENTITY emacs-size          "41 MB">
     10  <!ENTITY emacs-md5sum        "06442d867158754bdde793eca420ca49">
     11  <!ENTITY emacs-size          "45 MB">
    1212  <!ENTITY emacs-buildsize     "352 MB">
    1313  <!ENTITY emacs-time          "1.2 SBU">
     
    104104    commands:</para>
    105105
    106 <screen><userinput>./autogen.sh                                   &amp;&amp;
    107 ./configure --prefix=/usr --localstatedir=/var &amp;&amp;
     106<screen><userinput>./configure --prefix=/usr --localstatedir=/var &amp;&amp;
    108107make</userinput></screen>
    109108<!-- make bootstrap only necessary for development versions obtained with git
     
    120119
    121120<screen role="root"><userinput>make install &amp;&amp;
    122 chown -v -R root:root /usr/share/emacs/25.1</userinput></screen>
    123 <!--
    124 
    125 Change back to this wiht the stable release is made
    126 
    127121chown -v -R root:root /usr/share/emacs/&emacs-version;</userinput></screen>
    128 -->
    129122
    130123    <para>
  • postlfs/security/nss.xml

    r870e9f05 r9831a90  
    1515
    1616  <!ENTITY nss-download-ftp " ">
    17   <!ENTITY nss-md5sum        "4550d5139bf0bc46f22a0411eeeb7aae">
     17  <!ENTITY nss-md5sum        "42c22dd8ec6254f846259f1d8dd2eb76">
    1818  <!ENTITY nss-size          "9.1 MB">
    1919  <!ENTITY nss-buildsize     "104 MB">
  • server/major/bind.xml

    r870e9f05 r9831a90  
    77  <!ENTITY bind-download-http " ">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    9   <!ENTITY bind-md5sum        "3e1e525fc640308316cdf98cd29cfa11">
    10   <!ENTITY bind-size          "9.2 MB">
    11   <!ENTITY bind-buildsize     "116 MB (additional 10 MB for the test suite)">
    12   <!ENTITY bind-time          "1.0 SBU (additional 32+ minutes, processor independent, to run the complete test suite)">
     9  <!ENTITY bind-md5sum        "c384ab071d902bac13487c1268e5a32f">
     10  <!ENTITY bind-size          "9.3 MB">
     11  <!ENTITY bind-buildsize     "117 MB (additional 11 MB for the test suite)">
     12  <!ENTITY bind-time          "1.0 SBU (additional 34+ minutes, processor independent, to run the complete test suite)">
    1313]>
    1414
  • x/lib/libepoxy.xml

    r870e9f05 r9831a90  
    77  <!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/v&libepoxy-minor;/libepoxy-&libepoxy-version;.tar.xz">
    88  <!ENTITY libepoxy-download-ftp  " ">
    9   <!ENTITY libepoxy-md5sum        "d8d8cbf2beb64975d424fcc5167a2a38">
    10   <!ENTITY libepoxy-size          "752 KB">
     9  <!ENTITY libepoxy-md5sum        "a0dc66910009a99c47c5def50b042d77">
     10  <!ENTITY libepoxy-size          "760 KB">
    1111  <!ENTITY libepoxy-buildsize     "32 MB (with tests)">
    1212  <!ENTITY libepoxy-time          "0.2 SBU (with tests)">
  • xsoft/other/thunderbird.xml

    r870e9f05 r9831a90  
    88<!--  <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">-->
    99  <!ENTITY thunderbird-download-ftp " ">
    10   <!ENTITY thunderbird-md5sum            "4e04b1618273f946f00f8ea547578895">
    11   <!ENTITY thunderbird-size              "192 MB">
    12   <!ENTITY thunderbird-buildsize         "3.6 GB (85 MB installed)">
    13   <!ENTITY thunderbird-time              "12 SBU (with -j4, about 34 SBU with -j1)">
     10  <!ENTITY thunderbird-md5sum            "e66a1f513258a515089eed70a7d2a509">
     11  <!ENTITY thunderbird-size              "218 MB">
     12  <!ENTITY thunderbird-buildsize         "4.1 GB (92 MB installed)">
     13  <!ENTITY thunderbird-time              "17 SBU (with -j4, estimated 40 SBU with -j1)">
    1414]>
    1515
     
    174174ac_add_options --disable-necko-wifi
    175175
    176 # GStreamer is necessary for H.264 video playback in HTML5 Video Player;
    177 # to be enabled, also remember to set "media.gstreamer.enabled" to "true"
    178 # in about:config. If you have GStreamer 1.x.y, comment out this line and
    179 # uncomment the following one:
    180 ac_add_options --disable-gstreamer
    181 #ac_add_options --enable-gstreamer=1.0
    182 
    183176# Uncomment these lines if you have installed optional dependencies:
    184177#ac_add_options --enable-system-hunspell
     
    190183# Comment out following option if you have gconf installed
    191184ac_add_options --disable-gconf
    192 <!-- Uncommenting does not work
    193 # If you have not installed Yasm then uncomment this line:
    194 #ac_add_options - -disable-webm
    195 -->
     185
    196186# If you want to compile the Mozilla Calendar, uncomment this line:
    197187#ac_add_options --enable-calendar
     
    217207
    218208ac_add_options --disable-crashreporter
    219 ac_add_options --disable-installer
    220209ac_add_options --disable-updater
    221210ac_add_options --disable-debug
     
    245234EOF</userinput></screen>
    246235
    247 <!-- might be necessary
    248 test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
    249 
    250236    <para>
    251237      Compile <application>Thunderbird</application> by issuing the following
     
    258244    </para></note>
    259245
    260 <screen><userinput>sed -e '/#include/i\
    261     print OUT "#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
    262     -i mozilla/nsprpub/config/make-system-wrappers.pl &amp;&amp;
    263 
    264 sed -e '/#include/a\
    265     print OUT "#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
    266     -i mozilla/nsprpub/config/make-system-wrappers.pl &amp;&amp;
    267 
    268 make -f client.mk</userinput></screen>
     246<screen><userinput>make -f client.mk</userinput></screen>
    269247
    270248    <para>
     
    303281      fix i686 builds and preserve the optimization on x86_64.
    304282    </para>-->
    305 
    306     <para>
    307       <command>sed ...</command>: These commands correct the source to be
    308       compatible with gcc6 by preventing c++ scope errors.
    309     </para>
    310283
    311284    <para>
     
    421394        </seg>
    422395        <seg>
    423           None
     396          libldap60.so, liblgpllibs.so, libmozgtk.so, libmozsandbox.so,
     397          libprldap60.so, and libxul.so
    424398        </seg>
    425399        <seg>
Note: See TracChangeset for help on using the changeset viewer.