Changeset 8fdf129


Ignore:
Timestamp:
01/24/2007 10:17:21 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
9268fb5
Parents:
902be92b
Message:

Fixed the Zip and Unzip download URLs

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r902be92b r8fdf129  
    55  %general-entities;
    66
    7   <!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
    8   <!ENTITY unzip-download-ftp  "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz">
     7  <!ENTITY unzip-download-http "http://downloads.sourceforge.net/infozip/unzip552.tar.gz">
     8  <!-- <!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz"> -->
     9  <!-- <!ENTITY unzip-download-ftp  "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz"> -->
     10  <!ENTITY unzip-download-ftp  "ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/src/unzip552.tar.gz">
    911  <!ENTITY unzip-md5sum        "9d23919999d6eac9217d1f41472034a9">
    1012  <!ENTITY unzip-size          "1.1 MB">
     
    115117
    116118    <para>1) For unpacking ZIP archives with filenames containing non-ASCII
    117     characters, use <ulink url="http://www.winzip.com/">WinZip</ulink> while-      running the <ulink url="http://www.winehq.com/">Wine</ulink> Windows
     119    characters, use <ulink url="http://www.winzip.com/">WinZip</ulink> while
     120    running the <ulink url="http://www.winehq.com/">Wine</ulink> Windows
    118121    emulator.</para>
    119122
  • general/sysutils/zip.xml

    r902be92b r8fdf129  
    55  %general-entities;
    66
    7   <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip232.tar.gz">
    8   <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz">
     7  <!-- <!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip232.tar.gz"> -->
     8  <!-- <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz"> -->
     9  <!ENTITY zip-download-http "http://fresh.t-systems-sfr.com/unix/src/misc/zip232.tar.gz">
     10  <!ENTITY zip-download-ftp "ftp://tug.ctan.org/tex-archive/tools/zip/info-zip/src/zip232.tar.gz">
    911  <!ENTITY zip-md5sum "8a4da4460386e324debe97f3b7fe4d96">
    1012  <!ENTITY zip-size "789 KB">
  • introduction/welcome/changelog.xml

    r902be92b r8fdf129  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Fixed the Zip and Unzip download URLs.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[dnicholson] - Reverted the xsetpointer upgrade as it is
    4952          broken with the inputproto in Xorg-7.1.</para>
Note: See TracChangeset for help on using the changeset viewer.