提交 02a0a2a0 authored 作者: Ken Rice's avatar Ken Rice

FS-7607 #resolve #comment Update URLs to reflect https protocol on…

FS-7607 #resolve #comment Update URLs to reflect https protocol on freeswitch.org websites and update additional URLs to avoid 301 redirects.
上级 581c1047
...@@ -574,7 +574,7 @@ is-scm: ...@@ -574,7 +574,7 @@ is-scm:
echo ; echo ; \ echo ; echo ; \
echo "*****************************************************************************************************" ; \ echo "*****************************************************************************************************" ; \
echo "You cannot update a release tarball without a git tree. Please clone FreeSWITCH as so: " ; \ 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 ; echo ; \ echo ; echo ; \
exit 1; \ exit 1; \
......
...@@ -59,8 +59,8 @@ install: ...@@ -59,8 +59,8 @@ install:
@echo " + Additional resources: +" @echo " + Additional resources: +"
@echo " + ---------------------------------- +" @echo " + ---------------------------------- +"
@echo " + https://www.freeswitch.org +" @echo " + https://www.freeswitch.org +"
@echo " + https://confluence.freeswitch.org +" @echo " + https://freeswitch.org/confluence +"
@echo " + https://jira.freeswitch.org +" @echo " + https://freeswitch.org/jira +"
@echo " + http://lists.freeswitch.org +" @echo " + http://lists.freeswitch.org +"
@echo " + +" @echo " + +"
@echo " + irc.freenode.net / #freeswitch +" @echo " + irc.freenode.net / #freeswitch +"
......
...@@ -354,7 +354,7 @@ if test -z "$LIBTOOL_MAJOR_VERSION" ; then ...@@ -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`" LIBTOOL_MAJOR_VERSION="`sed -n -e '/^VERSION/{s/^.*=\"\{0,1\}\([[0-9]]\{1,\}\)\..*/\1/;p;}' ${switch_srcdir}/build/config/ltmain.sh`"
fi fi
if test -z "$LIBTOOL_MAJOR_VERSION" ; then 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 fi
AC_MSG_RESULT([${LIBTOOL_MAJOR_VERSION}]) AC_MSG_RESULT([${LIBTOOL_MAJOR_VERSION}])
......
...@@ -6,7 +6,7 @@ For copyright claims over this packaging and other software, see ...@@ -6,7 +6,7 @@ For copyright claims over this packaging and other software, see
debian/copyright. debian/copyright.
Current maintainer: Travis Cross <tc@traviscross.com> 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] Security related bug reports: [email to maintainer]
# Acknowledgments # Acknowledgments
......
...@@ -18,7 +18,7 @@ of a FreeSWITCH git repository. You can achieve this with: ...@@ -18,7 +18,7 @@ of a FreeSWITCH git repository. You can achieve this with:
aptitude update && aptitude install -y git aptitude update && aptitude install -y git
mkdir -p /usr/src/freeswitch 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 cd /usr/src/freeswitch/src
Ensuring you have a clean build directory Ensuring you have a clean build directory
......
...@@ -321,9 +321,9 @@ Build-Depends: ...@@ -321,9 +321,9 @@ Build-Depends:
# module build-depends # module build-depends
$(debian_wrap "${mod_build_depends}") $(debian_wrap "${mod_build_depends}")
Standards-Version: 3.9.3 Standards-Version: 3.9.3
Homepage: http://freeswitch.org/ Homepage: https://freeswitch.org/
Vcs-Git: https://stash.freeswitch.org/scm/fs/freeswitch.git Vcs-Git: https://freeswitch.org/stash/scm/fs/freeswitch.git
Vcs-Browser: https://stash.freeswitch.org/projects/FS/repos/freeswitch/browse Vcs-Browser: https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse
EOF EOF
} }
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: freeswitch Upstream-Name: freeswitch
Source: http://freeswitch.org/ Source: https://freeswitch.org/
Files: * Files: *
Copyright: 2005-2014 Anthony Minessale II <anthm@freeswitch.org> Copyright: 2005-2014 Anthony Minessale II <anthm@freeswitch.org>
......
...@@ -616,7 +616,7 @@ freeswitch (1.0.7) ...@@ -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: 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: 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_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 : <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) 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)
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: 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: 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) mod_callcenter: Add missing odbc db support (Not tested, please someone test this) (r:42436e27)
......
...@@ -50,7 +50,7 @@ Create a Pull Request ...@@ -50,7 +50,7 @@ Create a Pull Request
chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests chromium https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests
# add your repository as a remote (change to your username) # 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 # push your changes to a branch
git push stash +HEAD:myfeature git push stash +HEAD:myfeature
......
...@@ -11,7 +11,7 @@ updated for the respective phrase_xx.xml file. ...@@ -11,7 +11,7 @@ updated for the respective phrase_xx.xml file.
How can you contribute? How can you contribute?
You can contribute via patches posted to the mailing list or at 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. for testing. We also need voicemail_xx.xml macros updated for each language.
Thanks, Thanks,
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
* and use the resulting source code and executable binaries * and use the resulting source code and executable binaries
* (including modified versions of each) under the Mozilla Public * (including modified versions of each) under the Mozilla Public
* License Version 1.1 (MPLv1.1). For more information about * 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 * As a restatement of the above, you may use, modify, and
* redistribute this library as if it were licensed under the MPLv1.1 * redistribute this library as if it were licensed under the MPLv1.1
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* and use the resulting source code and executable binaries * and use the resulting source code and executable binaries
* (including modified versions of each) under the Mozilla Public * (including modified versions of each) under the Mozilla Public
* License Version 1.1 (MPLv1.1). For more information about * 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 * As a restatement of the above, you may use, modify, and
* redistribute this library as if it were licensed under the MPLv1.1 * redistribute this library as if it were licensed under the MPLv1.1
......
...@@ -15,7 +15,7 @@ basedir=$(pwd); ...@@ -15,7 +15,7 @@ basedir=$(pwd);
if [ ! -d "$basedir/../freeswitch-sounds" ]; then if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/.. 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 else
cd $basedir/../freeswitch-sounds cd $basedir/../freeswitch-sounds
git clean -fdx git clean -fdx
......
...@@ -16,7 +16,7 @@ basedir=$(pwd); ...@@ -16,7 +16,7 @@ basedir=$(pwd);
if [ ! -d "$basedir/../freeswitch-sounds" ]; then if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/.. 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 else
cd $basedir/../freeswitch-sounds cd $basedir/../freeswitch-sounds
git clean -fdx git clean -fdx
......
...@@ -11,7 +11,7 @@ basedir=$(pwd); ...@@ -11,7 +11,7 @@ basedir=$(pwd);
if [ ! -d "$basedir/../freeswitch-sounds" ]; then if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/.. 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 else
cd $basedir/../freeswitch-sounds cd $basedir/../freeswitch-sounds
git clean -fdx git clean -fdx
......
...@@ -16,7 +16,7 @@ basedir=$(pwd); ...@@ -16,7 +16,7 @@ basedir=$(pwd);
if [ ! -d "$basedir/../freeswitch-sounds" ]; then if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/.. 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 else
cd $basedir/../freeswitch-sounds cd $basedir/../freeswitch-sounds
git pull git pull
......
...@@ -12,7 +12,7 @@ fi ...@@ -12,7 +12,7 @@ fi
if [ ! -d "$basedir/../freeswitch-sounds" ]; then if [ ! -d "$basedir/../freeswitch-sounds" ]; then
cd $basedir/.. 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 else
cd $basedir/../freeswitch-sounds cd $basedir/../freeswitch-sounds
git clean -fdx git clean -fdx
......
...@@ -31,7 +31,7 @@ printf("Especially designed for FreeSWITCH\n"); ...@@ -31,7 +31,7 @@ printf("Especially designed for FreeSWITCH\n");
printf("by Giovanni Maruzzelli\n"); printf("by Giovanni Maruzzelli\n");
printf("\n"); printf("\n");
printf("Please direct all questions or issues to the FreeSWITCH mailing list or Jira\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("\n"); printf("\n");
printf("I'll ask you questions, giving default answers in square brackets [] if any\n"); printf("I'll ask you questions, giving default answers in square brackets [] if any\n");
......
...@@ -4,4 +4,4 @@ mod_say_pl - support for Polish language in FreeSWITCH ...@@ -4,4 +4,4 @@ mod_say_pl - support for Polish language in FreeSWITCH
Moduł bazuje na mod_say_en. Aktualnie nie jest jeszcze kompletny, Moduł bazuje na mod_say_en. Aktualnie nie jest jeszcze kompletny,
tym nie mniej pozwala na czytanie liczb czy dat/czasu. Liczę na tym nie mniej pozwala na czytanie liczb czy dat/czasu. Liczę na
Wasze wsparcie w zakresie testowania modułu, sugestii, łat, etc. Wasze wsparcie w zakresie testowania modułu, sugestii, łat, etc.
na http://jira.freeswitch.org/. na https://freeswitch.org/jira.
...@@ -1240,7 +1240,7 @@ SWITCH_DECLARE(void) switch_core_setrlimits(void) ...@@ -1240,7 +1240,7 @@ SWITCH_DECLARE(void) switch_core_setrlimits(void)
Setting the stack size on FreeBSD results in an instant crash. Setting the stack size on FreeBSD results in an instant crash.
If anyone knows how to fix this, 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__ #ifndef __FreeBSD__
......
...@@ -57,7 +57,7 @@ sub bugtxt($) ...@@ -57,7 +57,7 @@ sub bugtxt($)
return catfile($tmp); 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); system($cmd);
...@@ -71,7 +71,7 @@ sub bugtxt($) ...@@ -71,7 +71,7 @@ sub bugtxt($)
if ($rname && $aname) { 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"); open(O, ">$tmp");
print O $data; print O $data;
close(O); close(O);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论