Gentoo Archives: gentoo-gwn

From: Lars Weiler <pylon@g.o>
To: gentoo-gwn@l.g.o
Subject: [gentoo-gwn] Gentoo Weekly Newsletter 26 June 2006
Date: Tue, 27 Jun 2006 23:49:03
Message-Id: 20060627215441.GV13449@elladan.wh-og.hs-niederrhein.de
1 ---------------------------------------------------------------------------
2 Gentoo Weekly Newsletter
3 http://www.gentoo.org/news/nl/gwn/current.xml
4 This is the Gentoo Weekly Newsletter for the week of 26 June 2006.
5 ---------------------------------------------------------------------------
6
7 ==============
8 1. Gentoo news
9 ==============
10
11 Release testers wanted
12 ----------------------
13
14 The Gentoo Release Engineering[1] project is looking for experienced users
15 and developers to assist with the testing of the upcoming 2006.1 release.
16 They are looking to have a wide array of hardware to test. All applicants
17 will need to be available for testing, as well as have access to broadband
18 Internet access, and a CD/DVD burner, since there will be a large volume
19 of ISO images to test and new images will be released quite often.
20 Interested parties should contact Roger Miliker[2] with the following
21 information:
22
23 1. http://www.gentoo.org/proj/en/releng
24 2. mailto:roger55@g.o
25
26 * CPU type (i686, PPC, AMD64, etc.)
27 * Amount of system memory
28 * Type of disks (IDE, SCSI, SATA, etc.)
29 * Type of optical reader (IDE, SCSI, SATA, etc.)
30 * Type of video card (for AMD64/x86 only)
31 * Type of optical recorder (CD, DVD, etc.)
32
33 They will select users whose hardware will give them the greatest coverage
34 of testing capabilities, as well as users with a strong background in
35 providing good information to developers for resolving issues.
36
37 Gentoo x86 arch testers and developers wanted
38 ---------------------------------------------
39
40 The x86 architecture team is looking for more ambitious members of the
41 community who would like to help out by joining the team as Arch Testers.
42 If you would like to give back to Gentoo, but don't know how, then this
43 may be a good way for you to start. You would be helping by testing
44 applications to be marked stable and assisting in general x86-specific
45 bugs. Please take a look at the x86 AT documentation[3], and if you have
46 questions about anything, please either email Homer Parker[4] or Joshua
47 Jackson[5]. They are also looking for more developers to join the team and
48 help out in resolving bug reports, keywording requests, and security bugs.
49 Interested developers need only have a stable system or chroot, and be
50 willing to work on bugs assigned to the x86 team. Please send an email to
51 the x86 team[6] alias, if you are interested in helping out.
52
53 3. http://www.gentoo.org/proj/en/base/x86/arch-testers-faq.xml
54 4. hparker@g.o
55 5. tsunam@g.o
56 6. x86@g.o
57
58 Important ALSA information
59 --------------------------
60
61 Diego "Flameeyes" Pettenò has updated the ALSA packages to 1.0.12rc1 for
62 compatibility with kernel 2.6.17's release. There have been some changes
63 to the packages. The media-plugins/alsa-jack package has been deprecated
64 and its functionality has been added to the media-plugins/alsa-plugins
65 package. PowerPC users will be interested to know that snd-aoa has been
66 merged into media-sound/alsa-driver for 1.0.12rc1, which is currently in
67 package.mask, is in need of testing by users with the appropriate hardware
68 before it can be unmasked.
69
70 Java
71 ----
72
73 The Java team pleased to announce that the new Java system has finally hit
74 the tree. It's currently in package.mask, but the Java team expects to
75 unmask it in the next few days.
76
77 To begin using it, you will need to add the appropriate entries to
78 /etc/portage/package.unmask, and then follow the upgrade guide[7].
79
80 7. http://www.gentoo.org/proj/en/java/java-upgrade.xml
81
82 ---------------------------------------------------------------------------
83 | Code Listing 1.1: |
84 |/etc/portage/package.unmask |
85 ---------------------------------------------------------------------------
86 | |
87 |# Masked for testing changes to Java |
88 |>=dev-java/java-config-1.3 |
89 |dev-java/java-config-wrapper |
90 |>dev-java/javatoolkit-0.1.0 |
91 |>=dev-java/ant-core-1.6.5-r13 |
92 |>=dev-java/ant-tasks-1.6.5-r2 |
93 |>=dev-java/jikes-1.22-r12 |
94 |>=dev-java/eclipse-ecj-3.1-r13 |
95 |=dev-java/blackdown-jdk-1.3.1-r23 |
96 |=dev-java/blackdown-jdk-1.4.1-r12 |
97 |=dev-java/blackdown-jdk-1.4.2.03-r12 |
98 |=dev-java/blackdown-jre-1.3.1-r20 |
99 |=dev-java/blackdown-jre-1.4.1-r12 |
100 |=dev-java/blackdown-jre-1.4.2.03-r11 |
101 |=dev-java/ibm-jdk-bin-1.4.2.04-r10 |
102 |=dev-java/ibm-jdk-bin-1.5.0-r11 |
103 |=dev-java/ibm-jre-bin-1.4.2.05 |
104 |=dev-java/jrockit-jdk-bin-1.4.2.10 |
105 |=dev-java/jrockit-jdk-bin-1.5.0.06 |
106 |=dev-java/kaffe-1.1.7 |
107 |=dev-java/sun-jdk-1.4.2.12 |
108 |=dev-java/sun-jdk-1.5.0.07 |
109 |=dev-java/sun-jre-bin-1.4.2.12 |
110 |=dev-java/sun-jre-bin-1.5.0.07 |
111 | |
112 ---------------------------------------------------------------------------
113
114 For those not familar with that this means, here are some highlights:
115
116 * Ability to switch the current VM on the fly
117 * Changes to the user and system VM take effect immediately, and no
118 longer are tied to the shell environment, which means you no longer have
119 to run env-update followed by source /etc/profile when you switch the
120 system VM
121 * Now has the concept of a "build VM", which is used to emerge packages,
122 and is configured independently of the system VM
123 * For each version of Java, ie 1.3, 1.4, 1.5, etc, the build VM can be
124 configured as to which vendor and version of a VM to use
125 * The VM at emerge time will be switched on the fly according to its
126 configuration, as well as the dependency of the package. For example, some
127 packages won't compile with 1.5. In these cases, a 1.4 VM will be used at
128 build time
129 * Java packages which build with ant will have their build.xml rewritten
130 at build time in order to ensure that the correct version of Java bytecode
131 is compiled
132 * Will be able to unmask Java 1.5 soon and be able to handle Java 1.6
133 when it comes out this fall
134
135 =========================
136 2. Heard in the community
137 =========================
138
139 forums
140 ------
141
142 Larry the Cow - Lame?
143
144 Some forum users have expressed a dislike of Larry. They feel that he has
145 no purpose, is not relevant to Gentoo and is 'lame'. Others, however, seem
146 to love the quirkiness of our Cow. Is Larry a useful mascot, a valuable
147 part of Gentoo's history, or just an archaic character with no purpose?
148
149 * The cow thing is LAME[8]
150 8. http://forums.gentoo.org/viewtopic-t-473584.html
151
152
153 planet.gentoo.org
154 -----------------
155
156 Gentoo/Alpha FAQ updated
157
158 The Gentoo/Alpha FAQ has been updated with a patch by Thomas Cort and now
159 includes additional answers about hardware maintenance, .dotnet support
160 and the Alpha bootloader aboot.
161
162 * Gentoo/Alpha FAQ updated[9]
163 9. http://mediumbagel.org/nucleus/index.php?itemid=21
164
165
166 grep vs bash regex
167
168 Roy Marples did some tests replacing grep with internal bash functions and
169 the results were impressive, with the internal bash functions being faster. His
170 testing happened only on small files and assumes that grep may perform
171 better on larger files as grep returns once a match is found whereas bash
172 has to read the entire file.
173
174 * grep vs bash regex[10]
175 10. http://roy.marples.name/node/267
176
177
178 ======================
179 3. Gentoo in the press
180 ======================
181
182 LXer.com (22 June 2006)
183 -----------------------
184
185 Author Hans Kwint has written an interesting article on his usage of
186 Gentoo Linux on the desktop. Entitled A Gentoo diary: Intro"[11], it is
187 the first in a series of articles on Gentoo usage in daily life.
188
189 11. http://lxer.com/module/newswire/view/63474/index.html
190
191 Linux Link Tech Show (21 June 2006)
192 -----------------------------------
193
194 The Linux Link Tech Show has a pretty long interview with four Gentoo
195 developers, Mike Frysinger[12], Michael Cummings[13], Grant Goodyear[14],
196 and Seemant Kulleen[15]. It can be downloaded in either OGG Vorbis[16] or
197 MP3[17] format. The interview starts at about 24 1/2 minutes.
198
199 12. vapier@g.o
200 13. mcummings@g.o
201 14. g2boojum@g.o
202 15. seemant@g.o
203 16. http://tllts.org/archives/tllts_145-06-21-06.ogg
204 17. http://tllts.org/archives/tllts_145-06-21-06.mp3
205
206 AnandTech (7 June 2006)
207 -----------------------
208
209 AnandTech recently did a shoot-out[18] of several different processors,
210 including the Sun UltraSparc T1. For the article, they chose Gentoo Linux
211 as the platform for the machines. Check out the article to see how the new
212 Sun CPU fares against Intel's Wood crest and AMD's Opteron.
213
214 18. http://www.anandtech.com/IT/showdoc.aspx?i=2772
215
216 ==================
217 4. Tips and Tricks
218 ==================
219
220 Play some games: ScummVM
221 ------------------------
222
223 While most of today's games won't run on Linux systems easily, there is
224 still a wealth of options in yesterday's catalog that work great with an
225 emulator. If you can hunt down an original copy of the games, ScummVM[19]
226 will run some classic point-and-click adventure games such as "Full
227 Throttle", "Day of the Tentacle" and "The Secret of Monkey Island."
228
229 19. http://scummvm.sourceforge.net/
230
231 The project first started out as a way to run old games that used
232 LucasArt's SCUMM game engine, but now supports other games as well. See
233 the compatability list[20] for all the games it can run.
234
235 20. http://scummvm.sourceforge.net/compatibility.php
236
237 If you're not up to the task of hunting down computer games from the 1980s
238 though, you're still in luck. One such game has been released for free
239 distribution -- Flight of the Amazon Queen, and it's available in portage.
240
241 To get up and running, first emerge scummvm on your system, which is
242 already been marked stable on four architectures -- amd64, ppc, sparc, and
243 x86. ScummVM itself runs on many other platforms: Microsoft Windows, Mac
244 OS X, PocketPC, PalmOS, OS/2 and more. Depending on your architecture,
245 Flight of the Amazon Queen might be marked testing, so adjust your
246 package.keywords file as necessary.
247
248 ---------------------------------------------------------------------------
249 | Code Listing 4.1: |
250 |Installing queen |
251 ---------------------------------------------------------------------------
252 | |
253 |# emerge scummvm -va |
254 |# echo "games-rpg/queen" >> /etc/portage/package.keywords" |
255 |# emerge queen |
256 | |
257 ---------------------------------------------------------------------------
258
259 After that, add your user to the 'games' group if you haven't already.
260
261 ---------------------------------------------------------------------------
262 | Code Listing 4.2: |
263 |Adding user to games group |
264 ---------------------------------------------------------------------------
265 | |
266 |# groups larry |
267 |# gpasswd -a larry games |
268 | |
269 ---------------------------------------------------------------------------
270
271 If you are adding your user to the group, remember that you must log out
272 and back in before the changes will take effect. Fire up scummvm, and it
273 will open a graphical window where you can add your games. By default,
274 FOTAQ won't be displayed in the list, but you can add it by clicking 'Add
275 Game'. The directory with game data is /usr/share/games/queen. Once you
276 navigate to that directory, simply click the 'Choose' button. After that,
277 you should be good to go! You can also simply run 'queen' to start the
278 game directly.
279
280 =========================
281 5. Gentoo developer moves
282 =========================
283
284 Moves
285 -----
286
287 The following developers recently left the Gentoo project:
288
289 * none this week
290
291 Adds
292 ----
293
294 The following developers recently joined the Gentoo project:
295
296 * Raphael Marichez (Falco) Security
297
298 Changes
299 -------
300
301 The following developers recently changed roles within the Gentoo project:
302
303 * none this week
304
305 ==================
306 6. Gentoo security
307 ==================
308
309 PAM-MySQL: Multiple vulnerabilities
310 -----------------------------------
311
312 Vulnerabilities in PAM-MySQL can lead to a Denial of Service, making it
313 impossible to log into a machine.
314
315 For more information, please see the GLSA Announcement[21]
316
317 21. http://www.gentoo.org/security/en/glsa/glsa-200606-18.xml
318
319 Sendmail: Denial of Service
320 ---------------------------
321
322 Faulty multipart MIME messages can cause forked Sendmail processes to
323 crash.
324
325 For more information, please see the GLSA Announcement[22]
326
327 22. http://www.gentoo.org/security/en/glsa/glsa-200606-19.xml
328
329 Typespeed: Remote execution of arbitrary code
330 ---------------------------------------------
331
332 A buffer overflow in the network code of Typespeed can lead to the
333 execution of arbitrary code.
334
335 For more information, please see the GLSA Announcement[23]
336
337 23. http://www.gentoo.org/security/en/glsa/glsa-200606-20.xml
338
339 Mozilla Thunderbird: Multiple vulnerabilities
340 ---------------------------------------------
341
342 Several vulnerabilities in Mozilla Thunderbird allow cross site scripting,
343 JavaScript privilege escalation and possibly execution of arbitrary code.
344
345 For more information, please see the GLSA Announcement[24]
346
347 24. http://www.gentoo.org/security/en/glsa/glsa-200606-21.xml
348
349 aRts: Privilege escalation
350 --------------------------
351
352 The artswrapper part of aRts allows local users to execute arbitrary code
353 with elevated privileges.
354
355 For more information, please see the GLSA Announcement[25]
356
357 25. http://www.gentoo.org/security/en/glsa/glsa-200606-22.xml
358
359 KDM: Symlink vulnerability
360 --------------------------
361
362 KDM is vulnerable to a symlink vulnerability that can lead to disclosure
363 of information.
364
365 For more information, please see the GLSA Announcement[26]
366
367 26. http://www.gentoo.org/security/en/glsa/glsa-200606-23.xml
368
369 wv2: Integer overflow
370 ---------------------
371
372 An integer overflow could allow an attacker to execute arbitrary code.
373
374 For more information, please see the GLSA Announcement[27]
375
376 27. http://www.gentoo.org/security/en/glsa/glsa-200606-24.xml
377
378 ===========
379 7. Bugzilla
380 ===========
381
382 Summary
383 -------
384
385 * Statistics
386 * Closed bug ranking
387 * New bug rankings
388
389 Statistics
390 ----------
391
392 The Gentoo community uses Bugzilla (bugs.gentoo.org[28]) to record and
393 track bugs, notifications, suggestions and other interactions with the
394 development team. Between 18 June 2006 and 25 June 2006, activity on the
395 site has resulted in:
396
397 28. http://bugs.gentoo.org
398
399 * 759 new bugs during this period
400 * 364 bugs closed or resolved during this period
401 * 24 previously closed bugs were reopened this period
402
403 Of the 10343 currently open bugs: 53 are labeled 'blocker', 140 are
404 labeled 'critical', and 544 are labeled 'major'.
405
406 Closed bug rankings
407 -------------------
408
409 The developers and teams who have closed the most bugs during this period
410 are:
411
412 * Gentoo Games[29], with 22 closed bugs[30]
413 * Gentoo's Team for Core System packages[31], with 22 closed bugs[32]
414 * Gentoo Security[33], with 18 closed bugs[34]
415 * Portage Utilities Team[35], with 14 closed bugs[36]
416 * media-video herd[37], with 14 closed bugs[38]
417 * Gentoo Genkernel Maintainers[39], with 12 closed bugs[40]
418 * Gentoo X-windows packagers[41], with 9 closed bugs[42]
419 * Default Assignee for Orphaned Packages[43], with 9 closed bugs[44]
420 29. games@g.o
421 30. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-06-18&chfieldto=2006-06-25&resolution=FIXED&assigned_to=games@g.o
422 31. base-system@g.o
423 32. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-06-18&chfieldto=2006-06-25&resolution=FIXED&assigned_to=base-system@g.o
424 33. security@g.o
425 34. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-06-18&chfieldto=2006-06-25&resolution=FIXED&assigned_to=security@g.o
426 35. tools-portage@g.o
427 36. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-06-18&chfieldto=2006-06-25&resolution=FIXED&assigned_to=tools-portage@g.o
428 37. media-video@g.o
429 38. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-06-18&chfieldto=2006-06-25&resolution=FIXED&assigned_to=media-video@g.o
430 39. genkernel@g.o
431 40. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-06-18&chfieldto=2006-06-25&resolution=FIXED&assigned_to=genkernel@g.o
432 41. x11@g.o
433 42. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-06-18&chfieldto=2006-06-25&resolution=FIXED&assigned_to=x11@g.o
434 43. maintainer-needed@g.o
435 44. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-06-18&chfieldto=2006-06-25&resolution=FIXED&assigned_to=maintainer-needed@g.o
436
437
438 New bug rankings
439 ----------------
440
441 The developers and teams who have been assigned the most new bugs during
442 this period are:
443
444 * Default Assignee for New Packages[45], with 37 new bugs[46]
445 * Gentoo TreeCleaner Project[47], with 14 new bugs[48]
446 * X11 External Driver Maintainers[49], with 9 new bugs[50]
447 * Gentoo Sound Team[51], with 9 new bugs[52]
448 * Gentoo Toolchain Maintainers[53], with 8 new bugs[54]
449 * Default Assignee for Orphaned Packages[55], with 8 new bugs[56]
450 * Java team[57], with 7 new bugs[58]
451 * Gentoo Games[59], with 7 new bugs[60]
452 45. maintainer-wanted@g.o
453 46. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-06-18&chfieldto=2006-06-25&assigned_to=maintainer-wanted@g.o
454 47. treecleaner@g.o
455 48. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-06-18&chfieldto=2006-06-25&assigned_to=treecleaner@g.o
456 49. x11-drivers@g.o
457 50. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-06-18&chfieldto=2006-06-25&assigned_to=x11-drivers@g.o
458 51. sound@g.o
459 52. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-06-18&chfieldto=2006-06-25&assigned_to=sound@g.o
460 53. toolchain@g.o
461 54. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-06-18&chfieldto=2006-06-25&assigned_to=toolchain@g.o
462 55. maintainer-needed@g.o
463 56. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-06-18&chfieldto=2006-06-25&assigned_to=maintainer-needed@g.o
464 57. java@g.o
465 58. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-06-18&chfieldto=2006-06-25&assigned_to=java@g.o
466 59. games@g.o
467 60. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-06-18&chfieldto=2006-06-25&assigned_to=games@g.o
468
469
470 ===============
471 8. GWN feedback
472 ===============
473
474 Please send us your feedback[61] and help make the GWN better.
475
476 61. gwn-feedback@g.o
477
478 ===============================
479 9. GWN subscription information
480 ===============================
481
482 To subscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
483 gentoo-gwn+subscribe@g.o.
484
485 To unsubscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
486 gentoo-gwn+unsubscribe@g.o from the e-mail address you are
487 subscribed under.
488
489 ===================
490 10. Other languages
491 ===================
492
493 The Gentoo Weekly Newsletter is also available in the following languages:
494
495 * Danish[62]
496 * Dutch[63]
497 * English[64]
498 * German[65]
499 * French[66]
500 * Korean[67]
501 * Japanese[68]
502 * Italian[69]
503 * Polish[70]
504 * Portuguese (Brazil)[71]
505 * Portuguese (Portugal)[72]
506 * Russian[73]
507 * Spanish[74]
508 * Turkish[75]
509 62. http://www.gentoo.org/news/da/gwn/gwn.xml
510 63. http://www.gentoo.org/news/nl/gwn/gwn.xml
511 64. http://www.gentoo.org/news/en/gwn/gwn.xml
512 65. http://www.gentoo.org/news/de/gwn/gwn.xml
513 66. http://www.gentoo.org/news/fr/gwn/gwn.xml
514 67. http://www.gentoo.org/news/ko/gwn/gwn.xml
515 68. http://www.gentoo.org/news/ja/gwn/gwn.xml
516 69. http://www.gentoo.org/news/it/gwn/gwn.xml
517 70. http://www.gentoo.org/news/pl/gwn/gwn.xml
518 71. http://www.gentoo.org/news/pt_br/gwn/gwn.xml
519 72. http://www.gentoo.org/news/pt/gwn/gwn.xml
520 73. http://www.gentoo.org/news/ru/gwn/gwn.xml
521 74. http://www.gentoo.org/news/es/gwn/gwn.xml
522 75. http://www.gentoo.org/news/tr/gwn/gwn.xml
523
524
525 Ulrich Plate <plate@g.o> - Editor
526 Chris Gianelloni <wolf31o2@g.o> - Author
527 Tobias Scherbaum <dertobi123@g.o> - Author
528 Mark Kowarsky <mark_alec@g.o> - Author
529 Steve Dibb <beandog@g.o> - Author
530 Josh Nichols <nichoj@g.o> - Author
531
532 --
533 gentoo-gwn@g.o mailing list