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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
# ChangeLog for net-misc/vtun
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/ChangeLog,v 1.31 2007/04/29 17:52:39 tove Exp $
29 Apr 2007; Torsten Veller <tove@gentoo.org> vtun-2.6.ebuild,
vtun-2.6-r1.ebuild:
Fix *initd, *confd and *envd calls (#173884, #174266)
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
29 Oct 2006; Daniel Black <dragonheart@gentoo.org>
-files/vtun-2.5-expect.patch, -files/vtun-2.5-makefile.patch,
-files/vtun-2.5-r2-gentoo-gcc3.1.patch, -vtun-2.5.ebuild,
-vtun-2.5-r1.ebuild, -vtun-2.5-r2.ebuild, vtun-2.6.ebuild,
vtun-2.6-r1.ebuild:
embarrasing QA fixes as per bug #150112 thanks Patrick Lauer. cleanout too
09 Sep 2006; <ticho@gentoo.org> vtun-2.6-r1.ebuild:
Stable on x86, bug #146829.
04 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> vtun-2.6-r1.ebuild:
Stable on sparc
09 Jan 2006; Bryan Østergaard <kloeri@gentoo.org metadata.xml:
Remove retired dev from metadata.xml
*vtun-2.6-r1 (13 Nov 2005)
13 Nov 2005; Daniel Black <dragonheart@gentoo.org>
+files/vtun-2.6-lzo2.patch, vtun-2.5.ebuild, vtun-2.5-r1.ebuild,
vtun-2.5-r2.ebuild, vtun-2.6.ebuild, +vtun-2.6-r1.ebuild:
revision bump. vtun did not compile against lzo2 so dependencies
altered. vtun-2.6-r1 added that does work with lzo2. bug #112367
14 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> vtun-2.6.ebuild:
Stable on alpha.
07 Nov 2004; David Holm <dholm@gentoo.org> vtun-2.6.ebuild:
Added to ~ppc.
31 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> vtun-2.6.ebuild:
~alpha keyword.
16 Oct 2004; <solar@gentoo.org> vtun-2.6.ebuild:
added missing RDEPEND
31 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> :
Marked ~amd64.
01 Jul 2004; Jon Hood <squinky86@gentoo.org> vtun-2.5.ebuild,
vtun-2.6.ebuild:
change virtual/glibc to virtual/libc
11 Jun 2004; Aron Griffis <agriffis@gentoo.org> vtun-2.5-r1.ebuild,
vtun-2.5-r2.ebuild, vtun-2.5.ebuild, vtun-2.6.ebuild:
Fix use invocation
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.
|