Gentoo Archives: gentoo-gwn

From: Ulrich Plate <plate@g.o>
To: gentoo-gwn@l.g.o
Subject: [gentoo-gwn] Gentoo Weekly Newsletter 24 October 2005
Date: Mon, 24 Oct 2005 10:34:26
Message-Id: 20051024103249.57fdc866.plate@gentoo.org
1 ---------------------------------------------------------------------------
2 Gentoo Weekly Newsletter
3 http://www.gentoo.org/news/en/gwn/current.xml
4 This is the Gentoo Weekly Newsletter for the week of 24 October 2005.
5 ---------------------------------------------------------------------------
6
7 ==============
8 1. Gentoo news
9 ==============
10
11 Gentoo SGI LiveCD released
12 --------------------------
13
14 Joshua Kinard[1] released a bootable CD for Silicon Graphics machines, his
15 fifth release candidate that builds on earlier efforts[2], and adds the
16 SGI Origin (IP27) series to the list of supported hardware. This
17 outstanding achievement -- other than IRIX installation media, this is the
18 only bootable CD for SGI systems -- was largely built using Catalyst 2,
19 the release engineering tool's next generation, and is again making use of
20 Stanislaw Skowronek's ARCLoad bootloader and other tools.
21 1. kumba@g.o
22 2.
23 http://www.gentoo.org/news/en/gwn/20050613-newsletter.xml#doc_chap1_sect2
24
25 Carefully check the instructions in Joshua's README[3] to the CD image
26 that can be found in the experimental MIPS section of Gentoo's mirrors[4].
27 In particular, CDs need to be burnt with cdrecord to make sure the
28 IRIX-like partitioned disk structure is preserved.
29 3. http://dev.gentoo.org/~kumba/mips/releases/livecd-rc5/README
30 4. http://www.gentoo.org/main/en/mirrors.xml
31
32 Gentoo Linux/MIPS 2005.1 stages for Cobalt released
33 ---------------------------------------------------
34
35 More good news for MIPS users, this one for owners of Cobalt Qubes and
36 RaQs: Stuart Longland[5] announced that he finished building the stages
37 for Gentoo Linux/MIPS 2005.1 installations on the popular little-endian
38 appliances of the Cobalt Networks server series[6]. Netboot images will be
39 made available later, the stages can already be downloaded from Stuart's
40 devspace[7] before they hit the official Gentoo mirrors later this month.
41 5. redhatter@g.o
42 6. http://dev.gentoo.org/~redhatter/mips/cobalt/about_cobalt.html
43 7. http://dev.gentoo.org/~redhatter/mips/cobalt/stages/
44
45 =========================
46 2. Heard in the community
47 =========================
48
49 Web forums
50 ----------
51
52 Openoffice 2.0 is out
53
54 Greeted by many Forums users, the stable version of OOo 2.0 has hit the
55 Portage tree last week, mere hours after the official announcement. In the
56 main thread, developer Andreas Proschofsky[8] explains the benefits of
57 compiling the package (better KDE integration, Gentoo splashscreen) and
58 clarifies that it will not build with Java 1.5:
59 8. suka@g.o
60
61 * OpenOffice.org 2.0.0 final released[9]
62 9. https://forums.gentoo.org/viewtopic-t-393445.html
63
64 ======================
65 3. Gentoo in the press
66 ======================
67
68 Information Week (17 October 2005)
69 ----------------------------------
70
71 In an article titled Open doors to innovation[10], author Larry
72 Greenemeier of Information Week reports on small and medium-sized
73 companies "creating IT infrastructures based on open-source software to
74 reduce licensing fees and increase flexibility." One of the examples
75 featuring in his concise overview of the many good uses open-source
76 software is being put to is a company called Feedster[11], a blog
77 aggregator service in San Francisco where 60 out of 75 servers run Gentoo
78 to do the job of "pumping out the RSS feeds."
79 10.
80 http://www.informationweek.com/story/showArticle.jhtml?articleID=172300923
81 11. http://feedster.com/
82
83 ==================
84 4. Tips and tricks
85 ==================
86
87 Rebuilding modules after a kernel upgrade
88 -----------------------------------------
89
90 module-rebuild is a tool written by Gentoo developer John Mylchreest[12]
91 that serves a very simple, but utterly useful purpose: Whenever you've
92 upgraded your kernel to a newer version, this script hunts down all
93 packages that use -- now outdated -- kernel modules and rebuilds them for
94 you.
95 12. johnm@g.o
96
97 Suppose you've just booted into a freshly updated kernel. First of all,
98 check which packages are using modules that haven't been built with the
99 new sources yet:
100
101 +-------------------------------------------------------------------------+
102 | Code Listing 4.1: |
103 | List packages |
104 +-------------------------------------------------------------------------+
105 | |
106 |# module-rebuild list |
107 | |
108 +-------------------------------------------------------------------------+
109
110 So, in case you've got any wireless drivers, exotic filesystems, anything
111 else that relies on kernel modules, chances are you've just found them
112 listed as a result of the above, and then you can rebuild them all by
113 simply going:
114
115 +-------------------------------------------------------------------------+
116 | Code Listing 4.2: |
117 | Rebuild all affected packages |
118 +-------------------------------------------------------------------------+
119 | |
120 |# module-rebuild rebuild |
121 | |
122 +-------------------------------------------------------------------------+
123
124 Voila. Thanks to this little routine, you don't need to keep a mental list
125 of things to do after a kernel update any longer.
126
127 Note: Thanks to Forum user Sir No for unearthing this utility.
128
129 ===========================
130 5. Moves, adds, and changes
131 ===========================
132
133 Moves
134 -----
135
136 The following developers recently left the Gentoo team:
137
138 * None this week
139
140 Adds
141 ----
142
143 The following developers recently joined the Gentoo Linux team:
144
145 * Luca Longinotti (chtekk) - Apache, webapps, PHP
146
147 Changes
148 -------
149
150 The following developers recently changed roles within the Gentoo Linux
151 project:
152
153 * None this week
154
155 ==================
156 6. Gentoo Security
157 ==================
158
159 Perl, Qt-UnixODBC, CMake: RUNPATH issues
160 ----------------------------------------
161
162 Multiple packages suffer from RUNPATH issues that may allow users in the
163 "portage" group to escalate privileges.
164
165 For more information, please see the GLSA Announcement[13]
166 13. http://www.gentoo.org/security/en/glsa/glsa-200510-14.xml
167
168 Lynx: Buffer overflow in NNTP processing
169 ----------------------------------------
170
171 Lynx contains a buffer overflow that may be exploited to execute arbitrary
172 code.
173
174 For more information, please see the GLSA Announcement[14]
175 14. http://www.gentoo.org/security/en/glsa/glsa-200510-15.xml
176
177 phpMyAdmin: Local file inclusion vulnerability
178 ----------------------------------------------
179
180 phpMyAdmin contains a local file inclusion vulnerability that may lead to
181 the execution of arbitrary code.
182
183 For more information, please see the GLSA Announcement[15]
184 15. http://www.gentoo.org/security/en/glsa/glsa-200510-16.xml
185
186 AbiWord: New RTF import buffer overflows
187 ----------------------------------------
188
189 AbiWord is vulnerable to an additional set of buffer overflows during RTF
190 import, making it vulnerable to the execution of arbitrary code.
191
192 For more information, please see the GLSA Announcement[16]
193 16. http://www.gentoo.org/security/en/glsa/glsa-200510-17.xml
194
195 Netpbm: Buffer overflow in pnmtopng
196 -----------------------------------
197
198 The pnmtopng utility, part of the Netpbm tools, contains a vulnerability
199 which can potentially result in the execution of arbitrary code.
200
201 For more information, please see the GLSA Announcement[17]
202 17. http://www.gentoo.org/security/en/glsa/glsa-200510-18.xml
203
204 cURL: NTLM username stack overflow
205 ----------------------------------
206
207 cURL is vulnerable to a buffer overflow which could lead to the execution
208 of arbitrary code.
209
210 For more information, please see the GLSA Announcement[18]
211 18. http://www.gentoo.org/security/en/glsa/glsa-200510-19.xml
212
213 ===========
214 7. Bugzilla
215 ===========
216
217 Summary
218 -------
219
220 * Statistics
221 * Closed bug ranking
222 * New bug rankings
223
224 Statistics
225 ----------
226
227 The Gentoo community uses Bugzilla (bugs.gentoo.org[19]) to record and
228 track bugs, notifications, suggestions and other interactions with the
229 development team. Between 16 October 2005 and 23 October 2005, activity on
230 the site has resulted in:
231 19. http://bugs.gentoo.org
232
233 * 774 new bugs during this period
234 * 391 bugs closed or resolved during this period
235 * 22 previously closed bugs were reopened this period
236
237 Of the 8753 currently open bugs: 108 are labeled 'blocker', 186 are
238 labeled 'critical', and 562 are labeled 'major'.
239
240 Closed bug rankings
241 -------------------
242
243 The developers and teams who have closed the most bugs during this period
244 are:
245
246 * Gentoo Sound Team[20], with 24 closed bugs[21]
247 * Gentoo KDE team[22], with 21 closed bugs[23]
248 * Portage team[24], with 18 closed bugs[25]
249 * Gentoo Games[26], with 17 closed bugs[27]
250 * Stefano Rossi[28], with 15 closed bugs[29]
251 * Gentoo Security[30], with 11 closed bugs[31]
252 * Jeremy Huddleston[32], with 10 closed bugs[33]
253 * Seemant Kulleen[34], with 9 closed bugs[35]
254 20. sound@g.o
255 21.
256 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-10-16&chfieldto=2005-10-23&resolution=FIXED&assigned_to=sound@g.o
257 22. kde@g.o
258 23.
259 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-10-16&chfieldto=2005-10-23&resolution=FIXED&assigned_to=kde@g.o
260 24. dev-portage@g.o
261 25.
262 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-10-16&chfieldto=2005-10-23&resolution=FIXED&assigned_to=dev-portage@g.o
263 26. games@g.o
264 27.
265 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-10-16&chfieldto=2005-10-23&resolution=FIXED&assigned_to=games@g.o
266 28. so@g.o
267 29.
268 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-10-16&chfieldto=2005-10-23&resolution=FIXED&assigned_to=so@g.o
269 30. security@g.o
270 31.
271 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-10-16&chfieldto=2005-10-23&resolution=FIXED&assigned_to=security@g.o
272 32. eradicator@g.o
273 33.
274 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-10-16&chfieldto=2005-10-23&resolution=FIXED&assigned_to=eradicator@g.o
275 34. seemant@g.o
276 35.
277 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2005-10-16&chfieldto=2005-10-23&resolution=FIXED&assigned_to=seemant@g.o
278
279 New bug rankings
280 ----------------
281
282 The developers and teams who have been assigned the most new bugs during
283 this period are:
284
285 * Default Assignee for New Packages[36], with 41 new bugs[37]
286 * AMD64 Porting Team[38], with 18 new bugs[39]
287 * Gentoo Sound Team[40], with 16 new bugs[41]
288 * Gentoo Linux Gnome Desktop Team[42], with 14 new bugs[43]
289 * Gentoo Games[44], with 11 new bugs[45]
290 * Gentoo Developer Relations Team[46], with 10 new bugs[47]
291 * X11 External Driver Maintainers[48], with 9 new bugs[49]
292 * Default Assignee for Orphaned Packages[50], with 9 new bugs[51]
293 36. maintainer-wanted@g.o
294 37.
295 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-10-16&chfieldto=2005-10-23&assigned_to=maintainer-wanted@g.o
296 38. amd64@g.o
297 39.
298 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-10-16&chfieldto=2005-10-23&assigned_to=amd64@g.o
299 40. sound@g.o
300 41.
301 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-10-16&chfieldto=2005-10-23&assigned_to=sound@g.o
302 42. gnome@g.o
303 43.
304 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-10-16&chfieldto=2005-10-23&assigned_to=gnome@g.o
305 44. games@g.o
306 45.
307 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-10-16&chfieldto=2005-10-23&assigned_to=games@g.o
308 46. devrel@g.o
309 47.
310 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-10-16&chfieldto=2005-10-23&assigned_to=devrel@g.o
311 48. x11-drivers@g.o
312 49.
313 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-10-16&chfieldto=2005-10-23&assigned_to=x11-drivers@g.o
314 50. maintainer-needed@g.o
315 51.
316 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2005-10-16&chfieldto=2005-10-23&assigned_to=maintainer-needed@g.o
317
318 ===============
319 8. GWN feedback
320 ===============
321
322 Please send us your feedback[52] and help make the GWN better.
323 52. gwn-feedback@g.o
324
325 ===============================
326 9. GWN subscription information
327 ===============================
328
329 To subscribe to the Gentoo Weekly Newsletter, send a blank email to
330 gentoo-gwn+subscribe@g.o.
331
332 To unsubscribe to the Gentoo Weekly Newsletter, send a blank email to
333 gentoo-gwn+unsubscribe@g.o from the email address you are
334 subscribed under.
335
336 ===================
337 10. Other languages
338 ===================
339
340 The Gentoo Weekly Newsletter is also available in the following languages:
341
342 * Danish[53]
343 * Dutch[54]
344 * English[55]
345 * German[56]
346 * French[57]
347 * Japanese[58]
348 * Italian[59]
349 * Polish[60]
350 * Portuguese (Brazil)[61]
351 * Portuguese (Portugal)[62]
352 * Russian[63]
353 * Spanish[64]
354 * Turkish[65]
355 53. http://www.gentoo.org/news/da/gwn/gwn.xml
356 54. http://www.gentoo.org/news/nl/gwn/gwn.xml
357 55. http://www.gentoo.org/news/en/gwn/gwn.xml
358 56. http://www.gentoo.org/news/de/gwn/gwn.xml
359 57. http://www.gentoo.org/news/fr/gwn/gwn.xml
360 58. http://www.gentoo.org/news/ja/gwn/gwn.xml
361 59. http://www.gentoo.org/news/it/gwn/gwn.xml
362 60. http://www.gentoo.org/news/pl/gwn/gwn.xml
363 61. http://www.gentoo.org/news/pt_br/gwn/gwn.xml
364 62. http://www.gentoo.org/news/pt/gwn/gwn.xml
365 63. http://www.gentoo.org/news/ru/gwn/gwn.xml
366 64. http://www.gentoo.org/news/es/gwn/gwn.xml
367 65. http://www.gentoo.org/news/tr/gwn/gwn.xml
368
369 Ulrich Plate <plate@g.o> - Editor
370
371 --
372 gentoo-gwn@g.o mailing list