From 32b96ffec16273340e61a848e389b76d01c2986f Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 19 Oct 2018 14:56:53 +0200 Subject: [PATCH] Change to https for tigervnc URL Our main web site now supports https, so update all references. --- contrib/packages/deb/ubuntu-precise/debian/copyright | 2 +- contrib/packages/deb/ubuntu-trusty/debian/copyright | 2 +- contrib/packages/deb/ubuntu-xenial/debian/copyright | 2 +- contrib/packages/rpm/el5/SPECS/tigervnc.spec | 2 +- java/com/tigervnc/vncviewer/VncViewer.java | 2 +- java/com/tigervnc/vncviewer/index.html | 2 +- java/com/tigervnc/vncviewer/index.vnc | 2 +- release/tigervnc.iss.in | 2 +- unix/vncconfig/vncconfig.man | 2 +- unix/vncpasswd/vncpasswd.man | 2 +- unix/vncserver.man | 2 +- unix/x0vncserver/x0vncserver.man | 2 +- unix/xserver/hw/vnc/Xvnc.man | 2 +- unix/xserver/hw/vnc/xvnc.c | 2 +- vncviewer/vncviewer.cxx | 2 +- vncviewer/vncviewer.man | 2 +- win/vncconfig/vncconfig.rc | 2 +- win/winvnc/index.vnc | 2 +- win/winvnc/winvnc.rc.in | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/contrib/packages/deb/ubuntu-precise/debian/copyright b/contrib/packages/deb/ubuntu-precise/debian/copyright index 003dcc49..290fbdf9 100644 --- a/contrib/packages/deb/ubuntu-precise/debian/copyright +++ b/contrib/packages/deb/ubuntu-precise/debian/copyright @@ -2,7 +2,7 @@ This package was packaged for Debian by Brian P. Hinz
-TigerVNC site +TigerVNC site diff --git a/java/com/tigervnc/vncviewer/index.vnc b/java/com/tigervnc/vncviewer/index.vnc index 27bdebcb..88239640 100644 --- a/java/com/tigervnc/vncviewer/index.vnc +++ b/java/com/tigervnc/vncviewer/index.vnc @@ -18,5 +18,5 @@ $USER's $DESKTOP desktop ($DISPLAY)
-TigerVNC site +TigerVNC site diff --git a/release/tigervnc.iss.in b/release/tigervnc.iss.in index 092345a5..58501488 100644 --- a/release/tigervnc.iss.in +++ b/release/tigervnc.iss.in @@ -9,7 +9,7 @@ AppVerName=TigerVNC v@VERSION@ (@BUILD@) #endif AppVersion=@VERSION@ AppPublisher=TigerVNC project -AppPublisherURL=http://tigervnc.org +AppPublisherURL=https://tigervnc.org DefaultDirName={pf}\TigerVNC #ifdef WIN64 DefaultGroupName=TigerVNC 64-bit diff --git a/unix/vncconfig/vncconfig.man b/unix/vncconfig/vncconfig.man index 06f9ca97..b685a466 100644 --- a/unix/vncconfig/vncconfig.man +++ b/unix/vncconfig/vncconfig.man @@ -114,7 +114,7 @@ When run as a "helper" app, make the window iconified at startup. .BR vncserver (1), .BR Xvnc (1) .br -http://www.tigervnc.org +https://www.tigervnc.org .SH AUTHOR Tristan Richardson, RealVNC Ltd. and others. diff --git a/unix/vncpasswd/vncpasswd.man b/unix/vncpasswd/vncpasswd.man index a62c0edd..9e681815 100644 --- a/unix/vncpasswd/vncpasswd.man +++ b/unix/vncpasswd/vncpasswd.man @@ -47,7 +47,7 @@ Default location of the VNC password file. .BR Xvnc (1) .BR vncconfig (1), .br -http://www.tigervnc.org +https://www.tigervnc.org .SH AUTHORS Tristan Richardson, RealVNC Ltd., Antoine Martin, D. R. Commander and others. diff --git a/unix/vncserver.man b/unix/vncserver.man index 9108683c..95f7960f 100644 --- a/unix/vncserver.man +++ b/unix/vncserver.man @@ -192,7 +192,7 @@ option. .BR vncconfig (1), .BR Xvnc (1) .br -http://www.tigervnc.org +https://www.tigervnc.org .SH AUTHOR Tristan Richardson, RealVNC Ltd., D. R. Commander and others. diff --git a/unix/x0vncserver/x0vncserver.man b/unix/x0vncserver/x0vncserver.man index 5dc0b052..5f1508c0 100644 --- a/unix/x0vncserver/x0vncserver.man +++ b/unix/x0vncserver/x0vncserver.man @@ -302,7 +302,7 @@ Currently unused. .BR Xvnc (1), .BR vncpasswd (1), .br -http://www.tigervnc.org/ +https://www.tigervnc.org/ .SH AUTHOR Constantin Kaplinsky and others. diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man index 269be9af..224aeba3 100644 --- a/unix/xserver/hw/vnc/Xvnc.man +++ b/unix/xserver/hw/vnc/Xvnc.man @@ -396,7 +396,7 @@ created automatically the next time he connects. .BR Xserver (1), .BR inetd (1) .br -http://www.tigervnc.org +https://www.tigervnc.org .SH AUTHOR Tristan Richardson, RealVNC Ltd. and others. diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index 3b4d2f31..79b0e3d2 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -89,7 +89,7 @@ from the X Consortium. #define XVNCVERSION "TigerVNC 1.9.80" #define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)\n" \ - "See http://www.tigervnc.org for information on TigerVNC.\n") + "See https://www.tigervnc.org for information on TigerVNC.\n") #define VFB_DEFAULT_WIDTH 1024 #define VFB_DEFAULT_HEIGHT 768 diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx index 8d795109..ac4afca4 100644 --- a/vncviewer/vncviewer.cxx +++ b/vncviewer/vncviewer.cxx @@ -100,7 +100,7 @@ static const char *about_text() _("TigerVNC Viewer %d-bit v%s\n" "Built on: %s\n" "Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n" - "See http://www.tigervnc.org for information on TigerVNC."), + "See https://www.tigervnc.org for information on TigerVNC."), (int)sizeof(size_t)*8, PACKAGE_VERSION, BUILD_TIMESTAMP, 2018); diff --git a/vncviewer/vncviewer.man b/vncviewer/vncviewer.man index 421290f8..8762dfbd 100644 --- a/vncviewer/vncviewer.man +++ b/vncviewer/vncviewer.man @@ -320,7 +320,7 @@ Default certificate revocation list. .BR vncconfig (1), .BR vncserver (1) .br -http://www.tigervnc.org +https://www.tigervnc.org .SH AUTHOR Tristan Richardson, RealVNC Ltd. and others. diff --git a/win/vncconfig/vncconfig.rc b/win/vncconfig/vncconfig.rc index 27a8b5da..6cd7fbe5 100644 --- a/win/vncconfig/vncconfig.rc +++ b/win/vncconfig/vncconfig.rc @@ -233,7 +233,7 @@ BEGIN LTEXT ">version<",IDC_VERSION,165,7,77,18 LTEXT ">buildtime<",IDC_BUILDTIME,40,25,202,15 LTEXT ">copyright<",IDC_COPYRIGHT,40,40,256,15 - LTEXT "See http://www.tigervnc.org for more information on TigerVNC.", + LTEXT "See https://www.tigervnc.org for more information on TigerVNC.", IDC_STATIC,40,55,202,15 END diff --git a/win/winvnc/index.vnc b/win/winvnc/index.vnc index 560fa2e8..92c06f0c 100644 --- a/win/winvnc/index.vnc +++ b/win/winvnc/index.vnc @@ -18,5 +18,5 @@ $USER's $DESKTOP desktop
-TigerVNC site +TigerVNC site diff --git a/win/winvnc/winvnc.rc.in b/win/winvnc/winvnc.rc.in index 2b50966e..d72064bb 100644 --- a/win/winvnc/winvnc.rc.in +++ b/win/winvnc/winvnc.rc.in @@ -154,7 +154,7 @@ BEGIN LTEXT ">version<",IDC_VERSION,170,10,72,15 LTEXT ">buildtime<",IDC_BUILDTIME,45,25,202,15 LTEXT ">copyright<",IDC_COPYRIGHT,45,40,256,15 - LTEXT "See http://www.tigervnc.org for more information on VNC.", + LTEXT "See https://www.tigervnc.org for more information on VNC.", IDC_STATIC,45,55,202,15 END -- 2.39.5