[Lunar-commits] <moonbase-other> sun-jdk/-jre: added dependency required for download

v4hn me at v4hn.de
Wed Jul 25 13:14:16 CEST 2012


commit fdc8c0710d7efb195903769049cef2ac448c8d3e
Author: v4hn <me at v4hn.de>
Date: Wed, 25 Jul 2012 04:14:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/fdc8c0710d7efb195903769049cef2ac448c8d3e

sun-jdk/-jre: added dependency required for download
---
  compilers/sun-jdk/DEPENDS                                    +3/-0     
  compilers/sun-jre/DEPENDS                                    +3/-0     
  2 files changed, 6 insertions (+), 0 deletions (-)

--- a/compilers/sun-jdk/DEPENDS
+++ b/compilers/sun-jdk/DEPENDS
@@ -1 +1,4 @@
 depends unzip
+# the download location redirects to HTTPS protocol
+# and we need to make sure wget verifies the certificate
+depends ca-certificates
--- a/compilers/sun-jre/DEPENDS
+++ b/compilers/sun-jre/DEPENDS
@@ -1 +1,4 @@
 depends unzip
+# the download location redirects to HTTPS protocol
+# and we need to make sure wget verifies the certificate
+depends ca-certificates




More information about the Lunar-commits mailing list