38 Commits

Author SHA1 Message Date
juhosg
34c6fc5867 packages/tinc: fix whitespaces
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-27 07:05:22 +00:00
zioproto
1fcc25bd9a [packages] tinc: Version bump to 1.0.23
With pleasure we announce the release of tinc version 1.0.23. Here is a
summary of the changes:

 * Start authentication immediately on outgoing connections (useful for sslh).

 * Fixed segfault when Name = $HOST but $HOST is not set.

 * Updated the build system and the documentation.

 * Clean up child processes left over from Proxy = exec.

This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.

Here is a summary of the changes in version 1.0.22:

 * Fixed the combination of Mode = router and DeviceType = tap.

 * The $NAME variable is now set in subnet-up/down scripts.

 * Tinc now gives an error when unknown options are given on the command line.

 * Tinc now correctly handles a space between a short command line option and
   an optional argument.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-11-05 14:46:18 +00:00
jogo
4a74c27bb6 packages: [tinc] fix autocreated configdir
Tinc's config dir is tinc, not openvpn.

Signed-off-by: Christoph Kottke <christoph.kottke@gmx.de>
[jogo@openwrt.org: fix commitlog]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@37674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-08-04 12:03:10 +00:00
luka
b8c4b0401d [packages] tinc: fix init.d/tinc parameter generation and logfile config name
tinc expects long parameters to be in the form "--name=value" and the
current init scripts generate "--name value" parameters. See `tincd
--help` to confirm. Also, the config/tinc and init.d/tinc incorrectly
use the parameter "log" when it should be "logfile".

Signed-off-by: Sandy McArthur, Jr. <Sandy@McArthur.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36508 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-05-02 00:49:05 +00:00
jow
11a3610f24 tinc: update to 1.0.21 (CVE-2013-1428)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@36402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-23 10:47:51 +00:00
zioproto
cc0e775211 [packages] tinc: Version bump 1.0.20
With pleasure we announce the release of tinc version 1.0.20. Here is a
summary of the changes:

 * Use /dev/tap0 by default on FreeBSD and NetBSD when using switch mode.

 * Minor improvements and clarifications in the documentation.

 * Allow tinc to be cross-compiled with Android's NDK.

 * The discovered PMTU is now also applied to VLAN tagged traffic.

 * The LocalDiscovery option now makes use of all addresses tinc is bound to.

 * Fixed support for tunemu on iOS devices.

 * The PriorityInheritance option now also works with switch mode.

 * Fixed tinc crashing when using a SOCKS5 proxy.

Thanks to Mesar Hameed, Vilbrekin and Martin Schürrer for their contributions
to this version of tinc.

This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.

Note that this will be one of the last releases of the 1.0 branch of tinc. Most
of the development is now happening on the 1.1 branch, with tinc 1.1pre6 being
the latest pre-release version, which you are encouraged to try out. The 1.1
branch is backwards compatible with tinc 1.0.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-03-15 15:27:51 +00:00
zioproto
d19e83bdeb [packages] tinc: The initscript for tinc writes a temporary config into /tmp/tinc.
In the prepare_net function it appends flags and params from the uci config to
the temporary tinc.conf for each net. These values are appended to the
config file on each /etc/init.d/tinc restart and the file grows. By
removing all old temporary config this problem is solved. Then we should
also remove the temporary config for a net which is stopped to free up
some bytes in memory.
Contribution from Manuel Munz <freifunk@somakoma.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35053 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-08 18:56:32 +00:00
zioproto
dc7300620e [package] tinc: version bump to 1.0.19
With pleasure we announce the release of version 1.0.19. Here is a
summary of the changes:

 * Allow :: notation in IPv6 Subnets.

 * Add support for systemd style socket activation.

 * Allow environment variables to be used for the Name option.

 * Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
   external command.

This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.




git-svn-id: svn://svn.openwrt.org/openwrt/packages@32560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-01 10:27:50 +00:00
zioproto
b8f4ed473a [packages] tinc: The tinc init script needs to know all valid options used in /etc/conf/tinc.
Author: Moritz Warning <moritzwarning@web.de>
This patch updates that list to tinc 0.18 (current version).



git-svn-id: svn://svn.openwrt.org/openwrt/packages@31837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-21 16:45:40 +00:00
zioproto
3ffbf6cb1b [packages] tinc: version bump to 1.0.18
* Fixed IPv6 in switch mode by turning off DecrementTTL by default.
 * Allow a port number to be specified in BindToAddress, which also allows tinc to listen on multiple ports.
 * Add support for multicast communication with UML/QEMU/KVM.

This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.



git-svn-id: svn://svn.openwrt.org/openwrt/packages@31235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 12:13:17 +00:00
zioproto
ebc4f1d621 [packages] version bump of tinc to 1.0.17
* The DeviceType option can now be used to select dummy, raw socket, UML and VDE devices without needing to recompile tinc.

 * Allow multiple BindToAddress statements.

 * Decrement TTL value of IPv4 and IPv6 packets.

 * Add LocalDiscovery option allowing tinc to detect peers that are behind the same NAT.

 * Accept Subnets passed with the -o option when StrictSubnets = yes.

 * Disabling old RSA keys when generating new ones now also works properly on Windows.




