summaryrefslogtreecommitdiff
blob: 0c688b7001e78f38f0bcea775d9f916afe764059 (plain)
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
# ChangeLog for net-dialup/ppp
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ChangeLog,v 1.80 2004/10/30 12:38:53 dragonheart Exp $

*ppp-2.4.2-r7 (30 Oct 2004)

  30 Oct 2004; Daniel Black <dragonheart@gentoo.org>
  +files/2.4.2/cbcp-dosfix.patch, +ppp-2.4.2-r7.ebuild:
  Added patch cbcp-dosfix.patch to fix remote DOS as per bug #69152. Thanks Dan
  Margolis <krispykringle@gentoo.org>

*ppp-2.4.2-r6 (14 Oct 2004)

  14 Oct 2004; Daniel Black <dragonheart@gentoo.org> -ppp-2.4.2-r5.ebuild,
  +ppp-2.4.2-r6.ebuild:
  revision bump and remove old version to fix bug #67125. Thanks Ned for 
  the notification and Alin Nastac for the simple fix

*ppp-2.4.2-r5 (27 Sep 2004)

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> -ppp-2.4.2-r4.ebuild,
  +ppp-2.4.2-r5.ebuild:
  add dhcp plugin, bug #62969

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2/net.ppp0:
  fix setup for two modems, bug #43923

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r4.ebuild:
  fix activfilter useflag

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> files/net.ppp0:
  fix handling of INITSTRING, bug #49861

*ppp-2.4.2-r4 (27 Sep 2004)

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2/modules.ppp,
  -ppp-2.4.2-r3.ebuild, +ppp-2.4.2-r4.ebuild:
  add mppe-mppc support via useflag, bug #51027

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r3.ebuild:
  move radius plugin from /usr/lib to /usr/lib/ppp/2.4.2, bug #56747

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.1-r14.ebuild:
  apply pcap patch to 2.4.1-r14, bug #51059

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org>
  +files/2.4.2/endless-loop.patch, ppp-2.4.2.ebuild:
  fix endless loop, bug #58364

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r3.ebuild:
  remove unneccesary x86 dependencie of atm use flag, bug #55881

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2/net.ppp0:
  load ppp module if not present, bug #55233

  27 Sep 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2/ip-down,
  files/2.4.2/ip-up:
  fix resolv.conf permissions

  25 Sep 2004; Mike Frysinger <vapier@gentoo.org> ppp-2.4.1-r14.ebuild,
  ppp-2.4.2-r1.ebuild, ppp-2.4.2-r2.ebuild, ppp-2.4.2-r3.ebuild,
  ppp-2.4.2.ebuild:
  Do not install the pap/chap secrets files because if a user makes a binary
  package, they could include their passwords without realizing it.

*ppp-2.4.2-r3 (24 Sep 2004)

  24 Sep 2004; Daniel Black <dragonheart@gentoo.org>
  -files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gz,
  -files/ppp-crypto-fix.patch.bz2, +files/2.4.2/control_c.patch,
  ppp-2.4.1-r14.ebuild, +ppp-2.4.2-r3.ebuild:
  Patch added to fix bug #57238. Thank to Thomas G <ganto2@gmx.de> et al.
  Removed unused patch files/ppp-2.4.1-openssl-0.9.6-mppe-patch.gz. Moved
  files/ppp-crypto-fix.patch.bz2 to mirrors.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ppp-2.4.1-r14.ebuild,
  ppp-2.4.2-r1.ebuild, ppp-2.4.2-r2.ebuild, ppp-2.4.2.ebuild:
  virtual/glibc -> virtual/libc

  13 Jun 2004; Travis Tilley <lv@gentoo.org> ppp-2.4.2-r2.ebuild:
  pushing to stable -way- early to fix bug #53615

  12 Jun 2004; Travis Tilley <lv@gentoo.org> ppp-2.4.2-r2.ebuild:
  this version compiles on amd64, re-adding ~amd64 keyword

  09 Jun 2004; Aron Griffis <agriffis@gentoo.org> ppp-2.4.1-r14.ebuild,
  ppp-2.4.2-r1.ebuild, ppp-2.4.2-r2.ebuild, ppp-2.4.2.ebuild:
  Fix use invocation

  03 May 2004; Jason Eric Huebel <jhuebel@gentoo.org> ppp-2.4.2-r2.ebuild:
  gnuconfig update

  30 Apr 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r1.ebuild,
  ppp-2.4.2-r2.ebuild:
  bug #49318

  28 Apr 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r2.ebuild:
  link to libatm, bug #49133

