Skip to content

Commit 876bdf8

Browse files
committed
Use HTTPS instead of FTP for libffi source
This eliminates the need for the net-ftp gem and uses standard HTTPS. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8374
1 parent 6e26777 commit 876bdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/software/libffi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
version('3.2.1') { source sha256: 'd06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37' }
3131

32-
source url: "ftp://sourceware.org/pub/libffi/libffi-#{version}.tar.gz"
32+
source url: "https://sourceware.org/pub/libffi/libffi-#{version}.tar.gz"
3333

3434
relative_path "libffi-#{version}"
3535

0 commit comments

Comments
 (0)