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
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 (libcap-git)
- libcorkipset
- libev (milter-manager-git)
- libsodium (libsodium-git)
- mbedtls (mbedtls-git, aur-mbedtls, l8w8jwt-git, nanomq-full-git)
- pcre (pcre-svn)
- udns
- asciidoc (asciidoc-git) (make)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-1.11, automake-1.15, automake-1.14, automake-git) (make)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- libtool (libtool-git) (make)
- make (make-git) (make)
- openssl (quictls-openssl, openssl-git, openssl-hardened, openssl-static) (make)
- xmlto (xmlto-git) (make)
- zlib (zlib-ng-compat-git, zlib-git, 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)