Changeset 676a68ec


Ignore:
Timestamp:
12/12/2015 05:35:46 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
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:
50fdc3e9
Parents:
8c19ac9
Message:

Update to wget-1.17.1
Update to dovecot-2.2.21

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8c19ac9 r676a68ec  
    4848      <para>December 12th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to dovecot-2.2.21. Fixes
     52          <ulink url="&blfs-ticket-root;7240">#7240</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[pierre] - Update to wget-1.17.1. Fixes
     56          <ulink url="&blfs-ticket-root;7239">#7239</ulink>.</para>
     57        </listitem>
    5058       <listitem>
    5159         <para>[fernando] - Update to pinentry-0.9.7. Fixes
     
    6270        <listitem>
    6371          <para>[pierre] - Update to gcc-ada-5.3.0. Fixes
    64          <ulink url="&blfs-ticket-root;7223">#7223</ulink>.</para>
     72          <ulink url="&blfs-ticket-root;7223">#7223</ulink>.</para>
    6573        </listitem>
    6674        <listitem>
    6775          <para>[pierre] - Update to gcc-java-5.3.0. Fixes
    68          <ulink url="&blfs-ticket-root;7222">#7222</ulink>.</para>
     76          <ulink url="&blfs-ticket-root;7222">#7222</ulink>.</para>
    6977        </listitem>
    7078      </itemizedlist>
  • networking/netprogs/wget.xml

    r8c19ac9 r676a68ec  
    99  <!ENTITY wget-download-ftp
    1010           "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
    11   <!ENTITY wget-md5sum        "b8cff5a2f88f5ce60a2b0e361e030b46">
    12   <!ENTITY wget-size          "1.9 MB">
     11  <!ENTITY wget-md5sum        "b0d58ef4963690e71effba24c105ed52">
     12  <!ENTITY wget-size          "1.8 MB">
    1313  <!ENTITY wget-buildsize     "28 MB (with tests)">
    1414  <!ENTITY wget-time          "0.5 SBU (with tests)">
     
    8484      <xref linkend="libidn"/>,
    8585      <xref linkend="openssl"/>,
    86       <xref linkend="pcre"/>;
    87       <xref linkend="valgrind"/> (optional for the test suite)
    88       <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>
    89       (required for the test suite), and
     86      <xref linkend="pcre"/>,
     87      <xref linkend="valgrind"/> (optional for the test suite),
     88      <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>,
     89      <ulink url="http://search.cpan.org/~gaas/HTTP-Daemon/">HTTP::Daemon</ulink>
     90      (both required for the test suite), and
    9091      <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink>
    9192    </para>
  • packages.ent

    r8c19ac9 r676a68ec  
    366366<!ENTITY rsync-version                "3.1.1">
    367367<!ENTITY samba-version                "4.3.2">
    368 <!ENTITY wget-version                 "1.17">
     368<!ENTITY wget-version                 "1.17.1">
    369369<!ENTITY wireless-tools-version       "29">
    370370<!ENTITY wpa_supplicant-version       "2.5">
     
    420420<!ENTITY dovecot-major                "2">
    421421<!ENTITY dovecot-minor                "2">
    422 <!ENTITY dovecot-micro                "20">
     422<!ENTITY dovecot-micro                "21">
    423423<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    424424
  • server/mail/dovecot.xml

    r8c19ac9 r676a68ec  
    88  "http://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "2dbeff4385eff699caa6f6b81b838d0f">
    11   <!ENTITY dovecot-size          "5.1 MB">
     10  <!ENTITY dovecot-md5sum        "28c39ab78a20f00701c26960d9190cf0">
     11  <!ENTITY dovecot-size          "4.8 MB">
    1212  <!ENTITY dovecot-buildsize     "286 MB (with tests)">
    1313  <!ENTITY dovecot-time          "2.1 SBU (with tests)">
     
    280280      <seglistitem>
    281281        <seg>
    282           doveadm, doveconf, dovecot, dsync, and various internal programs
     282          doveadm, doveconf, dovecot, dsync (symbolic link), and various
     283          internal programs
    283284        </seg>
    284285        <seg>
Note: See TracChangeset for help on using the changeset viewer.