<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/utils/xtables-addons/patches, branch v17.01.2</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: 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>
<entry>
<title>xtables-addons: update to version 2.5</title>
<updated>2014-08-21T19:12:34+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-08-21T19:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=53d1cb94094cbb4128c91a4d992a8cdeb72f483c'/>
<id>53d1cb94094cbb4128c91a4d992a8cdeb72f483c</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42256
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: #15516 Fix compile under linux 3.14</title>
<updated>2014-04-30T22:15:40+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2014-04-30T22:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2cc83fe501461006982ab8c1c6b1023eb11c2503'/>
<id>2cc83fe501461006982ab8c1c6b1023eb11c2503</id>
<content type='text'>
Add compatibility inline function.

Signed-off-by: Jan Kardell &lt;jan.kardell@telliq.com&gt;

SVN-Revision: 40613
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add compatibility inline function.

Signed-off-by: Jan Kardell &lt;jan.kardell@telliq.com&gt;

SVN-Revision: 40613
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: update to version 2.3, adds linux 3.10 compatibility</title>
<updated>2013-07-10T14:51:13+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-07-10T14:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4a0c312dc38f420c0470bdc94f8c2d654cfc2542'/>
<id>4a0c312dc38f420c0470bdc94f8c2d654cfc2542</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 37226
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

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