#4 eclipse.spec: HTTPSify urls
Closed 3 years ago by mbooth. Opened 4 years ago by genodeftest.
rpms/ genodeftest/eclipse httpsification  into  master

file modified
+3 -3
@@ -43,14 +43,14 @@ 

  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

Replace http protocol by https for security and safety.

Pull-Request has been closed by mbooth

3 years ago