summaryrefslogtreecommitdiff
blob: 2c0bfee0eee8f02224242d27830314e3dc5cc8ac (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
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
# ChangeLog for sys-libs/uclibc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/ChangeLog,v 1.74 2013/03/03 03:54:18 vapier Exp $

  03 Mar 2013; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.33.2-r3.ebuild:
  Stabilize for all #458908 by Mark Reiche.

  07 Feb 2013; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.33.2-r3.ebuild,
  uclibc-9999.ebuild:
  Handle bfin-* targets as pointed out by Luca.

  26 Jan 2013; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.33.2-r3.ebuild:
  Add fix from upstream for cleaning up undefined syscalls. #425006 by Kiichiro.

*uclibc-0.9.33.2-r3 (26 Jan 2013)

  26 Jan 2013; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.33.2-r3.ebuild:
  Enable UCLIBC_SUPPORT_AI_ADDRCONFIG support #452448 by Richard Yao.  Add
  dup3/mkostemp support #453634 by Tibor Vago.

  26 Jan 2013; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.33.2-r2.ebuild:
  Mark stable for all.

*uclibc-0.9.33.2-r2 (18 Aug 2012)

  18 Aug 2012; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.33.2-r2.ebuild:
  Add posix_madvise support from upstream #427798 by James Le Cuirot.

*uclibc-0.9.33.2-r1 (05 Jul 2012)

  05 Jul 2012; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.33.2-r1.ebuild:
  Pull in rpmatch from upstream to move it from header to C library for gnulib
  #423491.

  09 Jun 2012; Mike Frysinger <vapier@gentoo.org> -uclibc-0.9.27-r1.ebuild,
  -uclibc-0.9.28.3-r3.ebuild, -uclibc-0.9.28.3-r7.ebuild,
  -uclibc-0.9.28.3.ebuild, uclibc-0.9.28.3-r8.ebuild, uclibc-0.9.30.1-r1.ebuild,
  uclibc-0.9.30.1.ebuild, uclibc-0.9.30.ebuild, uclibc-0.9.33.1-r1.ebuild,
  uclibc-0.9.33.1.ebuild, uclibc-0.9.33.2.ebuild, uclibc-9999.ebuild:
  Drop tc-is-softfloat usage as the FPU knob merely controls enabling of libm.

  09 Jun 2012; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.33.2.ebuild:
  Mark stable for all.

  08 Jun 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
  Drop maintainer from metadata as talked with him.

  01 Jun 2012; Zac Medico <zmedico@gentoo.org> uclibc-0.9.33.1-r1.ebuild,
  uclibc-0.9.33.1.ebuild, uclibc-0.9.33.2.ebuild, uclibc-9999.ebuild:
  inherit multilib for get_libdir

*uclibc-0.9.33.2 (16 May 2012)

  16 May 2012; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.33.2.ebuild:
  Version bump.

*uclibc-0.9.33.1-r1 (24 Apr 2012)

  24 Apr 2012; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.33.1-r1.ebuild:
  Enable some more POSIX options, and fixes from mainline.

*uclibc-9999 (22 Apr 2012)

  22 Apr 2012; Mike Frysinger <vapier@gentoo.org> +uclibc-9999.ebuild:
  Add a live git ebuild for dev #232881 by Lucio Asnaghi.

*uclibc-0.9.33.1 (22 Apr 2012)

  22 Apr 2012; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.33.1.ebuild:
  Version bump by Ed Wildgoose #308477.

  20 Apr 2011; Ulrich Mueller <ulm@gentoo.org> uclibc-0.9.27-r1.ebuild,
  uclibc-0.9.28.3.ebuild, uclibc-0.9.28.3-r3.ebuild, uclibc-0.9.28.3-r7.ebuild,
  uclibc-0.9.28.3-r8.ebuild, uclibc-0.9.30.ebuild, uclibc-0.9.30.1.ebuild,
  uclibc-0.9.30.1-r1.ebuild:
  Don't PROVIDE virtual/libc, bug 359001.

  06 Feb 2011; Mart Raudsepp <leio@gentoo.org> uclibc-0.9.27-r1.ebuild:
  Drop to ~mips

  18 Jan 2010; <solar@gentoo.org> uclibc-0.9.27-r1.ebuild,
  uclibc-0.9.28.3.ebuild, uclibc-0.9.28.3-r3.ebuild,
  uclibc-0.9.28.3-r7.ebuild, uclibc-0.9.28.3-r8.ebuild,
  uclibc-0.9.30.ebuild, uclibc-0.9.30.1.ebuild:
  - update headers

  18 Jan 2010; <solar@gentoo.org> uclibc-0.9.30.1-r1.ebuild:
  - Add avr32 target. Bug 267449

  04 Nov 2009; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.30.1-r1.ebuild:
  Dont try installing ldd/ldconfig utils when shared library support is
  disabled #291787 by Petric Frank.

  17 Oct 2009; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.28.3-r8.ebuild:
  Stabilize for all #289522 by Ryan Hill.

  23 Sep 2009; Patrick Lauer <patrick@gentoo.org> uclibc-0.9.27-r1.ebuild,
  uclibc-0.9.28.3.ebuild, uclibc-0.9.28.3-r3.ebuild,
  uclibc-0.9.28.3-r7.ebuild, uclibc-0.9.28.3-r8.ebuild,
  uclibc-0.9.30.ebuild, uclibc-0.9.30.1.ebuild, uclibc-0.9.30.1-r1.ebuild:
  Re-add virtual/libc PROVIDE as it is still needed

  23 Sep 2009; Patrick Lauer <patrick@gentoo.org> uclibc-0.9.27-r1.ebuild,
  uclibc-0.9.28.3.ebuild, uclibc-0.9.28.3-r3.ebuild,
  uclibc-0.9.28.3-r7.ebuild, uclibc-0.9.28.3-r8.ebuild,
  uclibc-0.9.30.ebuild, uclibc-0.9.30.1.ebuild, uclibc-0.9.30.1-r1.ebuild:
  Remove virtual/libc

  25 Aug 2009; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.28.3-r8.ebuild:
  Install a simple fenv.h for newer gcc versions #266298 by Antonio Pezo.

*uclibc-0.9.28.3-r8 (25 Aug 2009)

  25 Aug 2009; Mike Frysinger <vapier@gentoo.org>
  +uclibc-0.9.28.3-r8.ebuild:
  Backport some fixes to get latest stable utils building (like
  iproute2/udev).

  25 Aug 2009; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.28.3-r7.ebuild:
  Mark arm/m68k/ppc/sh/x86 stable.

  26 Jul 2009; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.27-r1.ebuild,
  uclibc-0.9.28.3.ebuild, uclibc-0.9.28.3-r3.ebuild,
  uclibc-0.9.28.3-r7.ebuild, uclibc-0.9.30.ebuild, uclibc-0.9.30.1.ebuild,
  uclibc-0.9.30.1-r1.ebuild:
  Dont bother installing ldd/ldconfig man pages as common man pages work
  fine for the most part #254650 by Anthony Giorgio.

  22 Jul 2009; Zac Medico <zmedico@gentoo.org> uclibc-0.9.27-r1.ebuild,
  uclibc-0.9.28.3.ebuild, uclibc-0.9.28.3-r3.ebuild,
  uclibc-0.9.28.3-r7.ebuild, uclibc-0.9.30.ebuild, uclibc-0.9.30.1.ebuild,
  uclibc-0.9.30.1-r1.ebuild:
  Bug #270496 - Fix PROVIDE conditionals to use elibc_uclibc.

  20 Jul 2009; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.30.1.ebuild,
  uclibc-0.9.30.1-r1.ebuild:
  Fix getline() conflict with glibc-2.10 #277186 by Diego E. Pettenò.

*uclibc-0.9.30.1-r1 (12 Mar 2009)

  12 Mar 2009; <solar@gentoo.org> +uclibc-0.9.30.1-r1.ebuild:
  - import a few svn patches from upstream. fixes bug 262181

*uclibc-0.9.30.1 (03 Mar 2009)

  03 Mar 2009; <solar@gentoo.org> +uclibc-0.9.30.1.ebuild:
  - version bump

  10 Jan 2009; Stuart Longland <redhatter@gentoo.org> uclibc-0.9.30.ebuild:
  Added ~mips keyword. uClibc appears to work fine on both mips and mipsel
  with one caveat: it doesn't work on 16KB page size kernels (i.e. Loongson)
  see http://bugs.busybox.net/show_bug.cgi?id=9 for info here.

  It *does* however, work fine on my Cobalt Qube2 and SGI O2, where I am 
  building stages.

  02 Jan 2009; <solar@gentoo.org> metadata.xml, uclibc-0.9.30.ebuild:
  work around gcc-4 lack of ssp by default support while +hardened is enabled

*uclibc-0.9.30 (28 Nov 2008)

  28 Nov 2008; <solar@gentoo.org> -uclibc-0.9.28.3-r6.ebuild,
  -uclibc-0.9.30_rc1.ebuild, -uclibc-0.9.30_rc3.ebuild,
  +uclibc-0.9.30.ebuild:
  - version bump and some cleanup

  09 Nov 2008; <solar@gentoo.org> uclibc-0.9.30_rc3.ebuild:
  - psm reports headers need -j1 flag

  01 Nov 2008; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.27-r1.ebuild,
  uclibc-0.9.28.3.ebuild, uclibc-0.9.28.3-r3.ebuild,
  uclibc-0.9.28.3-r6.ebuild, uclibc-0.9.28.3-r7.ebuild,
  uclibc-0.9.30_rc1.ebuild, uclibc-0.9.30_rc3.ebuild:
  Unify some ebuild differences and fix header-only install with newer
  versions #234748 by Nathan Brink.

*uclibc-0.9.30_rc3 (29 Oct 2008)

  29 Oct 2008; <solar@gentoo.org> +uclibc-0.9.30_rc3.ebuild:
  - version bump. rc3 drops all gentoo patches. merged upstream

*uclibc-0.9.30_rc1 (23 Sep 2008)

  23 Sep 2008; <solar@gentoo.org> +uclibc-0.9.30_rc1.ebuild:
  - Initial import of 0.9.30_rc1 branch for gentoo testing/QA before final the
  release. (many thanks to torindel for helping out with this)

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

*uclibc-0.9.28.3-r7 (08 Jun 2008)

  08 Jun 2008; <solar@gentoo.org> +uclibc-0.9.28.3-r7.ebuild:
  - fix up a few cross compile problems for arm

*uclibc-0.9.28.3-r6 (05 May 2008)

  05 May 2008; <solar@gentoo.org> -uclibc-0.9.28.ebuild,
  -uclibc-0.9.28-r1.ebuild, -uclibc-0.9.28-r2.ebuild,
  -uclibc-0.9.28.1.ebuild, -uclibc-0.9.28.3-r1.ebuild,
  -uclibc-0.9.28.3-r2.ebuild, -uclibc-0.9.28.3-r4.ebuild,
  -uclibc-0.9.28.3-r5.ebuild, +uclibc-0.9.28.3-r6.ebuild:
  - little cleanup and add the realpath patch from bug 125701 to address the
  sandbox problem with coreutils

*uclibc-0.9.28.3-r5 (04 May 2008)

  04 May 2008; <solar@gentoo.org> +uclibc-0.9.28.3-r5.ebuild:
  [Bug 219598] [PATCH] sys-libs/uclibc-0.9.28.3 - backport of splice(2),
  tee(2) and vmsplice(2) syscalls

  23 Apr 2008; <solar@gentoo.org> uclibc-0.9.28.3-r3.ebuild:
  - stable on arm/ppc/x86

  16 Apr 2008; Christian Heim <phreak@gentoo.org> uclibc-0.9.28.3-r4.ebuild:
  Remove the extra distmirror (my devspace from SRC_URI).

  16 Apr 2008; Christian Heim <phreak@gentoo.org> uclibc-0.9.28.3-r4.ebuild:
  Silent revision bump (ie just incrementing the patch version) to grab the
  libm stuff, which was missing from CVS.

*uclibc-0.9.28.3-r4 (16 Apr 2008)

  16 Apr 2008; Christian Heim <phreak@gentoo.org>
  +uclibc-0.9.28.3-r4.ebuild:
  Revision bump, pulling in svn r16022 to fix readdir_r return value (uClibc
  #1022; #217612 by Natanael Copa).

  27 Mar 2008; Christian Heim <phreak@gentoo.org> uclibc-0.9.28.3-r2.ebuild:
  Marking uclibc-0.9.28.3-r2 stable on ppc too.

*uclibc-0.9.28.3-r3 (24 Mar 2008)

  24 Mar 2008; <solar@gentoo.org> +uclibc-0.9.28.3-r3.ebuild:
  - sync queue.h up from svn HEAD

  15 Mar 2008; Christian Heim <phreak@gentoo.org> uclibc-0.9.28.3-r2.ebuild:
  Stabilizing uclibc-0.9.28.3-r2 on x86, as per solar's acknowledgement.

*uclibc-0.9.28.3-r2 (01 Jan 2008)

  01 Jan 2008; <solar@gentoo.org> +uclibc-0.9.28.3-r2.ebuild:
  * 0.9.28.3 - 1.2 - Backport a few header defines

*uclibc-0.9.28.3-r1 (21 Sep 2007)

  21 Sep 2007; <solar@gentoo.org> +uclibc-0.9.28.3-r1.ebuild:
  backport posix_memalign() function

  02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
  uclibc-0.9.27-r1.ebuild, uclibc-0.9.28.ebuild, uclibc-0.9.28-r1.ebuild,
  uclibc-0.9.28-r2.ebuild, uclibc-0.9.28.1.ebuild, uclibc-0.9.28.3.ebuild:
  (QA) RESTRICT clean up.

  30 Jun 2007; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.27-r1.ebuild,
  uclibc-0.9.28.ebuild, uclibc-0.9.28-r1.ebuild, uclibc-0.9.28-r2.ebuild,
  uclibc-0.9.28.1.ebuild, uclibc-0.9.28.3.ebuild:
  Use `as` and `file` to determine the toolchain endianness #171849.

  07 Apr 2007; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.28.3.ebuild:
  Install hostutils (ldd/ldconfig) for cross-compilers #172207.

*uclibc-0.9.28.3 (25 Mar 2007)

  25 Mar 2007; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.28.3.ebuild:
  Version bump #168747 by Josh G.

  16 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
  uclibc-0.9.27-r1.ebuild, uclibc-0.9.28.ebuild, uclibc-0.9.28-r1.ebuild,
  uclibc-0.9.28-r2.ebuild, uclibc-0.9.28.1.ebuild:
  Fix tc-is-softfloat logic, as reported on gentoo-embedded by Scott L. Price.

*uclibc-0.9.28.1 (28 Jan 2007)

  28 Jan 2007; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.28.1.ebuild:
  Version bump.

*uclibc-0.9.28-r2 (15 Jan 2007)

  15 Jan 2007; <solar@gentoo.org> +uclibc-0.9.28-r2.ebuild:
  - import readahead() symbol and import from Joakim Tjernlund -
  uClibc-svn-r17162 (Support SecurePLTs for PowerPC)

*uclibc-0.9.28-r1 (14 Oct 2006)

  14 Oct 2006; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.28-r1.ebuild:
  Push out accumulated fixes.

  27 Jan 2006; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.28.ebuild:
  Stabilize, add a few minor bugfixes, and add support for USE=savedconfig.

  25 Nov 2005; <solar@gentoo.org> uclibc-0.9.28.ebuild:
  - the __uClibc_start_main is becoming a problem for users thus we need to
  check the bins before allowing them to have uclibc-compat disabled

  13 Nov 2005; <solar@gentoo.org> uclibc-0.9.28.ebuild:
  - moredefs..

  07 Nov 2005; <solar@gentoo.org> uclibc-0.9.28.ebuild:
  Enabled DL_FINI_CRT_COMPAT by default

  05 Sep 2005; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.27.ebuild,
  uclibc-0.9.27-r1.ebuild:
  Fix optimized strn functions so nano stops crashing #95395.

*uclibc-0.9.28 (18 Aug 2005)

  18 Aug 2005; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.28.ebuild:
  Version bump.

  05 Aug 2005; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.27.ebuild,
  uclibc-0.9.27-r1.ebuild:
  Add patch by Yuri Vasilevski to fix FPU endian on arm #75585.

  29 Jul 2005; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.27.ebuild,
  uclibc-0.9.27-r1.ebuild:
  Update patchset to include armeb stat and getent fixes.

*uclibc-0.9.27-r1 (18 Jun 2005)

  18 Jun 2005; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.27-r1.ebuild:
  New testing version by psm with partial locale support.

  18 Jun 2005; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.27.ebuild:
  Add patches from upstream to fix arm/TEXTRELs and remove the duplicated
  pthread_atfork() prototype from unistd.h.

  21 Apr 2005; <solar@gentoo.org> files/getent, uclibc-0.9.27.ebuild:
  - update getent script in FILESDIR

  17 Jan 2005; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.26-r8.ebuild,
  uclibc-0.9.27.ebuild:
  Make sure uclibc doesnt destroy glibc hosts (sorry solar!) and fix
  src_test() so it actually works.

*uclibc-0.9.27 (14 Jan 2005)

  14 Jan 2005; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.27.ebuild:
  Version bump.

  11 Jan 2005; Mike Frysinger <vapier@gentoo.org> uclibc-0.9.26-r8.ebuild:
  Merge psm & my cross compile work together and BAM we have a sweet ebuild.

  14 Dec 2004; <solar@gentoo.org> uclibc-0.9.26-r8.ebuild:
  - Improved hardened handling bug 73699. Initial support for xattr.

  10 Nov 2004; <solar@gentoo.org> uclibc-0.9.26-r8.ebuild:
  uclibc updates

*uclibc-0.9.26-r8 (06 Nov 2004)

  06 Nov 2004; Mike Frysinger <vapier@gentoo.org> +uclibc-0.9.26-r8.ebuild:
  Add the ability to select CPU/endian type #69871.

  28 Oct 2004; <solar@gentoo.org> uclibc-0.9.26-r7.ebuild:
  uclibc-0.9.26-r7 marked stable for x86/arm/ppc/mips. 30 days in ~arch,
  security changes only which mark unsecvars stable

  13 Oct 2004; <solar@gentoo.org> files/0.9.26/ssp.c:
  more updates to ssp.c

  12 Oct 2004; <solar@gentoo.org> files/0.9.26/ssp.c:
  reverting to old ssp behavior

*uclibc-0.9.26-r7 (28 Sep 2004)

  28 Sep 2004; <solar@gentoo.org>
  +files/0.9.26/uClibc-20040921-ldso-unsecvars.patch,
  +files/0.9.26/unsecvars.h, +uclibc-0.9.26-r7.ebuild:
  added unsecvars handling to uclibc. testing ground here and going mainline
  afterwords

  06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> uclibc-0.9.26-r3.ebuild,
  uclibc-0.9.26-r4.ebuild, uclibc-0.9.26-r5.ebuild, uclibc-9999.ebuild:
  Switch to use epause and ebeep, bug #62950

*uclibc-9999 (25 Aug 2004)

  25 Aug 2004; Mike Frysinger <vapier@gentoo.org>
  +uclibc-9999.ebuild:
  CVS ebuild to make our (well mine at least) lives easier.

  19 Aug 2004; <solar@gentoo.org> uclibc-0.9.26-r1.ebuild,
  uclibc-0.9.26-r2.ebuild, uclibc-0.9.26-r3.ebuild, uclibc-0.9.26-r4.ebuild,
  uclibc-0.9.26-r5.ebuild:
  update RDEPEND. bug 60911

  09 Aug 2004; Mike Frysinger <vapier@gentoo.org>
  +files/0.9.26/uclibc-0.9.26-ldso-cache.patch, uclibc-0.9.26-r5.ebuild:
  Add a small patch to allow loading of ELF_LIBC0 libraries.

  09 Aug 2004; Mike Frysinger <vapier@gentoo.org>
  +files/0.9.26/uclibc-0.9.26-resolve-segfault.patch, uclibc-0.9.26-r5.ebuild:
  Add a homebrewed patch to fix the bug with gethostname() which didnt setup the
  h_aliases data.

*uclibc-0.9.26-r5 (09 Aug 2004)

  09 Aug 2004; <solar@gentoo.org> uclibc-0.9.26-r5.ebuild:
  version bump requested by spanky

  06 Aug 2004; Mike Frysinger <vapier@gentoo.org>
  +files/0.9.26/arm-ucontext.patch, uclibc-0.9.26-r4.ebuild:
  Make sure arm/ucontext.h includes the right context files and fix the ld utils
  to properly read/write /etc/ld.so.* files.

*uclibc-0.9.26-r4 (30 Jul 2004)

  30 Jul 2004; <solar@gentoo.org> uclibc-0.9.26-r4.ebuild:
  updated the cvs snapshot so we can get some header updates

  13 Jul 2004; <solar@gentoo.org> uclibc-0.9.26-r3.ebuild:
  paying respect to mjn3 and his DEDICATION to his wife in the docs

*uclibc-0.9.26-r3 (12 Jul 2004)

  12 Jul 2004; <solar@gentoo.org> uclibc-0.9.26-r3.ebuild,
  files/0.9.26/uclibc-0.9.26-noexecstack.patch:
  more uclibc updates from Peter S. Mazinger

  05 Jul 2004; <solar@gentoo.org> uclibc-0.9.21.ebuild,
  uclibc-0.9.26-r1.ebuild, uclibc-0.9.26-r2.ebuild, files/getent:
  added getent which is a shell replacement (uclibc does not have it, but
  ebuild.sh uses it. So we need it!

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> uclibc-0.9.21.ebuild,
  uclibc-0.9.26-r1.ebuild, uclibc-0.9.26-r2.ebuild:
  virtual/glibc -> virtual/libc

  27 Jun 2004; <solar@gentoo.org> uclibc-0.9.21.ebuild,
  uclibc-0.9.26-r1.ebuild, uclibc-0.9.26-r2.ebuild:
  updated PROVIDES for virtual/libc

*uclibc-0.9.26-r2 (23 Jun 2004)

  23 Jun 2004; <solar@gentoo.org> uclibc-0.9.26-r2.ebuild,
  files/0.9.26/uclibc-0.9.26-arm-dl-sysdep.patch:
  Added patch for ARCH=arm to prevent a static inlines from being included more
  than one time. sent patch upstream

  22 Jun 2004; <solar@gentoo.org> files/0.9.26/ssp.c,
  files/0.9.26/uClibc-20040613-do_rem.patch,
  files/0.9.26/uclibc-0.9.26-ssp-gcc34-after-frandom.patch:
  major uclibc cleanups. New IUSE= flags and functionality

  26 May 2004; Mike Frysinger <vapier@gentoo.org>
  +files/0.9.26/arm-fix-missing-syscalls.patch, uclibc-0.9.26-r1.ebuild:
  Add patch to allow arm building

  01 Feb 2004; <solar@gentoo.org> uclibc-0.9.23.ebuild,
  uclibc-0.9.26-r1.ebuild, uclibc-0.9.26.ebuild:
  The etdyn local use flag has been renamed to pie (Position Independent
  Executable) Removed old ebuilds.. Keeping 0.9.21 as stable till Gentoo has a
  working uClibc toolchain in place

*uclibc-0.9.26-r1 (08 Jan 2004)

  08 Jan 2004; <solar@gentoo.org> uclibc-0.9.26-r1.ebuild,
  files/0.9.26/uClibc-0.9.26-Makefile.patch,
  files/0.9.26/uClibc-0.9.26-pie-option.patch:
  Attached is one patch needed to really enable FORCE_SHAREABLE_SEGMENTS 
  option, the other is to build uclibc against the installed kernel-headers 
  (not kernel-source) - Peter S. Mazinger gentoo-embedded mailing list.

*uclibc-0.9.26 (04 Jan 2004)

  04 Jan 2004; <solar@gentoo.org> uclibc-0.9.25-r1.ebuild,
  uclibc-0.9.25.ebuild, uclibc-0.9.26.ebuild:
  version bump.. there was a pthread bug that slipped though uclibc.org testing

*uclibc-0.9.25-r1 (04 Jan 2004)

  04 Jan 2004; <solar@gentoo.org> uclibc-0.9.21.ebuild, uclibc-0.9.23.ebuild,
  uclibc-0.9.25-r1.ebuild, uclibc-0.9.25.ebuild:
  added back etdyn/pie support for x86. If -fstack-protector is in the users
  CFLAGS then let uclibc provide __guard symbols

*uclibc-0.9.25 (03 Jan 2004)

  03 Jan 2004; Mike Frysinger <vapier@gentoo.org> :
  Version bumpage #36235.  Patches no longer needed since they've all been
  integrated upstream.

*uclibc-0.9.23 (15 Nov 2003)

  21 Nov 2003; <solar@gentoo.org> metadata.xml:
  update metadata.xml

  21 Nov 2003; <solar@gentoo.org> uclibc-0.9.22.ebuild,
  files/uClibc-0.9.22-etdyn.patch, files/uClibc-0.9.22-pax.patch,
  files/0.9.23/uClibc-0.9.23-etdyn.patch,
  files/0.9.23/uClibc-0.9.23-flipturn.patch:
  updated etdyn patches. no major functional changes to revision bump, removed
  buggy 0.9.22 code from portage

  15 Nov 2003; <solar@gentoo.org> uclibc-0.9.23.ebuild,
  files/0.9.23/uClibc-0.9.23-etdyn.patch,
  files/0.9.23/uClibc-0.9.23-flipturn.patch,
  files/0.9.23/uClibc-0.9.23-pax.patch:
  version bump, 0.9.22 was braindead.. In this release we continue support for
  PaX etdyn executabes thanks to the PaX Team and Peter S. Mazinger as well as
  add a small patch that was submited to the uClibc by Rob McMullen

*uclibc-0.9.22 (11 Nov 2003)

  11 Nov 2003; <solar@gentoo.org> uclibc-0.9.22.ebuild,
  files/uClibc-0.9.22-etdyn.patch, files/uClibc-0.9.22-pax.patch:
  version bump, this ebuild includes experimental pax-etdyn support for uclibc
  when local use flag etdyn is used

  04 Oct 2003; <solar@gentoo.org> uclibc-0.9.21.ebuild:
  marking stable on x86, and added a metadata.xml

*uclibc-0.9.21 (10 Sep 2003)

  30 Sep 2003; Joshua Kinard <kumba@gentoo.org> uclibc-0.9.21.ebuild:
  Added ~sparc & ~mips to KEYWORDS
  Useful for building our netboot images with

  10 Sep 2003; <solar@gentoo.org> uclibc-0.9.21.ebuild:
  andersee is pleased to announce the immediate availability of uClibc 0.9.21.
  This release has been brewing for several months now, and provides quite a lot
  of additional functionality as well as quite a few bug fixes. The biggest
  thing in this release (and I do mean that literally) is that uClibc now has
  full ANSI/ISO C99 locale support. The most interesting thing for uClinux are
  the additional config options that will let you tune the library to be even
  smaller, for example, by disabling all the strerror() messages.

*uclibc-0.9.20 (09 Jul 2003)

  09 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
  Version bumpage.

*uclibc-0.9.19 (19 Jun 2003)

  19 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
  Version bump #15579 thanks to David Bryson <mutex@kerneli.org>.

*uclibc-0.9.16 (11 Nov 2002)

  25 May 2003; Martin Holzer <mholzer@gentoo.org> uclibc-0.9.16.ebuild:
  now uses mirror://kernel

  11 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
  Initial import.  Ebuild submitted by me.