git-svn-id: svn://svn.openwrt.org/openwrt/packages@31055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-22 18:07:09 +00:00
nico
d063a0f5e2 packages: add missing conffiles define
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29199 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 20:02:41 +00:00
nico
b8dd3d75c1 packages/tinc: fix pid-file arg passed in service command-line
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 13:27:44 +00:00
nico
62db3b32f6 packages/tinc: use new service functions, change 'disabled' option to 'enabled' like most other services are using
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29166 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-16 09:43:57 +00:00
zioproto
40bd40c0d4 [packages] tinc: contribution from linus.luessing@web.de - configuration via uci similar to OpenVPN package
With this commit configuration via uci, similiar to the one used for
OpenVPN, will be added to tinc.

Most of the parameters are working just as described in the official
manpages of tincd and tinc.conf as provided by its developer.

The only exceptions are 'disabled' which if set to 1 will make the
init script completely ignore this tinc network and/or tinc host
and 'generate_keys' which if set to 1 will check whether
a key pair is already present for the given tinc network and if not will
generate them with the key size of "key_size" (default if not present:
2048) - this reduces the "effort" of setting up a tinc VPN on a router
to just providing the right uci config file with no need of creating
custom initialization scripts for for instance the key generation.

Furthermore, similiar to the OpenVPN configuration, also tinc configs
of its native format can be used. They just need to be placed in
/etc/tinc/NETNAME. The init scripts will always copy the content of
/etc/tinc/ to /tmp first and will append any parameters provided in
/etc/config/tinc afterwards (the user needs to take care to not specify
non-list parameters in both uci and native config).

(Trivial note: not working URLs of old repositories have been removed from Makefile for downloading sources)



git-svn-id: svn://svn.openwrt.org/openwrt/packages@29137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 21:41:03 +00:00
swalker
d6de24f3a4 [packages] tinc: update to 1.0.16 (#9801)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-27 07:20:42 +00:00
swalker
ea7b34c9b2 [packages] tinc: update to 1.0.15, thanks Saverio Proto
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-17 09:44:14 +00:00
swalker
e9e0d34c04 [packages] tinc: update to 1.0.14 (#9384), thanks netztrip
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-15 08:29:45 +00:00
nico
e50fce0353 [packages] tinc: fix build on powerpc (closes: #7072), reformat
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22208 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-15 17:13:42 +00:00
juhosg
ec82c0db72 tinc: update to 1.0.13
Signed-off-by: Linus Lüssing <linus.luessing@web.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@21760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-11 19:37:59 +00:00
lars
1e28de24b4 [packages] Use default templates instead of custom reimplementations where applicable
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-18 13:10:21 +00:00
florian
3b955cc1fc [package] update tinc to 1.0.11 (#6126)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18372 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-11 13:12:33 +00:00
florian
a91b4664d1 [package] update tinc to 1.0.10 (#6045)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-31 12:40:59 +00:00
florian
7a591baa3c [package] update tinc to 1.0.9, fix missing dependency against kmod-tun (#5651)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-09 10:49:00 +00:00
nbd
996067d6b3 nuke $Id$ in /packages as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
florian
23487d9434 Makefile cleanups, round 6 and last
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-05 22:04:10 +00:00
cyrus
0aed0de7c4 [packages] net/tinc: update to 1.0.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-17 19:36:44 +00:00
nix
b86b451e6e Rename "vpn" menu to "VPN"
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9974 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-28 13:31:04 +00:00
nbd
e296673ba6 packages: Use $(CP) instead of $(INSTALL_BIN) for binaries.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@9695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-09 18:59:01 +00:00
blogic
0550a9ac78 remove PKG_CAT from packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-18 18:46:37 +00:00
blogic
819cb6e323 add submenus to several packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-18 18:37:22 +00:00
ryd
5cc6a3f241 update to 1.0.7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7197 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-05-13 02:58:06 +00:00
pavlov
ad48dd3de8 update tinc to 1.0.6, no more need for the patch as they check both lzo and lzo2 now
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-04 19:28:19 +00:00
nbd
c0e5247848 replace lots of manual install commands with INSTALL_* variables
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-23 00:29:07 +00:00
nico
5cb332fb35 massive Makefile cleanup, add missing 'svn:keywords' property
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-30 13:51:50 +00:00
nbd
d4afae6314 update lzo, and openvpn to latest versions, fix vtun and tinc for lzo2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-09-29 19:11:03 +00:00
mbm
8b6c86b471 Fix/clean several hundred package makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4603 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-18 21:21:06 +00:00
florian
e620683dea Port tinc to -ng
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4542 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-08 14:58:34 +00:00