summaryrefslogtreecommitdiff
blob: e01371da26cb3537ac57e9e564517e94bd97b174 (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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
# ChangeLog for net-irc/unrealircd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.123 2015/06/28 21:34:10 mrueg Exp $

  28 Jun 2015; Manuel Rüger <mrueg@gentoo.org> metadata.xml:
  Drop unused local USE-description. Fix indentation.

  28 Jun 2015; Manuel Rüger <mrueg@gentoo.org>
  -files/unrealircd-3.2.9-disabled-stacked-extbans.patch,
  -unrealircd-3.2.10.2.ebuild, -unrealircd-3.2.9.ebuild:
  Remove old.

  10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> unrealircd-3.2.10.4.ebuild:
  Stable for x86, wrt bug #521706

  05 Oct 2014; Agostino Sarubbo <ago@gentoo.org> unrealircd-3.2.10.4.ebuild:
  Stable for ppc, wrt bug #521706

  30 Sep 2014; Chema Alonso <nimiux@gentoo.org> unrealircd-3.2.10.4.ebuild:
  Stable for amd64 wrt bug #521706

*unrealircd-3.2.10.4 (15 Aug 2014)

  15 Aug 2014; Nathan Phillip Brink <binki@gentoo.org>
  +unrealircd-3.2.10.4.ebuild, metadata.xml:
  Bump to unrealircd-3.2.10.4 and add USE=class-nofakelag for bug #512170.

  08 Jan 2014; Mike Frysinger <vapier@gentoo.org> unrealircd-3.2.9.ebuild:
  Inherit the user eclass for enewuser/etc...

  09 Dec 2013; Nathan Phillip Brink <binki@gentoo.org>
  -unrealircd-3.2.10.1.ebuild:
  Drop =unrealircd-3.2.10.1 for bug #492526.

  07 Dec 2013; Agostino Sarubbo <ago@gentoo.org> unrealircd-3.2.10.2.ebuild:
  Stable for ppc, wrt bug #492526

  06 Dec 2013; Agostino Sarubbo <ago@gentoo.org> unrealircd-3.2.10.2.ebuild:
  Stable for x86, wrt bug #492526

  06 Dec 2013; Agostino Sarubbo <ago@gentoo.org> unrealircd-3.2.10.2.ebuild:
  Stable for amd64, wrt bug #492526

  03 Dec 2013; Nathan Phillip Brink <binki@gentoo.org>
  -unrealircd-3.2.10-r1.ebuild:
  Drop unrealircd-3.2.10-r1, old and never stabilized.

*unrealircd-3.2.10.2 (03 Dec 2013)

  03 Dec 2013; Nathan Phillip Brink <binki@gentoo.org>
  +unrealircd-3.2.10.2.ebuild:
  Bump to unrealircd-3.2.10.2 for security bug #492526 addressing issues in
  3.2.10 and 3.2.10.1.

  18 Nov 2013; Nathan Phillip Brink <binki@gentoo.org>
  unrealircd-3.2.10-r1.ebuild, unrealircd-3.2.10.1.ebuild,
  unrealircd-3.2.9.ebuild:
  Remove RDEPEND on old net-misc/curl[ares] useflag (renamed to net-
  misc/curl[adns]).

  13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> unrealircd-3.2.10.1.ebuild:
  Stable for ppc, wrt bug #476342

  13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> unrealircd-3.2.10.1.ebuild:
  Stable for x86, wrt bug #476342

  10 Jul 2013; Chema Alonso <nimiux@gentoo.org> unrealircd-3.2.10.1.ebuild:
  Stable for amd64 wrt bug #476342

  22 May 2013; Lars Wendler <polynomial-c@gentoo.org>
  unrealircd-3.2.10.1.ebuild:
  Non-maintainer commit: Fixed path to sources (${S})

*unrealircd-3.2.10.1 (22 May 2013)

  22 May 2013; Nathan Phillip Brink <binki@gentoo.org>
  +unrealircd-3.2.10.1.ebuild:
  Bump to unrealircd-3.2.10.1.

  11 May 2013; Nathan Phillip Brink <binki@gentoo.org>
  unrealircd-3.2.10-r1.ebuild, unrealircd-3.2.9.ebuild:
  Support >=net-misc/curl-7.29.0-r1’s adns useflag which replaces its ares
  useflag, reported by kisak.

  27 Mar 2013; Nathan Phillip Brink <binki@gentoo.org> metadata.xml:
  Add jdhore to metadata.xml as a maintainer.

  26 Mar 2013; Nathan Phillip Brink <binki@gentoo.org> metadata.xml:
  Drop <herd>proxy-maintainers</herd> added incorrectly by hwoarang.

  17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
  Add proxy-maintainers to metadata.xml

  13 Mar 2013; Nathan Phillip Brink <binki@gentoo.org>
  -unrealircd-3.2.10.ebuild:
  Drop unrealircd-3.2.10 in favour of -r1.

*unrealircd-3.2.10-r1 (13 Mar 2013)

  13 Mar 2013; Nathan Phillip Brink <binki@gentoo.org>
  +unrealircd-3.2.10-r1.ebuild:
  Install configuration files and folders with more secure, non-world-readable
  permissions.

  27 Jan 2013; Nathan Phillip Brink <binki@gentoo.org> files/unrealircd.initd,
  unrealircd-3.2.10.ebuild, unrealircd-3.2.9.ebuild:
  Create /var/run/unrealircd in the initscript instead of when installing the
  package, fixing bug #453598 by Flameeyes (and supporting tmpfs /var/run).

*unrealircd-3.2.10 (26 Dec 2012)

  26 Dec 2012; Jeff Horelick <jdhore@gentoo.org> +unrealircd-3.2.10.ebuild,
  metadata.xml:
  Version bump

  03 May 2012; Jeff Horelick <jdhore@gentoo.org> unrealircd-3.2.9.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  21 Feb 2012; Nathan Phillip Brink <binki@gentoo.org>
  -unrealircd-3.2.8.1-r1.ebuild, -unrealircd-3.2.8.1-r2.ebuild,
  -unrealircd-3.2.9_rc2.ebuild, -files/unrealircd.confd, -files/unrealircd.rc,
  -files/unrealircd-system-cares.patch, -files/unrealircd-system-tre.patch,
  metadata.xml:
  Drop old versions as bug #395579 (stabilization of 3.2.9) is resolved.

  05 Feb 2012; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.8.1-r1.ebuild,
  unrealircd-3.2.8.1-r2.ebuild, unrealircd-3.2.9_rc2.ebuild,
  unrealircd-3.2.9.ebuild:
  Drop sparc keywords

  04 Jan 2012; Brent Baude <ranger@gentoo.org> unrealircd-3.2.9.ebuild:
  Marking unrealircd-3.2.9 ppc for bug 395579

  04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> unrealircd-3.2.9.ebuild:
  x86 stable wrt bug #395579

  21 Dec 2011; Agostino Sarubbo <ago@gentoo.org> unrealircd-3.2.9.ebuild:
  Stable for AMD64, wrt bug #395579

  21 Dec 2011; Nathan Phillip Brink <binki@gentoo.org> files/unrealircd.initd,
  files/unrealircd.rc:
  Fix bug #393661 reported by kensington by replacing ${opts} in initscript
  with ${extra_started_options}, sans revbumps.

  09 Nov 2011; Nathan Phillip Brink <binki@gentoo.org>
  unrealircd-3.2.9_rc2.ebuild, unrealircd-3.2.9.ebuild,
  +files/unrealircd-3.2.9-disabled-stacked-extbans.patch:
  Fix bug 389949 (by scribeofthenile) where compilation failed in
  unrealircd-3.2.9 and unrealircd-3.2.9_rc2 when USE=-extban-stacking.

*unrealircd-3.2.9 (06 Nov 2011)

  06 Nov 2011; Nathan Phillip Brink <binki@gentoo.org>
  +unrealircd-3.2.9.ebuild:
  Bump to unrealircd-3.2.9, with fixes to some automatic unrealircd.conf setup
  and misc.

*unrealircd-3.2.9_rc2 (27 Jul 2011)

  27 Jul 2011; Nathan Phillip Brink <binki@gentoo.org>
  +unrealircd-3.2.9_rc2.ebuild, +files/unrealircd.confd-r1,
  +files/unrealircd.initd, metadata.xml:
  Bump to unrealircd-3.2.9_rc2 with a refactored ebuild using EAPI=4, taking
  advantage of a somewhat-fixed ./configure, and new initscripts.

  26 Jun 2011; Nathan Phillip Brink <binki@gentoo.org> metadata.xml:
  Set myself (binki) as unrealircd's maintainer.

  26 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
  unrealircd-3.2.8.1-r2.ebuild:
  Use EAPI=3 to ensure that ${ED} is set correctly, fixing bug #372951.

*unrealircd-3.2.8.1-r2 (24 Jun 2011)

  24 Jun 2011; Nathan Phillip Brink <binki@gentoo.org>
  +unrealircd-3.2.8.1-r2.ebuild:
  Add support for prefix, tested on amd64-linux (ubuntu).

  21 Jun 2011; Markos Chandras <hwoarang@gentoo.org>
  unrealircd-3.2.8.1-r1.ebuild:
  Stable on amd64 wrt bug #366867

  07 May 2011; Nathan Phillip Brink <binki@gentoo.org>
  unrealircd-3.2.8.1-r1.ebuild:
  When compiling with curl support, require curl to be compiled against
  c-ares.

  05 May 2011; Nathan Phillip Brink <binki@gentoo.org>
  unrealircd-3.2.8.1-r1.ebuild:
  Fix bug 316379 reported by shimi by adding buildtime depend on pkgconfig.

  12 Jun 2010; Alex Legler <a3li@gentoo.org> -unrealircd-3.2.8.1.ebuild,
  unrealircd-3.2.8.1-r1.ebuild:
  Security commit: Copying stable keywords from 3.2.8.1 to 3.2.8.1-r1. The
  source tarball differs only in the backdoor which is removed. Removing
  vulnerable ebuild. Reference: bug 323691

*unrealircd-3.2.8.1-r1 (12 Jun 2010)

  12 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
  +unrealircd-3.2.8.1-r1.ebuild:
  Revision bump wrt security #323691.

  22 Dec 2009; Víctor Ostorga <vostorga@gentoo.org> files/unrealircd.rc:
  Fixing stop sequence in init script, patch thanks to Lars Wendler
  (Polynomial-C) <polynomial-c@gentoo.org> , bug #251858
  Dropping ~mips, due to missing keyword in dev-libs/tre

  09 Dec 2009; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.8.1.ebuild:
  sparc stable wrt #260806

  21 Nov 2009; nixnut <nixnut@gentoo.org> unrealircd-3.2.8.1.ebuild:
  ppc stable #260806

  18 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
  unrealircd-3.2.8.1.ebuild:
  stable x86, security bug 260806

  16 Nov 2009; Robert Buchholz <rbu@gentoo.org> +unrealircd-3.2.7-r2.ebuild:
  Re-add old stable until the new one is stable

*unrealircd-3.2.8.1 (14 Nov 2009)

  14 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
  -unrealircd-3.2.7-r2.ebuild, +unrealircd-3.2.8.1.ebuild,
  +files/unrealircd-system-cares.patch, +files/unrealircd-system-tre.patch,
  metadata.xml:
  QA: Version bump to fix bug #260806. Non maintainer commit.

  18 Sep 2009; Petteri Räty <betelgeuse@gentoo.org>
  unrealircd-3.2.7-r2.ebuild:
  Migrate to EAPI 2 in order to remove built_with_use usage.

  06 Jun 2009; Dawid Węgliński <cla@gentoo.org>
  unrealircd-3.2.7-r2.ebuild:
  Don't specify full path of installed doc files since PORTAGE_COMPRESS comes
  into play (bug #272935)

  23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
  add GLEP 56 USE flag desc from use.local.desc

  11 Aug 2008; Ricardo Mendoza <ricmm@gentoo.org>
  unrealircd-3.2.7-r2.ebuild:
  Add ~mips, bug #199362

  22 Dec 2007; Ulrich Mueller <ulm@gentoo.org> -unrealircd-3.2.7.ebuild:
  Remove old revision wrt bug #201682.

  22 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  unrealircd-3.2.7-r2.ebuild:
  ppc stable, bug #201682

  12 Dec 2007; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.7-r2.ebuild:
  sparc/x86 stable wrt #201682

*unrealircd-3.2.7-r2 (12 Dec 2007)

  12 Dec 2007; Ulrich Mueller <ulm@gentoo.org> -unrealircd-3.2.7-r1.ebuild,
  +unrealircd-3.2.7-r2.ebuild:
  Set correct owner for the installed certificates, fixes bug #201996.
  Thanks to Attila Tóth <atoth@atoth.sote.hu> and Stefan Becker
  <stefan.becker@ip-exchange.de> for reporting and providing a patch.

  10 Dec 2007; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.7-r1.ebuild:
  sparc/x86 stable wrt #201682

  08 Oct 2007; Raúl Porcel <armin76@gentoo.org>
  -unrealircd-3.2.6-r1.ebuild:
  old

  06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  unrealircd-3.2.7.ebuild:
  ppc stable, bug #193233

  25 Sep 2007; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.7.ebuild:
  sparc stable wrt #193233

  20 Sep 2007; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.7.ebuild:
  x86 stable wrt #193233

*unrealircd-3.2.7 (20 Aug 2007)

  20 Aug 2007; Markus Ullmann <jokey@gentoo.org> +unrealircd-3.2.7.ebuild:
  Version bump wrt notify in bug #189199

  20 Aug 2007; Markus Ullmann <jokey@gentoo.org> unrealircd-3.2.6-r1.ebuild:
  Fix SRC_URI

*unrealircd-3.2.6-r1 (14 May 2007)

  14 May 2007; Markus Ullmann <jokey@gentoo.org> -unrealircd-3.2.6.ebuild,
  +unrealircd-3.2.6-r1.ebuild:
  revbump for new useflag to support displaying channel modes during compilation

  06 May 2007; Marius Mauch <genone@gentoo.org> unrealircd-3.2.6.ebuild:
  Replacing einfo with elog

  08 Apr 2007; Raúl Porcel <armin76@gentoo.org> -unrealircd-3.2.5.ebuild:
  drop old

  06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  unrealircd-3.2.6.ebuild:
  ppc stable, bug #171421

  24 Mar 2007; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.6.ebuild:
  Add local USE flag for chanadmin and chanowner prefix support.

  19 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  unrealircd-3.2.6.ebuild:
  Stable on sparc wrt #171421

  19 Mar 2007; Raúl Porcel <armin76@gentoo.org> unrealircd-3.2.6.ebuild:
  x86 stable wrt bug 171421

*unrealircd-3.2.6 (18 Feb 2007)

  18 Feb 2007; Raúl Porcel <armin76@gentoo.org> +unrealircd-3.2.6.ebuild:
  Version bump wrt bug 164991

  19 Nov 2006; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.5.ebuild:
  Update SRC_URI and add mirror://gentoo/ to prevent future breakage.

  21 Oct 2006; Timothy Redaelli <drizzt@gentoo.org> unrealircd-3.2.5.ebuild:
  Applied patch for bug 152212 to make it compile on g/fbsd (authorized by
  Markus Ullmann) Added ~x86-fbsd keyword

  20 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  unrealircd-3.2.5.ebuild:
  Stable on sparc

*unrealircd-3.2.5 (27 Jun 2006)

  27 Jun 2006; Markus Ullmann <jokey@gentoo.org> +unrealircd-3.2.5.ebuild:
  Version bump wrt bug #137266, thanks to Todd Merrill
  <todd.merrill@comcast.net> for testing the new version

  09 May 2006; Sven Wegener <swegener@gentoo.org> -unrealircd-3.2.3.ebuild,
  -unrealircd-3.2.3-r1.ebuild:
  Cleanup.

  03 May 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  unrealircd-3.2.4.ebuild:
  ppc stable, bug #132012

  03 May 2006; Joshua Jackson <tsunam@gentoo.org> unrealircd-3.2.4.ebuild:
  Stable on x86; bug #132012

  27 Apr 2006; Alec Warner <antarus@gentoo.org>
  files/digest-unrealircd-3.2.3, files/digest-unrealircd-3.2.3-r1, Manifest:
  Fixing SHA256 digest, pass four

  18 Mar 2006; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.4.ebuild:
  Revert back to the myconf solution, the configure script is broken. This
  should fix bug #125705.

*unrealircd-3.2.4 (17 Feb 2006)

  17 Feb 2006; Alec Warner <antarus@gentoo.org> +unrealircd-3.2.4.ebuild:
  Revision bump to 3.2.4, thanks to Todd Merrill <todd.merrill@comcast.net>
  for reporting. Fixes bug #123173

  14 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  unrealircd-3.2.3-r1.ebuild:
  Keyworded ~sparc wrt #107146

  15 Aug 2005; Luis Medinas <metalgod@gentoo.org>
  unrealircd-3.2.3-r1.ebuild:
  Added ~amd64 keywords.

  14 Aug 2005; Sven Wegener <swegener@gentoo.org>
  unrealircd-3.2.3-r1.ebuild:
  Make ebuild multilib friendly.

  15 Aug 2005; Luis Medinas <metalgod@gentoo.org>
  unrealircd-3.2.3-r1.ebuild:
  Added ~amd64 keywords.

  29 Jun 2005; Sven Wegener <swegener@gentoo.org>
  unrealircd-3.2.3-r1.ebuild:
  Updated the curl check to also check for the ipv6 USE flag.

*unrealircd-3.2.3-r1 (03 May 2005)

  03 May 2005; Sven Wegener <swegener@gentoo.org>
  +unrealircd-3.2.3-r1.ebuild:
  Revision bump. Added support for the curl USE flag that allows
  network-based configuration includes. Closes bug #86307.

  01 May 2005; Michael Hanselmann <hansmi@gentoo.org>
  unrealircd-3.2.3.ebuild:
  Stable on ppc.

  26 Apr 2005; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.3.ebuild:
  Set ownership of configuration files the right way. Fixes bug #90075.

  22 Apr 2005; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.3.ebuild:
  Marked stable on x86.

*unrealircd-3.2.3 (14 Mar 2005)

  14 Mar 2005; Sven Wegener <swegener@gentoo.org> +unrealircd-3.2.3.ebuild:
  Version bump.

  18 Jan 2005; Sven Wegener <swegener@gentoo.org>
  -unrealircd-3.2.1-r1.ebuild, -unrealircd-3.2.2.ebuild:
  Removed old vulnerable ebuilds.

*unrealircd-3.2.2b (18 Jan 2005)

  18 Jan 2005; Sven Wegener <swegener@gentoo.org> +unrealircd-3.2.2b.ebuild:
  Version bump for security bug #78524. Marked stable on x86.

*unrealircd-3.2.2 (05 Dec 2004)

  05 Dec 2004; Sven Wegener <swegener@gentoo.org>
  unrealircd-3.2.1-r1.ebuild, +unrealircd-3.2.2.ebuild:
  Version bump.

  17 Oct 2004; Sven Wegener <swegener@gentoo.org>
  -files/3.1.5.1-Config.patch, -files/3.1.6-Config.patch,
  -unrealircd-3.1.5.1.ebuild, -unrealircd-3.1.6.ebuild:
  Removed old ebuilds and files.

  09 Oct 2004; Sven Wegener <swegener@gentoo.org> files/unrealircd.rc:
  Modified to 'use net' not 'need net' in init script. Closes bug #66467.

  03 Oct 2004; Sven Wegener <swegener@gentoo.org>
  unrealircd-3.2.1-r1.ebuild:
  Marked stable on x86.

  15 Aug 2004; Sven Wegener <swegener@gentoo.org> files/unrealircd.rc,
  unrealircd-3.2.1-r1.ebuild, -unrealircd-3.2.1.ebuild:
  Updated init script with reload support.

  14 Aug 2004; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.1-r1.ebuild:
  Modified the ebuild to install configuration files for aliases and networks
  and always enable the channel owner and admin prefixes.

  14 Aug 2004; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.1-r1.ebuild:
  Added info to pkg_postinst().

*unrealircd-3.2.1-r1 (14 Aug 2004)

  14 Aug 2004; Sven Wegener <swegener@gentoo.org> +unrealircd-3.2.1-r1.ebuild:
  Revision bump. Made the hub support optional and added support for the ipv6
  USE flag.

  25 Jul 2004; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.1.ebuild:
  Fixed wrong path in ircdchk cron script.

  24 Jul 2004; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.1.ebuild:
  Configuration files need to be owned by user unrealircd.

  24 Jul 2004; Sven Wegener <swegener@gentoo.org> files/unrealircd.rc,
  unrealircd-3.2.1.ebuild:
  Fixed typo in init script and modified ebuild to install cron example scripts.

*unrealircd-3.2.1 (24 Jul 2004)

  24 Jul 2004; Sven Wegener <swegener@gentoo.org> -files/mkunrealircd-cert,
  files/unrealircd.confd, files/unrealircd.rc, +unrealircd-3.2.1.ebuild,
  -unrealircd-3.2_rc2.ebuild:
  Version bump. Closes bug #48965 and bug #41919. Switched from
  mkunrealircd-cert to ssl-cert.eclass.

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org> unrealircd-3.1.5.1.ebuild,
  unrealircd-3.1.6.ebuild, unrealircd-3.2_rc2.ebuild:
  Add inherit eutils

  23 Apr 2004; David Holm <dholm@gentoo.org> unrealircd-3.2_rc2.ebuild:
  Added to ~ppc.

*unrealircd-3.2_rc2 (22 Apr 2004)

  22 Apr 2004; Chuck Short <zul@gentoo.org> unrealircd-3.2_rc1.ebuild,
  unrealircd-3.2_rc2.ebuild:
  RemoRemoved 3.2rc1 in place for rc1.

  22 Apr 2004; Chuck Short <zul@gentoo.org> unrealircd-3.2_rc1.ebuild:
  Updated ebuild.
  Closes #42396.

  13 Apr 2004; Chuck Short <zul@gentoo.org> files/mkunrealircd-cert:
  Fix mkunrealircd-cert. Closes #42396.

  06 Mar 2004; Chuck Short <zul@gentoo.org> files/mkunrealircd-cert:
  Updated mkunrealircd-cert script.

  05 Mar 2004; Chuck Short <zul@gentoo.org> unrealircd-3.2_rc1.ebuild:
  DPATH and SPATH is hardcoded with the PORTDIR_TMP. Closes #42396.

  04 Mar 2004; Chuck Short <zul@gentoo.org> unrealircd-3.2_rc1.ebuild:
  Ebuild improvements. Closes #42396.

*unrealircd-3.2_rc1 (20 Feb 2004)

  20 Feb 2004; Chuck Short <zul@gentoo.org> unrealircd-3.1.5.1.ebuild,
  unrealircd-3.1.6.ebuild, unrealircd-3.2_rc1.ebuild:
  Updated headers, version bump. Closes #41919.

*unrealircd-3.1.6 (02 Jul 2003)

  02 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
  Version bump + patches to fix compat with newer glibc #23825.

*unrealircd-3.1.5.1 (31 Jan 2003)

  02 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
  Patches to fix compat with newer glibc #23825.

  25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> unrealircd-3.1.5.1.ebuild:
  openssl USE is actually ssl

  31 Jan 2003; Mike Frysinger <vapier@gentoo.org> :
  Initial import.  Ebuild submitted by me.