summaryrefslogtreecommitdiffstats
path: root/package/shadowsocks-libev
Commit message (Collapse)AuthorAgeFilesLines
* shadowsocks-libev: fix static build with netfilter_conntrackFabrice Fontaine2019-01-202-0/+33
| | | | | | | | Fixes: - http://autobuild.buildroot.org/results/22a28e8fd8182e1c908541dbc5b0ee087c3803e6 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/shadowsocks-libev: bump to version 3.2.3DUPONCHEEL Sébastien2018-11-303-4/+5
| | | | | Signed-off-by: DUPONCHEEL Sébastien <sebastien.duponcheel@corp.ovh.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* shadowsocks-libev: add connmarktos build optionDUPONCHEEL Sébastien2018-11-212-0/+18
| | | | | Signed-off-by: DUPONCHEEL Sébastien <sebastien.duponcheel@corp.ovh.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* shadowsocks-libev: bump to version 3.2.1DUPONCHEEL Sébastien2018-11-212-2/+2
| | | | | Signed-off-by: DUPONCHEEL Sébastien <sebastien.duponcheel@corp.ovh.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* shadowsocks-libev: add dependency on sync builtinsMin Xu2018-06-171-0/+4
| | | | | | | | | | | | | libcork (bundled inside shadowsocks-libev) uses the __sync builtins for atomic operations: the 4-byte variant on 32 bits platforms and the 8-byte variant on 64-bits platform. Fixes: http://autobuild.buildroot.net/results/552b09ffe951c429422529c895f4c3ec723cf5ab Signed-off-by: Min Xu <xuminready@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* shadowsocks-libev: add dependency on thread supportMin Xu2018-06-171-0/+5
| | | | | | | | | | shadowsocks-libev needs thread support, otherwise the configure script fails with: configure: error: Can not find pthreads. This is required. Signed-off-by: Min Xu <xuminready@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* shadowsocks-libev: drop the useless hashMin Xu2018-06-171-1/+0
| | | | | | | | | | | In commit f8d44394777fb9b45befaee3333d974dfe5e745d ("shadowsocks-libev: new package"), when this package was introduced, the hash for a license file that isn't available in upstream's tarball was added to the license file. Obviously, this hash serves no purpose, so drop it. Signed-off-by: Min Xu <xuminready@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* shadowsocks-libev: new packageMin Xu2018-06-043-0/+38
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>
OpenPOWER on IntegriCloud