[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:09 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=4c607b9

The following commit has been merged in the master branch:
commit 4c607b9862c4154385625aaef4823a247bce3d7f
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Apr 25 19:47:29 2015 +0000

    #1065.  Thanks to Thomas B for spotting my error in omitting support for https.
---
 src/futils.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/futils.cpp b/src/futils.cpp
index fefcf11..e0cc766 100644
--- a/src/futils.cpp
+++ b/src/futils.cpp
@@ -245,6 +245,7 @@ namespace Exiv2 {
         	Protocol    prot ;
         } prots[] =
         { { "http://"   ,pHttp     }
+        , { "https://"  ,pHttps    }
         , { "ftp://"    ,pFtp      }
         , { "sftp://"   ,pSftp     }
         , { "ssh://"    ,pSsh      }
@@ -266,6 +267,7 @@ namespace Exiv2 {
         	Protocol      prot ;
         } prots[] =
         { { L"http://"   ,pHttp     }
+        , { L"https://"  ,pHttps    }
         , { L"ftp://"    ,pFtp      }
         , { L"sftp://"   ,pSftp     }
         , { L"ssh://"    ,pSsh      }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list