]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Revert "dependencies: check that SSL certificates are installed"
authorBaruch Siach <baruch@tkos.co.il>
Sun, 19 May 2013 20:27:27 +0000 (20:27 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 26 May 2013 09:14:00 +0000 (11:14 +0200)
commit1e7f40ebb5cfc58010faf5e8d751de9207dc6a5d
treea4a23915e8e3f98e842b211fd096de1b598b797a
parentc92a369fe6cd188e3a1f3cfa74d0179325bfff78
Revert "dependencies: check that SSL certificates are installed"

This reverts commit d66cd067f3dc3d5e2479e1e8c05f24fd82329f7a.

SSL certificates are no always installed in /etc/ssl/certs. For example, on
CentOS 5.6 the default OpenSSL certificates directory is /etc/pki/tls/certs,
and wget can download using https without any problem.

Moreover, the existence of /etc/ssl/certs does not guarantee the presence of a
CA certificates bundle even on Debian. On my current Debian testing
installation the openssl package itself creates an empty /etc/ssl/certs
directory.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
support/dependencies/dependencies.sh