summaryrefslogtreecommitdiff
blob: 0986adb22d0d3a56b04d7af3d6966515d73e295d (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
# ChangeLog for sys-kernel/xfs-sources
# Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/ChangeLog,v 1.38 2004/01/20 22:03:37 livewire Exp $

*xfs-sources-2.4.24 (20 Jan 2004)

  20 Jan 2004; <livewire@gentoo.org> xfs-sources-2.4.24.ebuild,
  xfs-sources-2.4.23-r1.ebuild:
  marked 2.4.23-r1 stable
  bumped to 2.4.24
  added: proconfig,ecc,speakup,forcedeth

*xfs-sources-2.4.19-r3 (07 Jan 2004)

  07 Jan 2004; <plasmaroo@gentoo.org> xfs-sources-2.4.19-r2.ebuild,
  xfs-sources-2.4.19-r3.ebuild, xfs-sources-2.4.20-r5.ebuild,
  xfs-sources-2.4.22-r1.ebuild, xfs-sources-2.4.22.ebuild,
  xfs-sources-2.4.23-r1.ebuild, xfs-sources-2.4.23.ebuild:
  Bumped versions and added patches to address the security 
  vulnerabilities in bugs #37292 and #37317.

*xfs-sources-2.4.23 (04 Jan 2004)

  04 Jan 2004; Andrea Luzzardi <scox@gentoo.org>
  xfs-sources-2.4.23.ebuild:
  New patchset, updated grsec to 2.0-rc4. Closed bug #37028.

*xfs-sources-2.4.23 (06 Dec 2003)

  06 Dec 2003; Andrea Luzzardi <scox@gentoo.org> 
  xfs-sources-2.4.23.ebuild:
  Fixed the make xconfig target, closed bug #35190.

*xfs-sources-2.4.23 (03 Dec 2003)

  03 Dec 2003; Andrea Luzzardi <scox@gentoo.org>
  xfs-sources-2.4.23.ebuild:
  New version, update to 2.4.23 kernel, XFS 1.3.1 and grsec 1.9.13.
  
*xfs-sources-2.4.20-r4 (02 Dec 2003)

  02 Dec 2003; Brian Jackson <iggy@gentoo.org> xfs-sources-2.4.20-r2.ebuild,
  xfs-sources-2.4.20-r3.ebuild, xfs-sources-2.4.20-r4.ebuild:
  Version bump for the 'do_brk' vulnerability.

  01 Dec 2003; Brian Jackson <iggy@gentoo.org> xfs-sources-2.4.19-r2.ebuild,
  xfs-sources-2.4.20-r1.ebuild, xfs-sources-2.4.20-r2.ebuild,
  xfs-sources-2.4.20-r3.ebuild, xfs-sources-2.4.20.ebuild,
  xfs-sources-2.4.22.ebuild, files/xfs-sources-2.4.20-gcc33.patch:
  Fix some of the 'do_brk' stuff.

  01 Dec 2003; Brandon Hale <tseng@gentoo.org> xfs-sources-2.4.19-r2.ebuild,
  xfs-sources-2.4.20-r1.ebuild, xfs-sources-2.4.20-r2.ebuild,
  xfs-sources-2.4.20-r3.ebuild, xfs-sources-2.4.20.ebuild,
  xfs-sources-2.4.22.ebuild, files/do_brk_fix.patch:
  Fix 'do_brk' vulnerability.

  20 Nov 2003; Brandon Low <lostlogic@gentoo.org>
  xfs-sources-2.4.19-r2.ebuild:
  Move version handling logic to after inherit kernel, or insert it where
  necessary.

*xfs-sources-2.4.22 (26 October 2003)

  26 October 2003; Bob Johnson <livewire@gentoo.org>

  - Bumped to 2.4.22.
  - XFS-2.4.22-all.
  - EVMS 1.2.1.
  - FreeSWAN 2.03.
  - grsecurity 1.9.12-2.4.22.
  - v4l2-2.422.
  
  11 Oct 2003; <plasmaroo@gentoo.org> xfs-sources-2.4.20-r3.ebuild,
  xfs-sources-2.4.20_pre6.ebuild, files/xfs-sources-2.4.20-gcc33.patch:
  Added GCC 3.3 patches: Bug 30891.

  08 Sep 2003; Martin Holzer <mholzer@gentoo.org>
  xfs-sources-2.4.19-r2.ebuild, xfs-sources-2.4.20-r1.ebuild,
  xfs-sources-2.4.20-r2.ebuild, xfs-sources-2.4.20-r3.ebuild,
  xfs-sources-2.4.20.ebuild, xfs-sources-2.4.20_pre6.ebuild:
  SRC now uses mirror://kernel.

*xfs-sources-2.4.20-r3 (12 April 2003)

  12 April 2003; Bob Johnson <livewire@gentoo.org>

  - Added Grsecurity 1.9.9f.
  - Xfs bumped to 20030406.
  - AIC79XX bumped to 20030410.
  - bootsplash bumped to 3.0.7.
  - Added brlock fix.
  - Win4Lin support removed. 
  			
*xfs-sources-2.4.20-r2 (18 March 2003)

  18 March 2003; Bob Johnson <livewire@gentoo.org>

  - Pulled kdb patch from XFS patchset.
  - Bumped NTFS to 2.1.2a.
  - Bumped aic7xxx to 20030318.
  - Bumped ACPI to 20030228-2.4.21_pre4.
  - Ptrace root exploit patch.

*xfs-sources-2.4.20-r1 (17 March 2003)

  17 March 2003; Bob Johnson <livewire@gentoo.org>

  - Added 3/16/2003 XFS snapshot
  
*xfs-sources-2.4.20 (16 March 2003)

  16 March 2003; Bob Johnson <livewire@gentoo.org>

  - Bumped XFS to 03-09-2003 snapshot.
  - Add preempt.
  - Cleaned up lots of patches.
  - Yanked DB's nic drivers.
  - Added akpm's ext3 fixes.
  - Dac960 root fs fix (pfeifer).
  - Ali15XX ide chipset fix.

*xfs-sources-2.4.20_pre6 (30 Jan 2003)

  30 Jan 2003; Bob Johnson <livewire@gentoo.org>

  - Newest aic79xx and aic7xxx.
  - BCM 4400 and 5700 NIC drivers.
  - Fixed mki-adapter problems.
  - preliminary Nforce2 ide support.
  - nforce 810 audio fix.
  - eepro100 compile fix.
  - Adaptec firmware patch.
  - in2000 and ncr scsi compile fixes.
  - pull via-rhine,winbond,yellowfin,starfire,hamachi updates.
	
*xfs-sources-2.4.20_pre5 (14 Jan 2003)

  14 Jan 2003; Bob Johnson <livewire@gentoo.org>:
  
  Changes from _pre4
  - Proconfig added.
  - NTFS-2.1.0a read support added.
  - Segfault fix for vm86.
  - AC patch that may help some motherboards from crashing on bootup.
  - Network card updates: 3c59x,cb_shim,eepro100,epic100,hamachi,intel-gige
  -	                 myson803,natsemi,ns820,rtl8139,starfire,sundance
  -                      tulip,via-rhine,winbond,yellowfin

*xfs-sources-2.4.20_pre4 (10 Jan 2003)
  
  12 Jan 2003; Tobias Eichert <viz@gentoo.org>:
  Dropped the 3c509 fix because it breaks the kernel build.

  10 Jan 2003; Bob Johnson <livewire_@ameritech.net>:
  This is the first patchset under new management.  Thanks to viz
  for getting us up to _pre3.

  Committed by lostlogic ;-)

  Changes from _pre3
  * Move to new IDE core.
  * 3c509 fix.
  * ext3-data-journal-fix.
  * aic7xx driver fix.
  * Drop supermount incompatible with new IDE.

  Ebuild changes:
  * Snag bits from lolo-sources to talk about what goes on
    in the unpack stage.

