Mailing List Archive

Gentoo Weekly Newsletter 26 June 2006
---------------------------------------------------------------------------
Gentoo Weekly Newsletter
http://www.gentoo.org/news/nl/gwn/current.xml
This is the Gentoo Weekly Newsletter for the week of 26 June 2006.
---------------------------------------------------------------------------

==============
1. Gentoo news
==============

Release testers wanted
----------------------

The Gentoo Release Engineering[1] project is looking for experienced users
and developers to assist with the testing of the upcoming 2006.1 release.
They are looking to have a wide array of hardware to test. All applicants
will need to be available for testing, as well as have access to broadband
Internet access, and a CD/DVD burner, since there will be a large volume
of ISO images to test and new images will be released quite often.
Interested parties should contact Roger Miliker[2] with the following
information:

1. http://www.gentoo.org/proj/en/releng
2. mailto:roger55@gentoo.org

* CPU type (i686, PPC, AMD64, etc.)
* Amount of system memory
* Type of disks (IDE, SCSI, SATA, etc.)
* Type of optical reader (IDE, SCSI, SATA, etc.)
* Type of video card (for AMD64/x86 only)
* Type of optical recorder (CD, DVD, etc.)

They will select users whose hardware will give them the greatest coverage
of testing capabilities, as well as users with a strong background in
providing good information to developers for resolving issues.

Gentoo x86 arch testers and developers wanted
---------------------------------------------

The x86 architecture team is looking for more ambitious members of the
community who would like to help out by joining the team as Arch Testers.
If you would like to give back to Gentoo, but don't know how, then this
may be a good way for you to start. You would be helping by testing
applications to be marked stable and assisting in general x86-specific
bugs. Please take a look at the x86 AT documentation[3], and if you have
questions about anything, please either email Homer Parker[4] or Joshua
Jackson[5]. They are also looking for more developers to join the team and
help out in resolving bug reports, keywording requests, and security bugs.
Interested developers need only have a stable system or chroot, and be
willing to work on bugs assigned to the x86 team. Please send an email to
the x86 team[6] alias, if you are interested in helping out.

3. http://www.gentoo.org/proj/en/base/x86/arch-testers-faq.xml
4. hparker@gentoo.org
5. tsunam@gentoo.org
6. x86@gentoo.org

Important ALSA information
--------------------------

Diego "Flameeyes" Pettenò has updated the ALSA packages to 1.0.12rc1 for
compatibility with kernel 2.6.17's release. There have been some changes
to the packages. The media-plugins/alsa-jack package has been deprecated
and its functionality has been added to the media-plugins/alsa-plugins
package. PowerPC users will be interested to know that snd-aoa has been
merged into media-sound/alsa-driver for 1.0.12rc1, which is currently in
package.mask, is in need of testing by users with the appropriate hardware
before it can be unmasked.

Java
----

The Java team pleased to announce that the new Java system has finally hit
the tree. It's currently in package.mask, but the Java team expects to
unmask it in the next few days.

To begin using it, you will need to add the appropriate entries to
/etc/portage/package.unmask, and then follow the upgrade guide[7].

7. http://www.gentoo.org/proj/en/java/java-upgrade.xml

---------------------------------------------------------------------------
| Code Listing 1.1: |
|/etc/portage/package.unmask |
---------------------------------------------------------------------------
| |
|# Masked for testing changes to Java |
|>=dev-java/java-config-1.3 |
|dev-java/java-config-wrapper |
|>dev-java/javatoolkit-0.1.0 |
|>=dev-java/ant-core-1.6.5-r13 |
|>=dev-java/ant-tasks-1.6.5-r2 |
|>=dev-java/jikes-1.22-r12 |
|>=dev-java/eclipse-ecj-3.1-r13 |
|=dev-java/blackdown-jdk-1.3.1-r23 |
|=dev-java/blackdown-jdk-1.4.1-r12 |
|=dev-java/blackdown-jdk-1.4.2.03-r12 |
|=dev-java/blackdown-jre-1.3.1-r20 |
|=dev-java/blackdown-jre-1.4.1-r12 |
|=dev-java/blackdown-jre-1.4.2.03-r11 |
|=dev-java/ibm-jdk-bin-1.4.2.04-r10 |
|=dev-java/ibm-jdk-bin-1.5.0-r11 |
|=dev-java/ibm-jre-bin-1.4.2.05 |
|=dev-java/jrockit-jdk-bin-1.4.2.10 |
|=dev-java/jrockit-jdk-bin-1.5.0.06 |
|=dev-java/kaffe-1.1.7 |
|=dev-java/sun-jdk-1.4.2.12 |
|=dev-java/sun-jdk-1.5.0.07 |
|=dev-java/sun-jre-bin-1.4.2.12 |
|=dev-java/sun-jre-bin-1.5.0.07 |
| |
---------------------------------------------------------------------------

