Gentoo Archives: gentoo-gwn

From: Kurt Lieber <klieber@g.o>
To: gentoo-gwn@g.o
Subject: [gentoo-gwn] Gentoo Weekly Newsletter -- Volume 2, Issue 13
Date: Tue, 01 Apr 2003 00:55:32
Message-Id: 20030401005144.GF20135@mail.lieber.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 April 1st, 2003.
5 ---------------------------------------------------------------------------
6
7 ==============
8 1. Gentoo News
9 ==============
10
11 Summary
12 -------
13
14 * Portage 2.1 to adopt RPM format for LSB compliance
15 * Gentoo/PPC team restructuring
16 * Release schedule announced for Gentoo Linux 1.4_rc4
17
18 Portage 2.1 to adopt RPM format for LSB compliance
19 --------------------------------------------------
20
21 In what will likely prove to be a controversial decision, Portage 2.1 will
22 adopt the RPM format for all packages moving forward. The use of ebuilds
23 will be deprecated in favor of the defacto RPM standard. The primary
24 driver for this decision was to ensure compliance with the Linux Standard
25 Base[1] specification, which mandates RPM support for package management.
26
27 1. http://www.linuxbase.org/
28
29 The developers have been hard at work to make this migration as easy as
30 possible. Already a proof-of-concept ebuild2rpm script is in place and
31 being tested by a pilot group of developers. Unfortunately, because of the
32 architectural differences between the two formats, some features will not
33 be supported once Gentoo moves to RPM. USE variables are one such feature;
34 sandbox security is another. However, the added benefit brought about by
35 full LSB compliance should far outweigh the loss of these two minor
36 features.
37
38 Additionally, because of LSB's required library support[2], the xfree86
39 package will move to become part of the base Gentoo Linux system, rather
40 than an optional addition. Users interested in learning more about the
41 Linux Standard Base should read the LSB FAQ[3] or the full LSB 1.3
42 specification[4].
43
44 2.
45 http://www.linuxbase.org/spec/refspecs/LSB_1.3.0/gLSB/gLSB/rlibraries.html
46 3. http://www.linuxbase.org/modules.php?name=FAQ
47 4. http://www.linuxbase.org/spec/
48
49 Gentoo/PPC team restructuring
50 -----------------------------
51
52 As announced in last week's issue[5], Mark Guertin (gerk) recently retired
53 from the Gentoo Linux project. Replacing Mark as the Gentoo/PPC lead will
54 be Pieter Van den Abeele (pvdabeel). Assisting Pieter in the PPC
55 development efforts will be Luca, Graham, and Seth, who have been
56 appointed as second-tier leads for the group. The new structure provides
57 for more distributed leadership on the PPC developer team and offers more
58 flexibility and redundancy.
59
60 5. http://www.gentoo.org/main/en/gwn/20030324-newsletter.xml
61
62 Release schedule announced for Gentoo Linux 1.4_rc4
63 ---------------------------------------------------
64
65 Brad Cowan (bcowan) recently announced the release schedule for Gentoo
66 Linux 1.4_rc4:
67
68 * Sun March 23rd - Package Upgrades Phase Starts - The development team
69 is encouraged to move things from unstable ("~" masked) state to stable
70 for the next 14 days.
71 * Sun March 30th - Build and Test Phase - Generic CPU stage tarballs are
72 made and tested from the current CVS tree for the next 7 days with jhhudso
73 and QA testers reporting any bugs found.
74 * Sun April 6th - End Package Upgrades phase - Start Build and Test Phase
75 with an official CVS snapshot.
76 * Wed April 9th - Official Release Decision - a determination is made as
77 to whether this next release will be an "official release" or release
78 candidate. The Development Lead for each arch, the Release Coordinator,
79 the Development Manager, and the Chief Architect all come to a final
80 unanimous decision in this matter.
81
82
83 ==================
84 2. Gentoo Security
85 ==================
86
87 Summary
88 -------
89
90 * GLSA: stunnel
91 * GLSA: mod_ssl
92 * GLSA: glibc
93 * GLSA: openssl
94 * GLSA: mutt
95 * GLSA: bitchx
96 * GLSA: zlib
97 * New Security Bug Reports
98
99 GLSA: stunnel
100 -------------
101
102 The stunnel SSL port wrapper is vulnerable to a timing attack against
103 OpenSSL that may expose RSA keys.
104
105 * Severity: High - Cryptographic exposure.
106 * Packages Affected: net-misc/stunnel versions prior to stunnel-3.22-r2
107 * Rectification: Synchronize and emerge stunnel, emerge clean.
108 * GLSA Announcement[6]
109 * Advisory[7]
110
111 6. http://forums.gentoo.org/viewtopic.php?t=43711
112 7. http://www.openssl.org/news/secadv_20030317.txt
113
114 GLSA: mod_SSL
115 -------------
116
117 The Apache module mod_SSL is vulnerable to a timing attack against OpenSSL
118 that may expose RSA keys.
119
120 * Severity: High - Cryptographic exposure.
121 * Packages Affected: net-www/mod_ssl versions prior to mod_ssl-2.8.14
122 * Rectification: Synchronize and emerge mod_ssl, emerge clean.
123 * GLSA Announcement[8]
124 * Advisory[9]
125
126 8. http://forums.gentoo.org/viewtopic.php?t=43709
127 9. http://www.openssl.org/news/secadv_20030317.txt
128
129 GLSA: glibc
130 -----------
131
132 An integer overflow vulnerability in the xdrmem_getbytes() function
133 provided as part of glibc could permit a remote exploit attack.
134
135 * Severity: High - Remote exploit possible.
136 * Packages Affected: sys-libs/glibc versions prior to glibc-2.3.1-r4
137 (glibc-2.2.5-r8 on ARM systems).
138 * Rectification: Synchronize and emerge glibc, emerge clean.
139 * GLSA Announcement[10]
140 * Advisory[11]
141
142 10. http://forums.gentoo.org/viewtopic.php?t=43687
143 11. http://www.eeye.com/html/Research/Advisories/AD20030318.html
144
145 GLSA: openssl
146 -------------
147
148 It has been discovered that OpenSSL is vulnerable to a sophisticated
149 attack involving opening millions of SSL/TLS connections to a server in
150 order to perform a private-key operation using the server's RSA key. The
151 key itself is not compromised.
152
153 * Severity: High - Cryptographic exposure.
154 * Packages Affected: dev-libs/openssl versions prior to openssl-0.9.6i-r2
155 * Rectification: Synchronize and emerge openssl, emerge clean.
156 * GLSA Announcement[12]
157 * Advisory[13]
158
159 12. http://forums.gentoo.org/viewtopic.php?t=43402
160 13. http://www.openssl.org/news/secadv_20030319.txt
161
162 GLSA: mutt
163 ----------
164
165 The mutt mail client contains a vulnerability in its IMAP support that
166 could permit a malicious IMAP server operator to crash the reader or
167 potentially execute commands on the vulnerable system.
168
169 * Severity: High - Remote code execution.
170 * Packages Affected: net-mail/mutt versions prior to mutt-1.4.1
171 * Rectification: Synchronize and emerge mutt, emerge clean.
172 * GLSA Announcement[14]
173 * Advisory[15]
174
175 14. http://forums.gentoo.org/viewtopic.php?t=43401
176 15. http://www.coresecurity.com/common/showdoc.php?idx=310/&idxseccion=10
177
178 GLSA: bitchx
179 ------------
180
181 The bitchx IRC client is vulnerable to buffer-overflows, permitting
182 malicious server operators or man-in-the-middle attackers to perform DoS
183 attacks.
184
185 * Severity: Moderate - remote DoS.
186 * Packages Affected: net-irc/bitchx versions prior to bitchx-1.0.19-r5
187 * Rectification: Synchronize and emerge bitchx, emerge clean.
188 * GLSA Announcement[16]
189 * Advisory[17]
190
191 16. http://forums.gentoo.org/viewtopic.php?t=43403
192 17. http://marc.theaimsgroup.com/?l=bugtraq/&m=104766521328322&w=2
193
194 GLSA: zlib
195 ----------
196
197 The zlib system library contains a buffer-overflow vulnerability in its
198 gzprintf() function. This vulnerability could be used to corrupt the call
199 stack.
200
201 * Severity: Moderate - local DoS.
202 * Packages Affected: sys-libs/zlib versions prior to zlib-1.1.4-r1
203 * Rectification: Synchronize and emerge zlib, emerge clean.
204 * GLSA Announcement[18]
205 * Advisory[19]
206
207 18. http://forums.gentoo.org/viewtopic.php?t=44382
208 19. http://www.securityfocus.com/archive/1/312869/2003-02-18/2003-02-24/0
209
210 New Security Bug Reports
211 ------------------------
212
213 The following new security bugs were posted this week:
214
215 * dev-libs/dietlibc[20]
216 * app-crypt/heimdal[21]
217 * dev-php/php[22]
218
219 20. http://bugs.gentoo.org/show_bug.cgi?id=18358
220 21. http://bugs.gentoo.org/show_bug.cgi?id=18359
221 22. http://bugs.gentoo.org/show_bug.cgi?id=18360
222
223 =================================
224 3. Featured Developer of the Week
225 =================================
226
227 Karl Trygve Kalleberg
228
229
230 Karl Trygve Kalleberg[23] maintains dev-lisp and dev-java with a few other
231 developers, as well as several other languages and compilers and the
232 eminently useful gentoolkit. This mostly entails fixing ebuild bugs and
233 verifying new submissions; Karl also spends much time arguing with the
234 other developers about how to improve Gentoo Linux's development process,
235 a goal for which he has crafted tools like lintool and munchie. A Gentoo
236 developer since summer 2001, Karl has worked on many other OSS projects,
237 including the Savage3D driver for the Utah-GLX project[24], the Linux port
238 to the Sega Dreamcast[25], a multi-language documentation system[26], the
239 Norwegian translations of AbiWord[27] and the Gimp[28] (the first to
240 Bokmål, the latter to Nynorks, two different dialects of Norwegian), and
241 some other projects you can see listed on his personal page[29] at
242 SourceForge, but most of these projects, as well as his involvement with
243 Gentoo were preempted by his Master's thesis: transformations for the
244 CodeBoost transformation system[30] which he presented on the 21st of
245 March at the University of Bergen[31]. Now he's back in all of his
246 capacities, including that of comic relief for the Gentoo development
247 team.
248
249 23. karltk@g.o
250 24. http://utah-glx.sf.net
251 25. http://linuxdc.sf.net
252 26. http://sds.sf.net
253 27. http://www.abisource.com
254 28. http://www.gimp.org
255 29. http://sourceforge.net/users/karltk/
256 30. http://www.codeboost.org
257 31. http://www.uib.no
258
259 Karl has a nice dual Athlon 2000+ box with a Kyro II video card and an IDE
260 RAID, but as of late he only visits it through ssh. He's currently
261 borrowing an Athlon 1800+ running Redhat (his excuse: it's nice to know
262 what the other distros look like once in a while), and is waiting for a
263 replacement for his iBook, which he bought in January and which has broken
264 down twice (Karl says that Apple's customer support is the worst service
265 he's come across, including the tax authorities, but will gladly use an
266 iBook if Apple decides to send him a working one). He uses Fluxbox and KDE
267 depending on the occasion, with Galeon and Sylpheed for browsing and mail.
268 Karl's other favorite apps include zsh, most, irssi, and ssh, and he
269 suffers from withdrawal symptoms whenevr he tries to ditch the bloated,
270 horrible, emacs, which is nevertheless home.
271
272 Karl used to design computer languages until the company he worked for
273 caved in last summer, and afterwards he worked at a very cool ISP[32]. Now
274 unwittingly applying for a PhD position in computer science, he continues
275 to study medicine at the Norwegian university of Technology and
276 Science[33] as a break from all the CS. Also, he enjoys various forms of
277 roleplaying, generally Ars Magica interspersed with some happy-go-lucky
278 Sci Fi stints. Believe it or not, his girlfriend's name is Tilde; the fact
279 that she works for an evil cell phone company[34] is offset by her
280 understanding of obscure Unix jokes[35], and she lives with him in
281 Trondheim, Norway[36]. Karl was born in the coastal town of Haugesund but
282 escaped to Bergen when he discovered that not all city halls were supposed
283 to be pink[37]. The city hall in Bergen[38] was nondistinct, and there he
284 was subjeced to Solaris and IRIX before he accidentally installed Linux
285 and was not able to get it off.
286
287 Karl left the link between Bergen and Trodheim in a shroud of mystery, as
288 to appear inscrutable.
289
290 32. http://www.prosalg.no
291 33. http://www.ntnu.no
292 34. http://www.netcom.no
293 35. http://www.cs.berkeley.edu/~laura/humor/unix.html
294 37. http://www.haugesund.net/bilder/raadhus.jpg
295 38. http://www.bergencablecar.no/panorama_juli_b.jpg
296
297 =========================
298 4. Heard In The Community
299 =========================
300
301 Web Forums
302 ----------
303
304 CFLAGS Central Revival
305
306 Floating point conversion functions in GCC, the standard C compiler suite,
307 are susceptible of creating bugs when compiling with -march=pentium4. Some
308 people circumvent this by "downgrading" to -march=pentium3, some deny
309 bugginess altogether. Say hello to a renewed discussion of compiler
310 optimizations:
311
312 * gcc 3.2.2 and Pentium4[39]
313 * -march=pentium4 issue[40]
314 * -fomit-frame-pointer[41]
315 * Making full use of cpu registers in CFLAGS[42]
316 * CFLAGS Central[43]
317
318 39. http://forums.gentoo.org/viewtopic.php?t=39202
319 40. http://forums.gentoo.org/viewtopic.php?t=43373
320 41. http://forums.gentoo.org/viewtopic.php?t=44263
321 42. http://forums.gentoo.org/viewtopic.php?t=43648
322 43. http://forums.gentoo.org/viewtopic.php?t=5717
323
324 Finally: Gentoo on the Xbox
325
326 A fresh post by Forum newbie, ShALLaX[44], sent shivers of relief +down
327 many a Gentooist's spine: You can do a stage1 installation and run Gentoo
328 Linux on your Xbox!
329
330 * Gentoo on the Xbox[45]
331
332 45. http://forums.gentoo.org/viewtopic.php?t=44518
333 44. http://forums.gentoo.org/profile.php?mode=viewprofile&u=17401
334
335 gentoo-user
336 -----------
337      
338 Gentoo Migration Strategies
339
340 Matt Garman asked about migration strategies[46] for moving from Debian to
341 Gentoo. The resulting thread[47] gave Matt some helpful hints and also
342 touched upon the "requirement" of having a separate, 100MB boot partition.
343
344 * Gentoo Migration Strategy[48]
345
346 46. http://marc.theaimsgroup.com/?l=gentoo-user&m=104882423606515&w=2
347 47.
348 http://marc.theaimsgroup.com/?l=gentoo-user&w=2&r=1&s=gentoo+migration+stra
349 gety&q=b
350 48.
351 http://marc.theaimsgroup.com/?l=gentoo-user&w=2&r=1&s=gentoo+migration+stra
352 gety&q=b
353
354
355 Money Dance is Not Dead
356
357 Alex Combas inquired[49] about running Money Dance[50] on Gentoo. There
358 was some confusion about whether or not Money Dance was still an
359 actively-developed program, but it was eventually clarified[51] that Money
360 Dance is, in fact, still an active product.
361
362 * Money Dance[52]
363
364 49. http://marc.theaimsgroup.com/?l=gentoo-user&m=104892664009032&w=2
365 50. http://moneydance.net
366 51. http://marc.theaimsgroup.com/?l=gentoo-user&m=104897516312483&w=2
367 52. http://marc.theaimsgroup.com/?l=gentoo-user&w=2&r=1&s=money+dance&q=b
368
369 gentoo-dev
370 ----------
371
372 Managing Disk Space
373
374 Andy Arbon posted[53] a script for assisting in the tidying of binary
375 packages built by portage.
376
377 53. http://marc.theaimsgroup.com/?l=gentoo-dev&m=104854206807179&w=2
378
379 Destroying Dependancies
380
381 Per Wigren had some troubles with dependancies[54] when mysql was upgraded
382 from 3.23 to 4.0 and proposed a solution to solve the problem going
383 forward. Alain Penders pointed out that reverse dependancy checking in
384 portage[55] would likely solve Per's problem.
385
386 * Destroying Dependancies[56]
387
388 54. http://marc.theaimsgroup.com/?l=gentoo-dev&m=104863973531869&w=2
389 55. http://marc.theaimsgroup.com/?l=gentoo-dev&m=104886451814076&w=2
390 56.
391 http://marc.theaimsgroup.com/?l=gentoo-dev&w=2&r=1&s=destroying+dependancie
392 s&q=b
393
394 =======================
395 5. Gentoo International
396 =======================
397
398 Gentoo Hanami
399
400 Cherry blossom season in Japan. While the weather report of Japanese TV
401 stations still brings daily coverage of the full-bloom-front that is
402 slowly moving towards the north of the country, the usual GentooJP
403 suspects have already fulfilled their traditional "hanami" duty last
404 Friday. For those unfamiliar with the expression: Hanami is a cherry
405 blossom viewing event better described as an annual mass hysteria with the
406 aim of getting seriously drunk in a park with preferrably large numbers of
407 cherry trees and watching the petals float gently to the ground while
408 noisily dancing around on much too blue plastic sheets. Roughly a dozen of
409 GentooJP activists decided on Shinjuku Gyoen as a venue, a particularly
410 nice and fairly central spot in Tokyo, but believe it or not: nobody
411 brought a camera... Hoping for next year then, lads.
412
413 German Police Runs on Gentoo-ARM
414
415 Government agencies in Europe are known to be much more open towards Linux
416 and Open Source Software than those of other countries. In their latest
417 move, the BKA[57] (the German equivalent of its more universally known
418 cousins FBI or Scotland Yard) has started deploying Gentoo-ARM-based PDAs
419 for use of its officers in the field. "They will mainly use it for playing
420 MP3s of phone conversations in abduction cases", says Hein Bloed, head of
421 the IT department at BKA's headquarters in Wiesbaden. PDAs have been part
422 of the standard equipment at the BKA for many years, but the sudden
423 decision to replace PocketPC with ARM-based Gentoo Linux came as a
424 surprise. The Gentoo-ARM developer team says there are rumours of a
425 PocketPC virus accidentally spread throughout the organization by their
426 own computer crime department following a raid on illegal software
427 importers in the port of Hamburg two months ago.
428
429 57. http://www.gentoo.org/images/gwn/20030401_fishb.gif
430
431 Erratum: Gentoo Presentation in Denmark on 1 April, not 2 April!
432
433 We apologize to Klavs Klavsen for the misinformation carried in last
434 week's GWN: His presentation to the mixed Danish and Swedish SSLUG is
435 going to take place on 1 April, i.e. Tuesday, at DKUUG/Symbion,
436 Fruebjergvej 3 in Copenhagen East, starting at 19:30 in room M4.
437
438 ================
439 6. Portage Watch
440 ================
441
442 The following stable packages were added to portage this week
443 -------------------------------------------------------------
444
445
446 * app-admin/envtest : This ebuild display the environment for an ebuild.
447 It's for portage-testing purposes only and will _always_ fail.
448 http://foo.bar.com/
449 * net-ftp/junkie : Junkie - GTK2 FTP Client
450 http://sourceforge.net/projects/junkie
451 * net-www/phoenix-cvs : The Phoenix Web Browser
452 http://www.mozilla.org/projects/phoenix/
453 * net-firewall/kmyfirewall : Graphical KDE iptables configuration tool
454 http://kmyfirewall.sourceforge.net/
455
456 Updates to notable packages
457 ---------------------------
458
459 * sys-apps/portage - portage-2.0.47-r12.ebuild;
460 * sys-devel/gcc - gcc-3.2.2-r2.ebuild;
461 * sys-libs/glibc - glibc-2.2.5-r8.ebuild; glibc-2.3.1-r4.ebuild;
462 * sys-kernel/* - development-sources-2.5.66.ebuild;
463 mips-headers-2.4.21.ebuild; mm-sources-2.5.65-r3.ebuild;
464 mm-sources-2.5.65-r4.ebuild; mm-sources-2.5.66-r1.ebuild;
465 ppc-sources-benh-2.4.20-r9.ebuild; selinux-sources-2.4.20-r2.ebuild;
466 wolk-sources-4.0_rc4.ebuild;
467 * dev-db/mysql - mysql-4.0.12.ebuild;
468
469
470 New USE variables
471 -----------------
472
473 * mpi - Adds MPI (Message Passing Interface) layer to the apps that
474 support it
475 * selinux - Adds support for Security Enhanced Linux (to build a more
476 secure set of packages and kernel
477
478
479 ===========
480 7. Bugzilla
481 ===========
482
483 Summary
484 -------
485
486 * Statistics
487 * Closed Bug Ranking
488 * New Bug Rankings
489
490 Statistics
491 ----------
492
493 The Gentoo community uses Bugzilla (bugs.gentoo.org[58]) to record and
494 track bugs, notifications, suggestions and other interactions with the
495 development team. In the last 7 days, activity on the site has resulted
496 in:
497
498 58. http://bugs.gentoo.org
499
500 * 311 new bugs this week
501 * 311 bugs closed or resolved this week
502 * 12 previously closed bugs were reopened this week.
503 * 2349 total bugs currently marked 'new'
504 * 466 total bugs currently assigned to developers
505
506 There are currently 2880 bugs open in Bugzilla. Of these: 72 are labeled
507 'blocker', 104 are labeled 'critical', and 233 are labeled 'major'.
508
509 Closed Bug Rankings
510 -------------------
511
512 The developers and teams who have closed the most bugs this week are:
513
514 * The Documents Team[59], with 14 closed bugs[60]
515 * Martin Schlemmer[61], with 9 closed bugs[62]
516 * The Gnome Team[63], with 9 closed bugs[64]
517 * Seemant Kulleen[65], with 9 closed bugs[66]
518 * Alastair Tse[67], with 8 closed bugs[68]
519 * Martin Holzer[69], with 8 closed bugs[70]
520
521 59. docs-team@g.o
522 60.
523 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED
524 &chfield=bug_status&chfieldfrom=2003-03-22&chfieldto=Now
525 &resolution=FIXED&assigned_to=docs-team%40gentoo.org
526 61. azarah@g.o
527 62.
528 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED
529 &chfield=bug_status&chfieldfrom=2003-03-22&chfieldto=Now
530 &resolution=FIXED&assigned_to=azarah%40gentoo.org
531 63. gnome@g.o
532 64.
533 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED
534 &chfield=bug_status&chfieldfrom=2003-03-22&chfieldto=Now
535 &resolution=FIXED&assigned_to=gnome%40gentoo.org
536 65. seemant@g.o
537 66.
538 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED
539 &chfield=bug_status&chfieldfrom=2003-03-22&chfieldto=Now
540 &resolution=FIXED&assigned_to=seemant%40gentoo.org
541 67. liquidx@g.o
542 68.
543 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED
544 &chfield=bug_status&chfieldfrom=2003-03-22&chfieldto=Now
545 &resolution=FIXED&assigned_to=liquidx%40gentoo.org
546 69. mholzer@g.o
547 70.
548 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED
549 &chfield=bug_status&chfieldfrom=2003-03-22&chfieldto=Now
550 &resolution=FIXED&assigned_to=mholzer%40gentoo.org
551
552
553 New Bug Rankings
554 ----------------
555
556 The developers and teams who have been assigned the most new bugs this
557 week are:
558
559 * Nick Hadaway[71], with 16 new bugs[72]
560
561 71. raker@g.o
562 72. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED
563 &bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2003-03-22
564 &chfieldto=Now&=&assigned_to=raker%40gentoo.org
565
566 * The x86 Kernel Team[73], with 14 new bugs[74]
567
568 73. x86-kernel@g.o
569 74. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED
570 &bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2003-03-22
571 &chfieldto=Now&=&assigned_to=x86-kernel%40gentoo.org
572
573 * Martin Schlemmer[75], with 13 new bugs[76]
574
575 75. azarah@g.o
576 76. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED
577 &bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2003-03-22
578 &chfieldto=Now&=&assigned_to=azarah%40gentoo.org
579
580 * The KDE Team[77], with 13 new bugs[78]
581
582 77. kde@g.o
583 78. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED
584 &bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2003-03-22
585 &chfieldto=Now&=&assigned_to=kde%40gentoo.org
586
587 * Nicholas Jones[79], with 11 new bugs[80]
588
589 79. carpaski@g.o
590 80. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED
591 &bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2003-03-22
592 &chfieldto=Now&=&assigned_to=carpaski%40gentoo.org
593
594 ==================
595 8. Tips and Tricks
596 ==================
597
598 Synchronizing System Date/Time with rdate
599
600 This week's tip shows you how to keep your system's date and time synced
601 without the hassle of NTP. The command rdate allows you to get the time
602 from a server running NTP but doesn't require you to set up your own NTP
603 server.
604
605 First make sure that you have rdate installed.
606
607 ---------------------------------------------------------------------------
608 | Code Listing 8.1: |
609 | Installing rdate |
610 ---------------------------------------------------------------------------
611 | |
612 |# emerge rdate |
613 | |
614 ---------------------------------------------------------------------------
615
616 To sync your computer clock, run rdate -s. You should probably change
617 which server you use so as not to overload one particular one. Here is a
618 list of public Stratum 2 servers[81] that you can use.
619
620 81. http://www.eecis.udel.edu/~mills/ntp/clock2a.html
621
622 ---------------------------------------------------------------------------
623 | Code Listing 8.2: |
624 | Using rdate |
625 ---------------------------------------------------------------------------
626 | |
627 |# rdate -s ntp0.cornell.edu |
628 | |
629 ---------------------------------------------------------------------------
630
631 To keep your machine automatically synced, you may want to make use of
632 crontab.
633
634 ---------------------------------------------------------------------------
635 | Code Listing 8.3: |
636 | Adding rdate to crontab |
637 ---------------------------------------------------------------------------
638 | |
639 |Add the following to /etc/crontab to sync on the first day of the week. |
640 | |
641 |* * * * 0 rdate -s ntp0.cornell.edu |
642 | |
643 ---------------------------------------------------------------------------
644
645 ==========================
646 9. Moves, Adds and Changes
647 ==========================
648
649 Moves
650 -----
651
652 The following developers recently left the Gentoo team:
653
654 * Nicholas Henke (roughneck)
655 * Maik Schreiber (blizzy)
656
657 Adds
658 ----
659
660 The following developers recently joined the Gentoo Linux team:
661
662 * Arun Thomas (sindian) -- Gentoo/ARM, gentoo-hardened
663
664 Changes
665 -------
666
667 The following developers recently changed roles within the Gentoo Linux
668 project.
669
670 * none this week
671
672 =====================
673 10. Contribute to GWN
674 =====================
675
676 Interested in contributing to the Gentoo Weekly Newsletter? Send us an
677 email[82].
678
679 82. gwn-feedback@g.o
680
681 ================
682 11. GWN Feedback
683 ================
684
685 Please send us your feedback[83] and help make GWN better.
686
687 83. gwn-feedback@g.o
688
689 ===================
690 12. Other Languages
691 ===================
692
693 The Gentoo Weekly Newsletter is also available in the following languages:
694
695 * Dutch[84]
696 * English[85]
697 * German[86]
698 * French[87]
699 * Japanese[88]
700 * Italian[89]
701 * Portuguese (Brazil)[90]
702 * Portuguese (Portugal)[91]
703 * Spanish[92]
704
705 84. http://www.gentoo.org/news/be/gwn/gwn.xml
706 85. http://www.gentoo.org/news/en/gwn/gwn.xml
707 86. http://www.gentoo.org/news/de/gwn/gwn.xml
708 87. http://www.gentoo.org/news/fr/gwn/gwn.xml
709 88. http://www.gentoo.org/news/ja/gwn/gwn.xml
710 89. http://www.gentoo.org/news/it/gwn/gwn.xml
711 90. http://www.gentoo.org/news/br/gwn/gwn.xml
712 91. http://www.gentoo.org/news/pt/gwn/gwn.xml
713 92. http://www.gentoo.org/news/es/gwn/gwn.xml
714
715
716 Kurt Lieber <klieber@g.o> - Editor
717 AJ Armstrong <aja@×××××××××××××.com> - Contributor
718 Brice Burgess <nesta@×××××××.net> - Contributor
719 Yuji Carlos Kosugi <carlos@g.o> - Contributor
720 Rafael Cordones Marcos <rcm@×××××××.net> - Contributor
721 David Narayan <david@×××××××.net> - Contributor
722 Ulrich Plate <plate@g.o> - Contributor
723 Peter Sharp <mail@××××××××××××××.net> - Contributor
724 Kim Tingkaer <kim@×××××××.dk> - Contributor
725 Mathy Vanvoorden <matje@×××××××.be> - Dutch Translation
726 Tom Van Laerhoven <tom.vanlaerhoven@××××××.be> - Dutch Translation
727 Peter Dijkstra <phj.dijkstra@××××.nl> - Dutch Translation
728 Bernard Bernieke <bernieke@××××××××.com> - Dutch Translation
729 Vincent Verleye <zu@×××××××.be> - Dutch Translation
730 Jochen Maes <linux@××××.be> - Dutch Translation
731 Ben De Groot <yngwin@××××××.nl> - Dutch Translation
732 Jelmer Jaarsma <j.jaarsma@××××××××××××××××××.nl> - Dutch Translation
733 Nicolas Ledez <nicolas.ledez@××××.fr> - French Translation
734 Guillaume Plessis <gui@×××××××××.com> - French Translation
735 John Berry <anfini@××××.fr> - French Translation
736 Martin Prieto <riverdale@×××××××××.org> - French Translation
737 Michael Kohl <citizen428@g.o> - German Translation
738 Steffen Lassahn <madeagle@g.o> - German Translation
739 Matthias F. Brandstetter <haim@g.o> - German Translation
740 Thomas Raschbacher <lordvan@g.o> - German Translation
741 Klaus-J. Wolf <yanestra@×××.de> - German Translation
742 Marco Mascherpa <mush@××××××.net> - Italian Translation
743 Claudio Merloni <paper@×××××××.it> - Italian Translation
744 Daniel Ketel <kage-chan@g.o> - Japanese Translation
745 Yoshiaki Hagihara <hagi@×××.com> - Japanese Translation
746 Andy Hunne <andy@×××××××××.com> - Japanese Translation
747 Yuji Carlos Kosugi <carlos@g.o> - Japanese Translation
748 Yasunori Fukudome <yasunori@××××××××××××××××.uk> - Japanese Translation
749 Ventura Barbeiro <venturasbarbeiro@××××××.br> - Portuguese (Brazil)
750 Translation
751 Bruno Ferreira <blueroom@××××××××××××.net> - Portuguese (Portugal)
752 Translation
753 Gustavo Felisberto <gustavo@××××××××××.net> - Portuguese (Portugal)
754 Translation
755 Ricardo Jorge Louro <rjlouro@×××××××.org> - Portuguese (Portugal)
756 Translation
757 Lanark <lanark@××××××××××.ar> - Spanish Translation
758 Rafael Cordones Marcos <rcm@×××××××.net> - Spanish Translation
759 Julio Castillo <julio@×××××××××××××.com> - Spanish Translation
760 Sergio Gómez <s3r@××××××××××××.ar> - Spanish Translation
761 Pablo Pita Leira <pablo.leira@×××××××××.com> - Spanish Translation
762 Carlos Castillo <carlos@×××××××××××××.com> - Spanish Translation
763 Tirant <tirant@×××××.net> - Spanish Translation
764 Jaime Freire <jfreire@××.com> - Spanish Translation
765 Lucas Sallovitz <krusty_ar@×××××.com> - Spanish Translation