<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/utils/xtables-addons/patches, branch master</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>xtables-addons: remove from base</title>
<updated>2018-01-16T18:40:29+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jo@mein.io</email>
</author>
<published>2018-01-14T19:09:15+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5bbcd80e3f2e28e2801b7fbe2825eb22fa70c020'/>
<id>5bbcd80e3f2e28e2801b7fbe2825eb22fa70c020</id>
<content type='text'>
The package has been moved to the package feed repository to allow for
non-base dependencies such as Perl.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The package has been moved to the package feed repository to allow for
non-base dependencies such as Perl.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: fix compile with kernel 4.14</title>
<updated>2017-12-16T21:14:49+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2017-11-12T21:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=436fe56485f0027618602495df96796f66e51744'/>
<id>436fe56485f0027618602495df96796f66e51744</id>
<content type='text'>
This fixes a compile problems seen with kernel 4.14.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a compile problems seen with kernel 4.14.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: fix build error on ARC</title>
<updated>2017-03-12T14:06:50+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2017-03-07T08:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=055e9dfb580c3d5f36a98dd9c27ff284288676a6'/>
<id>055e9dfb580c3d5f36a98dd9c27ff284288676a6</id>
<content type='text'>
The kernel unconditionally pulls in a header file that defines
'current', which conflicts with the lua extension code.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The kernel unconditionally pulls in a header file that defines
'current', which conflicts with the lua extension code.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: update to 2.11</title>
<updated>2016-06-07T21:03:11+00:00</updated>
<author>
<name>Dirk Neukirchen</name>
<email>dirkneukirchen@web.de</email>
</author>
<published>2016-05-31T07:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=652ac2c6fd43efda4456820858189c6d246221c4'/>
<id>652ac2c6fd43efda4456820858189c6d246221c4</id>
<content type='text'>
- fix compilation w. Kernel 4.6 due to
hash-&gt;shash crypto API
- remove a patch integrated upstream

- remove unrecognized configure option
removed upstream in 2010
commit 40d0345f1ed02de183b13a6ce38847bc1f4ac48e

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix compilation w. Kernel 4.6 due to
hash-&gt;shash crypto API
- remove a patch integrated upstream

- remove unrecognized configure option
removed upstream in 2010
commit 40d0345f1ed02de183b13a6ce38847bc1f4ac48e

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: Avoid redefinition of SHRT_MAX in lua packet script</title>
<updated>2016-05-02T17:28:01+00:00</updated>
<author>
<name>Hans Dedecker</name>
<email>dedeckeh@gmail.com</email>
</author>
<published>2016-05-02T09:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6a06cd833187f09fdb4dd9b5ee169791fbde6047'/>
<id>6a06cd833187f09fdb4dd9b5ee169791fbde6047</id>
<content type='text'>
Patch Lua packet script defines SHRT_MAX which is already defined in &lt;linux/kernel.h&gt; and
is included indirectly by lauxlib.h. Fix the redefintion as it leads to compile failure
on systems which treat macro redefinition as an error

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch Lua packet script defines SHRT_MAX which is already defined in &lt;linux/kernel.h&gt; and
is included indirectly by lauxlib.h. Fix the redefintion as it leads to compile failure
on systems which treat macro redefinition as an error

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: Fix Lua packet script implementation</title>
<updated>2016-04-28T09:45:43+00:00</updated>
<author>
<name>Hans Dedecker</name>
<email>dedeckeh@gmail.com</email>
</author>
<published>2016-04-28T09:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=312cb987f9612f1a649e51c1474b5c71b85e2666'/>
<id>312cb987f9612f1a649e51c1474b5c71b85e2666</id>
<content type='text'>
lua_packet_segment parameter start has type char pointer; in function lua_tg
it's assigned an uint16 value generating compiler warnings obviously indicating
posssible seg fault problems. Fix the issue by using the correct skb functions
so the parameter points to the position inside the sk_buff

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
Signed-off-by: Stijn Cleynhens &lt;stijn.cleynhens@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lua_packet_segment parameter start has type char pointer; in function lua_tg
it's assigned an uint16 value generating compiler warnings obviously indicating
posssible seg fault problems. Fix the issue by using the correct skb functions
so the parameter points to the position inside the sk_buff

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
Signed-off-by: Stijn Cleynhens &lt;stijn.cleynhens@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: build: fix configure compatiblity with POSIX shells</title>
<updated>2016-04-21T19:47:26+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-21T19:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=79c67071c6f355f3fd725f2f9a4a79ef9b97b520'/>
<id>79c67071c6f355f3fd725f2f9a4a79ef9b97b520</id>
<content type='text'>
Fixes build with /bin/sh pointing to certain versions of dash (for example
on Void Linux).

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 49218
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes build with /bin/sh pointing to certain versions of dash (for example
on Void Linux).

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;

SVN-Revision: 49218
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: update to 2.9</title>
<updated>2015-11-15T21:33:07+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-11-15T21:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=124b8c653f96fd6fa81e5d7ce6100daf4c4c6453'/>
<id>124b8c653f96fd6fa81e5d7ce6100daf4c4c6453</id>
<content type='text'>
Fixes compilation with Linux 4.3. Runtime tested on Ubiquiti EdgeRouter
Lite with Linux 3.18, 4.1 and 4.3.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;

SVN-Revision: 47470
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes compilation with Linux 4.3. Runtime tested on Ubiquiti EdgeRouter
Lite with Linux 3.18, 4.1 and 4.3.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;

SVN-Revision: 47470
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: update to 2.7 to fix compilation with 4.1</title>
<updated>2015-07-15T14:41:45+00:00</updated>
<author>
<name>Jonas Gorski</name>
<email>jogo@openwrt.org</email>
</author>
<published>2015-07-15T14:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=46a69e96a42c6d2e7542e27d3532a0804c3bcc82'/>
<id>46a69e96a42c6d2e7542e27d3532a0804c3bcc82</id>
<content type='text'>
Also drop the configure (not .ac) patch part as autoreconf will
overwrite it anyway with a newly generated version.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;
Acked-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 46385
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also drop the configure (not .ac) patch part as autoreconf will
overwrite it anyway with a newly generated version.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;
Acked-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 46385
</pre>
</div>
</content>
</entry>
<entry>
<title>nf_conntrack_rtsp: update to latest version</title>
<updated>2014-11-19T09:21:12+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2014-11-19T09:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2d09efcd26be6ba4d004691fce1db1e382501d26'/>
<id>2d09efcd26be6ba4d004691fce1db1e382501d26</id>
<content type='text'>
Update nf_conntrack_rtsp to latest version based on http://mike.it-loops.com/rtsp/ (rtsp-module-3.7-v2.tar.gz).

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 43311
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update nf_conntrack_rtsp to latest version based on http://mike.it-loops.com/rtsp/ (rtsp-module-3.7-v2.tar.gz).

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 43311
</pre>
</div>
</content>
</entry>
</feed>
