[Pkg-privacy-commits] [pidgin-otr] 181/255: Change the URL to the OTR website to be https

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:51:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch experimental
in repository pidgin-otr.

commit b1a28729112e7fbf5a960f344d45f19ecdfad6f4
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date:   Thu Oct 3 15:22:21 2013 -0400

    Change the URL to the OTR website to be https
    
    Mostly in documentation, but also in the HELPURL in the code
---
 INSTALL                          | 2 +-
 INSTALL.mingw                    | 8 ++++----
 README                           | 6 +++---
 dialogs.h                        | 2 +-
 packaging/fedora/pidgin-otr.spec | 4 ++--
 packaging/windows/pidgin-otr.nsi | 2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/INSTALL b/INSTALL
index eb507a7..bc59fec 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@ REQUIREMENTS
 To compile the OTR plugin for pidgin, you'll need at least:
  - libgpg-error 1.0  [ftp://ftp.gnupg.org/gcrypt/libgpg-error/]
  - libgcrypt 1.2.0   [ftp://ftp.gnupg.org/gcrypt/libgcrypt/]
- - libotr 3.1.0      [http://otr.cypherpunks.ca/]
+ - libotr 3.1.0      [https://otr.cypherpunks.ca/]
  - glib 2.6          [http://www.gtk.org/download/]
  - gtk+ 2.6          [http://www.gtk.org/download/]
  - pidgin 2.x        [http://pidgin.im/]
diff --git a/INSTALL.mingw b/INSTALL.mingw
index 25e74b0..64f9b56 100644
--- a/INSTALL.mingw
+++ b/INSTALL.mingw
@@ -5,11 +5,11 @@ tl;dr download and install for files before disconnecting from the internet:
 
  wget -c  ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.0.tar.gz \
           ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.1.tar.gz \
-          http://www.cypherpunks.ca/otr/rndw32.diff \
+          https://otr.cypherpunks.ca/rndw32.diff \
           http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip \
           http://downloads.sourceforge.net/project/pidgin/Pidgin/2.10.6/pidgin-2.10.6.tar.bz2 \
           http://downloads.sourceforge.net/project/pidgin/Pidgin/2.10.6/pidgin-2.10.6-win32-bin.zip \
-          http://www.cypherpunks.ca/otr/nsisunz.zip
+          https://otr.cypherpunks.ca/nsisunz.zip
 
   apt-get install mingw32 nsis wget unzip tar
 
@@ -46,7 +46,7 @@ libgpg-error-1.0:
 libgcrypt-1.2.1:
   cd /tmp;
   wget ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.1.tar.gz
-  wget http://www.cypherpunks.ca/otr/rndw32.diff
+  wget https://otr.cypherpunks.ca/rndw32.diff
   tar -xvzf libgcrypt-1.2.1.tar.gz
   cd /tmp/libgcrypt-1.2.1
   CFLAGS="-g -O2 -fstack-protector-all -Wstack-protector -fwrapv --param ssp-buffer-size=1 -fno-strict-overflow"
@@ -67,7 +67,7 @@ nsis:
   # (yes it's a DLL extension, but it will still work for GNU/Linux nsis)
   # set LIBOTRSRCDIR to the libotr src directory
   cd /tmp;
-  wget -c http://www.cypherpunks.ca/otr/nsisunz.zip
+  wget -c https://otr.cypherpunks.ca/nsisunz.zip
   unzip nsisunz.zip
   sudo cp /tmp/nsisunz/Release/nsisunz.dll /usr/share/nsis/Plugins/
 
diff --git a/README b/README
index 47aa5da..d59f947 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ OTR allows you to have private conversations over IM by providing:
      is compromised.
 
 For more information on Off-the-Record Messaging, see
-http://otr.cypherpunks.ca/
+https://otr.cypherpunks.ca/
 
 USAGE
 
@@ -179,7 +179,7 @@ End private conversation
 Authenticate Buddy
 
     For more information on authentication, see
-    http://otr-help.cypherpunks.ca/3.2.0/authenticate.php
+    https://otr-help.cypherpunks.ca/3.2.0/authenticate.php
 
     OTR provides three ways to authenticate your buddy:
 
@@ -329,4 +329,4 @@ Ian Goldberg, Rob Smits, Chris Alexander, Willy Lew, Lisa Du, Nikita Borisov
 <otr at cypherpunks.ca>
 
 For more information on Off-the-Record Messaging, visit
-http://otr.cypherpunks.ca/
+https://otr.cypherpunks.ca/
diff --git a/dialogs.h b/dialogs.h
index 4a9e93f..2eee1cf 100644
--- a/dialogs.h
+++ b/dialogs.h
@@ -30,7 +30,7 @@
 #include <libotr/message.h>
 
 /* The various help URLs */
-#define BASE_HELPURL "http://otr-help.cypherpunks.ca/" PIDGIN_OTR_VERSION "/"
+#define BASE_HELPURL "https://otr-help.cypherpunks.ca/" PIDGIN_OTR_VERSION "/"
 #define AUTHENTICATE_HELPURL  BASE_HELPURL "authenticate.php"
 #define SESSIONID_HELPURL     BASE_HELPURL "sessionid.php"
 #define UNVERIFIED_HELPURL    BASE_HELPURL "unverified.php"
diff --git a/packaging/fedora/pidgin-otr.spec b/packaging/fedora/pidgin-otr.spec
index c466d47..148b48c 100644
--- a/packaging/fedora/pidgin-otr.spec
+++ b/packaging/fedora/pidgin-otr.spec
@@ -3,8 +3,8 @@ Summary: Off-The-Record Messaging plugin for Pidgin
 Name: pidgin-otr
 Version: 4.0.0
 Release: 1%{?dist}
-Source: http://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
-Url: http://otr.cypherpunks.ca/
+Source: https://otr.cypherpunks.ca/%{name}-%{version}.tar.gz
+Url: https://otr.cypherpunks.ca/
 License: GPLv2
 Group: Applications/Internet
 Provides: gaim-otr = %{version}
diff --git a/packaging/windows/pidgin-otr.nsi b/packaging/windows/pidgin-otr.nsi
index fdcd74d..e0cdc6d 100644
--- a/packaging/windows/pidgin-otr.nsi
+++ b/packaging/windows/pidgin-otr.nsi
@@ -29,7 +29,7 @@
 !define PRODUCT_NAME "pidgin-otr"
 !define PRODUCT_VERSION "4.0.0-1"
 !define PRODUCT_PUBLISHER "Cypherpunks CA"
-!define PRODUCT_WEB_SITE "http://otr.cypherpunks.ca/"
+!define PRODUCT_WEB_SITE "https://otr.cypherpunks.ca/"
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
 !define PRODUCT_UNINST_ROOT_KEY "HKLM"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git



More information about the Pkg-privacy-commits mailing list