Package Details: tinc-pre 1.1pre18-1

Git Clone URL: https://aur.archlinux.org/tinc-pre.git (read-only, click to copy)
Package Base: tinc-pre
Description: VPN (Virtual Private Network) daemon (Pre-release)
Upstream URL: http://www.tinc-vpn.org/
Keywords: cryptography daemon mesh network vpn
Licenses: GPL
Conflicts: tinc, tinc-pre-systemd
Provides: tinc-pre, tinc-pre-systemd
Submitter: None
Maintainer: hexchain
Last Packager: hexchain
Votes: 14
Popularity: 0.000000
First Submitted: 2011-11-26 00:09 (UTC)
Last Updated: 2024-07-28 10:40 (UTC)

Dependencies (8)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

hexchain commented on 2024-07-28 10:41 (UTC)

@stiletto: looks good, thanks!

stiletto commented on 2024-07-28 09:57 (UTC) (edited on 2024-07-28 09:57 (UTC) by stiletto)

I had to take the fix from https://bugs.gentoo.org/935718 and make all the changes to PKGBUILD to build it locally anyway, so here they are https://gist.github.com/stiletto/d82071e1835f386eebce65a599c12fa2

This can be easily applied to PKGBUILD repo with curl https://gist.githubusercontent.com/stiletto/d82071e1835f386eebce65a599c12fa2/raw/c0a2a5304781f638e27f95c5d53df564790eebc1/0001-Fix-for-MINIUPNPC_API_VERSION-18-from-https-bugs.gen.patch | git am, but make sure to take a look at the changes before applying and pushing ¯\_(ツ)_/¯

kseistrup commented on 2019-10-18 12:56 (UTC)

The packacge ought to depend also on automake (for aclocal).

FirefighterBlu3 commented on 2017-06-13 07:35 (UTC)

└─>diff -ruN PKGBUILD~ PKGBUILD --- PKGBUILD~ 2017-06-13 03:33:59.000000000 -0400 +++ PKGBUILD 2017-06-13 03:34:21.766021042 -0400 @@ -4,7 +4,7 @@ pkgver=1.1pre14 pkgrel=3 pkgdesc="VPN (Virtual Private Network) daemon (Pre-release)" -arch=(i686 x86_64 armv7h) +arch=(i686 x86_64 armv7h armv6h) url="http://www.tinc-vpn.org/" license=('GPL') depends=('lzo' 'zlib' 'openssl-1.0' 'miniupnpc')

FirefighterBlu3 commented on 2017-06-13 07:33 (UTC)

please add armv6h to arch. tinc-pre compiles and works exactly as expected on this architecture with no additional effort needed.

hexchain commented on 2017-06-06 02:29 (UTC)

@DarkShadow44: Please rebuild tinc-pre against new openssl-1.0.

DarkShadow44 commented on 2017-06-05 20:18 (UTC)

Ok, it seems to work now - after rebuilding tinc. Though I thought openssl was backwards compatible, so don't really understand why.

DarkShadow44 commented on 2017-06-05 18:33 (UTC)

tinc: /usr/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.2d' not found (required by tinc) I can circumvent the problem by downgrading openssl-1.0, but could you maybe look into this?

maddie commented on 2017-05-09 16:05 (UTC)

@hexchain: You're welcome :)

hexchain commented on 2017-05-08 07:13 (UTC)

@maddie: Done, and thanks!