summaryrefslogtreecommitdiff
blob: 6925454dac8289e3423420d8f3a44296b12d4018 (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
# ChangeLog for net-misc/dhcp
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.71 2006/02/08 23:42:23 halcy0n Exp $

  08 Feb 2006; Mark Loeser <halcy0n@gentoo.org> dhcp-3.0.3-r2.ebuild:
  Stable on x86; bug #89424

  07 Feb 2006; Aron Griffis <agriffis@gentoo.org> dhcp-3.0.3-r2.ebuild:
  Mark 3.0.3-r2 stable on alpha

  28 Dec 2005; Guy Martin <gmsoft@gentoo.org> dhcp-3.0.3-r2.ebuild:
  No more unaligned access on hppa. Marking stable.

  22 Dec 2005; Roy Marples <uberlord@gentoo.org> dhcp-3.0.4_beta2-r1.ebuild:
  Remove script, host-name and domain-name options from the sample dhclient.conf

  21 Dec 2005; Roy Marples <uberlord@gentoo.org> dhcp-3.0.1-r1.ebuild,
  dhcp-3.0.3-r2.ebuild, dhcp-3.0.4_beta2-r1.ebuild:
  Updated post merge message to use emerge --config, #109482.

*dhcp-3.0.4_beta2-r1 (14 Dec 2005)
*dhcp-3.0.3-r2 (14 Dec 2005)

  14 Dec 2005; Roy Marples <uberlord@gentoo.org> files/dhcp.init,
  -dhcp-3.0.3-r1.ebuild, +dhcp-3.0.3-r2.ebuild, -dhcp-3.0.4_beta2.ebuild,
  +dhcp-3.0.4_beta2-r1.ebuild:
  Fixed correct owner of lease file, #115554 thanks to Jan Spitalnik.

*dhcp-3.0.4_beta2 (09 Dec 2005)

  09 Dec 2005; Roy Marples <uberlord@gentoo.org>
  +files/dhcp-3.0.3-no_isc_blurb.patch, +dhcp-3.0.4_beta2.ebuild:
  New upstream beta release, fixes #101891.
  Dropped token ring patch as a better fix has been made upstream.
  Added patch to quiet the isc blurb if the -q option is given.
  (patch nobbled from RedHat and adapted by me for dhclient and dhcrelay)
  Install Japanese documentation if ja is in LINGUAS and en isn't.
  Tart up the installed dhclient-script to add a comment saying
  that they aren't used when using Gentoo baselayout net scripts.
  Branded the binaries with Gentoo revision.

  09 Dec 2005; Roy Marples <uberlord@gentoo.org> dhcp-3.0.3-r1.ebuild:
  multilib fixed.

  07 Dec 2005; Roy Marples <uberlord@gentoo.org> dhcp-3.0.3-r1.ebuild:
  Fixed sandbox violation, #114753.

*dhcp-3.0.3-r1 (07 Dec 2005)

  07 Dec 2005; Roy Marples <uberlord@gentoo.org>
  +files/dhcp-3.0.3-libdst.patch, +files/dhcp-3.0-fix-perms.patch,
  +files/dhcp-3.0-paranoia.patch, files/dhcp.conf, +files/dhcp.init,
  files/dhcrelay.conf, +files/dhcrelay.init, metadata.xml,
  -dhcp-3.0.2.ebuild, -dhcp-3.0.3.ebuild, +dhcp-3.0.3-r1.ebuild:
  Split patches out into FILESDIR.
  Stop installing dhclient-script.sample as baselayout has its own.
  chroot creation no longer assumes a default directory.
  We copy resolv.conf and localtime as a real files into the chroot now.
  document resolv.conf in conf.d/dhcp for chroots, #113869.
  init script now parses dhcpd.conf for pidfile and leasefile locations, #89428.
  libdst.a gets installed now, #75544 thanks to Ron O'Hara.

  04 Dec 2005; Tom Gall <tgall@gentoo.org> dhcp-3.0.1-r1.ebuild:
  stable on ppc64

*dhcp-3.0.3 (12 Oct 2005)

  12 Oct 2005; Roy Marples <uberlord@gentoo.org> +files/dhcp-3.0.3-tr.patch,
  +files/dhclient-ntp.patch, +dhcp-3.0.3.ebuild:
  Version bump
  Includes fixes for #102473 (tr.c not compiling, patch by Ed Catmur)
  and dhclient ntp support #63868

  15 Sep 2005; Aron Griffis <agriffis@gentoo.org> dhcp-3.0.1-r1.ebuild:
  Mark 3.0.1-r1 stable on alpha

  04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/dhcp-3.0.2-gmake.patch, dhcp-3.0.2.ebuild:
  Added patch to fix wrong 'make' calls on Gentoo/FreeBSD.

  04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> dhcp-3.0.2.ebuild:
  Remove -Werror cflag that is passed when building on FreeBSD to fix
  Gentoo/FreeBSD.

  17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> dhcp-3.0.1-r1.ebuild:
  Stable on ppc.

  20 May 2005; Rene Nussbaumer <killerfox@gentoo.org> dhcp-3.0.1-r1.ebuild:
  Stable on hppa

  19 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> dhcp-3.0.1-r1.ebuild:
  Stable on sparc

  17 May 2005; Jan Brinkmann <luckyduck@gentoo.org> dhcp-3.0.1-r1.ebuild:
  stable on amd64

*dhcp-3.0.2 (16 May 2005)

  16 May 2005; Seemant Kulleen <seemant@gentoo.org>
  -files/dhcp-3.0.1-fix-invalid-attribute.patch,
  -files/dhcp-3.0+paranoia.patch, -files/dhcp-3.0pl2-fix-perms.patch,
  dhcp-3.0.1.ebuild, dhcp-3.0.1-r1.ebuild, +dhcp-3.0.2.ebuild:
  Version bump thanks to: Bjarke Istrup Pedersen <Bjarke.ip@tekpunkt.dk> in
  bug #88630. Additionally, moved the patches to a tarball on the mirrors.
  Configs will probably follow

  29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  20 Dec 2004; <max@gentoo.org> files/dhcrelay.conf, files/dhcrelay.rc6:
  Fix dhcrelay startup script for proper commandline arguments and proper
  shutdown pidfile. Fixes bug #48207.

*dhcp-3.0.1-r1 (20 Dec 2004)

  20 Dec 2004; <max@gentoo.org> -files/conf.dhcpd, files/dhcp.conf,
  files/dhcp.rc6, +dhcp-3.0.1-r1.ebuild:
  Removed unused conf.dhcpd file. Move the -q option out of rc6 script into
  conf.d file for easier debugging. Add localtime to the chroot setup. Add
  commented LD_PRELOAD variable for proper name resoluting inside chroot. Fixes
  bug #41217.

  10 Nov 2004; Travis Tilley <lv@gentoo.org>
  +files/dhcp-3.0.1-fix-invalid-attribute.patch, dhcp-3.0.1.ebuild:
  fixed some invalid attributes in includes/dhcpd.h so that dhcp compiles
  using gcc 3.4 again. closes bug 69555

  17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> dhcp-3.0.1.ebuild:
  keywords ~amd64.

  02 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> dhcp-3.0.1.ebuild:
  Keyword ~alpha, bug 65840.

  07 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> dhcp-3.0.1.ebuild:
  Stable on sparc

*dhcp-3.0.1 (18 Jul 2004)

  18 Jul 2004; Mike Frysinger <vapier@gentoo.org>
  +files/dhcp-3.0+paranoia.patch, +dhcp-3.0.1.ebuild, dhcp-3.0_p2-r5.ebuild,
  dhcp-3.0_p2-r6.ebuild:
  Version bump #57347 by Martin Jackson. Also move paranoia patch out of
  $DISTDIR and into $FILESDIR.

  01 Jul 2004; Jon Hood <squinky86@gentoo.org> dhcp-3.0_p2-r4.ebuild,
  dhcp-3.0_p2-r5.ebuild, dhcp-3.0_p2-r6.ebuild:
  change virtual/glibc to virtual/libc

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> dhcp-3.0_p2-r4.ebuild:
  Add inherit eutils

  06 Apr 2004; Joshua Brindle <method@gentoo.org> dhcp-3.0_p2-r4.ebuild,
  dhcp-3.0_p2-r5.ebuild, dhcp-3.0_p2-r6.ebuild:
  added selinux policy to rdepend

*dhcp-3.0_p2-r6 (08 Mar 2004)
*dhcp-3.0_p2-r5 (08 Mar 2004)
*dhcp-3.0_p2-r4 (08 Mar 2004)

  08 Mar 2004; Seemant Kulleen <seemant@gentoo.org> dhcp-3.0_p2-r2.ebuild,
  dhcp-3.0_p2-r3.ebuild, dhcp-3.0_p2-r4.ebuild, dhcp-3.0_p2-r5.ebuild,
  dhcp-3.0_p2-r6.ebuild, dhcp-3.0_p2.ebuild:
  Forced a version bump on these ebuilds. Basically -r0 is now -r4, -r2 is now
  -r5 and -r3 is now -r6. The reason for the revision bump was to make this
  package PROVIDE virtual/dhcp. Closes a long-standing bloat-reduction request
  made on gentoo-dev mailing list by: William Hubbs <kc5eiv@kc5eiv.homeip.net>
  at http://article.gmane.org/gmane.linux.gentoo.devel/11579

  09 Mar 2004; Bartosch Pixa <darkspecter@gentoo.org> dhcp-3.0_p2-r2.ebuild:
  set ppc in keywords

  04 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> dhcp-3.0_p2-r3.ebuild:
  stable on sparc

  24 Feb 2004; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r3.ebuild:
  Bump to stable x86.

  14 Jan 2004; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r3.ebuild,
  files/dhcp.rc6, files/dhcrelay.rc6:
  Use proper pid file and directory. Fixes bug #35751.

  14 Jan 2004; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r3.ebuild,
  files/dhcp.conf, files/dhcp.rc6, files/dhcrelay.conf, files/dhcrelay.rc6:
  Add dhcrelay startup script. Contributed by Martin Jackson on bug #33895.

  14 Jan 2004; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r3.ebuild:
  Readd the ebuild and chown patch to address bugs #27079 and #36869.

  05 Jan 2004; Jason Wever <weeve@gentoo.org> dhcp-3.0_p2-r2.ebuild:
  Marked stable on sparc.

  31 Dec 2003; Guy Martin <gmsoft@gentoo.org> dhcp-3.0_p2-r2.ebuild:
  Marked stable on hppa.

  18 Nov 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r2.ebuild:
  Some fixes from bug 31840.

  07 Nov 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r3.ebuild,
  files/dhcp-3.0pl2-fix-perms.patch:
  Remove experimental version. The current stable works correctly.
  Finally fixes bug 31840.

*dhcp-3.0_p2-r3 (05 Nov 2003)

  05 Nov 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r3.ebuild,
  files/dhcp-3.0pl2-fix-perms.patch:
  Experimental attempt to fix 31840.

  05 Nov 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r2.ebuild,
  files/dhcp.rc6:
  Use a PID file for startup/shutdown.

  24 Oct 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r2.ebuild:
  Fix ownership as part of pkg_postinst(). Fixes bug 31840.

  22 Oct 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r2.ebuild:
  Use enewuser() from eutils.eclass.

  21 Oct 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r1.ebuild,
  dhcp-3.0_p2-r2.ebuild:
  Bump latest to stable x86.

*dhcp-3.0_p2-r2 (02 Oct 2003)

  02 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
  Add patch to fix user options to dhclient #30049 and add USE=static
  support #30026.

  16 Sep 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r1.ebuild:
  Set proper ownership on /var/lib/dhcp.

  13 Aug 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r1.ebuild,
  files/dhcp.rc6:
  Move dhcpd.leases file creation to the startup script. Change "use named" to
  "use dns". Other cleanups.

  25 Jul 2003; lanius@gentoo.org files/dhcp.rc6, files/dhcp.rc7:
  added "use named" to rc scripts (bug #25239)

*dhcp-3.0_p2-r1 (23 Jul 2003)

  23 Jul 2003; Max Kalika <max@gentoo.org> dhcp-3.0_p2-r1.ebuild,
  files/dhcp.conf, files/dhcp.rc5, files/dhcp.rc6:
  Add support for the dhcp-paranoia patch which allows to run the server
  chrooted and under a different user/group id. Remove unused dhcp.rc5 file.
  Create a new startup script and dub it dhcp.rc6 as that file isn't currently
  used by anything. Other various cleanups.

  17 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> dhcp-3.0_p2.ebuild :
  Unmasked, security update.

*dhcp-3.0_p2 (15 Jan 2003)

  01 Mar 2003; Jason Wever <weeve@gentoo.org> dhcp-3.0_p2.ebuild:
  Applied fix for bug #11960 to omit -O flags so dhcp will no longer bus error
  on sbus sparcs.

  24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcp-3.0_p2.ebuild :
  Added testing mips keyword to the ebuild.

  15 Jan 2003; Brandon Low <lostlogic@gentoo.org> dhcp-3.0_p2.ebuild:
  Version update, and update the ebuild to automatically assign
  it's source name.

*dhcp-3.0_p1 (29 Dec 2002)

  24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcp-3.0_p1.ebuild :
  Added testing mips keyword to the ebuild.

  29 Dec 2002; Daniel Robbins <drobbins@gentoo.org>: Renamed from 3.0-r4 to
  reflect the version (3.0_pl1) of the sources being used.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*dhcp-3.0-r4 (21 Sep 2002)

  21 Sep 2002; Mike Frysinger <vapier@gentoo.org> dhcp-3.0-r4.ebuild, dhclient.c-3.0-dw-cli-fix.patch, digest-dhcp-3.0-r4

  Added a small patch per #8088 to fix the -nw bug (patch comes from upstream)

*dhcp-3.0-r3 (16 Jun 2002)

  03 Sep  2002; Brandon Low <lostlogic@gentoo.org> dhcp-3.0-r3.ebuild, files/conf.dhcp,
						   files/dhcp.rc7, digest-dhcp-3.0-r3:

  Update ebuild to touch dhcp.leases, fix config and init.d files
  to work more sanely.

*dhcp-3.0-r2 (16 Jun 2002)

  21 Jul 2002; Owen Stampflee <owen@gentoo.org> :

  Added PPC to KEYWORDS.


  6 Jul 2002; phoen][x <phoenix@gentoo.org>: dhcp-3.0-r2.ebuild:
  Added KEYWORDS.
  
  16 Jun 2002; Brandon Low <lostlogic@gentoo.org>: dhcp-3.0-r2.ebuild:

  This moves the definition of which ethernet ports to listen on to
  /etc/conf.d where it should be this is prettier now thank TrAns13nT
  for making fix this bug.

*dhcp-3.0-r1 (6 July 2002)

  6 Jul 2002; phoen][x <phoenix@gentoo.org>: dhcp-3.0-r1.ebuild:
  Added KEYWORDS.

*dhcp-3.0 (14 Feb 2002)

  6 Jul 2002; phoen][x <phoenix@gentoo.org>: dhcp-3.0.ebuild:
  Added KEYWORDS, SLOTS.

  14 Feb 2002; Daniel Robbins <drobbins@gentoo.org>: New 3.0 release.

*dhcp-3.0_rc12-r6 (1 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.