aboutsummaryrefslogtreecommitdiff
path: root/net/coova-chilli/patches
Commit message (Collapse)AuthorAge
* coova-chilli: fix libxt-coova not loading properly from iptables ( ↵Pierre Parent2024-02-22
| | | | | | openwrt/packages#23092 ) Signed-off-by: Pierre Parent <m@pierre-parent.fr>
* coova-chilli: fix kernel >= 5.17 compileJohn Thomson2023-06-29
| | | | Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
* coova-chilli: Fix compile problem with _init()Hauke Mehrtens2022-08-20
| | | | | | | | | | | | | | The _init() function collides with a _init() function in crti.o. This results in the following error in OpenWrt: arc-openwrt-linux-gnu/bin/ld: libxt_coova.o: in function `_init': /lib/gcc/arc-openwrt-linux-gnu/11.3.0/crti.o:(.init+0x4): first defined here collect2: error: ld returned 1 exit status make[7]: *** [Makefile:22: libxt_coova.so] Error 1 Fix this by suing a constructor attribute instead. This function will still be called after the shared library was loaded. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* coova-chili: fix compilation with kernel 5.10Rosen Penev2021-03-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* coova-chilli: update to 1.6Rosen Penev2021-02-22
| | | | | | | | Remove usptreamed patches. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | 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 <ilya.lipnitskiy@gmail.com>
* coova-chili: Fix versionRosen Penev2019-12-31
| | | | | | Upstream was sloppy when cutting the release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* coova-chilli: Update to 1.5Rosen Penev2019-12-11
| | | | | | | | Remove upstreamed patches. Added patch to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* coova-chili: Fix compilation with newer GCCRosen Penev2019-06-28
| | | | | | | | | | | | | | Added -Wno-error to fix. Also added patch to fix compilation without deprecated OpenSSL APIs. Added PKG_BUILD_PARALLEL for faster compilation. Switched libcyassl to libwolfssl. Reorganized makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* coova-chilli: Update to 1.4Rosen Penev2018-07-29
| | | | | | Switch to codeload for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* net/coova-chilli: fix -Werror=misleading-indendationMarty E. Plummer2018-03-16
| | | | | | | | | | | | | | As it currently stands, the version of coova-chilli the packages feed will not compile against 4fd87220567f1ae3ad209da1f602dc81c6b4d6b1 I've quasi-backported (could not find a single commit which fixes these particular issues) https://github.com/coova/coova-chilli 's formatting on the impacted sections, and it compiles. Once a new version is added to the feed this patch can likely be dropped. Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
* coova-chilli: fix compile error with muslJaehoon You2015-07-22
| | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>
* Merge pull request #1123 from teslamint/patch-2Imre Kaloz2015-04-28
|\ | | | | coova-chilli: add netfilter kernel module package with patches
| * coova-chilli: add netfilter kernel module package with patchesJaehoon You2015-04-07
| | | | | | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | coova-chilli: fix compile error with cyasslJaehoon You2015-04-07
|/ | | | Signed-off-by: Jaehoon You <teslamint@gmail.com>
* coova-chilli: move to githubImre Kaloz2014-11-30
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>