shadowsocks-libev: new package
authorMin Xu <xuminready@gmail.com>
Mon, 4 Jun 2018 07:16:26 +0000 (00:16 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 4 Jun 2018 20:32:16 +0000 (22:32 +0200)
commitf8d44394777fb9b45befaee3333d974dfe5e745d
tree84855b407f422076118fd25d810803b6325c870c
parenta5ba72946ebf597a163bae9b12453dfa68993d54
shadowsocks-libev: new package

Shadowsocks-libev is a lightweight secured SOCKS5 proxy for
embedded devices and low-end boxes.

https://github.com/shadowsocks/shadowsocks-libev

Signed-off-by: Min Xu <xuminready@gmail.com>
[Thomas:
 - drop patch adding license file for libipset
 - drop --disable-documentation, it's passed by autotools-package
 - add entry in DEVELOPERS file
 - pass --disable-ssp because the SSP check uses AC_COMPILE_IFELSE()
   so with some toolchains, it think SSP support is available, while
   it's not. And anyway we want SSP to be controlled by Buildroot
   global options, not on a per-package basis.
 - add depends on BR2_USE_MMU, because the code uses fork().]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/shadowsocks-libev/Config.in [new file with mode: 0644]
package/shadowsocks-libev/shadowsocks-libev.hash [new file with mode: 0644]
package/shadowsocks-libev/shadowsocks-libev.mk [new file with mode: 0644]