For those not familar with that this means, here are some highlights:

* Ability to switch the current VM on the fly
* Changes to the user and system VM take effect immediately, and no
longer are tied to the shell environment, which means you no longer have
to run env-update followed by source /etc/profile when you switch the
system VM
* Now has the concept of a "build VM", which is used to emerge packages,
and is configured independently of the system VM
* For each version of Java, ie 1.3, 1.4, 1.5, etc, the build VM can be
configured as to which vendor and version of a VM to use
* The VM at emerge time will be switched on the fly according to its
configuration, as well as the dependency of the package. For example, some
packages won't compile with 1.5. In these cases, a 1.4 VM will be used at
build time
* Java packages which build with ant will have their build.xml rewritten
at build time in order to ensure that the correct version of Java bytecode
is compiled
* Will be able to unmask Java 1.5 soon and be able to handle Java 1.6
when it comes out this fall

=========================
2. Heard in the community
=========================

forums
------

Larry the Cow - Lame?

Some forum users have expressed a dislike of Larry. They feel that he has
no purpose, is not relevant to Gentoo and is 'lame'. Others, however, seem
to love the quirkiness of our Cow. Is Larry a useful mascot, a valuable
part of Gentoo's history, or just an archaic character with no purpose?

* The cow thing is LAME[8]
8. http://forums.gentoo.org/viewtopic-t-473584.html


planet.gentoo.org
-----------------

Gentoo/Alpha FAQ updated

The Gentoo/Alpha FAQ has been updated with a patch by Thomas Cort and now
includes additional answers about hardware maintenance, .dotnet support
and the Alpha bootloader aboot.

* Gentoo/Alpha FAQ updated[9]
9. http://mediumbagel.org/nucleus/index.php?itemid=21


grep vs bash regex

Roy Marples did some tests replacing grep with internal bash functions and
the results were impressive, with the internal bash functions being faster. His
testing happened only on small files and assumes that grep may perform
better on larger files as grep returns once a match is found whereas bash
has to read the entire file.

* grep vs bash regex[10]
10. http://roy.marples.name/node/267


======================
3. Gentoo in the press
======================

LXer.com (22 June 2006)
-----------------------

Author Hans Kwint has written an interesting article on his usage of
Gentoo Linux on the desktop. Entitled A Gentoo diary: Intro"[11], it is
the first in a series of articles on Gentoo usage in daily life.

11. http://lxer.com/module/newswire/view/63474/index.html

Linux Link Tech Show (21 June 2006)
-----------------------------------

The Linux Link Tech Show has a pretty long interview with four Gentoo
developers, Mike Frysinger[12], Michael Cummings[13], Grant Goodyear[14],
and Seemant Kulleen[15]. It can be downloaded in either OGG Vorbis[16] or
MP3[17] format. The interview starts at about 24 1/2 minutes.

12. vapier@gentoo.org
13. mcummings@gentoo.org
14. g2boojum@gentoo.org
15. seemant@gentoo.org
16. http://tllts.org/archives/tllts_145-06-21-06.ogg
17. http://tllts.org/archives/tllts_145-06-21-06.mp3

AnandTech (7 June 2006)
-----------------------

AnandTech recently did a shoot-out[18] of several different processors,
including the Sun UltraSparc T1. For the article, they chose Gentoo Linux
as the platform for the machines. Check out the article to see how the new
Sun CPU fares against Intel's Wood crest and AMD's Opteron.

18. http://www.anandtech.com/IT/showdoc.aspx?i=2772

==================
4. Tips and Tricks
==================

Play some games: ScummVM
------------------------

While most of today's games won't run on Linux systems easily, there is
still a wealth of options in yesterday's catalog that work great with an
emulator. If you can hunt down an original copy of the games, ScummVM[19]
will run some classic point-and-click adventure games such as "Full
Throttle", "Day of the Tentacle" and "The Secret of Monkey Island."

19. http://scummvm.sourceforge.net/

The project first started out as a way to run old games that used
LucasArt's SCUMM game engine, but now supports other games as well. See
the compatability list[20] for all the games it can run.

20. http://scummvm.sourceforge.net/compatibility.php

