From 02a0a2a06897cdd044ab254f8d7f3089af3df715 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Wed, 3 Jun 2015 15:23:40 -0500 Subject: [PATCH] FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects. --- Makefile.am | 2 +- build/Makefile.am | 4 ++-- configure.ac | 2 +- debian/AUTHORS | 2 +- debian/README.source | 2 +- debian/bootstrap.sh | 6 +++--- debian/copyright | 2 +- docs/ChangeLog | 2 +- docs/SubmittingPatches | 2 +- docs/phrase/README.TXT | 2 +- libs/libzrtp/src/zrtp_legal.c | 2 +- libs/libzrtp/third_party/bnlib/legal.c | 2 +- scripts/ci/mk-sounds-rpms.sh | 2 +- scripts/ci/sounds-en-us-callie.sh | 2 +- scripts/ci/sounds-fr-ca-june.sh | 2 +- scripts/ci/sounds-music.sh | 2 +- scripts/ci/sounds-ru-ru-elena.sh | 2 +- src/mod/endpoints/mod_skypopen/install/install.pl | 2 +- src/mod/say/mod_say_pl/README | 2 +- src/switch_core.c | 2 +- support-d/gl | 4 ++-- 21 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Makefile.am b/Makefile.am index 572f7b3427..b3bd493c4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -574,7 +574,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; \ diff --git a/build/Makefile.am b/build/Makefile.am index d112b2a729..61ac412d42 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -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 +" diff --git a/configure.ac b/configure.ac index f28ed1f0b6..d273d83671 100644 --- a/configure.ac +++ b/configure.ac @@ -354,7 +354,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}]) diff --git a/debian/AUTHORS b/debian/AUTHORS index 838dabde3c..d391455e6e 100644 --- a/debian/AUTHORS +++ b/debian/AUTHORS @@ -6,7 +6,7 @@ For copyright claims over this packaging and other software, see debian/copyright. Current maintainer: Travis Cross -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 diff --git a/debian/README.source b/debian/README.source index b2cd1bb3a9..3031449844 100644 --- a/debian/README.source +++ b/debian/README.source @@ -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 diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index a4dc996f2c..074423dad5 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -321,9 +321,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 } diff --git a/debian/copyright b/debian/copyright index da36e9c8b8..b94e3fe90c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 diff --git a/docs/ChangeLog b/docs/ChangeLog index abf98ae50c..b3f125acc0 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -616,7 +616,7 @@ freeswitch (1.0.7) mod_blacklist: Resource leak fixes, config checks and add help output for api interface (r:41abb3e6) mod_blacklist: add ability to dump a list back to it's text file (r:1d5f5ec7) mod_blacklist: fix broken dump/save (r:abc5d7cd/FS-3617) - 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 : http://wiki.freeswitch.org/wiki/Mod_callcenter For support/comments, please use http://jira.freeswitch.org/ and select the MOD CALLCENTER module. (r:ba09b96d) + 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 : http://wiki.freeswitch.org/wiki/Mod_callcenter For support/comments, please use https://freeswitch.org/jira and select the MOD CALLCENTER module. (r:ba09b96d) 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) mod_callcenter: Try to fix the ring-all, also add cli auto complete done in previous commit (r:1666783c) mod_callcenter: Add missing odbc db support (Not tested, please someone test this) (r:42436e27) diff --git a/docs/SubmittingPatches b/docs/SubmittingPatches index 7e9b89e64c..2f0601926e 100644 --- a/docs/SubmittingPatches +++ b/docs/SubmittingPatches @@ -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 diff --git a/docs/phrase/README.TXT b/docs/phrase/README.TXT index 042a8374c5..8cd7975064 100644 --- a/docs/phrase/README.TXT +++ b/docs/phrase/README.TXT @@ -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, diff --git a/libs/libzrtp/src/zrtp_legal.c b/libs/libzrtp/src/zrtp_legal.c index 0261977d0d..f9b6ac6492 100644 --- a/libs/libzrtp/src/zrtp_legal.c +++ b/libs/libzrtp/src/zrtp_legal.c @@ -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 diff --git a/libs/libzrtp/third_party/bnlib/legal.c b/libs/libzrtp/third_party/bnlib/legal.c index ed0bccbcd5..67fdd9171d 100644 --- a/libs/libzrtp/third_party/bnlib/legal.c +++ b/libs/libzrtp/third_party/bnlib/legal.c @@ -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 diff --git a/scripts/ci/mk-sounds-rpms.sh b/scripts/ci/mk-sounds-rpms.sh index 607a58cf84..aca867076b 100755 --- a/scripts/ci/mk-sounds-rpms.sh +++ b/scripts/ci/mk-sounds-rpms.sh @@ -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 diff --git a/scripts/ci/sounds-en-us-callie.sh b/scripts/ci/sounds-en-us-callie.sh index 44ded75091..f456288871 100755 --- a/scripts/ci/sounds-en-us-callie.sh +++ b/scripts/ci/sounds-en-us-callie.sh @@ -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 diff --git a/scripts/ci/sounds-fr-ca-june.sh b/scripts/ci/sounds-fr-ca-june.sh index 8ca1f9d6e6..e97053edfa 100755 --- a/scripts/ci/sounds-fr-ca-june.sh +++ b/scripts/ci/sounds-fr-ca-june.sh @@ -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 diff --git a/scripts/ci/sounds-music.sh b/scripts/ci/sounds-music.sh index 4fb3e88915..21a134ea38 100755 --- a/scripts/ci/sounds-music.sh +++ b/scripts/ci/sounds-music.sh @@ -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 diff --git a/scripts/ci/sounds-ru-ru-elena.sh b/scripts/ci/sounds-ru-ru-elena.sh index 223d37f523..5a763febd2 100755 --- a/scripts/ci/sounds-ru-ru-elena.sh +++ b/scripts/ci/sounds-ru-ru-elena.sh @@ -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 diff --git a/src/mod/endpoints/mod_skypopen/install/install.pl b/src/mod/endpoints/mod_skypopen/install/install.pl index 4aa7439c48..e449f0ad2e 100755 --- a/src/mod/endpoints/mod_skypopen/install/install.pl +++ b/src/mod/endpoints/mod_skypopen/install/install.pl @@ -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"); diff --git a/src/mod/say/mod_say_pl/README b/src/mod/say/mod_say_pl/README index 2a35b81794..6b5b3cb60a 100644 --- a/src/mod/say/mod_say_pl/README +++ b/src/mod/say/mod_say_pl/README @@ -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. diff --git a/src/switch_core.c b/src/switch_core.c index 5ed8ad83a1..23ecd7a89c 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1240,7 +1240,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__ diff --git a/support-d/gl b/support-d/gl index c4e878ba98..173d62751d 100755 --- a/support-d/gl +++ b/support-d/gl @@ -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);