aboutsummaryrefslogtreecommitdiff
path: root/net/iodine
Commit message (Collapse)AuthorAge
* iodine: bump version to 0.8.0Michael Gerlach2024-02-10
| | | | Signed-off-by: Michael Gerlach <n3ph@cccfr.de>
* iodine: fix build on macosSergey V. Lobanov2022-01-12
| | | | | | redefine TARGETOS=Linux due to OpenWrt is always Linux Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* 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>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* iodine: Fix compilation with uClibc-ngRosen Penev2019-05-11
| | | | | | daemon is supported now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* iodine: workaround incomplete musl nameser.h headerJo-Philipp Wich2017-12-12
| | | | | | | | | | | | | | | | | | | | | | | | The arpa/nameser.h header of musl libc indirectly depends on the endian.h header but fails to explicitely include it to properly define `__BYTE_ORDER` and `__BIG_ENDIAN` prior to declaring the DNS `HEADER` structure. When both the appropriate `__BYTE_ORDER` and `__BIG_ENDIAN` defines are unset, the `#if __BYTE_ORDER == __BIG_ENDIAN` condition in `nameser.h` evaluates to true, causing it to declare a bad (big endian) DNS packet header structure on little endian systems. Work around this musl bug by forcibly passing `-include endian.h` through the `osflags` file. An upstream fix for musl libc has been submitted with http://www.openwall.com/lists/musl/2017/12/04/3 This should solve iodine packet corruption on little endian musl systems reported at http://lists.infradead.org/pipermail/lede-dev/2017-November/010085.html Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* iodine: fix musl compatibilityMaxim Storchak2015-06-25
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* net/iodine: make address config optionalUwe Kleine-König2014-07-24
| | | | | | | In the absense of an address entry bind to all interfaces which is also iodined's default when -l isn't given. Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
* net/iodine: make port configurableUwe Kleine-König2014-07-24
| | | | | | | | | | | | Fall back to the default DNS port (i.e. 53). If you configure something different than 53 this results in a warning from iodined: ALERT! Other dns servers expect you to run on port 53. You must manually forward port 53 to port $port for things to work. This is obviously true. Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
* net/iodine: grab maintainership and add license infoUwe Kleine-König2014-07-21
| | | | Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
* net/iodine: upgrade to version 0.7.0Uwe Kleine-König2014-07-21
| | | | | | | This is compatible to 0.6.0-rc1 client and servers and fixes an authentication bypass bug (CVE-2014-4168). Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
* net/iodine: import from old packagesUwe Kleine-König2014-07-21
No further changes.