*xfs-sources-2.4.20_pre3 (6 Jan 2003)

  6 Jan 2003; Tobias Eichert <viz@gentoo.org> xfs-sources-2.4.20_pre3.ebuild:

  New Version.

  Thanks to sethbc <sethbc@gentoo.org> who helped me getting along with
  a cryptoloop issue. If Loop IV hack is enabled it causes
  the compilation to break with an error; changing that to a #warning
  will fix it. More information on that in the docs file.
  
  New from xfs-sources-2.4.20_pre2:

  - Add supermount support.
  - Add usbdnet support.
  - Add futexes support.
  - Add I2C support (recent patch for lm-sensors).
  - Add KT400 AGP / pci.ids support (should close bug #12600).
  - Add ECC support.
  - Add v4l2 (Video for Linux 2) support.
  - Add SuperFreeS/WAN Support.
  
  Enjoy and test :)

*xfs-sources-2.4.29_pre2 (24 Dec 2002)

  24 Dec 2002; Tobias Eichert <viz@gentoo.org> xfs-sources-2.4.20_pre2.ebuild:

  New version.

  Since my first version broke some stuff I made a new
  one containing minor bugfixes. Now it should compile
  all the way through..

  New from xfs-sources-2.4.20_pre1:

  - Update imon to recent version.
  - Removed openwall for further testing.
  - I tried several configs this time ;)

  Please test and send bugreports.
  
