Gentoo Archives: gentoo-gwn

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-gwn@l.g.o
Subject: [gentoo-gwn] Gentoo Weekly Newsletter 18 September 2006
Date: Tue, 19 Sep 2006 14:48:42
Message-Id: 1158634995.13192.10.camel@inertia.twi-31o2.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 18 September 2006.
5 ---------------------------------------------------------------------------
6
7 ==============
8 1. Gentoo news
9 ==============
10
11 Problems with openssl
12 ---------------------
13
14 There have been some recent problems with dev-libs/openssl version
15 0.9.8c-r2. Users on x86 may need to remerge openssh and all other
16 ssl-enabled applications after upgrading from previous 0.9.8 versions. If
17 you are having problems with ssh segfaults, you are affected and will need
18 to remerge the affected packages.
19
20 Portage 2.1.1 released
21 ----------------------
22
23 While it normally is not necessary to mention patch-level revisions of
24 packages, this one deserves a bit of attention. Version 2.1.1 of portage
25 has been marked stable on most architectures. This version of portage as a
26 new --depclean implementation. The new depclean is more cautious about
27 removing packages. If it is unsure about a package, it leaves it alone. It
28 will also point our missing dependencies of packages in world. This should
29 reduce the number of pitfalls of using depclean on an updated system
30 significantly. This release also brings some new functionality to
31 --newuse, which is now sensitive to changes in IUSE. Immediately after
32 upgrade from 2.1, users may notice a significantly larger number of
33 packages being pulled in by --newuse, but that behavior is normal. For
34 additional information regarding this change, please see bugs #116995[1],
35 #144333[2], #144661[3], and #146060[4].
36
37 1. http://bugs.gentoo.org/116955
38 2. http://bugs.gentoo.org/144333
39 3. http://bugs.gentoo.org/144661
40 4. http://bugs.gentoo.org/146060
41
42 Cleanup of autotools wrappers
43 -----------------------------
44
45 Mike Frysinger[5] has modified the autotools wrappers ebuilds to no longer
46 include all versions of their respective autotool. Users should be on the
47 lookout with packages with possible broken dependencies due to this
48 change. Packages should be depending on the autotools versions they
49 require rather than the wrapper. If you run across any errors due to a
50 missing autotools version, please file a bug report[6].
51
52 5. vapier@g.o
53 6. http://bugs.gentoo.org
54
55 =========================
56 2. Heard in the community
57 =========================
58
59 forums
60 ------
61
62 Let's have a Larry bootup Logo!
63
64 Forums user Tom Lloyd (Napalm Llama) has written a kernel patch to change
65 the default Tux boot logo to Larry the Cow. Tom asks if the Gentoo patch
66 set should include his patch to give our gender-confused mascot a proper
67 place on people's boot screen and was met with an overall positive
68 response.
69
70 * http://forums.gentoo.org/viewtopic-t-493774.html
71
72 planet.gentoo.org
73 -----------------
74
75 Trying to ask before... new Amarok support
76
77 Diego Pettenò[7], maintainer of Amarok's ebuild, waiting for the upcoming
78 release that will add optional Rio Karma devices support, is looking for
79 users interested in having support for these players in Gentoo. If you own
80 a Rio Karma player and want it supported by Amarok, or you'd simply like
81 at least basic Rio Karma support in Gentoo, please read the blog post.
82
83 7. flameeyes@g.o
84
85 *
86 http://farragut.flameeyes.is-a-geek.org/articles/2006/09/13/trying-to-ask-before-new-amarok-support
87
88 gentoo-user
89 -----------
90
91 Purging Gnome from the system
92
93 Etaoin Shrdlu asked for help removing Gnome from his system; Bo Ørsted
94 Andresen suggsted that he "just edit /var/lib/portage/world manually and
95 remove the gnome etc. apps that you are no longer interested in and let
96 emerge --depclean -va do it's [sic] job."
97
98 * http://thread.gmane.org/gmane.linux.gentoo.user/170041
99
100 Flashing the BIOS
101
102 Grant asked for ideas in BIOS flashing. Users suggested everything from
103 the standard floppy solution to converting the swap partition to DOS and
104 flashing from there. Grant ended up using the Motherboard Flash Boot CD
105 from the Linux Mini HOWTO.
106
107 * http://thread.gmane.org/gmane.linux.gentoo.user/170106
108 * http://www.nenie.org/misc/flashbootcd.html
109
110 What is up with the new "domainname" situation?
111
112 Users continue to have trouble adapting their domainname configurations to
113 the new baselayout. A reminder: Set up your domainname in /etc/conf.d/net;
114 see /etc/conf.d/net.example for more information.
115
116 * http://thread.gmane.org/gmane.linux.gentoo.user/170468
117
118 ==================
119 3. Tips and Tricks
120 ==================
121
122 Changing default portage colors
123 -------------------------------
124
125 When using a white background for a terminal emulator and portage displays
126 some text in yellow (e.g. new useflags with the "%") it can be very hard
127 to read. To change the yellow color of emerge output to something more
128 readable (consistently and system-wide) one can just create the file
129 /etc/portage/color.map with the following information:
130
131 ---------------------------------------------------------------------------
132 | Code Listing 3.1: /etc/portage/color.map |
133 |-------------------------------------------------------------------------|
134 | |
135 |yellow=0xAA00AA |
136 |WARN=0xAA00AA |
137 |MERGE_LIST_PROGRESS=0xAA00AA |
138 | |
139 ---------------------------------------------------------------------------
140
141 Example of colours visible on both black and white backgrounds are:
142 purple: 0xAA00AA darkyellow: 0xAA5500 (looks brown/orange)
143
144 More information can be found on the following threads on the forums.
145
146 * http://forums.gentoo.org/viewtopic-t-427948.html
147 * http://forums.gentoo.org/viewtopic-p-3376132.html
148
149 =========================
150 4. Gentoo developer moves
151 =========================
152
153 Moves
154 -----
155
156 The following developers recently left the Gentoo project:
157
158 * none this week
159
160 Adds
161 ----
162
163 The following developers recently joined the Gentoo project:
164
165 * none this week
166
167 Changes
168 -------
169
170 The following developers recently changed roles within the Gentoo project:
171
172 * none this week
173
174 ==================
175 5. Gentoo security
176 ==================
177
178 AdPlug: Multiple vulnerabilities
179 --------------------------------
180
181 Multiple heap and buffer overflows exist in AdPlug.
182
183 For more information, please see the GLSA Announcement[8]
184
185 8. http://www.gentoo.org/security/en/glsa/glsa-200609-06.xml
186
187 LibXfont, monolithic X.org: Multiple integer overflows
188 ------------------------------------------------------
189
190 Some buffer overflows were discovered in the CID font parser, potentially
191 resulting in the execution of arbitrary code with elevated privileges.
192
193 For more information, please see the GLSA Announcement[9]
194
195 9. http://www.gentoo.org/security/en/glsa/glsa-200609-07.xml
196
197 xine-lib: Buffer overflows
198 --------------------------
199
200 xine-lib is vulnerable to multiple buffer overflows that could be
201 exploited to execute arbitrary code.
202
203 For more information, please see the GLSA Announcement[10]
204
205 10. http://www.gentoo.org/security/en/glsa/glsa-200609-08.xml
206
207 FFmpeg: Buffer overflows
208 ------------------------
209
210 FFmpeg is vulnerable to multiple buffer overflows that might be exploited
211 to execute arbitrary code.
212
213 For more information, please see the GLSA Announcement[11]
214
215 11. http://www.gentoo.org/security/en/glsa/glsa-200609-09.xml
216
217 DokuWiki: Arbitrary command execution
218 -------------------------------------
219
220 Vulnerabilities in some accessory scripts of DokuWiki allow remote code
221 execution.
222
223 For more information, please see the GLSA Announcement[12]
224
225 12. http://www.gentoo.org/security/en/glsa/glsa-200609-10.xml
226
227 BIND: Denial of Service
228 -----------------------
229
230 ISC BIND contains two vulnerabilities allowing a Denial of Service under
231 certain conditions.
232
233 For more information, please see the GLSA Announcement[13]
234
235 13. http://www.gentoo.org/security/en/glsa/glsa-200609-11.xml
236
237 ===========
238 6. Bugzilla
239 ===========
240
241 Summary
242 -------
243
244 * Statistics
245 * Closed bug ranking
246 * New bug rankings
247
248 Statistics
249 ----------
250
251 The Gentoo community uses Bugzilla (bugs.gentoo.org[14]) to record and
252 track bugs, notifications, suggestions and other interactions with the
253 development team. Between 10 September 2006 and 17 September 2006,
254 activity on the site has resulted in:
255
256 14. http://bugs.gentoo.org
257
258 * 861 new bugs during this period
259 * 430 bugs closed or resolved during this period
260 * 32 previously closed bugs were reopened this period
261 * 166 closed as NEEDINFO/WONTFIX/CANTFIX/INVALID/UPSTREAM during this
262 period
263 * 202 bugs marked as duplicates during this period
264
265 Of the 11130 currently open bugs: 37 are labeled 'blocker', 126 are
266 labeled 'critical', and 530 are labeled 'major'.
267
268 Closed bug rankings
269 -------------------
270
271 The developers and teams who have closed the most bugs during this period
272 are:
273
274 * Java team[15], with 27 closed bugs[16]
275 * Gentoo Linux Gnome Desktop Team[17], with 20 closed bugs[18]
276 * Gentoo Games[19], with 16 closed bugs[20]
277 * AMD64 Project[21], with 15 closed bugs[22]
278 * Gentoo's Team for Core System packages[23], with 13 closed bugs[24]
279 * SpanKY[25], with 12 closed bugs[26]
280 * Gentoo Security[27], with 8 closed bugs[28]
281 * Gentoo Genkernel Maintainers[29], with 8 closed bugs[30]
282 15. java@g.o
283 16.
284 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-10&chfieldto=2006-09-17&resolution=FIXED&assigned_to=java@g.o
285 17. gnome@g.o
286 18.
287 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-10&chfieldto=2006-09-17&resolution=FIXED&assigned_to=gnome@g.o
288 19. games@g.o
289 20.
290 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-10&chfieldto=2006-09-17&resolution=FIXED&assigned_to=games@g.o
291 21. amd64@g.o
292 22.
293 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-10&chfieldto=2006-09-17&resolution=FIXED&assigned_to=amd64@g.o
294 23. base-system@g.o
295 24.
296 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-10&chfieldto=2006-09-17&resolution=FIXED&assigned_to=base-system@g.o
297 25. vapier@g.o
298 26.
299 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-10&chfieldto=2006-09-17&resolution=FIXED&assigned_to=vapier@g.o
300 27. security@g.o
301 28.
302 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-10&chfieldto=2006-09-17&resolution=FIXED&assigned_to=security@g.o
303 29. genkernel@g.o
304 30.
305 http://bugs.gentoo.org/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&chfield=bug_status&chfieldfrom=2006-09-10&chfieldto=2006-09-17&resolution=FIXED&assigned_to=genkernel@g.o
306
307
308 New bug rankings
309 ----------------
310
311 The developers and teams who have been assigned the most new bugs during
312 this period are:
313
314 * Default Assignee for New Packages[31], with 55 new bugs[32]
315 * Gentoo Developer Relations Team[33], with 13 new bugs[34]
316 * AMD64 Project[35], with 13 new bugs[36]
317 * Mozilla Gentoo Team[37], with 10 new bugs[38]
318 * Hanno Boeck[39], with 10 new bugs[40]
319 * Gentoo Sound Team[41], with 9 new bugs[42]
320 * Gentoo Games[43], with 8 new bugs[44]
321 * Gentoo Linux Gnome Desktop Team[45], with 7 new bugs[46]
322 31. maintainer-wanted@g.o
323 32.
324 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-10&chfieldto=2006-09-17&assigned_to=maintainer-wanted@g.o
325 33. devrel@g.o
326 34.
327 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-10&chfieldto=2006-09-17&assigned_to=devrel@g.o
328 35. amd64@g.o
329 36.
330 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-10&chfieldto=2006-09-17&assigned_to=amd64@g.o
331 37. mozilla@g.o
332 38.
333 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-10&chfieldto=2006-09-17&assigned_to=mozilla@g.o
334 39. hanno@g.o
335 40.
336 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-10&chfieldto=2006-09-17&assigned_to=hanno@g.o
337 41. sound@g.o
338 42.
339 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-10&chfieldto=2006-09-17&assigned_to=sound@g.o
340 43. games@g.o
341 44.
342 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-10&chfieldto=2006-09-17&assigned_to=games@g.o
343 45. gnome@g.o
344 46.
345 http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&chfield=assigned_to&chfieldfrom=2006-09-10&chfieldto=2006-09-17&assigned_to=gnome@g.o
346
347
348 ===============================
349 7. GWN subscription information
350 ===============================
351
352 To subscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
353 gentoo-gwn+subscribe@g.o.
354
355 To unsubscribe to the Gentoo Weekly Newsletter, send a blank e-mail to
356 gentoo-gwn+unsubscribe@g.o from the e-mail address you are
357 subscribed under.
358
359 ==================
360 8. Other languages
361 ==================
362
363 The Gentoo Weekly Newsletter is also available in the following languages:
364
365 * Chinese (Simplified)[47]
366 * Danish[48]
367 * Dutch[49]
368 * English[50]
369 * German[51]
370 * Greek[52]
371 * French[53]
372 * Korean[54]
373 * Japanese[55]
374 * Italian[56]
375 * Polish[57]
376 * Portuguese (Brazil)[58]
377 * Portuguese (Portugal)[59]
378 * Russian[60]
379 * Spanish[61]
380 47. http://www.gentoo.org/news/zh_cn/gwn/gwn.xml
381 48. http://www.gentoo.org/news/da/gwn/gwn.xml
382 49. http://www.gentoo.org/news/nl/gwn/gwn.xml
383 50. http://www.gentoo.org/news/en/gwn/gwn.xml
384 51. http://www.gentoo.org/news/de/gwn/gwn.xml
385 52. http://www.gentoo.org/news/el/gwn/gwn.xml
386 53. http://www.gentoo.org/news/fr/gwn/gwn.xml
387 54. http://www.gentoo.org/news/ko/gwn/gwn.xml
388 55. http://www.gentoo.org/news/ja/gwn/gwn.xml
389 56. http://www.gentoo.org/news/it/gwn/gwn.xml
390 57. http://www.gentoo.org/news/pl/gwn/gwn.xml
391 58. http://www.gentoo.org/news/pt_br/gwn/gwn.xml
392 59. http://www.gentoo.org/news/pt/gwn/gwn.xml
393 60. http://www.gentoo.org/news/ru/gwn/gwn.xml
394 61. http://www.gentoo.org/news/es/gwn/gwn.xml
395
396
397 Ulrich Plate <plate@g.o> - Editor
398 Diego Pettenò <flameeyes@g.o> - Author
399 Alfred Carlsson <tillalfred@×××××.se> - Author
400 Ellotheth Rimmwen <ellotheth@×××××.com> - Author
401 Chris Gianelloni <wolf31o2@g.o> - Author
402
403
404
405 --
406 gentoo-gwn@g.o mailing list