Browse Source

Prefer https over http in URL (#1104)

pull/1105/head
Roger Shimizu 7 years ago
committed by Max Lv
parent
commit
bd595aa3d9
2 changed files with 4 additions and 4 deletions
  1. 6
      README.md
  2. 2
      shadowsocks-libev.pc.in

6
README.md

@ -2,7 +2,7 @@
## Intro ## Intro
[Shadowsocks-libev](http://shadowsocks.org) is a lightweight secured SOCKS5
[Shadowsocks-libev](https://shadowsocks.org) is a lightweight secured SOCKS5
proxy for embedded devices and low-end boxes. proxy for embedded devices and low-end boxes.
It is a port of [Shadowsocks](https://github.com/shadowsocks/shadowsocks) It is a port of [Shadowsocks](https://github.com/shadowsocks/shadowsocks)
@ -17,7 +17,7 @@ Travis CI: [![Travis CI](https://travis-ci.org/shadowsocks/shadowsocks-libev.svg
Shadowsocks-libev is written in pure C and only depends on Shadowsocks-libev is written in pure C and only depends on
[libev](http://software.schmorp.de/pkg/libev.html) and [libev](http://software.schmorp.de/pkg/libev.html) and
[OpenSSL](http://www.openssl.org/) or [mbedTLS](https://tls.mbed.org/).
[OpenSSL](https://www.openssl.org/) or [mbedTLS](https://tls.mbed.org/).
In normal usage, the memory footprint is about 600KB and the CPU utilization is In normal usage, the memory footprint is about 600KB and the CPU utilization is
no more than 5% on a low-end router (Buffalo WHR-G300N V2 with a 400MHz MIPS CPU, no more than 5% on a low-end router (Buffalo WHR-G300N V2 with a 400MHz MIPS CPU,
@ -116,7 +116,7 @@ Ubuntu 14.04.
**Note for Debian 7.x users**: **Note for Debian 7.x users**:
To build packages on Debian 7 (Wheezy), you need to enable `debian-backports` To build packages on Debian 7 (Wheezy), you need to enable `debian-backports`
to install systemd-compatibility packages like `dh-systemd` or `init-system-helpers`. to install systemd-compatibility packages like `dh-systemd` or `init-system-helpers`.
Please follow the instructions on [Debian Backports](http://backports.debian.org).
Please follow the instructions on [Debian Backports](https://backports.debian.org).
This also means that you can only install those built packages on systems that have This also means that you can only install those built packages on systems that have
`init-system-helpers` installed. `init-system-helpers` installed.

2
shadowsocks-libev.pc.in

@ -5,7 +5,7 @@ includedir=@includedir@
Name: shadowsocks-libev Name: shadowsocks-libev
Description: a lightweight secured socks5 proxy Description: a lightweight secured socks5 proxy
URL: http://shadowsocks.org
URL: https://shadowsocks.org
Version: @VERSION@ Version: @VERSION@
Requires: Requires:
Cflags: -I${includedir} Cflags: -I${includedir}

Loading…
Cancel
Save