Changeset 8dfc5c3 for postlfs/editors


Ignore:
Timestamp:
08/15/2017 06:49:48 PM (7 years ago)
Author:
Krejzi <krejzi@…>
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:
d872f26
Parents:
bd27eb1
Message:

Fix some URLs

  • Switch to https:// scheme where possible to avoid redirects
  • Unify all kernel.org, Sourceforge and GNU URLs
  • Fix python and perl module URLs to be consistent
  • Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
  • Use upstream locations for some packages or better/shorter URLs if available
  • Add https:// URLs for gnupg packages

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

Location:
postlfs/editors
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/ed.xml

    rbd27eb1 r8dfc5c3  
    55  %general-entities;
    66
    7   <!ENTITY ed-download-http "http://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.lz">
    8   <!ENTITY ed-download-ftp  "ftp://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.lz">
     7  <!ENTITY ed-download-http "&gnu-http;/ed/ed-&ed-version;.tar.lz">
     8  <!ENTITY ed-download-ftp  "&gnu-ftp;/ed/ed-&ed-version;.tar.lz">
    99  <!ENTITY ed-md5sum        "273d04778b2a51f7c3cbfcd2001876bf">
    1010  <!ENTITY ed-size          "66 KB">
  • postlfs/editors/emacs.xml

    rbd27eb1 r8dfc5c3  
    55  %general-entities;
    66
    7   <!ENTITY emacs-download-http "https://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
    8   <!ENTITY emacs-download-ftp  "ftp://ftp.gnu.org/pub/gnu/emacs/emacs-&emacs-version;.tar.xz">
     7  <!ENTITY emacs-download-http "&gnu-http;/emacs/emacs-&emacs-version;.tar.xz">
     8  <!ENTITY emacs-download-ftp  "&gnu-ftp;/emacs/emacs-&emacs-version;.tar.xz">
    99  <!ENTITY emacs-download-ftp  " ">
    1010  <!ENTITY emacs-md5sum        "06442d867158754bdde793eca420ca49">
     
    8484      <xref linkend="mitkrb"/>,
    8585      <xref linkend="valgrind"/>,
    86       <ulink url="https://ftp.gnu.org/gnu/intlfonts/">intlfonts</ulink>,
     86      <ulink url="&gnu-http;/intlfonts/">intlfonts</ulink>,
    8787      <ulink url="http://directory.fsf.org/wiki/Libungif">libungif</ulink>,
    8888      <ulink url="http://www.nongnu.org/m17n/">libotf</ulink> and
  • postlfs/editors/joe.xml

    rbd27eb1 r8dfc5c3  
    55  %general-entities;
    66
    7   <!ENTITY joe-download-http "&sourceforge-repo;/joe-editor/joe-&joe-version;.tar.gz">
     7  <!ENTITY joe-download-http "&sourceforge-dl;/joe-editor/joe-&joe-version;.tar.gz">
    88  <!ENTITY joe-download-ftp  " ">
    99  <!ENTITY joe-md5sum        "59e63debe60b456a6ee5c0c27a756a47">
Note: See TracChangeset for help on using the changeset viewer.