Gentoo Weekly Newsletter: May 10th, 2004
1.
Gentoo News
Gentoo Documentation Project Status Report
The Gentoo Documentation Project has released a new status report. Much new documentation has been added since the last status report in April - a coLinux HOWTO has been added, and many other sections have been updated too, like the Gentoo Security Guide, which now has a note on the -glsa-check option to emerge.
In addition, the third part of the Gentoo Handbook, concerned with configuring a desktop machine, is progressing, with sections on various desktop environments, X, 3d acceleration, and sound now complete, and drafts are available for viewing. The Documentation Project plans to officially release this third chapter once the section on integrating a Gentoo machine into a Windows network is complete.
GLEP 26: Handling kernels with Portage
Developers Nathaniel McCallum and Joshua Campbell submitted GLEP 26 last Sunday. This proposal has to do with kernel handling by Portage - specifically, Nathan and Joshua propose that emerge kernel-name, in addition to or instead of installing the kernel sources, also give the user the option of installing a binary kernel, its modules, and a tarballed package of kernel-headers. For more information about the advantages and disadvantages of such a change, read the GLEP or the discussion on gentoo-dev.
2.
Gentoo Security
Multiple format string vulnerabilities in neon 0.24.4 and earlier
There are multiple format string vulnerabilities in libneon which may allow
a malicious WebDAV server to execute arbitrary code.
For more information, please see the GLSA Announcement
Multiple vulnerabilities in LHa
Two stack-based buffer overflows and two directory traversal problems have
been found in LHa. These vulnerabilities can be used to execute arbitrary
code or as a denial of service attack.
For more information, please see the GLSA Announcement
3.
Heard in the Community
Web Forums
Porthole to Portage
Here's one of those cases where the Forums were the first to hear about a programming group effort, and a few months down the line the utility that emerged (pun entirely unintentional) got ascended to Portage. Daniel G. Taylor, Frederik Arnerup, Brian Dolbec and Bill Wheeler Brian Dolbec have rounded some of the edges of their Porthole (a GUI frontend for Portage) enough to get it unmasked in the official Portage tree:
gentoo-user
Setting Up a Local Email Server
If you have more than one PC used for email access,
this thread may
be for you. It contains a helpful link to setting up a central email box with IMAP
that you may use to retrieve your email from anywhere.
Mounting Partition Images
Check out this thread
for some tips on imaging and mounting hard drive partitions as a file.
Slowest Gentoo Ever
Gentoo was named after the fastest species of penguin on Earth. However, some very patient people
talk about the slowest machines
they've ever installed Stage1 Gentoo on. 486/33Mhz? Yikes.
4.
Gentoo International
Japan: GentooJP Core Socialising
Masatomo Nakano is one of the founders of GentooJP, the large and ever-growing Japanese community with a most active developer crowd and a truly exciting web presence. His current visit to Japan (taking a few days off from his overseas job in England) serves as the perfect excuse for a get-together of the Japanese Gentoo developers, translators and other activists. Just in case you're around Shibuya station on Thursday, 13 May at 19:00 hours, do join them for dinner and a drink or two. Cost per person will be 5000 JPY, check the GentooJP mailing list (in Japanese) for further details.
5.
Tips and Tricks
Renaming Files
Often files need to be converted from uppercase to lowercase.
Sometimes this is a side effect of moving from case-insensitive
file systems to case-sensitive ones.
Here's a quick shell command that will convert everything in the
current directory from uppercase to lowercase.
Code Listing 5.1 |
for n in *; do mv $n `echo $n | tr '[:upper:]' '[:lower:]'`; done |
6.
Moves, Adds, and Changes
Moves
The following developers recently left the Gentoo team:
Adds
The following developers recently joined the Gentoo Linux team:
Changes
The following developers recently changed roles within the Gentoo Linux project:
7.
Contribute to GWN
Interested in contributing to the Gentoo Weekly Newsletter? Send us an email.
8.
GWN Feedback
Please send us your feedback and help make the GWN better.
9.
GWN Subscription Information
To subscribe to the Gentoo Weekly Newsletter, send a blank email to gentoo-gwn-subscribe@gentoo.org.
To unsubscribe to the Gentoo Weekly Newsletter, send a blank email to gentoo-gwn-unsubscribe@gentoo.org from the email address you are subscribed under.
10.
Other Languages
The Gentoo Weekly Newsletter is also available in the following languages:
|