If you're not up to the task of hunting down computer games from the 1980s
though, you're still in luck. One such game has been released for free
distribution -- Flight of the Amazon Queen, and it's available in portage.

To get up and running, first emerge scummvm on your system, which is
already been marked stable on four architectures -- amd64, ppc, sparc, and
x86. ScummVM itself runs on many other platforms: Microsoft Windows, Mac
OS X, PocketPC, PalmOS, OS/2 and more. Depending on your architecture,
Flight of the Amazon Queen might be marked testing, so adjust your
package.keywords file as necessary.

---------------------------------------------------------------------------
| Code Listing 4.1: |
|Installing queen |
---------------------------------------------------------------------------
| |
|# emerge scummvm -va |
|# echo "games-rpg/queen" >> /etc/portage/package.keywords" |
|# emerge queen |
| |
---------------------------------------------------------------------------

After that, add your user to the 'games' group if you haven't already.

---------------------------------------------------------------------------
| Code Listing 4.2: |
|Adding user to games group |
---------------------------------------------------------------------------
| |
|# groups larry |
|# gpasswd -a larry games |
| |
---------------------------------------------------------------------------

If you are adding your user to the group, remember that you must log out
and back in before the changes will take effect. Fire up scummvm, and it
will open a graphical window where you can add your games. By default,
FOTAQ won't be displayed in the list, but you can add it by clicking 'Add
Game'. The directory with game data is /usr/share/games/queen. Once you
navigate to that directory, simply click the 'Choose' button. After that,
you should be good to go! You can also simply run 'queen' to start the
game directly.

=========================
5. Gentoo developer moves
=========================

Moves
-----

The following developers recently left the Gentoo project:

* none this week

Adds
----

The following developers recently joined the Gentoo project:

* Raphael Marichez (Falco) Security

Changes
-------

The following developers recently changed roles within the Gentoo project:

* none this week

==================
6. Gentoo security
==================

PAM-MySQL: Multiple vulnerabilities
-----------------------------------

Vulnerabilities in PAM-MySQL can lead to a Denial of Service, making it
impossible to log into a machine.

For more information, please see the GLSA Announcement[21]

21. http://www.gentoo.org/security/en/glsa/glsa-200606-18.xml

Sendmail: Denial of Service
---------------------------

Faulty multipart MIME messages can cause forked Sendmail processes to
crash.

For more information, please see the GLSA Announcement[22]

22. http://www.gentoo.org/security/en/glsa/glsa-200606-19.xml

Typespeed: Remote execution of arbitrary code
---------------------------------------------

A buffer overflow in the network code of Typespeed can lead to the
execution of arbitrary code.

For more information, please see the GLSA Announcement[23]

23. http://www.gentoo.org/security/en/glsa/glsa-200606-20.xml

Mozilla Thunderbird: Multiple vulnerabilities
---------------------------------------------

Several vulnerabilities in Mozilla Thunderbird allow cross site scripting,
JavaScript privilege escalation and possibly execution of arbitrary code.

For more information, please see the GLSA Announcement[24]

24. http://www.gentoo.org/security/en/glsa/glsa-200606-21.xml

aRts: Privilege escalation
--------------------------

The artswrapper part of aRts allows local users to execute arbitrary code
with elevated privileges.

For more information, please see the GLSA Announcement[25]

25. http://www.gentoo.org/security/en/glsa/glsa-200606-22.xml

KDM: Symlink vulnerability
--------------------------

KDM is vulnerable to a symlink vulnerability that can lead to disclosure
of information.

For more information, please see the GLSA Announcement[26]

26. http://www.gentoo.org/security/en/glsa/glsa-200606-23.xml

wv2: Integer overflow
---------------------

An integer overflow could allow an attacker to execute arbitrary code.

For more information, please see the GLSA Announcement[27]

27. http://www.gentoo.org/security/en/glsa/glsa-200606-24.xml

===========
7. Bugzilla
===========

Summary
-------

* Statistics
* Closed bug ranking
* New bug rankings

Statistics
----------

The Gentoo community uses Bugzilla (bugs.gentoo.org[28]) to record and
track bugs, notifications, suggestions and other interactions with the
development team. Between 18 June 2006 and 25 June 2006, activity on the
site has resulted in:

28. http://bugs.gentoo.org

* 759 new bugs during this period
* 364 bugs closed or resolved during this period
* 24 previously closed bugs were reopened this period

Of the 10343 currently open bugs: 53 are labeled 'blocker', 140 are
labeled 'critical', and 544 are labeled 'major'.

