https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bb819f1528f078a9ac7b9…
commit bb819f1528f078a9ac7b91c32e058e1d05f05052
Author: Alexander Shaposhnikov <sanchaez(a)reactos.org>
AuthorDate: Mon Apr 2 21:00:10 2018 +0300
Commit: Alexander Shaposhnikov <sanchaez(a)reactos.org>
CommitDate: Mon Apr 2 22:11:11 2018 +0300
[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 31feb26828..921391c5c7 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 30aa4a2f3c..5c8d6c217f 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