Changeset 8bb50b80


Ignore:
Timestamp:
10/04/2022 09:56:38 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
25f83e2
Parents:
0a96698
Message:

poppler: use https for testfile

Using https can avoid MIM attack (though I don't think a MIM attack
against test files is really useful), and ease the set up of proxy if
one is needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r0a96698 r8bb50b80  
    180180      be obtained only from a git repository. The command to download
    181181      them is:
    182 <command>git clone --depth 1 git://git.freedesktop.org/git/poppler/test testfiles</command>.
     182<command>git clone --depth 1 https://gitlab.freedesktop.org/poppler/test.git testfiles</command>.
    183183      Then issue: <command>LC_ALL=en_US.UTF-8 make test</command>.
    184184    </para>
Note: See TracChangeset for help on using the changeset viewer.