Closed bug rankings
-------------------

The developers and teams who have closed the most bugs during this period
are:

* Gentoo Games[29], with 22 closed bugs[30]
* Gentoo's Team for Core System packages[31], with 22 closed bugs[32]
* Gentoo Security[33], with 18 closed bugs[34]
* Portage Utilities Team[35], with 14 closed bugs[36]
* media-video herd[37], with 14 closed bugs[38]
* Gentoo Genkernel Maintainers[39], with 12 closed bugs[40]
* Gentoo X-windows packagers[41], with 9 closed bugs[42]
* Default Assignee for Orphaned Packages[43], with 9 closed bugs[44]
29. games@gentoo.org
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@gentoo.org
31. base-system@gentoo.org
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@gentoo.org
33. security@gentoo.org
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@gentoo.org
35. tools-portage@gentoo.org
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@gentoo.org
37. media-video@gentoo.org
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@gentoo.org
39. genkernel@gentoo.org
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@gentoo.org
41. x11@gentoo.org
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@gentoo.org
43. maintainer-needed@gentoo.org
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@gentoo.org


New bug rankings
----------------

The developers and teams who have been assigned the most new bugs during
this period are:

* Default Assignee for New Packages[45], with 37 new bugs[46]
* Gentoo TreeCleaner Project[47], with 14 new bugs[48]
* X11 External Driver Maintainers[49], with 9 new bugs[50]
* Gentoo Sound Team[51], with 9 new bugs[52]
* Gentoo Toolchain Maintainers[53], with 8 new bugs[54]
* Default Assignee for Orphaned Packages[55], with 8 new bugs[56]
* Java team[57], with 7 new bugs[58]
* Gentoo Games[59], with 7 new bugs[60]
45. maintainer-wanted@gentoo.org
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@gentoo.org
47. treecleaner@gentoo.org
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@gentoo.org
49. x11-drivers@gentoo.org
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@gentoo.org
51. sound@gentoo.org
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@gentoo.org
53. toolchain@gentoo.org
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@gentoo.org
55. maintainer-needed@gentoo.org
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@gentoo.org
57. java@gentoo.org
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@gentoo.org
59. games@gentoo.org
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@gentoo.org


===============
8. GWN feedback
===============

Please send us your feedback[61] and help make the GWN better.

61. gwn-feedback@gentoo.org

===============================
9. GWN subscription information
===============================

To subscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
gentoo-gwn+subscribe@gentoo.org.

To unsubscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
gentoo-gwn+unsubscribe@gentoo.org from the e-mail address you are
subscribed under.

===================
10. Other languages
===================

The Gentoo Weekly Newsletter is also available in the following languages:

* Danish[62]
* Dutch[63]
* English[64]
* German[65]
* French[66]
* Korean[67]
* Japanese[68]
* Italian[69]
* Polish[70]
* Portuguese (Brazil)[71]
* Portuguese (Portugal)[72]
* Russian[73]
* Spanish[74]
* Turkish[75]
62. http://www.gentoo.org/news/da/gwn/gwn.xml
63. http://www.gentoo.org/news/nl/gwn/gwn.xml
64. http://www.gentoo.org/news/en/gwn/gwn.xml
65. http://www.gentoo.org/news/de/gwn/gwn.xml
66. http://www.gentoo.org/news/fr/gwn/gwn.xml
67. http://www.gentoo.org/news/ko/gwn/gwn.xml
68. http://www.gentoo.org/news/ja/gwn/gwn.xml
69. http://www.gentoo.org/news/it/gwn/gwn.xml
70. http://www.gentoo.org/news/pl/gwn/gwn.xml
71. http://www.gentoo.org/news/pt_br/gwn/gwn.xml
72. http://www.gentoo.org/news/pt/gwn/gwn.xml
73. http://www.gentoo.org/news/ru/gwn/gwn.xml
74. http://www.gentoo.org/news/es/gwn/gwn.xml
75. http://www.gentoo.org/news/tr/gwn/gwn.xml


Ulrich Plate <plate@gentoo.org> - Editor
Chris Gianelloni <wolf31o2@gentoo.org> - Author
Tobias Scherbaum <dertobi123@gentoo.org> - Author
Mark Kowarsky <mark_alec@gentoo.org> - Author
Steve Dibb <beandog@gentoo.org> - Author
Josh Nichols <nichoj@gentoo.org> - Author

--
gentoo-gwn@gentoo.org mailing list