]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org...
authorKen Rice <krice@freeswitch.org>
Wed, 3 Jun 2015 20:23:40 +0000 (15:23 -0500)
committerKen Rice <krice@freeswitch.org>
Fri, 5 Jun 2015 16:33:05 +0000 (11:33 -0500)
21 files changed:
Makefile.am
build/Makefile.am
configure.ac
debian/AUTHORS
debian/README.source
debian/bootstrap.sh
debian/copyright
docs/ChangeLog
docs/SubmittingPatches
docs/phrase/README.TXT
libs/libzrtp/src/zrtp_legal.c
libs/libzrtp/third_party/bnlib/legal.c
scripts/ci/mk-sounds-rpms.sh
scripts/ci/sounds-en-us-callie.sh
scripts/ci/sounds-fr-ca-june.sh
scripts/ci/sounds-music.sh
scripts/ci/sounds-ru-ru-elena.sh
src/mod/endpoints/mod_skypopen/install/install.pl
src/mod/say/mod_say_pl/README
src/switch_core.c
support-d/gl

index 8f681a58e5fb8b7bccc05aa3b04bff83300a8126..793bdedd4449ac1c5287046540c7366978330311 100644 (file)
@@ -551,7 +551,7 @@ is-scm:
                echo ; echo ; \
                echo "*****************************************************************************************************" ; \
                echo "You cannot update a release tarball without a git tree.  Please clone FreeSWITCH as so:              " ; \
-               echo "  git clone https://stash.freeswitch.org/scm/fs/freeswitch.git                                       " ; \
+               echo "  git clone https://freeswitch.org/stash/scm/fs/freeswitch.git                                       " ; \
                echo "*****************************************************************************************************" ; \
                echo ; echo ; \
                exit 1; \
index d112b2a729f8d39f3f5ab56363dbca42661f579d..61ac412d4223601efcd07d5f7f3dc7fa4434a8fc 100644 (file)
@@ -59,8 +59,8 @@ install:
        @echo " +       Additional resources:                     +"
        @echo " +       ----------------------------------        +"
        @echo " +       https://www.freeswitch.org                +"
-       @echo " +       https://confluence.freeswitch.org         +"
-       @echo " +       https://jira.freeswitch.org               +"
+       @echo " +       https://freeswitch.org/confluence         +"
+       @echo " +       https://freeswitch.org/jira               +"
        @echo " +       http://lists.freeswitch.org               +"
        @echo " +                                                 +"
        @echo " +       irc.freenode.net / #freeswitch            +"
index f458cab5cac9044629a3a0ecf398aacd1d700efe..b0e9510e26a54761446da21f908b1f6c7073ca1a 100644 (file)
@@ -327,7 +327,7 @@ if test -z "$LIBTOOL_MAJOR_VERSION" ; then
        LIBTOOL_MAJOR_VERSION="`sed -n -e '/^VERSION/{s/^.*=\"\{0,1\}\([[0-9]]\{1,\}\)\..*/\1/;p;}' ${switch_srcdir}/build/config/ltmain.sh`"
 fi
 if test -z "$LIBTOOL_MAJOR_VERSION" ; then
