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
|
# ChangeLog for net-dialup/ppp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.23 2003/05/23 05:54:49 killian Exp $
*ppp-2.4.1-r14 (22 May 2003)
22 May 2003; Chuck Brewer <killian@gentoo.org> ppp-2.4.1-r14.ebuild:
new testing ebuild, adds pppoatm.so that should work with this build
*ppp-2.4.1-r12 (22 May 2003)
22 May 2003; Chuck Brewer <killian@gentoo.org> ppp-2.4.1-r12.ebuild:
Added stuff from baselayout to be provided by the ppp package, i.e.
net.ppp0,conf.d/net.ppp0 and chat-default
*ppp-2.4.1-r13 (24 Apr 2003)
24 Apr 2003; Chuck Brewer <killian@gentoo.org> ppp-2.4.1-r13.ebuild:
Added ppp-2.4.1-r13.ebuild and digest to include support for p* and
ip-* scripts, perms fix, details in bug #18264
15 Apr 2003; Tavis Ormandy <taviso@gentoo.org> ppp-2.4.1-r12.ebuild:
Adding ~alpha keyword.
28 Mar 2003; Guy Martin <gmsoft@gentoo.org> ppp-2.4.1-r12.ebuild :
Added hppa to KEYWORDS.
02 Mar 2003; Seemant Kulleen <seemant@gentoo.org> ppp-2.4.1-r12.ebuild :
Moved to stable x86. Closing bug #12002
05 Feb 2003; Hannes Mehnert <hannes@gentoo.org> ppp-2.4.1-r12.ebuild:
added local activefilter useflag, thanks to Alexander Holler
<holler@ahsoftware.de> for his patch
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*ppp-2.4.1-r12 (15 Dec 2002)
15 Dec 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r12.ebuild, ChangeLog,
files/digest-ppp-2.4.1-r12 :
Fixed a pretty severe bug: /etc/modules.d/ppp was set +x - that caused
a strange behaviour with update-modules. See bug #12002 for more details.
Fixed the LICENSE setting: GPL -> GPL-2.
Revision bump to force portage to update ppp.
*ppp-2.4.1-r11 (28 Aug 2002)
13 Nov 2002; Hannes Mehnert <hannes@gentoo.org> ppp-2.4.1-r11.ebuild :
added sample /etc/ppp/ip-up script submitted in bug #8609, added IUSE
16 Sep 2002; Maarten Thibaut <murphy@gentoo.org> ppp-2.4.1-r11.ebuild :
Added sparc and sparc64 keywords. Revamped ChangeLog layout.
15 Sep 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r11.ebuild :
Uploaded the tarball to ibiblio and modified SRC_URI.
This closes bug 7771.
05 Sep 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r11.ebuild :
Enabled callback.
This closes bug 7373.
28 Aug 2002; phoen][x <phoenix@gentoo.org> ppp-2.4.1-r11.ebuild :
Added ipv6 useflag support.
This closes bug 6972.
*ppp-2.4.1-r10 (31 Jul 2002)
16 Sep 2002; Maarten Thibaut <murphy@gentoo.org> ppp-2.4.1-r10.ebuild :
Added sparc and sparc64 keywords.
3 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> ppp-2.4.1-r10.ebuild
ppp-2.4.1-r9.ebuild :
Added ppc to KEYWORDS.
31 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> ppp-2.4.1-r10.ebuild :
Security fix - added a patch to prevent race condition.
*ppp-2.4.1-r9
16 Jul 2002; Ben Lutgens <lamer@gentoo.org> ppp-2.4.1-r[789].ebuild :
updated homepage
*ppp-2.4.1-r8 (09 Apr 2002)
22 May 2002; Mike Jones <ashmodai@gentoo.org> :
Added (optional - USE crypt variable was used) MPPE support for ppp, enabling
clients who use the pptp server to have encrypted connections.
*ppp-2.4.1-r8 (09 Apr 2002)
09 Apr 2002; Daniel Robbins <drobbins@gentoo.org> : fixed plugin installation
path; closing bug #1629.
*ppp-2.4.1-r7 (08 Apr 2002)
08 Apr 2002; Daniel Robbins <drobbins@gentoo.org> : New release of ppp (using
new kernel pppoe-enabled ebuild submitted by Christian Loitsch.) Closes bug
#1527.
*ppp-2.4.1-r6 (01 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|