Changeset 987fe4db
- Timestamp:
- 01/20/2014 04:41:29 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 539c8fd
- Parents:
- 3e4b0b2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r3e4b0b2 r987fe4db 437 437 <!ENTITY rsync-version "3.1.0"> 438 438 <!ENTITY samba-version "4.1.4"> 439 <!ENTITY wget-version "1.1 4">439 <!ENTITY wget-version "1.15"> 440 440 <!ENTITY wireless-tools-version "29"> 441 441 <!ENTITY wpa_supplicant-version "2.0"> -
introduction/welcome/changelog.xml
r3e4b0b2 r987fe4db 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[fernando] - Update to wget-1.15. Fixes 51 <ulink url="&blfs-ticket-root;4593">#4593</ulink>.</para> 52 </listitem> 53 <listitem> 50 54 <para>[igor] - Update to postfix-2.11.0. Fixes 51 55 <ulink url="&blfs-ticket-root;4585">#4585</ulink>.</para> -
networking/netprogs/wget.xml
r3e4b0b2 r987fe4db 9 9 <!ENTITY wget-download-ftp 10 10 "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz"> 11 <!ENTITY wget-md5sum " 316f6f59292c9098ad81fd54f658c579">12 <!ENTITY wget-size "1. 6MB">13 <!ENTITY wget-buildsize "2 1 MB">14 <!ENTITY wget-time "0.4 SBU ">11 <!ENTITY wget-md5sum "7a279d5ac5594919124d5526e7143e28"> 12 <!ENTITY wget-size "1.7 MB"> 13 <!ENTITY wget-buildsize "22 MB (additional 2 MB for the tests)"> 14 <!ENTITY wget-time "0.4 SBU (additional 0.1 SBU for the tests)"> 15 15 ]> 16 16 … … 69 69 <para> 70 70 Estimated build time: &wget-time; 71 </para>72 </listitem>73 </itemizedlist>74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>76 <itemizedlist spacing="compact">77 <listitem>78 <para>79 Required patch:80 <ulink url="&patch-root;/wget-&wget-version;-texi2pod-1.patch"/>81 71 </para> 82 72 </listitem> … … 110 100 </para> 111 101 112 <screen><userinput>patch -Np1 -i ../wget-&wget-version;-texi2pod-1.patch && 113 114 ./configure --prefix=/usr \ 102 <screen><userinput>./configure --prefix=/usr \ 115 103 --sysconfdir=/etc \ 116 104 --with-ssl=openssl &&
Note:
See TracChangeset
for help on using the changeset viewer.