Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291133 - net-misc/tinc : Version 1.0.10 available, fixing many bugs
Summary: net-misc/tinc : Version 1.0.10 available, fixing many bugs
Status: RESOLVED DUPLICATE of bug 295813
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Daniel Black (RETIRED)
URL: http://tinc-vpn.org/news/#1.0.10
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-30 10:27 UTC by Manfred Knick
Modified: 2009-12-31 02:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manfred Knick 2009-10-30 10:27:24 UTC
October 18th 2009:

Version 1.0.10 released.

    * Fixed potential crashes during shutdown and (in rare conditions) when other nodes disconnected from the VPN.
    * Improved NAT handling: tinc now copes with mangled port numbers, and will automatically fall back to TCP if direct UDP connection between nodes is not possible. The TCPOnly option should not have to be used anymore.
    * Allow configuration files with CRLF line endings to be read on UNIX.
    * Disable old RSA keys when generating new ones, and raise the default size of new RSA keys to 2048 bits.
    * Many fixes in the path MTU discovery code, especially when Compression is being used.
    * Tinc can now drop privileges and/or chroot itself.
    * The TunnelServer code now just ignores information from clients instead of disconnecting them.
    * Improved performance on Windows by using the new ProcessPriority option and by making the handling of packets received from the TAP-Win32 adapter more efficient.
    * Code cleanups: tinc now follows the C99 standard, copyright headers have been updated to include patch authors, checkpoint tracing and localisation features have been removed.
    * Support for (jailbroken) iPhone and iPod Touch has been added.
Comment 1 Kola Bernard 2009-11-02 07:14:16 UTC
(In reply to comment #0)
> October 18th 2009:
> 
> Version 1.0.10 released.
This work for me:
mkdir -p PATH_TO_OVERLAY/net-misc/tinc/
cp PATH_TO_PORTAGE/net-misc/tinc/tinc-1.0.9.ebuild PATH_TO_OVERLAY/net-misc/tinc/tinc-1.0.10.ebuild
cp -a PATH_TO_PORTAGE/net-misc/tinc/files PATH_TO_OVERLAY/net-misc/tinc
ebuild PATH_TO_OVERLAY/net-misc/tinc/tinc-1.0.10.ebuild digest

on amd64 and x86.
Comment 2 Manfred Knick 2009-11-02 09:54:43 UTC
(In reply to comment #1)

> ebuild PATH_TO_OVERLAY/net-misc/tinc/tinc-1.0.10.ebuild digest

. . . s / digest / manifest /
Comment 3 Kola Bernard 2009-11-02 11:07:47 UTC
(In reply to comment #2)
> (In reply to comment #1)
> 
> > ebuild PATH_TO_OVERLAY/net-misc/tinc/tinc-1.0.10.ebuild digest
> 
> . . . s / digest / manifest /
OK, I see. Digest is deprecated, I should use manifest. Danke Manfred. ;-)

Comment 4 Robert Buchholz (RETIRED) gentoo-dev 2009-12-31 02:43:24 UTC

*** This bug has been marked as a duplicate of bug 295813 ***