aboutsummaryrefslogtreecommitdiff
path: root/net/tinc
Commit message (Collapse)AuthorAge
* net/tinc: fix PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | | | | | | | tinc-vpn:tinc is a better CPE ID than tinc:tinc as this CPE ID has the latest CVEs (whereas tinc:tinc only has CVEs up to 2002): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:tinc-vpn:tinc Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* tinc: fetch ed25519 public keys from uciVladislav Grigoryev2023-11-06
| | | | | | | Fetch Ed25519 public keys from UCI host sections. Update options and syntax to current version. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* tinc: add creation of hosts directory for each network configurationErwan MAS2022-03-08
| | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* tinc: update to 1.1pre18Rosen Penev2021-09-26
| | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to normal tarballs. Add license information. Reorganize Makefile for consistency between packages. Add libtool patch fixing compilation under some conditions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tinc: use 'uci_get_state' instead of 'uci -P /var/state get'Etienne Champetier2021-09-01
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* tinc: Add possibility to populate more config variables via uciErwan MAS2021-05-17
| | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* tinc: new maintainerErwan MAS2021-02-15
| | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* tinc: fix missing HASHErwan MAS2021-02-14
| | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* tinc: Bump to version 1.1 commit 3ee0d5ddErwan MAS2021-02-14
| | | | Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
* tinc: use new extra_command function definitionFlorian Eckert2020-11-04
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* tinc: fix build regression in pkg 1.0.36-1Saverio Proto2019-10-29
| | | | | | | | the patches 010-Fix-compilation-when-OpenSSL-has-no-ENGINE-support and 020-Fix-compilation-without-deprecated-OpenSSL-APIs are now merged upstream, so they must be dropped from the OpenWrt pkg Signed-off-by: Saverio Proto <zioproto@gmail.com>
* tinc: version bump to 1.0.36Saverio Proto2019-10-27
| | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tinc: Fix to actually build without deprecated APIsRosen Penev2019-01-05
| | | | | | | The configure script checks for the existence of OpenSSL by checking a deprecated function. This works around it. The other changes have been done previously Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tinc: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-12
| | | | | | | Minor Makefile adjustments. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tinc: update to 1.0.35Pacien TRAN-GIRARD2018-10-08
| | | | | | | | | | | | Critical security update for: * CVE-2018-16737, * CVE-2018-16738, * CVE-2018-16758 Announcement: https://www.tinc-vpn.org/pipermail/tinc/2018-October/005311.html Signed-off-by: Pacien TRAN-GIRARD <pacien.trangirard@pacien.net>
* tinc: version bump 1.0.34Saverio Proto2018-06-15
| | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* 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>