acl.c:74:90: error: '%s' directive writing up to 63 bytes into a region of size between 50 and 176 [-Werror=format-overflow=] "ip6tables -N %s; ip6tables -F %s; ip6tables -A OUTPUT -p tcp --tcp-flags RST RST -j %s";
Search Criteria
Package Details: shadowsocksr-libev 2.4.1.366.gbf324d8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/shadowsocksr-libev.git (read-only, click to copy) |
---|---|
Package Base: | shadowsocksr-libev |
Description: | A Shadowsocks branches |
Upstream URL: | https://github.com/shadowsocksr/shadowsocksr-libev |
Licenses: | GPL |
Conflicts: | shadowsocks-libev |
Submitter: | sakiiily |
Maintainer: | sakiiily |
Last Packager: | sakiiily |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-18 09:02 (UTC) |
Last Updated: | 2017-08-09 05:01 (UTC) |
Dependencies (18)
- libbloom
- libcap
- libcorkipset
- libev
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- pcre
- udns
- asciidoc (asciidoc-gitAUR) (make)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libtool (libtool-gitAUR) (make)
- make (make-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- xmlto (xmlto-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Required by (0)
Sources (5)
Latest Comments
Manifolds commented on 2018-05-26 13:29 (UTC)
postadelmaga commented on 2017-10-19 15:08 (UTC)
shadowsocks-libev-server@.service contains an error:
the executable provided is ssserver and and not ss-server
( Actually ss-server is provided by the package installed by pacman so I think the best should be to change the compilation output to ss-server like for the dafault package )
Junzki commented on 2017-07-25 17:12 (UTC)
强烈建议修改那几个 systemd 的 service
区别于原来的 shadowsocks-libev
使用现在的方案的话很容易就跟 shadowsocks 的配置文件搞混。
fish47 commented on 2017-07-21 06:10 (UTC)
package() 的 service 文件安装路径不对,麻烦检查一下。
sakiiily commented on 2017-06-23 09:14 (UTC)
@jimmygc 已修
jimmygc commented on 2017-06-05 03:26 (UTC)
pkgver 不允许包含冒号,连字号及空格。
bubbles commented on 2017-05-18 09:18 (UTC)
指出几点错误:
第15行 source这里没有git,无法pull ,应该是
source=('git+https://github.com/shadowsocksr/shadowsocksr-libev.git')
第18行_gitname='shadowsocksr-ibev' 少了个l应该是
_gitname='shadowsocksr-libev'
还有需要添加 xmlto 的依赖。
Pinned Comments
bubbles commented on 2017-05-18 09:18 (UTC)