Gentoo Archives: gentoo-gwn

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-gwn@l.g.o
Subject: [gentoo-gwn] Gentoo Weekly Newsletter 20 November 2006
Date: Wed, 22 Nov 2006 18:12:22
Message-Id: 1164207041.10738.1.camel@inertia.twi-31o2.org
1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 Gentoo Weekly Newsletter
3 http://www.gentoo.org/news/en/gwn/20061120-newsletter.xml
4 This is the Gentoo Weekly Newsletter for the week of 20 November 2006.
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7 ==============
8 1. Gentoo News
9 ==============
10
11 Help test the new Bugzilla
12 --------------------------
13
14 The Gentoo infrastructure team have rolled out the new Bugzilla for two to
15 four weeks of testing. They hope to have the new Bugzilla up and running in
16 time for Christmas.
17
18 Important improvements include:
19
20 * Newer version of Bugzilla from upstream
21 * Much more database horse-power
22 * Automatic failover between database machines
23 * A much better backup system, which should increase availability at
24 night
25
26 You can help test by using the new Bugzilla when you're searching for
27 existing bugs. In lieu of pointing your browser to http://bugs.gentoo.org,
28 use http://bugstest.gentoo.org, instead.
29
30 Note: This server is not running with production data. Any bugs you file
31 will not be seen by any developers. Please file all bugs on the normal bug
32 tracker[1].
33
34 If you find any bugs, please report them in the production Bugzilla[1],
35 assigned to infra-bugs@g.o, with 'bugstest' in the summary. Robin
36 Johnson fears there may be some UTF-8 issues, so help from non-ASCII
37 Gentoo-ers is particularly needed.
38
39 1. http://bugs.gentoo.org
40
41 Thanks to Mike Doty[2], Robin Johnson[3], Lance Albertson[4], Ned Ludd[5],
42 Jeff Forman[6], and Corey Shields[7] for all their hard work. Thanks to
43 GNi[8] for hardware and colocation services to make it all run.
44
45 2. kingtaco@g.o
46 3. robbat2@g.o
47 4. ramereth@g.o
48 5. solar@g.o
49 6. jforman@g.o
50 7. cshields@××××××.org
51 8. http://www.gni.com
52
53 For more information, please read Robin's original gentoo-dev list
54 announcement.[9]
55
56 9. http://archives.gentoo.org/gentoo-dev/msg_141090.xml
57
58 =========================
59 2. Heard in the community
60 =========================
61
62 gentoo-user
63 -----------
64
65 Accidentally deleted contents of /sbin
66
67 In a horrifying wildcard accident, James Colby deleted the entire contents
68 of his /sbin directory. Quickwittedly, he did basic damage control by
69 copying the contents of /sbin from a stage 3 tarball to his own denuded
70 /sbin. He asked if he needed to do an emerge world to restore his /sbin to
71 its former state.
72
73 Both Geistteufel and Bo Ørsted Andresen suggest ways to determine which
74 packages actually had files residing in /sbin and then re-emerging them.
75 Geistteufel suggested running equery b /sbin as root. This would yield a
76 list of each package with a file residing in /sbin. Each of these packages
77 would then be re-emerged. Bo Ørsted Andresen's solution automated the
78 process:
79
80 +-------------------------------------------------------------------+
81 | Code Listing 2.1 |
82 | Bo Ørsted Andresen's Solution |
83 +-------------------------------------------------------------------+
84 | # cd /var/db/pkg && emerge -va1 \ |
85 | > $(for pkg in */*; do cut -d' ' -f2 "${pkg}"/CONTENTS \ |
86 | > | grep -q '^/sbin/' && echo "=${pkg}" done) |
87 +-------------------------------------------------------------------+
88
89 Responders agreed that re-emerging world would be excessive.
90
91 * http://archives.gentoo.org/gentoo-user/msg_103857.xml
92
93 Using LINGUAS on a per package basis like with USE
94
95 Fernando Canizo has set both the English and Spanish LINGUAS flags in his
96 system (LINGUAS="en es"). However, he'd prefer to decide on a
97 package-by-package basis which language to use, similar to setting a flag in
98 his /etc/portage/package.use file.
99
100 Bo Ørsted Andresen pointed out that Fernando could use the IUSE flags
101 linguas_es and linguas_en like any other per-package flag in
102 /etc/portage/package.use. This is because the LINGUAS flags were
103 USE_EXPANDED to those IUSE flags anyway. He also provided a pointer to the
104 relevant section of the devmanual[10].
105
106 10. http://devmanual.gentoo.org/general-concepts/use-flags/index.html#use_expand-and-arch-use-flags
107
108 * http://archives.gentoo.org/gentoo-user/msg_103893.xml
109
110 gentoo-cluster
111 --------------
112
113 SC06 -- check out SiCortex
114
115 Donnie Berkholz[11] invited all attendees at the recently-held
116 SuperComputing 06[12] conference to visit the booth of SiCortex. SiCortex is
117 developing two MIPS cluster products, one with 5,800 nodes and the other
118 with 650 nodes. The clusters will run Gentoo.
119
120 11. dberkholz@g.o
121 12. http://sc06.supercomputing.org/
122
123 Brian D. Ropers-Huilman reported that he'd already stopped by their booth
124 and was impressed by an 8 TF cluster that consumed a mere 18KW. However, he
125 wasn't sure when they were entering production nor if they were really using
126 Gentoo.
127
128 Joel Martin[13], who works at SiCortex as well as volunteering for Gentoo as
129 a developer, provided more information on their offerings. Within a few
130 months, SiCortex will be offering a 5,832 processor (972 6-core nodes) with
131 8GB RAM-per-node at less than the US$2,000,000 price point. And it will
132 definitely run Gentoo.
133
134 13. kanaka@g.o
135
136 For more information, Joe pointed readers to SiCortex's whitepaper
137 collection[14].
138
139 14. http://sicortex.com/prod_white.shtml
140
141 * http://archives.gentoo.org/gentoo-cluster/msg_00945.xml
142
143 =========================
144 3. Gentoo developer moves
145 =========================
146
147 Moves
148 -----
149
150 The following developers recently left the Gentoo project:
151
152 * none this week
153
154 Adds
155 ----
156
157 The following developers recently joined the Gentoo project:
158
159 * Rémi Cardona (remi`) Gnome team
160
161 Changes
162 -------
163
164 The following developers recently changed roles within the Gentoo project:
165
166 * none this week
167
168 ==================
169 4. Gentoo security
170 ==================
171
172 OpenSSH: Multiple Denial of Service vulnerabilities
173 ---------------------------------------------------
174
175 Several Denial of Service vulnerabilities have been identified in OpenSSH.
176
177 For more information, please see the GLSA Announcement[15]
178
179 15. http://www.gentoo.org/security/en/glsa/glsa-200611-06.xml
180
181 GraphicsMagick: PALM and DCM buffer overflows
182 ---------------------------------------------
183
184 GraphicsMagick improperly handles PALM and DCM images, potentially resulting
185 in the execution of arbitrary code.
186
187 For more information, please see the GLSA Announcement[16]
188
189 16. http://www.gentoo.org/security/en/glsa/glsa-200611-07.xml
190
191 RPM: Buffer overflow
192 --------------------
193
194 RPM is vulnerable to a buffer overflow and possibly the execution of
195 arbitrary code when opening specially crafted packages.
196
197 For more information, please see the GLSA Announcement[17]
198
199 17. http://www.gentoo.org/security/en/glsa/glsa-200611-08.xml
200
201 libpng: Denial of Service
202 -------------------------
203
204 A vulnerability in libpng may allow a remote attacker to crash applications
205 that handle untrusted images.
206
207 For more information, please see the GLSA Announcement[18]
208
209 18. http://www.gentoo.org/security/en/glsa/glsa-200611-09.xml
210
211 WordPress: Multiple vulnerabilities
212 -----------------------------------
213
214 Flaws in WordPress allow a Denial of Service, the disclosure of user
215 metadata and the overwriting of restricted files.
216
217 For more information, please see the GLSA Announcement[19]
218
219 19. http://www.gentoo.org/security/en/glsa/glsa-200611-10.xml
220
221 ============================
222 5. Upcoming package removals
223 ============================
224
225 This is a list of packages that have been announced to be removed in the
226 future. The package removals come from many locations, including the
227 Treecleaners[20] and various developers.
228
229 20. http://www.gentoo.org/proj/en/qa/treecleaners
230
231 Last-Rites:
232 -----------
233
234 Package: Removal date: Contact:
235 app-laptop/pmud 13 Dec 06 Joseph Jezak[21]
236 app-laptop/wmbatppc 13 Dec 06 Joseph Jezak[21]
237 dev-ada/adabroker 14 Dec 06 George Shapovalov[22]
238 sci-mathematics/gturing 15 Dec 06 Markus Dittrich[23]
239 net-proxy/dansguardian-dgav 17 Dec 06 Alin Nastac[24]
240 net-dialup/gigaset-isdn 18 Jan 07 Alin Nastac[24]
241 dev-ada/adaopengl 14 Dec 06 George Shapovalov[22]
242 dev-ada/adabindx 14 Dec 06 George Shapovalov[22]
243
244 21. josejx@g.o
245 22. george@g.o
246 23. markusle@g.o
247 24. mrness@g.o
248
249 ===========
250 6. Bugzilla
251 ===========
252
253 Summary
254 -------
255
256 * Statistics
257 * Closed bug ranking
258 * New bug rankings
259
260 Statistics
261 ----------
262
263 The Gentoo community uses Bugzilla (bugs.gentoo.org[1]) to record and track
264 bugs, notifications, suggestions and other interactions with the development
265 team. Between 12 November 2006 and 19 November 2006, activity on the site
266 has resulted in:
267
268 1. http://bugs.gentoo.org
269
270 * 776 new bugs during this period
271 * 409 bugs closed or resolved during this period
272 * 21 previously closed bugs were reopened this period
273 * 148 closed as NEEDINFO/WONTFIX/CANTFIX/INVALID/UPSTREAM during this
274 period
275 * 176 bugs marked as duplicates during this period
276
277 Of the 10911 currently open bugs: 27 are labeled 'blocker', 102 are labeled
278 'critical', and 479 are labeled 'major'.
279
280 Closed bug rankings
281 -------------------
282
283 The developers and teams who have closed the most bugs during this period
284 are:
285
286 * Gentoo Linux Gnome Desktop Team[25], with 24 closed bugs[26]
287 * Gentoo Games[27], with 22 closed bugs[28]
288 * Gentoo KDE team[29], with 17 closed bugs[30]
289 * Portage team[31], with 13 closed bugs[32]
290 * PPC Porters[33], with 12 closed bugs[34]
291 * Desktop Misc. Team[35], with 10 closed bugs[36]
292 * AMD64 Project[37], with 10 closed bugs[38]
293 * Gentoo Sound Team[39], with 9 closed bugs[40]
294
295 25. gnome@g.o
296 26. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-12&chfieldto=2006-11-19&resolution=FIXED&assigned_to=gnome@g.o
297 27. games@g.o
298 28. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-12&chfieldto=2006-11-19&resolution=FIXED&assigned_to=games@g.o
299 29. kde@g.o
300 30. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-12&chfieldto=2006-11-19&resolution=FIXED&assigned_to=kde@g.o
301 31. dev-portage@g.o
302 32. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-12&chfieldto=2006-11-19&resolution=FIXED&assigned_to=dev-portage@g.o
303 33. ppc@g.o
304 34. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-12&chfieldto=2006-11-19&resolution=FIXED&assigned_to=ppc@g.o
305 35. desktop-misc@g.o
306 36. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-12&chfieldto=2006-11-19&resolution=FIXED&assigned_to=desktop-misc@g.o
307 37. amd64@g.o
308 38. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-12&chfieldto=2006-11-19&resolution=FIXED&assigned_to=amd64@g.o
309 39. sound@g.o
310 40. http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-11-12&chfieldto=2006-11-19&resolution=FIXED&assigned_to=sound@g.o
311
312 New bug rankings
313 ----------------
314
315 The developers and teams who have been assigned the most new bugs during
316 this period are:
317
318 * Default Assignee for New Packages[41], with 31 new bugs[42]
319 * Default Assignee for Orphaned Packages[43], with 11 new bugs[44]
320 * Gentoo's Team for Core System packages[45], with 9 new bugs[46]
321 * AMD64 Project[37], with 7 new bugs[47]
322 * Gentoo Sound Team[39], with 6 new bugs[48]
323 * Java team[49], with 6 new bugs[50]
324 * Gentoo Games[27], with 6 new bugs[51]
325 * Gentoo KDE team[29], with 5 new bugs[52]
326
327 27. games@g.o
328 29. kde@g.o
329 37. amd64@g.o
330 39. sound@g.o
331 41. maintainer-wanted@g.o
332 42. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-12&chfieldto=2006-11-19&assigned_to=maintainer-wanted@g.o
333 43. maintainer-needed@g.o
334 44. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-12&chfieldto=2006-11-19&assigned_to=maintainer-needed@g.o
335 45. base-system@g.o
336 46. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-12&chfieldto=2006-11-19&assigned_to=base-system@g.o
337 47. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-12&chfieldto=2006-11-19&assigned_to=amd64@g.o
338 48. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-12&chfieldto=2006-11-19&assigned_to=sound@g.o
339 49. java@g.o
340 50. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-12&chfieldto=2006-11-19&assigned_to=java@g.o
341 51. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-12&chfieldto=2006-11-19&assigned_to=games@g.o
342 52. http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-11-12&chfieldto=2006-11-19&assigned_to=kde@g.o
343
344 ===============
345 7. GWN feedback
346 ===============
347
348 The GWN is staffed by volunteers and members of the community who submit
349 ideas and articles. If you are interested in writing for the GWN, have
350 feedback on an article that we have posted, or just have an idea or article
351 that you would like to submit to the GWN, please send us your feedback[53]
352 and help make the GWN better.
353
354 53. gwn-feedback@g.o
355
356 ===============================
357 8. GWN subscription information
358 ===============================
359
360 To subscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
361 gentoo-gwn+subscribe@g.o.
362
363 To unsubscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
364 gentoo-gwn+unsubscribe@g.o from the e-mail address you are subscribed
365 under.
366
367 ==================
368 9. Other languages
369 ==================
370
371 The Gentoo Weekly Newsletter is also available in the following languages:
372
373 * Chinese (Simplified)[54]
374 * Danish[55]
375 * Dutch[56]
376 * English[57]
377 * German[58]
378 * Greek[59]
379 * French[60]
380 * Korean[61]
381 * Japanese[62]
382 * Italian[63]
383 * Polish[64]
384 * Portuguese (Brazil)[65]
385 * Portuguese (Portugal)[66]
386 * Russian[67]
387 * Slovak[68]
388 * Spanish[69]
389 * Turkish[70]
390
391 54. http://www.gentoo.org/news/zh_cn/gwn/gwn.xml
392 55. http://www.gentoo.org/news/da/gwn/gwn.xml
393 56. http://www.gentoo.org/news/nl/gwn/gwn.xml
394 57. http://www.gentoo.org/news/en/gwn/gwn.xml
395 58. http://www.gentoo.org/news/de/gwn/gwn.xml
396 59. http://www.gentoo.org/news/el/gwn/gwn.xml
397 60. http://www.gentoo.org/news/fr/gwn/gwn.xml
398 61. http://www.gentoo.org/news/ko/gwn/gwn.xml
399 62. http://www.gentoo.org/news/ja/gwn/gwn.xml
400 63. http://www.gentoo.org/news/it/gwn/gwn.xml
401 64. http://www.gentoo.org/news/pl/gwn/gwn.xml
402 65. http://www.gentoo.org/news/pt_br/gwn/gwn.xml
403 66. http://www.gentoo.org/news/pt/gwn/gwn.xml
404 67. http://www.gentoo.org/news/ru/gwn/gwn.xml
405 68. http://www.gentoo.org/news/sk/gwn/gwn.xml
406 69. http://www.gentoo.org/news/es/gwn/gwn.xml
407 70. http://www.gentoo.org/news/tr/gwn/gwn.xml
408
409 Ulrich Plate <plate@g.o> - Editor
410 Chris Atkinson <thirtyyearswar@××××××××××.com> - Author
411 Chris Gianelloni <wolf31o2@g.o> - Author
412
413
414
415 --
416 gentoo-gwn@g.o mailing list