aboutsummaryrefslogtreecommitdiff
path: root/net/tinc/Makefile
Commit message (Collapse)AuthorAge
* tinc: version bump 1.0.33Saverio Proto2017-11-05
| | | | Signed-off-by: Saverio Proto <saverio.proto@switch.ch>
* tinc: version bump 1.0.32Ryan Mounce2017-09-05
| | | | Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
* 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>
* tinc: version bump 1.0.31Saverio Proto2017-02-05
| | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* tinc: version bump 1.0.30Saverio Proto2016-11-21
| | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* tinc: version bump 1.0.29Saverio Proto2016-10-23
|
* tinc: add missing zlib dependencyFelix Fietkau2016-07-24
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tinc: version bump 1.0.28Saverio Proto2016-04-10
|
* tinc: version bump 1.0.27Saverio Proto2016-04-10
|
* tinc: version bump 1.0.26Saverio Proto2015-07-06
| | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* tinc: fix musl compatibilityJo-Philipp Wich2015-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | Let configure include `sys/if_tun.h` when testing for `netinet/if_ether.h` to detect the Kernel/libc header conflict on musl. After this patch, configure will correctly detect `netinet/if_ether.h` as unusable and the subsequent compilation will not attempt to use it. Fixes the following compatibility error: In file included from .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/linux/if_tun.h:20:0, from linux/device.c:24: .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/linux/if_ether.h:137:8: error: redefinition of 'struct ethhdr' struct ethhdr { ^ In file included from .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/net/ethernet.h:10:0, from linux/../have.h:180, from linux/../system.h:26, from linux/device.c:21: .../staging_dir/toolchain-mips_mips32_gcc-4.8-linaro_musl-1.1.9/include/netinet/if_ether.h:96:8: note: originally defined here struct ethhdr { ^ make[5]: *** [linux/device.o] Error 1 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* [tinc] Update to tinc 1.0.25Saverio Proto2014-12-24
|
* Currently tinc init script will delete the generated configuration folder ↵Alessio Caiazza2014-10-03
| | | | | | and then check if it will not exists in order to create it. This patch will first check if the generated configuration folder exists and then delete it, after that it will always create the configuration folder.
* tinc: update MAINTAINER contact infoSaverio Proto2014-10-03
|
* tinc: update year in Copyright noticeSaverio Proto2014-10-03
|
* tinc: add packageToke Høiland-Jørgensen2014-07-31
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>