[Libreoffice-commits] core.git: scp2/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 24 09:05:17 UTC 2021


 scp2/source/ooo/common_brand.scp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 42c33aebdc7c1136b487897f5d55a218518f6c91
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Jan 22 16:47:00 2021 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Jan 24 10:04:39 2021 +0100

    Switch http -> https also in scp2-based version ini-file
    
    ba69036c8e889237da4bb312d7c5c94066abbfd3 "Upgrade update check and extension
    URLs to https" had changed ExtensionUpdateURL only in the corresponding instdir/
    version ini-file generated by instsetoo_native/CustomTarget_setup.mk.
    
    Change-Id: Ia6281fceec649495681051093ce744edbfe1d225
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109823
    Tested-by: Guilhem Moulin <guilhem at libreoffice.org>
    Tested-by: Jenkins
    Reviewed-by: Guilhem Moulin <guilhem at libreoffice.org>

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 213785bff077..5b8b907f2a9c 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -606,7 +606,7 @@ ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
     Order = 18;
     Key = "ExtensionUpdateURL";
     #if defined(ENABLE_EXTENSION_UPDATE)
-      Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
+      Value = "https://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
     #else
       Value = "";
     #endif


More information about the Libreoffice-commits mailing list