1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
# ChangeLog for net-misc/vtun
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> vtun-2.6.ebuild:
Add inherit eutils
22 Jan 2004; Chuck Short <zul@gentoo.org> vtun-2.5-r1.ebuild,
vtun-2.5-r2.ebuild, vtun-2.5.ebuild, vtun-2.6.ebuild, files/vtun.rc:
Header fixes.
22 Jan 2004; Chuck Short <zul@gentoo.org> files/vtun.rc:
Fixed init script so that more than one vtun can run. closes #38977.
20 Oct 2003; Chuck Short <zul@gentoo.org> files/vtun.rc:
More init tweaks.
19 Oct 2003; Chuck Short <zul@gentoo.org> files/vtun.rc:
Fixed initscript bug. closes #31517.
*vtun-2.6 (17 Oct 2003)
17 Oct 2003; Chuck Short <zul@gentoo.org> vtun-2.6.ebuild,
files/vtun-2.6-makefile.patch:
New version.
16 Oct 2003; Chuck Short <zul@gentoo.org> files/vtun.rc:
Fixed init script, removed start-stop-daemon. It was not starting vtun
when run init script. Fixes bug #21351.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*vtun-2.5-r2 (28 April 2002)
06 Mar 2003; Aron Griffis <agriffis@gentoo.org> vtun-2.5-r2.ebuild:
Add alpha to KEYWORDS
09 Jul 2002; phoen][x <phoenix@gentoo.org> vtun-2.5-r2.ebuild :
Added KEYWORDS, SLOT.
06 June 2002; Mike Jones <ashmodai@gentoo.org> vtun-2.5-r2.ebuild
Added a patch for the configure script which prevents errors under gcc 3.1 when
/usr/include is manually appended to the include search path.
*vtun-2.5-r1 (28 April 2002)
09 Jul 2002; phoen][x <phoenix@gentoo.org> vtun-2.5-r1.ebuild :
Added KEYWORDS, SLOT.
28 May 2002; Preston A. Elder <prez@gentoo.org> vtun-2.5-r1.ebuild
Accomodated for /usr/include/md5.h left from cyrus-sasl.
*vtun-2.5 (28 April 2002)
09 Jul 2002; phoen][x <phoenix@gentoo.org> vtun-2.5.ebuild :
Added KEYWORDS, LICENSE, SLOT.
28 April 2002; Bryce Allen <ballen@mum.edu> vtun-2.5.ebuild ChangeLog files/digest-vtun-2.5 files/vtun.rc files/vtund-start.conf :
Initial revision.
Includes a few patches for the excellent PLD folks, specifically
to fix a bison issue, and to add DESTDIR to the 'make install' command.
|