From bb819f1528f078a9ac7b91c32e058e1d05f05052 Mon Sep 17 00:00:00 2001 From: Alexander Shaposhnikov Date: Mon, 2 Apr 2018 21:00:10 +0300 Subject: [PATCH] [RAPPS] Update rapps .cab download link This replaces old link to svn.reactos.org with rapps.reactos.org which is a new stable location for RAPPS database and future community website. That said, svn.reactos.org link will be kept for some time. TODO: make this a configurable value. CORE-14351 --- base/applications/rapps/include/defines.h | 2 +- base/applications/rapps/loaddlg.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/applications/rapps/include/defines.h b/base/applications/rapps/include/defines.h index 31feb268287..921391c5c79 100644 --- a/base/applications/rapps/include/defines.h +++ b/base/applications/rapps/include/defines.h @@ -29,7 +29,7 @@ #include "resource.h" #include "winmain.h" -#define APPLICATION_DATABASE_URL L"https://svn.reactos.org/packages/rappmgr.cab" +#define APPLICATION_DATABASE_URL L"https://rapps.reactos.org/rappmgr.cab" #define MAX_STR_LEN 256 enum AppsCategories diff --git a/base/applications/rapps/loaddlg.cpp b/base/applications/rapps/loaddlg.cpp index 30aa4a2f3c1..5c8d6c217f1 100644 --- a/base/applications/rapps/loaddlg.cpp +++ b/base/applications/rapps/loaddlg.cpp @@ -48,7 +48,7 @@ #ifdef USE_CERT_PINNING #define CERT_ISSUER_INFO "US\r\nLet's Encrypt\r\nLet's Encrypt Authority X3" -#define CERT_SUBJECT_INFO "svn.reactos.org" +#define CERT_SUBJECT_INFO "rapps.reactos.org" #endif enum DownloadStatus