<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/network/utils/xtables-addons, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-05-10T22:36:45Z</updated>
<entry>
<title>xtables-addons: Avoid redefinition of SHRT_MAX in lua packet script</title>
<updated>2016-05-10T22:36:45Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b5b61dd59908c42833b9e6cd4360ad7a15659bec'/>
<id>urn:sha1:b5b61dd59908c42833b9e6cd4360ad7a15659bec</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;

SVN-Revision: 49338
</content>
</entry>
<entry>
<title>xtables-addons: Fix Lua packet script implementation</title>
<updated>2016-05-10T22:36:35Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=22fb4f60f31e4ee482eb556d35612f90ec60e816'/>
<id>urn:sha1:22fb4f60f31e4ee482eb556d35612f90ec60e816</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;

SVN-Revision: 49331
</content>
</entry>
<entry>
<title>xtables-addons: build: fix configure compatiblity with POSIX shells</title>
<updated>2016-04-21T19:47:26Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-21T19:47:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e25e0e3034cc190e6a9089984a6a555e68d2cc06'/>
<id>urn:sha1:e25e0e3034cc190e6a9089984a6a555e68d2cc06</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>
</entry>
<entry>
<title>xtables-addons: update to 2.10</title>
<updated>2015-12-02T22:19:11Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2015-12-02T22:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=6bedfbfebc7f0e6d0801103579fa26ed0b14425f'/>
<id>urn:sha1:6bedfbfebc7f0e6d0801103579fa26ed0b14425f</id>
<content type='text'>
Fixes compilation with linux 4.4.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 47699
</content>
</entry>
<entry>
<title>xtables-addons: update to 2.9</title>
<updated>2015-11-15T21:33:07Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-15T21:33:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b64b6d30aa6a65ec778afde14624f91f7681743b'/>
<id>urn:sha1:b64b6d30aa6a65ec778afde14624f91f7681743b</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>
</entry>
<entry>
<title>package: Remove dependencies to kmod-ipv6</title>
<updated>2015-09-21T21:15:41Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2015-09-21T21:15:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=8b8dfd44b979abd72e8308ae3ad773995608014d'/>
<id>urn:sha1:8b8dfd44b979abd72e8308ae3ad773995608014d</id>
<content type='text'>
Since r46834, IPv6 support is builtin if selected. Therefor, dependencies
on kmod-ipv6 can no longer be fulfilled, since it is not a module anymore.

Signed-off-by: Arjen de Korte &lt;arjen+openwrt@de-korte.org&gt;

SVN-Revision: 47022
</content>
</entry>
<entry>
<title>xtables-addons: update to 2.7 to fix compilation with 4.1</title>
<updated>2015-07-15T14:41:45Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2015-07-15T14:41:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=054ac9b28ddec9831be3ac1af0006e281e059163'/>
<id>urn:sha1:054ac9b28ddec9831be3ac1af0006e281e059163</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>
</entry>
<entry>
<title>xtables-addons: disable for kernel 4.1 for now</title>
<updated>2015-06-22T12:27:38Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2015-06-22T12:27:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=2f62a4f3621f45e7c44192d5cb34cd483aa2d5fa'/>
<id>urn:sha1:2f62a4f3621f45e7c44192d5cb34cd483aa2d5fa</id>
<content type='text'>
Netfilter APIs have changed, so the code requuires updates to compile
successfully.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 46111
</content>
</entry>
<entry>
<title>build: drop obsolete kernel version dependencies</title>
<updated>2015-01-24T20:02:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-01-24T20:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=01febf3ae284933be7552628457b19115039e4df'/>
<id>urn:sha1:01febf3ae284933be7552628457b19115039e4df</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44110
</content>
</entry>
<entry>
<title>nf_conntrack_rtsp: update to latest version</title>
<updated>2014-11-19T09:21:12Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-11-19T09:21:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=48d3af20ddb0ceedf671a818d9ebcea63f4e6c7e'/>
<id>urn:sha1:48d3af20ddb0ceedf671a818d9ebcea63f4e6c7e</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>
</entry>
</feed>
