From a2465c76eb845b45800309bd35bd5237cdebe660 Mon Sep 17 00:00:00 2001 From: Christian Stadelmann Date: Jul 17 2019 19:29:43 +0000 Subject: eclipse.spec: HTTPSify urls Replace http protocol by https for security and safety. --- diff --git a/eclipse.spec b/eclipse.spec index eafacb1..92350f9 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -43,14 +43,14 @@ Name: eclipse Version: 4.11 Release: 7%{?dist} License: EPL-2.0 -URL: http://www.eclipse.org/ +URL: https://www.eclipse.org/ -Source0: http://download.eclipse.org/eclipse/downloads/drops4/%{eclipse_tag}/eclipse-platform-sources-%{eclipse_rel}.tar.xz +Source0: https://download.eclipse.org/eclipse/downloads/drops4/%{eclipse_tag}/eclipse-platform-sources-%{eclipse_rel}.tar.xz # Can generate locally with: # git archive --format=tar --prefix=org.eclipse.linuxtools.eclipse-build-%%{eb_commit}/ \ # %%{eb_commit} | xz > org.eclipse.linuxtools.eclipse-build-%%{eb_commit}.tar.xz -Source1: http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.eclipse-build.git/snapshot/org.eclipse.linuxtools.eclipse-build-%{eb_commit}.tar.xz +Source1: https://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.eclipse-build.git/snapshot/org.eclipse.linuxtools.eclipse-build-%{eb_commit}.tar.xz # Eclipse should not include source for dependencies that are not supplied by this package # and should not include source for bundles that are not relevant to our platform