<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/xl2tpd/patches, 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>2022-03-24T04:53:31Z</updated>
<entry>
<title>xl2tpd: bump to version 1.3.17</title>
<updated>2022-03-24T04:53:31Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2022-03-16T11:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=be95ccbc8c0eea9a8e27e813bf0c5c4119ebde09'/>
<id>urn:sha1:be95ccbc8c0eea9a8e27e813bf0c5c4119ebde09</id>
<content type='text'>
The typo fix patch was merged upstream

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: fix invoking xl2tpd-control</title>
<updated>2020-11-12T07:20:16Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2020-11-11T09:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=02b1187af2a2b6771d80e6039eee89719f228f37'/>
<id>urn:sha1:02b1187af2a2b6771d80e6039eee89719f228f37</id>
<content type='text'>
Upstream commit 90884c62 ("xl2tpd-control refactoring") introduced in
1.3.16 changed command names

The l2tp protocol handler part was from @danvd in pull request
openwrt/packages#13866

Fixes f07319d6 ("xl2tpd: bump to version 1.3.16")

Ref: https://github.com/openwrt/packages/pull/13866
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: fix building failure caused by pfc</title>
<updated>2019-10-18T11:43:08Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2019-10-18T11:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0412c20f1b2d2e1f8b8c7e101aae6f66be50690a'/>
<id>urn:sha1:0412c20f1b2d2e1f8b8c7e101aae6f66be50690a</id>
<content type='text'>
Fixes openwrt/packages#10270

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: update to 1.3.10</title>
<updated>2017-10-19T01:48:44Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2017-10-13T22:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e5a59c5b468238c6c2b7ade7717249399a9debe'/>
<id>urn:sha1:2e5a59c5b468238c6c2b7ade7717249399a9debe</id>
<content type='text'>
lock is no longer needed and it breaks the setup
explicit added PKG_BUILD_DEPENDS:=libpcap, an indirect depend included in ppp and needed for pfc

Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: backporting fix for race condition causing xl2tpd hang</title>
<updated>2017-02-14T11:36:52Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2017-02-13T11:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=069879fa4d2349a59671c5c50fbcdaf6e6a11dcf'/>
<id>urn:sha1:069879fa4d2349a59671c5c50fbcdaf6e6a11dcf</id>
<content type='text'>
The patch was taken from https://github.com/xelerance/xl2tpd/pull/125

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: bump to version devel-20151125</title>
<updated>2015-12-02T12:50:10Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2015-11-16T12:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c6e689d266a79e3e3b26caeed71ef197bbf2a480'/>
<id>urn:sha1:c6e689d266a79e3e3b26caeed71ef197bbf2a480</id>
<content type='text'>
Main changes are as the following

 - Allow specifying port in server option, e.g. example.com:1702 (fixes
   github issue #1960 "xl2tpd port change bug").
 - Fixes NULL dereference on connection timeout
 - Update 100-makefile_opt_flags.patch

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: switch to github devel branch.</title>
<updated>2015-08-14T04:16:27Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2015-08-13T01:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7955dbbc2d73010d63f6ff866d639d1e8b3d9f16'/>
<id>urn:sha1:7955dbbc2d73010d63f6ff866d639d1e8b3d9f16</id>
<content type='text'>
Several patches here and pull requests at the upstream github project
page were merged into the devel branch.  Switch to that until the next
stable release.

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>xl2tpd: refactor for more resilience.</title>
<updated>2015-05-24T10:18:38Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2015-04-29T13:11:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=59f33d2aa7da968294ee1ccdd1336dd7d7d76837'/>
<id>urn:sha1:59f33d2aa7da968294ee1ccdd1336dd7d7d76837</id>
<content type='text'>
 - Use netifd no_proto_task for notifying that xl2tpd does not have a
   protocol task running.
 - Use procd for xl2tpd service management.
 - Refreshed 2xx patches to

    - Prevent leftover regular type control result file.
    - Allow xl2tpd run as foreground process while logging via syslog.

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

 - bumped version
 - removed dependency on `ip` package as routes are setup by netifd
   if iproute2 is actually required, please depend on
   `@(PACKAGE_ip||PACKAGE_ip-full)` instead of `ip`

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>xl2tpd: fix a minor compiler warning</title>
<updated>2015-05-13T14:12:04Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2015-05-13T14:12:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d4381c289f8d12d7eabb5847234743edc03161ba'/>
<id>urn:sha1:d4381c289f8d12d7eabb5847234743edc03161ba</id>
<content type='text'>
gcc complains about atexit() being implicitely defined in
xl2tpd-control.c
Fix that by including stdlib.h in xl2tpd-control.c

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