-       AC_MSG_ERROR([Failed to detect your libtool version, please open a bug report on http://jira.freeswitch.org/])
+       AC_MSG_ERROR([Failed to detect your libtool version, please open a bug report on https://freeswitch.org/jira])
 fi
 AC_MSG_RESULT([${LIBTOOL_MAJOR_VERSION}])
 
index 838dabde3c98e2a01c4bd9ad6d6014bfe9cfc638..d391455e6ed45133275d27ab943069433757d680 100644 (file)
@@ -6,7 +6,7 @@ For copyright claims over this packaging and other software, see
 debian/copyright.
 
 Current maintainer: Travis Cross <tc@traviscross.com>
-Bug reports: http://jira.freeswitch.org/ (assign to maintainer)
+Bug reports: https://freeswitch.org/jira (assign to maintainer)
 Security related bug reports: [email to maintainer]
 
 # Acknowledgments
index b2cd1bb3a9255a685db2622399c31e149ee460e9..303144984421b6b6058d3fab767cf76bb0674373 100644 (file)
@@ -18,7 +18,7 @@ of a FreeSWITCH git repository.  You can achieve this with:
 
     aptitude update && aptitude install -y git
     mkdir -p /usr/src/freeswitch
-    git clone https://stash.freeswitch.org/scm/fs/freeswitch.git /usr/src/freeswitch/src
+    git clone https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch/src
     cd /usr/src/freeswitch/src
 
 Ensuring you have a clean build directory
index 3ed38f0fba142961fcd1cc3af46a86b5cdf0ca81..09fdcae908248af74886656c88e679d30005c4e2 100755 (executable)
@@ -322,9 +322,9 @@ Build-Depends:
 # module build-depends
  $(debian_wrap "${mod_build_depends}")
 Standards-Version: 3.9.3
-Homepage: http://freeswitch.org/
-Vcs-Git: https://stash.freeswitch.org/scm/fs/freeswitch.git
-Vcs-Browser: https://stash.freeswitch.org/projects/FS/repos/freeswitch/browse
+Homepage: https://freeswitch.org/
+Vcs-Git: https://freeswitch.org/stash/scm/fs/freeswitch.git
+Vcs-Browser: https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse
 
 EOF
 }
index 809466c74ad99b24ff072acefcb8f7eb521dbe95..6bbd4c5b11214803f54093d0dab733691d33f60d 100644 (file)
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: freeswitch
-Source: http://freeswitch.org/
+Source: https://freeswitch.org/
 
 Files: *
 Copyright: 2005-2014 Anthony Minessale II <anthm@freeswitch.org>
index abf98ae50cc0e27a1bff7c4eed23476eec750578..b3f125acc0fdb4932327bdb8016b0f6d7f7fbe41 100644 (file)
@@ -616,7 +616,7 @@ freeswitch (1.0.7)
        mod_blacklist: Resource leak fixes, config checks and add help output for api interface (r:41abb3e6)\r
        mod_blacklist: add ability to dump a list back to it's text file (r:1d5f5ec7)\r
        mod_blacklist: fix broken dump/save (r:abc5d7cd/FS-3617)\r
-       mod_callcenter: Initial commit of the mod_callcenter application. This module is in it early state of developpement.  You can see documentation on the wiki at : <a href="http://wiki.freeswitch.org/wiki/Mod_callcenter">http://wiki.freeswitch.org/wiki/Mod_callcenter</a> For support/comments, please use <a href="http://jira.freeswitch.org/">http://jira.freeswitch.org/</a> and select the MOD CALLCENTER module. (r:ba09b96d)\r
+       mod_callcenter: Initial commit of the mod_callcenter application. This module is in it early state of developpement.  You can see documentation on the wiki at : <a href="http://wiki.freeswitch.org/wiki/Mod_callcenter">http://wiki.freeswitch.org/wiki/Mod_callcenter</a> For support/comments, please use <a href="https://freeswitch.org/jira">https://freeswitch.org/jira</a> and select the MOD CALLCENTER module. (r:ba09b96d)\r
        mod_callcenter: Add ability to unload/reload/load a queue setting (You still need to reloadxml before). Note that joining a queue will check for it in the config and load it on the fly... I've used the same system as in mod_voicemail.  Not sure if we should allow this, but just comment it out of the config before unload and it wont be available anymore (r:3eafca60)\r
        mod_callcenter: Try to fix the ring-all, also add cli auto complete done in previous commit (r:1666783c)\r
        mod_callcenter: Add missing odbc db support (Not tested, please someone test this) (r:42436e27)\r
index 7e9b89e64c71ea1752a87063a4facd0f81bce3a6..2f0601926e23c1045f708f6268a418b60e62aae1 100644 (file)
@@ -50,7 +50,7 @@ Create a Pull Request
     chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests
 
     # add your repository as a remote (change to your username)
-    git remote add stash ssh://git@stash.freeswitch.org:7999/~johndoe/freeswitch.git
+    git remote add stash ssh://git@freeswitch.org:7999/~johndoe/freeswitch.git
 
     # push your changes to a branch
     git push stash +HEAD:myfeature
index 042a8374c5e1c34ac251e3246373f009b0efcdc9..8cd7975064a0a896765db9a2c6cbb36cea0d26b8 100644 (file)
@@ -11,7 +11,7 @@ updated for the respective phrase_xx.xml file.
 How can you contribute?
 
 You can contribute via patches posted to the mailing list or at 
-http://jira.freeswitch.org, if possible please record the sound files
+https://freeswitch.org/jira, if possible please record the sound files
 for testing.  We also need voicemail_xx.xml macros updated for each language.
 
 Thanks,
index 0261977d0d1da44c6f2cf3613d0f69edcac5b686..f9b6ac64922d49300536265ff2c4e55df150d87f 100644 (file)
@@ -34,7 +34,7 @@
  * and use the resulting source code and executable binaries
  * (including modified versions of each) under the Mozilla Public
  * License Version 1.1 (MPLv1.1).  For more information about
- * FreeSWITCH, visit: http://freeswitch.org/
+ * FreeSWITCH, visit: https://freeswitch.org/
  *
  * As a restatement of the above, you may use, modify, and
  * redistribute this library as if it were licensed under the MPLv1.1
index ed0bccbcd5028e7b7236326b95506c2ed17df786..67fdd9171d5af8fe0471da948b4acaf97bbf41e8 100644 (file)
@@ -33,7 +33,7 @@
  * and use the resulting source code and executable binaries
  * (including modified versions of each) under the Mozilla Public
  * License Version 1.1 (MPLv1.1).  For more information about
- * FreeSWITCH, visit: http://freeswitch.org/
+ * FreeSWITCH, visit: https://freeswitch.org/
  *
  * As a restatement of the above, you may use, modify, and
  * redistribute this library as if it were licensed under the MPLv1.1
index 607a58cf84d181a0395f340249009babe9000fc4..aca867076b3e47509a5139674ae11795eb074277 100755 (executable)
@@ -15,7 +15,7 @@ basedir=$(pwd);
 
 if [ ! -d "$basedir/../freeswitch-sounds" ]; then
        cd $basedir/..
-       git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git 
+       git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git 
 else
        cd $basedir/../freeswitch-sounds
        git clean -fdx
index 44ded750913b57303f57c08f17aab15eac21ee00..f4562888711db358346ff602f07edf849e14e3ea 100755 (executable)
@@ -16,7 +16,7 @@ basedir=$(pwd);
 
 if [ ! -d "$basedir/../freeswitch-sounds" ]; then
        cd $basedir/..
-       git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git 
+       git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git 
 else
        cd $basedir/../freeswitch-sounds
        git clean -fdx
index 8ca1f9d6e610f5f744af0d40baac0dc6b287f2bd..e97053edfa32426872c78c1e9b3c7448299daacd 100755 (executable)
@@ -11,7 +11,7 @@ basedir=$(pwd);
 
 if [ ! -d "$basedir/../freeswitch-sounds" ]; then
        cd $basedir/..
-       git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git 
+       git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git 
 else
        cd $basedir/../freeswitch-sounds
        git clean -fdx
index 4fb3e8891510734d0271ce98b4a6520e1e88079f..21a134ea38aa55247828bd43b9f018287a0b8b00 100755 (executable)
@@ -16,7 +16,7 @@ basedir=$(pwd);
 
 if [ ! -d "$basedir/../freeswitch-sounds" ]; then
         cd $basedir/..
-        git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git
+        git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git
 else
         cd $basedir/../freeswitch-sounds
         git pull
index 223d37f5235834654bc25050b09202b08ee7648d..5a763febd2687973eb1b4a769fbdc8bfb3be6d6b 100755 (executable)
@@ -12,7 +12,7 @@ fi
 
 if [ ! -d "$basedir/../freeswitch-sounds" ]; then
         cd $basedir/..
-        git clone https://stash.freeswitch.org/scm/fs/freeswitch-sounds.git
+        git clone https://freeswitch.org/stash/scm/fs/freeswitch-sounds.git
 else
         cd $basedir/../freeswitch-sounds
         git clean -fdx
index 4aa7439c48291a6996bce1a43d7282cbe8a8108a..e449f0ad2ecb32a1efc296f6442525717ef885fa 100755 (executable)
@@ -31,7 +31,7 @@ printf("Especially designed for FreeSWITCH\n");
 printf("by Giovanni Maruzzelli\n");
 printf("\n");
 printf("Please direct all questions or issues to the FreeSWITCH mailing list or Jira\n");
-printf("(http://lists.freeswitch.org/mailman/listinfo or http://jira.freeswitch.org)\n");
+printf("(http://lists.freeswitch.org/mailman/listinfo or https://freeswitch.org/jira)\n");
 printf("\n");
 printf("\n");
 printf("I'll ask you questions, giving default answers in square brackets [] if any\n");
index 2a35b817949dae254f288a4fb476a2c67bb21cc5..6b5b3cb60ad2ba00edaa610474e84bbe6744c03f 100644 (file)
@@ -4,4 +4,4 @@ mod_say_pl - support for Polish language in FreeSWITCH
 Moduł bazuje na mod_say_en. Aktualnie nie jest jeszcze kompletny,
 tym nie mniej pozwala na czytanie liczb czy dat/czasu. Liczę na
 Wasze wsparcie w zakresie testowania modułu, sugestii, łat, etc.
-na http://jira.freeswitch.org/.
+na https://freeswitch.org/jira.
index 1c68d0d551fa92c08b9873aed43efd48c029a11d..79b5711cddd7eecf4ceba7a0f1cb9ffd4bffdfa3 100644 (file)
@@ -1192,7 +1192,7 @@ SWITCH_DECLARE(void) switch_core_setrlimits(void)
           Setting the stack size on FreeBSD results in an instant crash.
 
           If anyone knows how to fix this,
-          feel free to submit a patch to http://jira.freeswitch.org 
+          feel free to submit a patch to https://freeswitch.org/jira 
         */
 
 #ifndef __FreeBSD__
index c4e878ba988fa5e7c11ca64ba9ca2ee0fda06de9..173d62751d53ac07ea2f34a5f9afd687083237d0 100755 (executable)
@@ -57,7 +57,7 @@ sub bugtxt($)
        return catfile($tmp);
     }
 
-    my $cmd = "wget -q http://jira.freeswitch.org/si/jira.issueviews:issue-xml/$bug/$bug.xml -O $tmp";
+    my $cmd = "wget -q https://freeswitch.org/jira/si/jira.issueviews:issue-xml/$bug/$bug.xml -O $tmp";
 
     system($cmd);
 
@@ -71,7 +71,7 @@ sub bugtxt($)
 
 
     if ($rname && $aname) {
-       my $data = "$title\nReporter: $rname [$rlogin]\nAssignee: $aname [$alogin]\nStatus: $status\nhttp://jira.freeswitch.org/browse/$bug\n";
+       my $data = "$title\nReporter: $rname [$rlogin]\nAssignee: $aname [$alogin]\nStatus: $status\nhttps://freeswitch.org/jira/browse/$bug\n";
        open(O, ">$tmp");
        print O $data;
        close(O);