File tree 10 files changed +12
-11
lines changed
10 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ Each package is required to define at least these variables:
14
14
placeholder such as 1.0 can be used.
15
15
16
16
$(package)_download_path:
17
- Location of the upstream source, without the file-name. Usually http or
18
- ftp.
17
+ Location of the upstream source, without the file-name. Usually http, https
18
+ or ftp. Secure transmission options like https should be preferred if
19
+ available.
19
20
20
21
$(package)_file_name:
21
22
The upstream source filename available at the download path.
Original file line number Diff line number Diff line change 1
1
package =bdb
2
2
GCCFLAGS? =
3
3
$(package)_version =4.8.30
4
- $(package)_download_path =http ://download.oracle.com/berkeley-db
4
+ $(package)_download_path =https ://download.oracle.com/berkeley-db
5
5
$(package)_file_name =db-$($(package ) _version) .NC.tar.gz
6
6
$(package)_sha256_hash =12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef
7
7
$(package)_build_subdir =build_unix
Original file line number Diff line number Diff line change 1
1
package =bdb53
2
2
GCCFLAGS? =
3
3
$(package)_version =5.3.28
4
- $(package)_download_path =http ://download.oracle.com/berkeley-db
4
+ $(package)_download_path =https ://download.oracle.com/berkeley-db
5
5
$(package)_file_name =db-$($(package ) _version) .NC.tar.gz
6
6
$(package)_sha256_hash =76a25560d9e52a198d37a31440fd07632b5f1f8f9f2b6d5438f4bc3e7c9013ef
7
7
$(package)_build_subdir =build_unix
Original file line number Diff line number Diff line change 1
1
package =freetype
2
2
GCCFLAGS? =
3
3
$(package)_version =2.7.1
4
- $(package)_download_path =http ://download.savannah.gnu.org/releases/$(package )
4
+ $(package)_download_path =https ://download.savannah.gnu.org/releases/$(package )
5
5
$(package)_file_name =$(package ) -$($(package ) _version) .tar.bz2
6
6
$(package)_sha256_hash =3a3bb2c4e15ffb433f2032f50a5b5a92558206822e22bfe8cbe339af4aa82f88
7
7
Original file line number Diff line number Diff line change 1
1
package =libICE
2
2
GCCFLAGS? =
3
3
$(package)_version =1.0.9
4
- $(package)_download_path =http ://xorg.freedesktop.org/releases/individual/lib/
4
+ $(package)_download_path =https ://xorg.freedesktop.org/releases/individual/lib/
5
5
$(package)_file_name =$(package ) -$($(package ) _version) .tar.bz2
6
6
$(package)_sha256_hash =8f7032f2c1c64352b5423f6b48a8ebdc339cc63064af34d66a6c9aa79759e202
7
7
$(package)_dependencies =xtrans xproto
Original file line number Diff line number Diff line change 1
1
package =libSM
2
2
GCCFLAGS? =
3
3
$(package)_version =1.2.2
4
- $(package)_download_path =http ://xorg.freedesktop.org/releases/individual/lib/
4
+ $(package)_download_path =https ://xorg.freedesktop.org/releases/individual/lib/
5
5
$(package)_file_name =$(package ) -$($(package ) _version) .tar.bz2
6
6
$(package)_sha256_hash =0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd
7
7
$(package)_dependencies =xtrans xproto libICE
Original file line number Diff line number Diff line change 1
1
package =libXau
2
2
GCCFLAGS? =
3
3
$(package)_version =1.0.8
4
- $(package)_download_path =http ://xorg.freedesktop.org/releases/individual/lib/
4
+ $(package)_download_path =https ://xorg.freedesktop.org/releases/individual/lib/
5
5
$(package)_file_name =$(package ) -$($(package ) _version) .tar.bz2
6
6
$(package)_sha256_hash =fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2
7
7
$(package)_dependencies =xproto
Original file line number Diff line number Diff line change 1
1
package =libxcb
2
2
GCCFLAGS? =
3
3
$(package)_version =1.10
4
- $(package)_download_path =http ://xcb.freedesktop.org/dist
4
+ $(package)_download_path =https ://xcb.freedesktop.org/dist
5
5
$(package)_file_name =$(package ) -$($(package ) _version) .tar.bz2
6
6
$(package)_sha256_hash =98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5
7
7
$(package)_dependencies =xcb_proto libXau xproto
Original file line number Diff line number Diff line change 1
1
package =xcb_proto
2
2
GCCFLAGS? =
3
3
$(package)_version =1.10
4
- $(package)_download_path =http ://xcb.freedesktop.org/dist
4
+ $(package)_download_path =https ://xcb.freedesktop.org/dist
5
5
$(package)_file_name =xcb-proto-$($(package ) _version) .tar.bz2
6
6
$(package)_sha256_hash =7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
7
7
Original file line number Diff line number Diff line change 1
1
package =xproto
2
2
GCCFLAGS? =
3
3
$(package)_version =7.0.26
4
- $(package)_download_path =http ://xorg.freedesktop.org/releases/individual/proto
4
+ $(package)_download_path =https ://xorg.freedesktop.org/releases/individual/proto
5
5
$(package)_file_name =$(package ) -$($(package ) _version) .tar.bz2
6
6
$(package)_sha256_hash =636162c1759805a5a0114a369dffdeccb8af8c859ef6e1445f26a4e6e046514f
7
7
You can’t perform that action at this time.
0 commit comments