[gnome-photos/gnome-3-26] flatpak: Use secure HTTP wherever possible



commit 75b8315c70a9fea70c0a4908ed992df27a891d11
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Nov 16 09:03:24 2017 +0100

    flatpak: Use secure HTTP wherever possible
    
    Wget reports several TLS errors with exiv2.org:
      Resolving exiv2.org (exiv2.org)... 54.72.225.196
      Connecting to exiv2.org (exiv2.org)|54.72.225.196|:443... connected.
      GnuTLS: A TLS warning alert has been received.
      GnuTLS: received alert [112]: The server name sent was not recognized
      ERROR: The certificate of ‘exiv2.org’ is not trusted.
      ERROR: The certificate of ‘exiv2.org’ hasn't got a known issuer.
      ERROR: The certificate of ‘exiv2.org’ was signed using an insecure
        algorithm.
      The certificate's owner does not match hostname ‘exiv2.org’
    
    Hence it still uses plain HTTP.

 flatpak/org.gnome.Photos.json |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index a81f71e..a5cb80a 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -55,7 +55,7 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://ftp.gnome.org/pub/gimp/babl/0.1/babl-0.1.36.tar.bz2";,
+                    "url": "https://ftp.gnome.org/pub/gimp/babl/0.1/babl-0.1.36.tar.bz2";,
                     "sha256": "97f0eb01eb6760cb20a4deca0096aceaa77c6d7a88a375c2b872ca1ef3ae29ef"
                 }
             ]
@@ -113,7 +113,7 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://netix.dl.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz";,
+                    "url": "https://netix.dl.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz";,
                     "sha256": "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"
                 }
             ]
@@ -136,7 +136,7 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://www.libraw.org/data/LibRaw-0.18.5.tar.gz";,
+                    "url": "https://www.libraw.org/data/LibRaw-0.18.5.tar.gz";,
                     "sha256": "fa2a7d14d9dfaf6b368f958a76d79266b3f58c2bc367bebab56e11baa94da178"
                 },
                 {
@@ -152,7 +152,7 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://ftp.acc.umu.se/pub/gimp/gegl/0.3/gegl-0.3.20.tar.bz2";,
+                    "url": "https://ftp.acc.umu.se/pub/gimp/gegl/0.3/gegl-0.3.20.tar.bz2";,
                     "sha256": "821568d17dc92a46f6105644c4f4d497daea2be794006140a016ed34e05eb084"
                 }
             ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]