@eworm Done!
Search Criteria
Package Details: vtun 3.0.3.2013.d-15
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vtun.git (read-only, click to copy) |
|---|---|
| Package Base: | vtun |
| Description: | The easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression, encryption and IPv6 support. |
| Upstream URL: | http://vtun.sourceforge.net/ |
| Keywords: | ip ipv6 tun-cfg tunnel vpn |
| Licenses: | GPL |
| Submitter: | Allan |
| Maintainer: | natrio |
| Last Packager: | natrio |
| Votes: | 21 |
| Popularity: | 0.000000 |
| First Submitted: | 2008-12-28 12:37 (UTC) |
| Last Updated: | 2025-08-30 21:28 (UTC) |
Dependencies (3)
- lzo
- openssl-1.1AUR
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
Required by (1)
Sources (21)
- 00-sslauth.patch
- 01-pidfile.patch
- 02-dumpfile.patch
- 03-signedness-warnings.patch
- 04-implicit-pointer-conversions.patch
- 05-unix98pty.patch
- 06-ipv6.patch
- 07-dual-family-transport.patch
- 08-gcc5-inline.patch
- 09-client-uses-lot-of-CPU-after-a-SIGHUP.patch
- 11-libssl-1.1.patch
- android-dev.patch
- cvs-2013.patch
- http://downloads.sourceforge.net/project/vtun/vtun/3.0.3/vtun-3.0.3.tar.gz
- openlog.patch
- README.tun-cfg
- tun-cat.c
- tun-cfg
- tun-cfg.conf
- vtund-ipv6-client.conf
- vtund-ipv6-server.conf
Latest Comments
« First ‹ Previous 1 2 3 4
wzyboy commented on 2013-05-29 14:53 (UTC)
eworm commented on 2013-05-29 09:55 (UTC)
Please install vtund executable to /usr/bin (not /usr/sbin) to prepare for /usr move. Thanks a lot!
<deleted-account> commented on 2010-10-17 12:34 (UTC)
fixed thx
strephil commented on 2010-10-17 12:30 (UTC)
PKGBUILD is wrong. Use this patch:
11,12c11,12
< source=(http://ftp.de.debian.org/debian/pool/main/v/vtun/vtun_3.0.2.orig.tar.gz http://ftp.de.debian.org/debian/pool/mai/v/vtun/vtun_3.0.2-3.diff.gz)
< md5sums=('d3d8bc4d58886498a1c338670eab9315' '7a70d9f10d1c4dd66c90286136c9336f')
---
> source=(http://ftp.de.debian.org/debian/pool/main/v/vtun/vtun_3.0.2.orig.tar.gz http://ftp.de.debian.org/debian/pool/mai/v/vtun/vtun_3.0.2-4.diff.gz)
> md5sums=('d3d8bc4d58886498a1c338670eab9315' 'b05694d5f9dae9bc132e7df048bff6cd')
17c17
< patch -Np1 -i ../vtun_3.0.2-3.diff || return 1
---
> patch -Np1 -i ../vtun_3.0.2-4.diff || return 1
Pinned Comments
natrio commented on 2018-01-10 18:24 (UTC) (edited on 2024-04-20 09:24 (UTC) by natrio)
There is nothing new in 3.0.4 "new" version, except a couple of comments "for MMU / non-MMU systems" in the man page, the regenerated config.h.in and the new version number. All changes in the Changelog are already present in CVS for long time, and already included in the cvs-2013.patch.