Skip to content

Commit

Permalink
FS-7607 #resolve #comment Update URLs to reflect https protocol on fr…
Browse files Browse the repository at this point in the history
…eeswitch.org websites and update additional URLs to avoid 301 redirects.
  • Loading branch information
swk committed Jun 3, 2015
1 parent 581c104 commit 02a0a2a
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down
4 changes: 2 additions & 2 deletions build/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 +"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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}])

Expand Down
2 changes: 1 addition & 1 deletion debian/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For copyright claims over this packaging and other software, see
debian/copyright.

Current maintainer: Travis Cross <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion debian/README.source
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions debian/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion docs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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 : <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: 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)
Expand Down
2 changes: 1 addition & 1 deletion docs/SubmittingPatches
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]:7999/~johndoe/freeswitch.git

# push your changes to a branch
git push stash +HEAD:myfeature
Expand Down
2 changes: 1 addition & 1 deletion docs/phrase/README.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion libs/libzrtp/src/zrtp_legal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/libzrtp/third_party/bnlib/legal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/mk-sounds-rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/sounds-en-us-callie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/sounds-fr-ca-june.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/sounds-music.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/sounds-ru-ru-elena.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/mod/endpoints/mod_skypopen/install/install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
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");
Expand Down
2 changes: 1 addition & 1 deletion src/mod/say/mod_say_pl/README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/switch_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
4 changes: 2 additions & 2 deletions support-d/gl
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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);
Expand Down

0 comments on commit 02a0a2a

Please sign in to comment.