<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/shadowsocks-libev, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2024-07-10T05:16:46Z</updated>
<entry>
<title>shadowsocks-libev: drop the package</title>
<updated>2024-07-10T05:16:46Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2024-07-09T05:03:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=49b83809b38581827ada8bd0deacaa9c6148d33d'/>
<id>urn:sha1:49b83809b38581827ada8bd0deacaa9c6148d33d</id>
<content type='text'>
The upstream project is declared as bugfix-only and received no update
for about 2 years.  The developement focus there has shifted.  It does
not compile with current openwrt main branch.

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadowsocks-libev: add remote server ips to dst bypass ipset</title>
<updated>2024-03-12T16:03:27Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2024-03-12T00:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=85b634f0b4f03d057613d45553ca272af877c27e'/>
<id>urn:sha1:85b634f0b4f03d057613d45553ca272af877c27e</id>
<content type='text'>
To align with old iptables-based ss-rules implementation.

Supersedes openwrt/packages#20239

Link: https://github.com/openwrt/packages/pull/20239
Signed-off-by: Luis Liou &lt;liouluis@gmail.com&gt;
[minor fixup on commit title, version bump, etc.]
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadowsocks-libev: convert to PCRE2</title>
<updated>2023-10-22T11:23:58Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2023-10-09T16:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=db305165c9a0b9b69a83f6379d0994c3708d58e8'/>
<id>urn:sha1:db305165c9a0b9b69a83f6379d0994c3708d58e8</id>
<content type='text'>
Convert package to PCRE2 by porting a pending patch from a closed PR.

The PR is old but the code never changed and is simple enough to check
the changes. The patch apply directly with no changes (aside from
commenting out the travis CI file)

The PR was never merged as PCRE2 at times was too new and they were
trying to find a better regex lib.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadowsocks-libev: ACL support</title>
<updated>2023-04-23T05:54:08Z</updated>
<author>
<name>Kirill Fertikov</name>
</author>
<published>2023-04-21T19:48:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d1ad585ca9aa322ac98eb664488750a50a571e97'/>
<id>urn:sha1:d1ad585ca9aa322ac98eb664488750a50a571e97</id>
<content type='text'>
Link: https://github.com/openwrt/packages/pull/20647
Signed-off-by: Kirill Fertikov &lt;kirill.fertikov@gmail.com&gt;
[indentation fix]
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadowsocks-libev: ss-rules: Add 'auto-merge' flag to avoid conflicts</title>
<updated>2023-01-28T08:47:44Z</updated>
<author>
<name>Li Xin</name>
</author>
<published>2022-11-10T04:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8966f49f9a715e07527580c50ac29ae560447670'/>
<id>urn:sha1:8966f49f9a715e07527580c50ac29ae560447670</id>
<content type='text'>
Link: https://github.com/openwrt/packages/pull/19872
Signed-off-by: Li Xin &lt;i@crzidea.com&gt;
(squash commits)
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadowsocks-libev: ss-rules: nft rule cleanup on reload</title>
<updated>2022-08-11T02:44:10Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2022-08-08T12:12:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=04ee0326997c7d19b89621f8273331501a4137b6'/>
<id>urn:sha1:04ee0326997c7d19b89621f8273331501a4137b6</id>
<content type='text'>
Remove nft rules file generated by ss-rules if ss-rules was or should be
turned off for by configuration.  Use "fw4 restart" instead of "fw4
reload" to force the runtime rule reloading

Ref: https://github.com/openwrt/packages/pull/17937#issuecomment-1207357037
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadowsocks-libev: ss-rules: setup policy rules for udp/ip6</title>
<updated>2022-08-11T01:54:18Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2022-08-10T11:04:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=58aa859d06348b1459042455b8a0d2d4d339c1be'/>
<id>urn:sha1:58aa859d06348b1459042455b8a0d2d4d339c1be</id>
<content type='text'>
Supersedes: https://github.com/openwrt/packages/pull/18852
Fixes: https://github.com/openwrt/packages/issues/18850
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
</feed>
