net-vpn / iodine

IP over DNS tunnel

Official package sites : https://code.kryo.se/iodine/ ·

iodine lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed

v0.7.0-r4 :: 0 :: gentoo

Modified
License
ISC GPL-2
Keywords
~amd64 ~arm64 ~x86
USE flags
test

v0.7.0-r3 :: 0 :: gentoo

Modified
License
ISC GPL-2
Keywords
~amd64 ~x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-libs / check : A unit test framework for C

sys-libs / zlib : Standard (de)compression library

sys-libs / zlib : Standard (de)compression library

517536
net-vpn/iodine-0.7.0 - automagic dependencies on systemd and selinux
623340
net-vpn/iodine-0.7.0-r4 fails test: common.c:100:F:Common:test_parse_format_ipv4:0: Assertion 'addr_len == sizeof(struct sockaddr_in)' failed
713972
net-vpn/iodine-0.7.0-r4 : common.c: error: static declaration of daemon follows non-static declaration
Repository mirror & CI · gentoo
Merge updates from master
Louis Sautier · gentoo
net-vpn/iodine: keyword 0.7.0-r4 for ~arm64
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Hank Leininger · gentoo
net-vpn/iodine: Add support for arbitrary args in conf.d/iodined
Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/881355 Closes: https://github.com/gentoo/gentoo/pull/28276 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-vpn/iodine: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
net-vpn/iodine: Port to EAPI 8
Closes: https://bugs.gentoo.org/819261 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-vpn/iodine: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Jason A. Donenfeld · gentoo
Second half of net-vpn/ move