*xfs-sources-2.4.20_pre1 (22 Dec 2002)

  22 Dec 2002; Tobias Eichert <viz@gentoo.org> xfs-sources-2.4.20_pre1.ebuild:

  Version bump.
  
  This is the first xfs-sources release I did by myself;
  it aims for having a lot of nice and stable features
  in the near future. Please test it and report bugs
  since it's going to become the next Live CD kernel.
  
  Features:
  
  - Update 3.5 GB address space patch.
  - Update to latest XFS (full features).
  - Update ACPI snapshot (12 Dec 2002).
  - Update EVMS.
  - Add Win4Lin (including the mki-adapter patch).
  - Add dc395x (Driver for older Tekram SCSI host adapters, fixes bug #12218).
  - Add imon support (SGI's Inode Monitor).
  - Update patch-int (aka CryptoAPI).
  - Update loop-jari (for encrypted loopback devices).
  - Add openwall (security related things 
    like non-executable user stack area,etc.).
  - Miscellaneous little patches.

  
  17 Dec 2002; Brandon Low <lostlogic@gentoo.org>:
  Make all kernel-sources SLOT="${KV}"

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : Changed sparc ~sparc keywords.
 
*xfs-sources-2.4.19-r2 (06 Oct 2002)

  06 Oct 2002; Brandon Low <lostlogic@gentoo.org> xfs-sources-2.4.19-r1.ebuild:

  This release is a team effort of Tobias Eichert <tobias@databoogie.net>
  and myself.

  While testing this kerenl I ran into very bad crashing behavior with
  the USE="acpi4linux" option enabled... just a warning.  But for you
  laptopers it is still there.

  New from xfs-sources-2.4.19-r1:
  - Update to latest XFS patch.
  - Dropped ext3-htree due to corruption with current e2fsprogs
    this may bite some of you who are already using it, but
    hopefully it will be updated before you need to fsck your
    partitions a lot.
  - Update EVMS.
  - Update JFS.
  - Fix for grsecurity compilation.
  - Update patches.txt documentation and kernel.eclass (makes older
    a little funky, but is more forward working).
  - Fix processor type options to show gcc>31 rather than gcc31
  - Add futexes support.
  - Add imon support.
  - Optional ACPI patch just set USE="acpi4linux".
  - Redone ebuild setup now we have an eclass for these things.
  - Rename some patches to better names for use with KERNEL_EXCLUDE.
  - Add support for KERNEL_EXCLUDE.
  - Add and re-arrange VIA bugfixes.
  - Update grsecurity.
  - Switch to latest release IPSEC Free S/WAN.
  - Add usbdnet support for Zaurus handhelds.
  - Add supermount patches.
  - Incorportate the small fixes done to xfs-sources-2.4.19-r1.

*xfs-sources-2.4.19-r1 (03 Sep 2002)

  03 Sep 2002; Brandon Low <lostlogic@gentoo.org> xfs-sources-2.4.19-r1.ebuild:

  Add several patches to the code, also update 
  the ebuild to handle revisoins more gracefully
  for a complete list of patches, merge and see
  /usr/share/doc/xfs-sources-2.4.19-r1/patches.txt.gz

*xfs-sources-2.4.19 (03 Sep 2002)

  03 Sep 2002; Brandon Low <lostlogic@gentoo.org> xfs-sources-2.4.19.ebuild:

  New version, update to xfs-2002-08-13 from SGI, add EVMS support.

*xfs-sources-2.4.18 (25 Apr 2002)

  15 Jul 2002; Mark Guertin <gerk@gentoo.org>
  Added arch keywords (-ppc -sparc -sparc64).

  29 apr 2002; William McArthur <sandymac@gentoo.org> xfs-sources-2.4.18.ebuild:

  Added sys-apps/xfsprogs to DEPEND. These aren't stictly needed but the user
  will very likely want them.