summaryrefslogtreecommitdiff
blob: 4f144deba1b2eb657d7dcdfd06b2202b2fa2e512 (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
# ChangeLog for sys-libs/glibc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.37 2003/01/15 00:36:35 azarah Exp $

  15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r2.ebuild :

  Fix 'locale -a' not listing all locales.  This to Stefan Jones
  <cretin@gentoo.org> for this fix, bug #13240.

  Add MIPS patches, thanks to <tuxus@gentoo.org> and <dragon@gentoo.org>.

  28 Dec 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r3.ebuild :

  Always add --with-headers=${ROOT}usr/include as option to ./configure, as
  linux-headers are usually well tested, and in some cases we get weird
  problems ...

  16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r2.ebuild :

  Add -freorder-blocks for x86 (commented).  Add Method's replace-flags for
  sparc support.

  13 Dec 2002; Mark Guertin <gerk@gentoo.org> glibc-2.3.1-r2.ebuild :
  
  Marked stable for ppc

  10 Dec 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r2.ebuild :
  
  Mark as stable for x86.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> :

  Changed sparc ~sparc keywords
 
*glibc-2.3.1-r2 (7 Nov 2002)

  17 Nov 2002; Stefan Jones <cretin@gentoo.org> glibc-2.3.1-r2.ebuild :

  Small patch "prelinkfix" which fixes rare error with prelinking and
  preloading some executables. Patch taken from glibc CVS.
  http://sources.redhat.com/ml/libc-alpha/2002-11/msg00151.html

  16 Nov 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r2.ebuild :

  Fix type-o that caused manpages not installing (bug #10645).
  Update to use epatch.

  16 Nov 2002: Stefan Jones <cretin@gentoo.org> glibc-2.3.1-r2.ebuild :
  Changed --with-header to --with-headers to fix fake configure option.

  10 Nov 2002: Stefan Jones <cretin@gentoo.org> glibc-2.3.1-r2.ebuild :

  Made sparc64's always use the system linux headers instead of the kernel 
  headers. This fixes the 64bit sparc compile errors, see bug #10470.
  
  7 Nov 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r2.ebuild :

  Second try at ctype-compat.patch.  Add stack_end-compat patch for missing
  libc_stack_end symbold in linker.

  30 Oct 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r1.ebuild :

  One more compat issue which breaks sun-jdk-1.3.1.  See bug #8766 for more
  info, and also:

    http://sources.redhat.com/ml/libc-alpha/2002-04/msg00143.html

  Thanks to Jan Gutter <jangutter@tuks.co.za> for reporting it.  Added
  libc_wait-compat.patch as fix.

*glibc-2.3.1-r1 (26 Oct 2002)

  16 Nov 2002: Stefan Jones <cretin@gentoo.org> glibc-2.3.1-r1.ebuild :
  Changed --with-header to --with-headers to fix fake configure option.
  
  26 Oct 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.3.1-r1.ebuild :

  Add the ctype-compat.patch to fix unresolved symbols in old static binaries
  and libraries.  See bug #8766, #9586 and:

    http://lists.debian.org/debian-glibc/2002/debian-glibc-200210/msg00093.html

  We should think about remoing it in the future after things have settled.

*glibc-2.2.5-r7 (13 Oct 2002)

  16 Nov 2002: Stefan Jones <cretin@gentoo.org> glibc-2.2.5-r7.ebuild :
  Changed --with-header to --with-headers to fix fake configure option.
  
  14 Nov 2002; Mark Guertin <gerk@gentoo.org> glibc-2.2.5-r7.ebuild :
  backed out semctl patches for ppc, they cause problems with mozilla builds

  29 Oct 2002; Jon Nall <nall@gentoo.org> glibc-2.2.5-r7.ebuild :

  Added sqrtl patch for ppc. This closes bug #9796. Also added semctl
  patch for ppc.

  29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> glibc-2.2.5-r7.ebuild :

  Added semctl patch for sparc.  Thanks to nall <nall@gentoo.org> for
  finding this at:
  http://sources.redhat.com/ml/libc-hacker/2002-04/msg00071.html

  13 Oct 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.2.5-r7.ebuild :

  Some cleanups.  Tidy ebuild.  Move all patches to ${FILESDIR}/${PV/.
  Remove old patches.

  Add patches to fix warnings with gcc-3.2:

    http://archive.linuxfromscratch.org/mail-archives/lfs-dev/2002/08/0228.html

  13 Oct 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.2.5-r7.ebuild :

  Fix stupid depend screwup I made when I merged in fixes from glibc-2.3.

  11 Oct 2002; Seemant Kulleen <seemant@gentoo.org> glibc-2.2.5-r7.ebuild
  files/glibc-2.2.5-sparc-misc.diff files/glibc-2.2.5-sparc64-fixups.diff :

  Added patches from debian's patch set to fix miscellaneous issues on sparc
  and sparc64.  One indication of the hassle with sparc64 was the mozilla
  compile failure.  That _should_ be sorted out now.

  09 Oct 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.2.5-r7.ebuild,
                                                    glibc-2.2.5-divdi3.diff :

  Add divdi3 patches for PPC, thanks to nall <nall@themountaingoats.net>.

*glibc-2.2.5-r8 (27 Sep 2002)
  
  27 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> :
  Moved -r7 to -r8 to give room for updated -r6 release.

*glibc-2.2.5-r7 (03 Aug 2002)

  27 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> :
  Bumped -r6 to -r7 to include fix for sunrpc overflow.  

  03 Aug 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.2.5-r7.ebuild :

  Add the patch for fixing the segfaults in mutt, etc while sandbox is
  running back in.  Seems the relocation problems was also a cause of
  the atexit() bug, and fixed in gcc-2.95.3-r7 and later.

   http://sources.redhat.com/ml/bug-glibc/2002-04/msg00025.html
   http://bugs.gentoo.org/show_bug.cgi?id=501

*glibc-2.2.5-r6 (02 Aug 2002)

  22 Sep 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.2.5-r6.ebuild :

  Fix pic support, thanks to Christopher Horler <chris@horler.demon.co.uk>.
  This closes bug #8178.

  08 Sep 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.2.5-r6.ebuild :

  Add alpha related patches thanks to Bjoern Brauel <bjoern@tuxnetwork.de>.

  02 Aug 2002; Daniel Ahlberg <aliz@gentoo.org>
  Added patch for sunrpc overflow.

*glibc-2.2.5-r5 (14 Jul 2002)

  15 Jul 2002; Mark Guertin <gerk@gentoo.org>
  Added ppc to keywords

  14 Jul 2002; Martin Schlemmer <azarah@gentoo.org> glibc-2.2.5-r5.ebuild :

  A buffer overflow vulnerability exists in multiple implementations of DNS
  resolver libraries.  This affects glibc-2.2.5 and earlier.   See bug #4923
  and:

    http://www.cert.org/advisories/CA-2002-19.html

  for details.

  Seems gcc-3.1.1 is even more strict than 3.1 .. patch glibc for gcc-3.1.1.
  This is also correct for previous gcc versions.

*glibc-2.2.5-r4 (5 June 2002)

  5 June 2002; Bart Verwilst <verwilst@gentoo.org> glibc-2.2.5-r4.ebuild :

  Added gcc3.1/binutils 2.12 patch, wich solves the nvidia-glx package, 
  amongst others... (__divdi3 stuff)
  Update: Filtered -malign-double out of the ebuild as well now, because 
  it b0rks glibc.
  

  13 Apr 2002; M.Schlemmer <azarah@gentoo.org> glibc-2.2.5-r2.ebuild :

  Try to fix the pkg_postinst() and /etc/localtime issue sanely.  It just
  newking my /etc/localtime with a symlink was starting to get irritating.

*glibc-2.2.5-r3 (03 Apr 2002)

  03 Apr 2002; Geert Bevin <gbevin@gentoo.org> glibc-2.2.5-r3.ebuild,
  files/digest-glibc-2.2.5-r3, files/glibc-2.2.5-sandbox.diff :
  
  Added patch that fixes an ld.so.preload bug which made calls after freopen()
  segfault. This now works correctly. This closes bug #501
   
*glibc-2.2.5-r1 (15 Feb 2002)

  15 Feb 2002; Daniel Robbins <drobbins@gentoo.org>: Added tweaked version of
  Brandon Low's patch that ensures that library symlinks are installed *after*
  (not before) the actual libraries are installed.  This should fix glibc merge
  deaths, but we need a generic solution to solve this problem.  This should
  close bug #695.  Filing a new bug for adding this functionality to Portage.

*glibc-2.2.5 (10 Feb 2002)

  10 Feb 2002; Daniel Robbins <drobbins@gentoo.org>:  New glibc release for testing
  only.  Masked.

*glibc-2.2.4-r9 (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.