[0.4.8] cherry-pick [RAPPS] Update rapps .cab download link
authorAlexander Shaposhnikov <sanchaez@reactos.org>
Mon, 2 Apr 2018 18:00:10 +0000 (21:00 +0300)
committerJoachim Henze <Joachim.Henze@reactos.org>
Mon, 2 Apr 2018 21:33:00 +0000 (23:33 +0200)
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

(cherry picked from commit bb819f1528f078a9ac7b91c32e058e1d05f05052)
cherry-picked by Joachim Henze

base/applications/rapps/include/defines.h
base/applications/rapps/loaddlg.cpp

index 31feb26..921391c 100644 (file)
@@ -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
index 30aa4a2..5c8d6c2 100644 (file)
@@ -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