*ppp-2.4.2-r2 (27 Apr 2004)

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ppp-2.4.1-r14.ebuild,
  ppp-2.4.2-r1.ebuild, ppp-2.4.2-r2.ebuild, ppp-2.4.2.ebuild:
  Add inherit eutils

  26 Apr 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2b3/README.mpls,
  files/2.4.2b3/cflags.patch, files/2.4.2b3/chat-default,
  files/2.4.2b3/confd.ppp0, files/2.4.2b3/ip-down, files/2.4.2b3/ip-up,
  files/2.4.2b3/killaddr-smarter.patch, files/2.4.2b3/modules.ppp,
  files/2.4.2b3/mpls.patch, files/2.4.2b3/net.ppp0,
  files/2.4.2b3/options-pppoe, files/2.4.2b3/options-pptp,
  files/2.4.2b3/pppoe.html:
  remove old version

  26 Apr 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2/modules.ppp:
  update pppoatm patch, bug #47574
  add mppe alias, bug #47091

  08 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r1.ebuild:
  install pppoatm.so, not only build it

  06 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r1.ebuild:
  add support for udev

*ppp-2.4.2-r1 (06 Mar 2004)

  06 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2-r1.ebuild:
  add atm to IUSE=""

  06 Mar 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2.ebuild,
  files/2.4.2/killaddr-smarter.patch, files/2.4.2/killaddr-smarter.patch.gz,
  files/2.4.2/mpls.patch, files/2.4.2/mpls.patch.gz,
  files/2.4.2/pppoatm.diff.gz, files/2.4.2/stdopt-mppe-mppc-0.82.patch.gz:
  add atm support (bug #41607) and mppc support (bug #42212)

  22 Feb 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2.ebuild:
  bug #41914

  14 Feb 2004; Aron Griffis <agriffis@gentoo.org> ppp-2.4.2.ebuild,
  files/2.4.2/pcap.patch:
  Patch for libpcap headers; fixes bug 41416

*ppp-2.4.2 (12 Feb 2004)

  12 Feb 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2.ebuild:
  version bump

  18 Jan 2004; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2_beta3-r1.ebuild:
  enable radius

  17 Jan 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2b3/ip-down,
  files/2.4.2b3/ip-up:
  resolv.conf permissions again, took method from debian

  12 Jan 2004; Heinrich Wendel <lanius@gentoo.org> files/2.4.2b3/ip-down,
  files/2.4.2b3/ip-up:
  resolv.conf permissions again

  01 Jan 2004; <tuxus@gentoo.org> ppp-2.4.1-r14.ebuild:
  Added mips to KEYWORDS

  27 Dec 2003; Heinrich Wendel <lanius@gentoo.org> files/2.4.2b3/net.ppp0:
  fixed sleep command to work on all locales (bug #36571)

  27 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2_beta3-r1.ebuild:
  fixed sed expression to only replace pppoe.so but not rp-pppoe.so

  26 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2_beta3-r1.ebuild:
  automatically change pppoe.so to rp-pppoe.so (library name changed in 2.4.2)

  23 Dec 2003; Brad House <brad_mssw@gentoo.org> ppp-2.4.2_beta3-r1.ebuild:
  freezes on compile on amd64, even after libtoolize addition

  22 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.1-r11.ebuild,
  ppp-2.4.1-r12.ebuild, ppp-2.4.1-r13.ebuild, ppp-2.4.2_beta3.ebuild:
  removed old versions

  22 Dec 2003; Heinrich Wendel <lanius@gentoo.org> files/2.4.2b3/ip-down,
  files/2.4.2b3/ip-up, files/2.4.2b3/net.ppp0:
  speed up startup in special cases (bug #36195)

*ppp-2.4.2_beta3-r1 (22 Dec 2003)

  22 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2_beta3-r1.ebuild,
  files/2.4.2b3/confd.ppp0, files/2.4.2b3/net.ppp0:
  added support for leased-line pppd setups (bug #33290)

*ppp-2.4.2_beta3-r1 (22 Dec 2003)

  22 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2_beta3-r1.ebuild,
  files/2.4.2b3/README.mpls, files/2.4.2b3/cflags.patch,
  files/2.4.2b3/chat-default, files/2.4.2b3/confd.ppp0, files/2.4.2b3/ip-down,
  files/2.4.2b3/ip-up, files/2.4.2b3/killaddr-smarter.patch,
  files/2.4.2b3/modules.ppp, files/2.4.2b3/mpls.patch, files/2.4.2b3/net.ppp0,
  files/2.4.2b3/options-pppoe, files/2.4.2b3/options-pptp,
  files/2.4.2b3/pppoe.html:

  major cleanups:
  - moved all cflags fixed to one patch
  - added mpls support
  - use pon, poff, plog scripts from ppp distribution
  - added killaddr-smarter patch (http://seclists.org/lists/linux-kernel/2001/Jan/ 5745.html)
  - added options files for pppoe and pptp
  - fixed resolv.conf issues
  - fixed stopping of net.ppp0
  - some minor things i forgot

  many thx to:
  - Robert Cernansky <openhs@users.sourceforge.net> (bug#26920)
  - Cory Visi <cory@visi.name> (bug #35381)
  - Francesco Pretto <ceztko@libero.it> (bug #36081)
  - Steve Hudson <shudson2@uwo.ca> (bug #26311)
  - BlueRaven <blueraven@libero.it> (bug #31418)

  08 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.1-r14.ebuild:
  added alpha to keywords, stable on sparc

  05 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.1-r13.ebuild:
  fixed chown syntax

  19 Nov 2003; Heinrich Wendel <lanius@gentoo.org> metadata.xml:
  metadata.xml

*ppp-2.4.2_beta3 (02 Oct 2003)

  02 Oct 2003; Heinrich Wendel <lanius@gentoo.org> ppp-2.4.2_beta3.ebuild:
  version bump

  06 Sep 2003; Seemant Kulleen <seemant@gentoo.org> files/net.ppp0:
  surround username with quotes for the secrets file generation. This helps with
  users who have funky characters in the usernames. Thanks to choenig__ in
  #gentoo-bugs (Christian Hoenig <gentoo@christianhoenig.de>)

  06 Sep 2003; Martin Holzer <mholzer@gentoo.org> ppp-2.4.1-r14.ebuild:
  removing pppatm

  07 Aug 2003; Tavis Ormandy <taviso@gentoo.org> ppp-2.4.1-r12.ebuild:
  stable on alpha

  01 Jul 2003; Olivier Crete <tester@gentoo.org> ppp-2.4.1-r14.ebuild:
  fix for va_list on amd64 (its like ppc)

  15 Jul 2003; Martin Schlemmer <azarah@gentoo.org> files/net.ppp0:
  Do not update /etc/ppp/peers if no NUMBER is set - this is for non
  dialup users, thanks to Maciek Freudenheim <fahren@bochnia.pl>.

  12 Jun 2003; <msterret@gentoo.org> ppp-2.4.1-r13.ebuild,
  ppp-2.4.1-r14.ebuild:
  add Header

  26 May 2003; Luca Barbato <lu_zero@gentoo.org> ppp-2.4.1-r14.ebuild:
  gcc-3.3 fix and moving the patches in src_unpack.

*ppp-2.4.1-r14 (22 May 2003)

  04 Aug 2003; Guy Martin <gmsoft@gentoo.org> ppp-2.4.1-r14.ebuild :
  Marked stable on hppa.

  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.