Changeset c9aa980


Ignore:
Timestamp:
04/23/2021 11:00:10 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
356e8b5f
Parents:
0f0dc82
Message:

secure LFS url

Files:
18 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r0f0dc82 rc9aa980  
    1313The installation instructions for all these packages are available
    1414in the BLFS book from one of the mirrors found at
    15 http://www.linuxfromscratch.org/blfs.
     15https://www.linuxfromscratch.org/blfs.
    1616
  • general.ent

    r0f0dc82 rc9aa980  
    3333     Update 'downloads-root-systemd' to x.y-systemd
    3434     -->
    35 <!ENTITY downloads-root       "http://www.linuxfromscratch.org/blfs/downloads/svn">
    36 <!ENTITY downloads-root-systemd "http://www.linuxfromscratch.org/blfs/downloads/systemd">
     35<!ENTITY downloads-root       "https://www.linuxfromscratch.org/blfs/downloads/svn">
     36<!ENTITY downloads-root-systemd "https://www.linuxfromscratch.org/blfs/downloads/systemd">
    3737<!ENTITY downloads-project    "http://downloads.&lfs-domainname;">
    3838
     
    4141
    4242<!ENTITY hints-root           "http://www.&lfs-domainname;/hints">
    43 <!ENTITY patch-downloads      "http://www.linuxfromscratch.org/patches/downloads">
     43<!ENTITY patch-downloads      "https://www.linuxfromscratch.org/patches/downloads">
    4444<!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/svn">
    4545<!ENTITY errata               "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
  • introduction/important/building-notes.xml

    r0f0dc82 rc9aa980  
    698698        replace the package's defaults, or even be ignored.  There are details
    699699        on some desktop packages which were mostly current in April 2019 at
    700         <ulink url="http://www.linuxfromscratch.org/~ken/tuning/"/> - in
     700        <ulink url="https://www.linuxfromscratch.org/~ken/tuning/"/> - in
    701701        particular, README.txt, tuning-1-packages-and-notes.txt, and
    702702        tuning-notes-2B.txt. The particular thing to remember is that if you
  • introduction/welcome/changelog.xml

    r0f0dc82 rc9aa980  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
    4   <!ENTITY changelogs  "http://www.linuxfromscratch.org/blfs">
     4  <!ENTITY changelogs  "https://www.linuxfromscratch.org/blfs">
    55  <!ENTITY % general-entities SYSTEM "../../general.ent">
    66  %general-entities;
  • introduction/welcome/packages.xml

    r0f0dc82 rc9aa980  
    2525  State University Open Source Lab, has made an HTTP/FTP site available through
    2626  world wide mirrors.  See <ulink
    27   url="http://www.linuxfromscratch.org/blfs/download.html#sources">
    28   http://www.linuxfromscratch.org/blfs/download.html#sources</ulink> for a
     27  url="https://www.linuxfromscratch.org/blfs/download.html#sources">
     28  https://www.linuxfromscratch.org/blfs/download.html#sources</ulink> for a
    2929  list.  These sites have all the sources of the exact versions of the packages
    3030  used in BLFS.  If you can't find the BLFS package you need at the listed
  • multimedia/libdriv/gst10-libav.xml

    r0f0dc82 rc9aa980  
    114114meson  --prefix=/usr       \
    115115       -Dbuildtype=release \
    116        -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     116       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
    117117       -Dpackage-name="GStreamer &gst10-libav-version; BLFS" &amp;&amp;
    118118ninja</userinput></screen>
  • multimedia/libdriv/gst10-plugins-bad.xml

    r0f0dc82 rc9aa980  
    195195meson  --prefix=/usr       \
    196196       -Dbuildtype=release \
    197        -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     197       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
    198198       -Dpackage-name="GStreamer &gst10-plugins-bad-version; BLFS" &amp;&amp;
    199199ninja</userinput></screen>
  • multimedia/libdriv/gst10-plugins-base.xml

    r0f0dc82 rc9aa980  
    139139meson  --prefix=/usr       \
    140140       -Dbuildtype=release \
    141        -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     141       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
    142142       -Dpackage-name="GStreamer &gst10-plugins-base-version; BLFS"    \
    143143       --wrap-mode=nodownload &amp;&amp;
  • multimedia/libdriv/gst10-plugins-good.xml

    r0f0dc82 rc9aa980  
    153153meson  --prefix=/usr       \
    154154       -Dbuildtype=release \
    155        -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     155       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
    156156       -Dpackage-name="GStreamer &gst10-plugins-good-version; BLFS" &amp;&amp;
    157157ninja</userinput></screen>
  • multimedia/libdriv/gst10-plugins-ugly.xml

    r0f0dc82 rc9aa980  
    128128meson  --prefix=/usr       \
    129129       -Dbuildtype=release \
    130        -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     130       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
    131131       -Dpackage-name="GStreamer &gst10-plugins-good-version; BLFS" &amp;&amp;
    132132ninja</userinput></screen>
  • multimedia/libdriv/gstreamer10-vaapi.xml

    r0f0dc82 rc9aa980  
    109109meson  --prefix=/usr       \
    110110       -Dbuildtype=release \
    111        -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ &amp;&amp;
     111       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ &amp;&amp;
    112112ninja</userinput></screen>
    113113
  • multimedia/libdriv/gstreamer10.xml

    r0f0dc82 rc9aa980  
    132132       -Dbuildtype=release \
    133133       -Dgst_debug=false   \
    134        -Dpackage-origin=http://www.linuxfromscratch.org/blfs/view/svn/ \
     134       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
    135135       -Dpackage-name="GStreamer &gstreamer10-version; BLFS" &amp;&amp;
    136136ninja</userinput></screen>
  • postlfs/filesystems/initramfs.xml

    r0f0dc82 rc9aa980  
    5656      volume.  They do not support an encrypted root file system or mounting
    5757      the rootfs over a network card.  For a more complete capability see
    58       <ulink url="http://www.linuxfromscratch.org/hints/read.html"> the LFS
     58      <ulink url="https://www.linuxfromscratch.org/hints/read.html"> the LFS
    5959      Hints</ulink> or <ulink
    6060      url="http://fedoraproject.org/wiki/Dracut">dracut</ulink>.
  • pst/typesetting/asymptote.xml

    r0f0dc82 rc9aa980  
    133133<!-- Editors: for testing this, the minimal latex functionality is
    134134 covered by the cylinder and triangle tests in
    135  http://www.linuxfromscratch.org/~ken/tex-testfiles/latex-test-20190318.tar.xz
     135 https://www.linuxfromscratch.org/~ken/tex-testfiles/latex-test-20190318.tar.xz
    136136 but the more interesting stuff (WebM html, svg, png, pdf) is tested in
    137  http://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz
     137 https://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz
    138138-->
    139139<!--<para>
  • pst/typesetting/biber.xml

    r0f0dc82 rc9aa980  
    5858    <!-- note for editors: you can test this by using the latest version
    5959         of the latex-test tarball from
    60          http://www.linuxfromscratch.org/~ken/tex-testfiles/
     60         https://www.linuxfromscratch.org/~ken/tex-testfiles/
    6161         using ./configure (to create the Makefile) and then making the
    6262         following targets:
  • pst/typesetting/dvisvgm.xml

    r0f0dc82 rc9aa980  
    108108
    109109<!-- Editors: This is in the book for svg output from asymptote. tested in
    110  http://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz
     110 https://www.linuxfromscratch.org/~ken/asy-nontex-testfiles/asy-test-20200123.tar.xz
    111111-->
    112112    <para>
  • x/installing/x7driver.xml

    r0f0dc82 rc9aa980  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY BLFS76 "http://www.linuxfromscratch.org/blfs/view/7.6/x/x7driver.html">
     6  <!ENTITY BLFS76 "https://www.linuxfromscratch.org/blfs/view/7.6/x/x7driver.html">
    77
    88]>
  • x/installing/x7legacy.xml

    r0f0dc82 rc9aa980  
    7474      <para revision="sysv">
    7575        Please consult the BLFS-7.10 book at <ulink
    76         url="http://www.linuxfromscratch.org/blfs/view/7.10/x/x7font.html"/>
     76        url="https://www.linuxfromscratch.org/blfs/view/7.10/x/x7font.html"/>
    7777        if you wish to install any of those other fonts.
    7878      </para>
     
    8080      <para revision="systemd">
    8181        Please consult the BLFS-7.10 systemd book at <ulink url=
    82         "http://www.linuxfromscratch.org/blfs/view/7.10-systemd/x/x7font.html"/>
     82        "https://www.linuxfromscratch.org/blfs/view/7.10-systemd/x/x7font.html"/>
    8383        if you wish to install any of those other fonts.
    8484      </para>
Note: See TracChangeset for help on using the changeset viewer.