浏览代码

HTTPS links in readme, release notes, license, properties of binaries, PAD, installer

Source commit: 17708c96258332b324b08c54a622f5b0c6b62953
Martin Prikryl 9 年之前
父节点
当前提交
0b55fca03a

+ 2 - 2
deployment/WinSCPnet.nuspec

@@ -7,8 +7,8 @@
     <authors>Martin Prikryl</authors>
     <owners>Martin Prikryl</owners>
     <licenseUrl>http://www.mozilla.org/MPL/2.0/</licenseUrl>
-    <projectUrl>http://winscp.net/eng/docs/library</projectUrl>
-    <iconUrl>http://winscp.net/pad/winscp.png</iconUrl>
+    <projectUrl>https://winscp.net/eng/docs/library</projectUrl>
+    <iconUrl>https://winscp.net/pad/winscp.png</iconUrl>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <summary>The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface.</summary>
     <description>The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, SCP, WebDAV and FTP sessions.

+ 2 - 2
deployment/license.setup.txt

@@ -1,5 +1,5 @@
 You can also review this license and further details online at:
-http://winscp.net/eng/docs/license
+https://winscp.net/eng/docs/license
 
 
   A. GNU General Public License
@@ -274,7 +274,7 @@ You agree that all ownership and copyright of the licensed stock icons remain th
 
   C. WinSCP Privacy Policy
 
-Please take time to read WinSCP Privacy policy at http://winscp.net/eng/docs/privacy
+Please take time to read WinSCP Privacy policy at https://winscp.net/eng/docs/privacy
 
 WinSCP includes functionality to collect and send non-personal WinSCP Usage statistics and to automatically check for application updates. The only potentially personal information sent to WinSCP is IP addresses. Users can opt-out from using this functionality in the installer or anytime later in WinSCP Preferences. WinSCP Usage statistics help improve future versions of WinSCP. Once sent, usage statistics are stored for analysis (except IP addresses) and made available to the core WinSCP team only.
 

+ 1 - 1
deployment/license.txt

@@ -696,7 +696,7 @@ distributes.
   C. WinSCP Privacy Policy
 
 Please take time to read WinSCP Privacy policy at
-http://winscp.net/eng/docs/privacy
+https://winscp.net/eng/docs/privacy
 
 WinSCP includes functionality to collect and send non-personal WinSCP
 Usage statistics and to automatically check for application updates. The only

+ 3 - 4
deployment/winscpsetup.iss

@@ -3,11 +3,10 @@
 #define ParentRegistryKey "Software\Martin Prikryl"
 #define RegistryKey ParentRegistryKey+"\WinSCP 2"
 #define DefaultLang "en"
-#define WebRoot "http://winscp.net/"
+#define WebRoot "https://winscp.net/"
 #define WebForum WebRoot+"forum/"
 #define WebDocumentation WebRoot+"eng/docs/"
-#define WebReport WebRoot+"install.php"
-#define WebPuTTY "http://www.chiark.greenend.org.uk/~sgtatham/putty/"
+#define WebReport "http://winscp.net/install.php"
 #define Year 2016
 #define EnglishLang "English"
 #define SetupTypeData "SetupType"
@@ -113,7 +112,7 @@ MinVersion=0,5.1
 SetupIconFile=winscpsetup.ico
 DisableDirPage=no
 #ifdef Sign
-SignTool=sign $f "WinSCP Installer" http://winscp.net/eng/docs/installation
+SignTool=sign $f "WinSCP Installer" https://winscp.net/eng/docs/installation
 #endif
 
 [Languages]

+ 1 - 1
license.txt

@@ -696,7 +696,7 @@ distributes.
   C. WinSCP Privacy Policy
 
 Please take time to read WinSCP Privacy policy at
-http://winscp.net/eng/docs/privacy
+https://winscp.net/eng/docs/privacy
 
 WinSCP includes functionality to collect and send non-personal WinSCP
 Usage statistics and to automatically check for application updates. The only

+ 3 - 3
readme.txt

@@ -4,11 +4,11 @@ To build WinSCP you need:
 - Embarcadero C++ Builder XE6 Professional.
   http://www.embarcadero.com/products/cbuilder
 - Microsoft .NET Framework 3.5 (for MSBuild)
