Use more secure HTTPS URL for dev-www.libreoffice.org
Run the command below to convert all URLs for *dev-www.libreoffice.org* to use the more secure HTTPS URL. ``` git grep -l 'http://dev-www' | xargs sed -i 's,http://dev-www.libreoffice.org,https://dev-www.libreoffice.org,g' ``` If a redirect is implemented for the insecure HTTP requests, also one request would be saved. ``` $ curl -I http://dev-www.libreoffice.org HTTP/1.1 200 OK Date: Wed, 17 May 2017 10:00:52 GMT Server: Apache/2.2.12 (Linux/SUSE) Content-Type: text/html;charset=ISO-8859-1 $ curl -I https://dev-www.libreoffice.org HTTP/1.1 200 OK Date: Wed, 17 May 2017 10:00:57 GMT Server: Apache/2.2.12 (Linux/SUSE) Content-Type: text/html;charset=ISO-8859-1 ``` Change-Id: I99626ded90f72239f98ce76fd1b2760c31c34408 Reviewed-on: https://gerrit.libreoffice.org/37703 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
This commit is contained in:
committed by
Miklos Vajna
parent
f7efddff66
commit
e8918c464c
@@ -189,10 +189,10 @@ But this cross-compilation work is tested from Debian and openSUSE to Raspbian.
|
|||||||
|
|
||||||
You will need headers, pkg-config files and libraries from a Raspbian
|
You will need headers, pkg-config files and libraries from a Raspbian
|
||||||
system to build against. Available at
|
system to build against. Available at
|
||||||
http://dev-www.libreoffice.org/extern/ . Look for the latest
|
https://dev-www.libreoffice.org/extern/ . Look for the latest
|
||||||
raspbian-root-*.tar.gz . For instance:
|
raspbian-root-*.tar.gz . For instance:
|
||||||
|
|
||||||
$ wget http://dev-www.libreoffice.org/extern/raspbian-root-20140120.tar.gz
|
$ wget https://dev-www.libreoffice.org/extern/raspbian-root-20140120.tar.gz
|
||||||
$ mkdir raspbian-root
|
$ mkdir raspbian-root
|
||||||
$ cd raspbian-root
|
$ cd raspbian-root
|
||||||
$ tar -xf raspbian-root-20140120.tar.gz
|
$ tar -xf raspbian-root-20140120.tar.gz
|
||||||
|
@@ -7770,7 +7770,7 @@ install a pre-compiled binary for Win32
|
|||||||
|
|
||||||
mkdir -p /opt/lo/bin
|
mkdir -p /opt/lo/bin
|
||||||
cd /opt/lo/bin
|
cd /opt/lo/bin
|
||||||
wget http://dev-www.libreoffice.org/bin/cygwin/nasm.exe
|
wget https://dev-www.libreoffice.org/bin/cygwin/nasm.exe
|
||||||
chmod +x nasm
|
chmod +x nasm
|
||||||
|
|
||||||
or get and install one from http://www.nasm.us/
|
or get and install one from http://www.nasm.us/
|
||||||
@@ -12730,7 +12730,7 @@ to install a pre-compiled binary make for Win32
|
|||||||
|
|
||||||
mkdir -p /opt/lo/bin
|
mkdir -p /opt/lo/bin
|
||||||
cd /opt/lo/bin
|
cd /opt/lo/bin
|
||||||
wget http://dev-www.libreoffice.org/bin/cygwin/make-85047eb-msvc.exe
|
wget https://dev-www.libreoffice.org/bin/cygwin/make-85047eb-msvc.exe
|
||||||
cp make-85047eb-msvc.exe make
|
cp make-85047eb-msvc.exe make
|
||||||
chmod +x make
|
chmod +x make
|
||||||
|
|
||||||
|
@@ -76,7 +76,7 @@ enough if you want to test a paragraph or character property.
|
|||||||
Figuring out the UNO API just by reading the idl files under `offapi/` is not
|
Figuring out the UNO API just by reading the idl files under `offapi/` is not
|
||||||
that productive. Xray can help in this case. Download it from:
|
that productive. Xray can help in this case. Download it from:
|
||||||
|
|
||||||
http://dev-www.libreoffice.org/extern/XrayTool52_en.sxw
|
https://dev-www.libreoffice.org/extern/XrayTool52_en.sxw
|
||||||
|
|
||||||
It's a document file, start Writer, Tools -> Options -> LibreOffice -> Security,
|
It's a document file, start Writer, Tools -> Options -> LibreOffice -> Security,
|
||||||
Macro Security, and there choose Low. Then open the document, and click `Install
|
Macro Security, and there choose Low. Then open the document, and click `Install
|
||||||
|
Reference in New Issue
Block a user