-  http://www.microsoft.com/netframework
+  https://www.microsoft.com/netframework
 - nasm from http://www.nasm.us/
 - Build MFC (see readme_mfc.txt).
 - To build WinSCP .NET assembly, you need Microsoft Visual Studio 2013
-  http://www.microsoft.com/visualstudio
+  https://www.microsoft.com/visualstudio
   and Microsoft .NET Framework 4.0
 
 To build WinSCP from source by yourself, modify and use 'build.bat' in root
@@ -32,6 +32,6 @@ Directory structure:
 /dotnet             source code of WinSCP .NET assembly
 /libs               3rd party libraries
 
-WinSCP homepage is http://winscp.net/
+WinSCP homepage is https://winscp.net/
 
 See the file 'license.txt' for the license conditions.

+ 1 - 1
source/Console.cbproj

@@ -43,7 +43,7 @@
 		<ProjectType>CppConsoleApplication</ProjectType>
 		<SanitizedProjectName>Console</SanitizedProjectName>
 		<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-		<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Console interface for WinSCP;FileVersion=4.2.0.0;InternalName=console;LegalCopyright=(c) 2000-2018 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.com;ProductName=WinSCP;ProductVersion=5.8.2.0;ReleaseType=stable;WWW=http://winscp.net/</VerInfo_Keys>
+		<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Console interface for WinSCP;FileVersion=4.2.0.0;InternalName=console;LegalCopyright=(c) 2000-2018 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.com;ProductName=WinSCP;ProductVersion=5.8.2.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
 		<VerInfo_Locale>1033</VerInfo_Locale>
 		<VerInfo_MajorVer>4</VerInfo_MajorVer>
 		<VerInfo_MinorVer>2</VerInfo_MinorVer>

+ 1 - 1
source/DragExt.cbproj

@@ -49,7 +49,7 @@
 		<SanitizedProjectName>DragExt</SanitizedProjectName>
 		<VerInfo_DLL>true</VerInfo_DLL>
 		<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-		<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Drag&amp;Drop shell extension for WinSCP ($(Platform));FileVersion=1.3.0.0;InternalName=dragext;LegalCopyright=(c) 2000-2018 Martin Prikryl;LegalTrademarks=;OriginalFilename=dragext.dll;ProductName=WinSCP;ProductVersion=5.8.2.0;ReleaseType=stable;WWW=http://winscp.net/</VerInfo_Keys>
+		<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=Drag&amp;Drop shell extension for WinSCP ($(Platform));FileVersion=1.3.0.0;InternalName=dragext;LegalCopyright=(c) 2000-2018 Martin Prikryl;LegalTrademarks=;OriginalFilename=dragext.dll;ProductName=WinSCP;ProductVersion=5.8.2.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
 		<VerInfo_Locale>1033</VerInfo_Locale>
 		<VerInfo_MinorVer>3</VerInfo_MinorVer>
 	</PropertyGroup>

+ 1 - 1
source/WinSCP.cbproj

@@ -76,7 +76,7 @@
 		<SanitizedProjectName>WinSCP</SanitizedProjectName>
 		<UsingDelphiRTL>true</UsingDelphiRTL>
 		<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
-		<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=WinSCP: SFTP, FTP, WebDAV and SCP client;FileVersion=5.8.2.0;InternalName=winscp;LegalCopyright=(c) 2000-2018 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.exe;ProductName=WinSCP;ProductVersion=5.8.2.0;ReleaseType=stable;WWW=http://winscp.net/</VerInfo_Keys>
+		<VerInfo_Keys>CompanyName=Martin Prikryl;FileDescription=WinSCP: SFTP, FTP, WebDAV and SCP client;FileVersion=5.8.2.0;InternalName=winscp;LegalCopyright=(c) 2000-2018 Martin Prikryl;LegalTrademarks=;OriginalFilename=winscp.exe;ProductName=WinSCP;ProductVersion=5.8.2.0;ReleaseType=stable;WWW=https://winscp.net/</VerInfo_Keys>
 		<VerInfo_Locale>1033</VerInfo_Locale>
 		<VerInfo_MajorVer>5</VerInfo_MajorVer>
 		<VerInfo_MinorVer>8</VerInfo_MinorVer>