/[secure-testing]/data/embedded-code-copies
ViewVC logotype

Contents of /data/embedded-code-copies

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11344 - (hide annotations) (download)
Fri Mar 6 16:59:34 2009 UTC (4 years, 3 months ago) by jamie-guest
File size: 20516 byte(s)
libpng embedded in mozilla
1 nion 7695 Embedded code copies
2     ====================
3    
4 thijs 8078 This file collects source packages that embed code from other projects.
5     This is considered bad for fixing security flaws because the fix needs
6     to be applied in multiple source packages.
7 jmm-guest 1586
8 nion 7695 Format:
9     <srcpkg> (<optional comment about srcpkg>)
10     - <embedding srcpkg> <status> (<sort>; bug #<number>)
11     NOTE: optional comments about the linkage of the embedding srcpkg
12    
13 thijs 8078 status: version number fixing the embedded copy, <unfixed>, <removed>,
14     <itp> or <unknown> if the version number can not be determined
15 fw 8142 <unfixable> for unavoidable cases (e.g., forks that add real value)
16 nion 7828 sort: static (linking statically against a lib)
17     embed (embedding a copy of the library into another source package)
18 thijs 8078 fork (the package is not just embedding code but it is a fork and
19     thus might share parts of the source code)
20 fw 8142 old-version (the package is an older version of essentially
21     the same code)
22 nion 7828
23 thijs 8078 The srcpkg might be some string to identify the code if there is no
24     specific source package.
25 jmm-guest 1586
26 thijs 8078 Everything up to the next line is ignored.
27 stef-guest 7923 ---BEGIN
28 nion 7696 xpdf (some srcpkgs use xpdf2 code, some xpdf3 code)
29 jmm-guest 7743 NOTE: Fixed packages link to poppler library unless otherwise noted
30 nion 7697 - gpdf <removed>
31     [sarge] - gpdf <unfixed>
32     NOTE: has been replaced by evince in etch
33     - pdftohtml <unknown>
34     [sarge] - pdftohtml <unfixed>
35     [etch] - pdftohtml <unfixed>
36     NOTE: has been replaced by poppler-utils
37 nion 7739 - kdegraphics <unfixed> (embed; bug #436164)
38 nion 7696 NOTE: the kpdf replacement in KDE 4 is using poppler
39 nion 8760 - texlive-base 3.0-12 (embed)
40 jmm-guest 7743 - texlive-bin 2007-1 (embed)
41 nion 7696 NOTE: links to poppler
42 nion 7739 - koffice <unfixed> (embed; bug #436163)
43     - libextractor 0.5.12-1 (embed)
44 jmm-guest 7743 NOTE: libextractor is using its own pdf decoder now
45 nion 7739 - libextractor 0.5.12-1 (embed)
46     - pdfkit.framework 0.8-4 (embed)
47     - ipe <unfixed> (embed)
48 nion 7696 NOTE: embeds small parts with renamed source files: ipestdfonts.cpp, ipefonts.cpp, ipedct.cpp
49 nion 7739 - ruby-gnome2 <unknown> (embed)
50 nion 7696 NOTE: copy only present in source but links to poppler
51 neilm 10853 - pdfedit <unfixed> (embed; bug #510794)
52 nion 7696
53 nion 7791 ppmd
54 nion 7755 - libcomplearn-mod-ppmd <unfixed> (embed; bug #458152)
55    
56 thijs 8189 peercast
57     - gnome-peercast <unfixed> (embed)
58     NOTE: gnome-peercast may better be removed, see #466539
59    
60 nion 7791 silc-toolkit
61 nion 7740 - silc-client 1.1~beta6-1 (embed)
62 nion 6965
63 nion 7791 dietlibc
64 nion 7740 - ccontrol 0.9.1+20071204-1 (static)
65 nion 6967
66 nion 11046 libmikmod
67     - sdl-mixer1.2 <unfixed> (embed)
68     TODO: report bug
69    
70 nion 7791 libiax
71 nion 7740 - iaxmodem <unfixed> (embed)
72 nion 6969
73 nion 7787 zlib (lots of apps embed a copy, but link dynamically, but there are a few exceptions)
74     - dpkg <unfixed> (embed)
75     NOTE: see 18196.48620.491996.624772@davenant.relativity.greenend.org.uk on debian-devel for discussion
76     - rsync <unfixed> (embed)
77     NOTE: somehow derived code base
78     - mono <unfixed> (embed)
79     TODO: check mozilla
80     - Linux kernels <unfixed> (embed)
81     - pvpgn 1.7.8-2 (embed)
82     - mrtg 2.12.2-1 (embed)
83     - rpm <unknown> (embed)
84 nion 7841 NOTE: pinged anibal since when rpm was fixed
85 atomo64-guest 10730 - tuxcmd-modules <itp> (embed; bug #508082)
86 jmm-guest 1586
87 nion 7788 libbz2
88     - dpkg <unfixed> (static)
89 stef-guest 5320
90 nion 10291 libgadu:
91 nion 7788 - centericq <unfixed> (embed)
92     - gaim <unfixed> (embed)
93 jmm-guest 10313 - pidgin <unfixed> (embed)(links dynamically against libgadu) (that should be fixed, then???)
94 nion 7788 - kopete 4:3.3.2-5 (embed)
95 nion 10283 - kadu 0.6.0.2-3 (embed)
96 nion 7788 - gadu <unfixed> (embed)
97 nion 10291 - ekg 1:1.8~rc0-1 (embed)
98 jmm-guest 10313 - kadu 0.6.0.2-3 (embed; bug #504430)
99 nion 10283 NOTE: gadu not packaged in Debian yet
100 jmm-guest 1586
101 nion 7791 xmlrpc (which package is the "origin" of this code?)
102 nion 7788 - drupal <unfixed> (embed)
103     - phpgroupware <unfixed> (embed)
104     - egroupware <unfixed> (embed)
105     - phpwiki (embed)
106     - php4 <unfixed> (embed)
107     TODO: check, php-pear, IIRC this was reorganized some weeks ago?
108 jmm-guest 1586
109 nion 7791 shtool (affects build-time only)
110     - mysql-ocaml <unfixed> (embed)
111     - php4 <unfixed> (embed)
112 jmm-guest 1588
113 nion 7791 mozilla source code
114     - mozilla-firefox <unfixed> (embed)
115     - mozilla-thunderbird
116     - firefox <removed>
117     [etch] - firefox <unfixed> (embed)
118     - thunderbird <removed>
119     [etch] - thunderbird <unfixed> (embed)
120     - iceweasel <unfixed> (embed)
121     - iceape <unfixed> (embed)
122     - icedove <unfixed> (embed)
123     - xulrunner <unfixed> (embed)
124     - nvu <removed> (embed)
125 jmm-guest 1588
126 nion 7791 xli
127     - xloadimage <unfixed> (embed)
128 jmm-guest 1588
129 nion 7827 lesstif (beware: two different lesstif APIs supported in one package, MOTIF 1.2 discarded upstream)
130     - openmotif <unfixed> (embed)
131     - xfree86/xorg <unfixed> (embed)
132     NOTE: in libxpm
133 jmm-guest 1588
134 nion 7827 kerberized apps with BSD origin
135     - krb4 <unfixed> (embed)
136     - krb5 <unfixed> (embed)
137     - heimdal <unfixed> (embed)
138 jmm-guest 1588
139 nion 7827 grip (which pkg is the origin?)
140     - libcdaudio
141     - grip
142     - gnome-vfs
143     TODO: check vfs2 as well
144 stef-guest 1608
145 nion 7827 fudforum
146     - phpgroupware-fudforum <unfixed> (embed)
147     - egroupware-fudforum <removed>
148     [sarge] - egroupware-fudforum <unfixed> (embed)
149 jmm-guest 1670
150 nion 7827 cvs
151     - gcvs <unfixed> (embed)
152     NOTE: see cvsunix/src in tarball
153 jmm-guest 1684
154 nion 7827 pcre
155     - python* <unfixed> (embed)
156     - php4 <unknown> (embed)
157     - analog 2:5.23-0woody1 (embed)
158     - libgoffice-1 <unfixed> (embed)
159     - vfu 4.06-4.1 (embed; bug #450754)
160     - tf5 5.0beta7-1 (embed)
161     - monotone <unfixed> (embed)
162     NOTE: this only affects versions >= 0.37
163 nion 9241 - glib2.0 2.15.2-1 (embed)
164 nion 7827 - apache2 2.0.53-4 (embed)
165     - exim4 4.10-0.srh20.12 (embed)
166     - yacas <unfixed> (embed)
167     NOTE: <= 1.0.x; is using pcre to scan text, can execute shell commands via the syntax anyway
168     - gtamsanalyzer.app 0.42-5 (embed)
169 nion 8392 - tin <unknown> (embed)
170 nion 8780 - kazehakase 0.5.2-1
171     - webkit <unfixed> (embed)
172     - qt4-x11 <unfixed> (embed)
173     NOTE: embedded via webkit copy
174 jmm-guest 1758
175 nion 7827 tiff
176 nion 8587 - wxwindows2.4 2.2.1 (embed)
177 joeyh 1802
178 nion 7827 uudeview
179     - libconvert-uulib-perl <unfixed> (embed)
180 nion 9012 - pan <unfixed> (embed)
181 jmm-guest 1824
182 nion 7827 sqlite (not affected by security vulnerabilities so far)
183     - amarok <unfixed> (embed)
184     - monotone <unfixed> (embed)
185     - iceweasel <unfixed> (embed)
186 jmm-guest 1828
187 nion 7827 util-linux/mount
188     - loop-aes-utils <unfixed> (embed)
189     NOTE: contains code from util-linux' mount in the mount-aes-udeb
190 jmm-guest 2104
191 nion 7827 webmin
192     - usermin <unknown> (embed)
193     [sarge] - usermin <unfixed> (embed)
194 jmm-guest 2714
195 nion 7827 sylpheed
196 nion 7828 - sylpheed-claws <unfixed> (fork)
197 jmm-guest 2751
198 nion 7827 phpsysinfo
199     - egroupware <unfixed> (embed)
200     - phpgroupware <unfixed> (embed)
201 jmm-guest 2800
202 nion 7830 phpldapadmin
203 stef-guest 7923 [sarge] - egroupware <unfixed> (embed)
204 nion 7830 NOTE: removed from egroupware after sarge
205 jmm-guest 2800
206 nion 7830 chmlib
207     - kchmviewer <unknown> (embed)
208 jmm-guest 2800
209 nion 7830 libavcodec/libavformat (source: ffmpeg)
210 jmm-guest 9135 - mplayer 1.0~rc2-14 (embed; bug #395252)
211 jmm-guest 9251 - kino 1.0.0-1
212 jmm-guest 9135 - vlc <not-affected> (Links dynamically since initial release)
213 jmm-guest 9265 - smilutils 0.3.0-10
214 jmm-guest 9310 NOTE: smilutils likely fixed earlier, marking Etch's version as fixed
215     - motion 3.1.19-1
216     - gstreamer0.10-ffmpeg 0.10.3-2
217 nion 7830 - xmovie <unfixed>
218 nion 7841 TODO: gimp-gap (potentially using ffmpeg code as well)
219 jmm-guest 2948
220 nion 10758 faad2
221     - mplayer 1.0~rc2-20 (embed)
222    
223 nion 7830 mad MPEG decoding lib
224     - mad <unfixed> (embed)
225     - xine-lib <unfixed> (embed)
226 jmm-guest 2948
227     libdts
228 nion 7840 - xine-lib <unfixed> (embed)
229 jmm-guest 2948
230     flac
231 nion 7840 - xine-lib <unfixed> (embed)
232 jmm-guest 2948
233 nion 7840 liba52
234     - a52dec <unfixed> (embed)
235     - xine-lib <unfixed> (embed)
236 jmm-guest 2948
237 nion 7840 libmpeg2
238     - mpeg2dec <unfixed> (embed)
239     - xine-lib <unfixed> (embed)
240 jmm-guest 2948
241 nion 7840 curl
242     - wget <unfixed> (embed)
243     NOTE: code for NTLM authentication
244 jmm-guest 3093
245 nion 7840 uw-imap
246     - pine <unfixed> (embed)
247     - alpine <unfixed> (embed)
248 jmm-guest 3320
249 nion 7840 imagemagick
250     - graphicsmagick <unfixed> (fork)
251 jmm-guest 3402
252 nion 7840 halibut
253 pabs 10854 - nsis <unfixed> (fork)
254 micah 3537
255 nion 7840 libghttp
256     - hotway <unfixed> (embed)
257 micah 3537
258 nion 7840 libsndfile
259 jmm-guest 10729 - ardour 1:2.7.1-1 (embed)
260 micah 3537
261 nion 7840 glibmm2.4
262 jmm-guest 10729 - ardour 1:2.7.1-1 (embed)
263 nion 6869
264 nion 7840 libgnomecanvasmm2.6
265 jmm-guest 10729 - ardour 1:2.7.1-1 (embed)
266 nion 6869
267 nion 7840 libsigc++-2.0
268 jmm-guest 10729 - ardour 1:2.7.1-1 (embed)
269 nion 6869
270 nion 7840 soundtouch
271 jmm-guest 10729 - ardour 1:2.7.1-1 (embed)
272 nion 6869
273 nion 7840 libmms
274     - xine-lib <unfixed> (embed)
275     - mimms <unfixed> (embed)
276 nion 6869
277 nion 7840 fckeditor
278 nion 8085 - knowledgeroot 0.9.8.5-3 (embed; bug #461555)
279 jmm-guest 11275 - moin 1.8.2-2 (embed; bug #452599)
280 jmm-guest 9410 - karrigell <removed> (embed; bug #452598)
281 nion 10319 - gforge 4.6.99+svn6225-1 (embed)
282 stef-guest 4517
283 nion 7841 ipatlas (not packaged in Debian)
284 white 10511 - moodle <unfixed> (embed; bug #507185)
285 jmm-guest 7383
286 nion 7841 libphp-phpmailer
287 white 10511 - moodle <unfixed> (embed; bug #507185)
288 atomo64-guest 10232 - mahara <unfixed> (embed)
289     - symfony <unfixed> (embed)
290 atomo64-guest 10234 - phpgroupware-felamimail <unfixed> (embed)
291 white 10245 NOTE: phpgroupware-felamimail is only in etch
292     - egroupware <unfixed> (embed; bug #504283)
293 atomo64-guest 11124 - glpi <unfixed>
294 neilm 4838
295 nion 7841 htmlArea (not packaged in Debian)
296     - moodle <unfixed> (embed)
297    
298 nion 8175 giflib:
299     - wine <unfixed> (embed; bug #466181)
300    
301 sf 10837 bennu (not packaged in Debian, http://bennu.sourceforge.net)
302 nion 7841 - moodle <unfixed> (embed)
303    
304     smarty:
305 atomo64-guest 10324 - moodle 1.8.2-2 (embed; bug #471158)
306 nion 9324 - gallery2 2.2.5-2 (embed; bug #471160)
307 nion 8361 - mahara 0.9.2-2 (embed; bug #471201)
308 thijs 8347 - gosa 2.4beta1-1 (embed; bug #471200)
309 nion 7841
310 nion 7840 TinyMCE
311 nion 9382 - wordpress 2.5.1-3 (embed; bug #478257)
312 white 10511 - moodle <unfixed> (embed; bug #507185)
313 nion 7840 - knowledgeroot <unfixed> (embed)
314     - joomla <itp> (bug #326398)
315 stef-guest 4517
316 pabs 10874 scintilla (upstream provides static lib, rejected shared lib http://sf.net/support/tracker.php?aid=2488121)
317 nion 7840 - scite <unfixed> (embed)
318     - qscintilla <unfixed> (embed)
319     - qscintilla2 <unfixed> (embed)
320 pabs 10889 - geany <unfixed> (fork)
321 pabs 10874 - anjuta <unfixed> (embed)
322 stef-guest 4706
323 nion 7840 libphp-adodb
324 white 10511 - moodle <unfixed> (embed; bug #507185)
325 stef-guest 7923 NOTE: also AdoDB-XML Schema
326 nion 7840 - gallery2 <unfixed> (embed)
327     - phppgadmin <unfixed> (embed)
328     - egroupware <unfixed> (embed)
329     - phpwiki <unfixed> (embed)
330     - ipplan <unfixed> (embed)
331     - typo3 <unfixed> (embed)
332     - cacti <unknown> (embed)
333     [sarge] - cacti <unfixed> (embed)
334     NOTE: dependency exists, but internal version is used
335 jmm-guest 10398 - gforge 4.7~rc2-6 (embed)
336 atomo64-guest 10232 - mahara <unfixed> (embed)
337 stef-guest 4706
338 nion 7840 gzip
339 nion 7841 - linux-kernel <unfixed> (embed)
340     NOTE: lib/inflate.c
341     - klibc <unfixed> (embed)
342     NOTE: based on linux-kernel gzip code
343     - busybox <unfixed> (embed)
344 micah 4767
345 nion 7841 neon
346     - cadaver <unfixed> (embed; bug #188381)
347     - gnome-vfs2 <unfixed> (embed; bug #395874)
348     - litmus <unfixed> (embed; #395875)
349     [sarge] - screem <unfixed> (embed)
350     - sitecopy <unfixed> (embed; bug #395876)
351 stef-guest 7923 [etch] - tla <unfixed> (embed; bug #395877)
352     [sarge] - tla <unfixed> (embed; bug #395877)
353 stef-guest 5319
354 nion 7841 libmodplug
355     - gst-plugins-bad0.10 <unfixed> (embed)
356 stef-guest 5320
357 nion 7841 libvncserver
358     - vino <unfixed> (embed)
359 stef-guest 5320
360 nion 7841 putty
361     - filezilla <unfixed> (embed)
362 stef-guest 5320
363 nion 7841 tinyxml (not packaged in Debian)
364     - filezilla <unfixed>
365 stef-guest 5320
366 nion 7841 gv
367     - evince <unfixed> (embed)
368     NOTE: ps/ tree from gv 3.5.8
369     - evince-gtk <unfixed> (embed)
370     NOTE: not packaged in Debian
371 stef-guest 5321
372 nion 7841 libXbae
373     [etch] - libpawlib2-lesstif <unfixed> (embed)
374     NOTE: from Cernlib
375 stef-guest 5321
376 nion 7841 libXaw
377 stef-guest 7924 [etch] - libpawlib2-lesstif
378 nion 7841 NOTE: from Cernlib
379     NOTE: I plan to deal with the above two cases after Etch release. -- KevinMcCarty
380 stef-guest 5321
381 nion 7841 libgd2
382     - graphviz <unfixed> (embed)
383     NOTE: lib/gd seems to be 2.0.33
384 nion 8098 - wml <unfixed> (embed)
385     NOTE: derived from gd 1.6.3
386 stef-guest 5321
387 nion 7841 rar
388     - unrar-nonfree <unfixed> (embed)
389 stef-guest 5440
390 nion 7841 unrar-free (maybe this code is derived from the original rar, too?)
391     - clamav <unfixed> (embed)
392     NOTE: seems to be disabled in default config
393 stef-guest 5440
394 nion 7841 mplayer (DirectMedia Object loader)
395     - xine-lib <unfixed> (embed)
396     NOTE: src/libw32dll/
397     - vlc <unfixed> (embed)
398     NOTE: modules/codec/dmo/
399 jmm-guest 10729 - mplayer 1.0~rc2-20 (embed)
400 stef-guest 5440
401 nion 7841 libwpd (WordPerfect converter)
402     - openoffice.org <unfixed> (embed)
403 alec-guest 5564
404 nion 7841 fsplib (http://sourceforge.net/projects/fsp/)
405     - gftp <unfixed> (embed)
406     NOTE: lib/fsplib version 0.3
407 keescook-guest 6298
408 jmm-guest 9251 sprng
409     - tree-puzzle <unfixed> (embed)
410    
411 nion 7841 librpcsecgss
412     - krb5 <unfixed> (embed)
413 keescook-guest 6498
414 nion 7841 jasper
415     - ghostscript <unfixed> (embed)
416     - gs-gpl <unfixed> (embed)
417 stef-guest 6985
418 sf 11080 libiris
419     - psi <unfixed> (embed)
420     - kdenetwork <unfixed> (embed)
421     NOTE: kopete embeds libiris but links dynamically to libidn
422     - kdegames <unfixed> (embed)
423     NOTE: ksirk/kde4
424    
425 nion 7841 libidn
426     - monotone <unfixed> (embed)
427 sf 11080 - psi <unfixed> (embed)
428     NOTE: psi embeds libiris which embeds libidn
429     - kdegames <unfixed> (embed)
430     NOTE: kdegames/kde4 embeds libiris which embeds libidn
431 keescook-guest 7007
432 nion 7841 liblua
433     - monotone <unfixed> (embed)
434 micah 7134
435 nion 7841 libbotan
436     - montone <unfixed> (embed)
437 nion 7136
438 nion 7841 NetXX
439     - monotone <unfixed> (embed)
440 nion 7136
441 nion 7841 libgc
442     - mono <unfixed> (embed)
443 nion 7136
444 nion 7841 lzma
445     - p7zip <unfixed> (embed)
446 white 7203
447 nion 7841 lzo
448     - grub2 <unfixed> (embed)
449 jmm-guest 7212
450 nion 7927 yassl
451     - mysql-dfsg-5.0 <unfixed> (embed)
452    
453 nion 7841 pax code
454     - tar <unfixed> (embed)
455     - cpio <unfixed> (embed)
456 jmm-guest 7212
457 nion 7841 t1lib
458     - tetex-bin 2.0.2-1 (embed)
459     - texlive-bin <unknown> (embed)
460 thijs 7985
461     guichan
462     - boswars <unfixed> (embed)
463     NOTE: maintainer notified us, working on it
464    
465     tolua
466     - boswars <unfixed> (embed)
467     NOTE: maintainer notified us, working on it
468    
469     asio-dev
470     - luxrender <unfixed> (embed)
471     NOTE: maintainer notified us, working on it
472     NOTE: may be merged with boost "soon"
473    
474 nion 7995 xine-lib
475     - vlc <unfixed> (embed)
476     NOTE: only parts included in modules/access/rtsp
477 stef-guest 8075
478     netpbm
479     - tcl8.3 <unfixed> (embed)
480     - tcl8.4 <unfixed> (embed)
481     - tcl8.5 <unfixed> (embed)
482     NOTE: generic/tkImgGIF.c
483 fw 8143
484     tk8.5
485     - tk8.0 <removed> (old-version)
486     - tk8.3 <unfixed> (old-version)
487     - tk8.4 <unfixed> (old-version)
488     - perl-tk <unfixable> (fork)
489 nion 8280
490 nion 8281 samba
491 white 10825 - mc 2:4.6.2~git20080311-1 (embed)
492 nion 8280 NOTE: maintainer is aware of this, currently searching a solution
493 micah 8337
494     plib1.8.4c2
495     - boson <unfixed> (fork)
496     NOTE: embedding the font pieces of plib, based on the header file it is forked, contains "Added by AB for boson." and similar
497 micah 8370
498     fribidi
499     - quesoglc <unfixed> (embed)
500 pabs 10876 NOTE: compiled against system fribidi in Debian - embed only used when fribidi is not available on the system
501 micah 8370
502     glew
503 pabs 10876 - quesoglc <unfixed> (embed; bug #489341)
504     NOTE: waiting on GLEW_MX version of glew (see bug #474488)
505 micah 8370
506 pabs 10875 minorGems (pabs contacted upstream about shared lib, he considers minorGems an 'ever-evolving collection of reusable code fragments' for his own use)
507 micah 8370 - transcend <unfixed> (embed)
508     - cultivation <unfixed> (embed)
509 pabs 10873 - passage <unfixed> (embed)
510     - gravitation <unfixed> (embed)
511 jamie-guest 8413
512 jamie-guest 8728 tar
513     - libarchive <unfixed> (embed)
514 jamie-guest 8438 NOTE: FreeBSD tar (tar/bsdtar.c) in libarchive 1.2 and higher. libarchive ends up statically linked into bsdtar executable
515 jamie-guest 8728
516     cpio
517     - libarchive <unfixed> (embed)
518 jamie-guest 8438 NOTE: cpio included in libarchive 2.2 and higher, but not compiled until libarchive 2.4.11-1 (as bsdcpio package)
519 jamie-guest 8413
520 nion 8523 webkit
521     - qt4-x11 <unfixed> (embed)
522 white 8694
523     ftgl
524 thijs 8905 - blender 2.46+dfsg-1 (embed)
525 thijs 8700
526     wv
527     - abiword <unfixed>
528    
529 jamie-guest 8728 qemu
530     - kvm <unfixed> (embed)
531 stef-guest 9862 - xen-3 <unfixed> (embed)
532     - xen-unstable <unfixed> (embed)
533 jamie-guest 8728
534 nion 9244 bochs
535     - kvm <unfixed> (embed; bug #489442)
536    
537 jamie-guest 8729 speex
538     - vorbis-tools <unfixed> (embed)
539     NOTE: while comiled against libspeex-dev, ogg123/speex_format.c is compiled with embedded code copied from speexdec.c
540     - gst-plugins-good0.10 <unfixed> (embed)
541     - xine-lib <unfixed> (embed)
542     - libfishsound <unfixed> (embed)
543     - libannodex <unfixed> (embed)
544     - vlc <unfixed> (embed)
545     - xmms-speex <unfixed> (embed)
546     - libsdl-sound1.2 <unfixed> (embed)
547     - sweep <unfixed> (embed)
548    
549 micah 8740 libreadline
550     - magic <unfixed> (old-version)
551 micah 8739 NOTE: magic is currently an RFS
552    
553 micah 8740 opcode
554     - ode <unfixed> (embed)
555 micah 8739 NOTE: opcode is not a package in debian, it is just embedded
556     NOTE: http://www.codercorner.com/Opcode.htm
557 micah 8740
558     gimpact
559     - ode <unfixed> (embed)
560 micah 8739 NOTE: gimpact is not a package in debian, it is just embedded
561     NOTE: http://gimpact.sf.net
562 micah 8741
563 atomo64-guest 10248 mochikit
564 micah 8741 - mahara <unfixed> (embed)
565 atomo64-guest 10232 NOTE: they require extra patches, still unmerged upstream
566 micah 8741 - ntop <unfixed> (embed)
567     - python-oherence <unfixed> (embed)
568     - python-paste <unfixed> (embed)
569     - python-turbogears <unfixed> (embed)
570     - zope-plone3 <unfixed> (embed)
571    
572 atomo64-guest 10248 prototype
573 micah 8741 - netbeans-ide <unfixed> (embed)
574     - auth2db-frontend <unfixed> (embed)
575     - citadel-webcit <unfixed> (embed)
576     - asterisk <unfixed> (embed)
577     - doc-iana <unfixed> (embed)
578     - libaws-doc <unfixed> (embed)
579     - libgettext-ruby-data <unfixed> (embed)
580     - libjson-ruby-doc <unfixed> (embed)
581     - liblucene2-java-doc <unfixed> (embed)
582     - libopenid-ruby <unfixed> (embed)
583     - solr-common <unfixed> (embed)
584     - glpi <unfixed> (embed)
585     - hobbix <unfixed> (embed)
586     - mnemo2 <unfixed> (embed)
587     - nag2 <unfixed> (embed)
588     - knowledgeroot <unfixed> (embed)
589     - mediatomb-common <unfixed> (embed)
590     - mt-daapd <unfixed> (embed)
591     - op-panel <unfixed> (embed)
592     - ebug-http <unfixed> (embed)
593 thijs 8871 - phpgedview <removed> (embed)
594 micah 8741 - poker-web <unfixed> (embed)
595     - python-webhelpers <unfixed> (embed)
596     - qwik <unfixed> (embed)
597     - rails <unfixed> (embed)
598     - typo3-src-4.1 <unfixed> (embed)
599     - wordpress <unfixed> (embed)
600     - zope-plone3 <unfixed> (embed)
601     - smokeping <unfixed> (embed)
602 atomo64-guest 10248 - ampache 3.4.1-2 (embed)
603 atomo64-guest 10232 - exaile <unfixed> (embed)
604     - hobix <unfixed> (embed)
605     - pixelpost <unfixed> (embed)
606     - symfony <unfixed> (embed)
607     NOTE: it's been said that there are custom changes
608     - zabbix-frontend-php <unfixed> (embed)
609 atomo64-guest 10248 - turba2 <unfixed> (embed)
610 micah 8741
611 keescook-guest 9036 gdb
612     - insight <unfixed> (embed)
613 fw 9779
614     e2fsprogs
615     - ldiskfsprogs <unfixable> (fork)
616 alfie 9797
617     quazip (not packaged in Debian)
618     - qcake <unfixed> (embed)
619     NOTE: starting with upstream version 0.6.4
620 nion 9857
621     exo
622     - pcmanfm <unfixed> (embed; bug #499677)
623 nion 9887 NOTE: slightly modified source code
624 stef-guest 10098
625     java
626     - openjdk-6 <unfixed>
627     - sun-java5 <unfixed>
628     - sun-java6 <unfixed>
629 white 10223
630     libphp-snoopy
631 white 10237 - ampache 3.4.1-2 (embed; bug #504169)
632 jmm-guest 10253 - mahara 1.0.5-2 (embed; bug #504170)
633 white 10223 - pixelpost <unfixed> (embed; bug #504171)
634 white 10237 - mediamate 0.9.3.6-5 (embed; bug #504172)
635 white 10223 - opendb <unfixed> (embed; bug #504173)
636 jmm-guest 10256 - wordpress 2.5.1-9 (embed; bug #443948)
637 white 10511 - moodle <unfixed> (embed; bug #507185)
638 atomo64-guest 10234 - phpgroupware-felamimail <unfixed> (embed)
639 white 10245 NOTE: phpgroupware-felamimail is only in etch
640 atomo64-guest 10234 - magpierss 0.72-3 (embed; bug #431089)
641 atomo64-guest 10232
642 atomo64-guest 10248 jquery
643 atomo64-guest 10232 - zekr <unfixed> (embed)
644 atomo64-guest 10248 - wordpress <unfixed> (embed)
645     - yocto-reader <unfixed> (embed)
646     - textpattern <unfixed> (embed)
647 jmm-guest 10633 - genshi 0.5.1-1 (embed)
648 atomo64-guest 10248 NOTE: compressed file under examples/ dir
649     - prewikka <unfixed> (embed)
650     - libramaze-ruby <unfixed> (embed)
651     - drupal5 <unfixed> (embed)
652     - b2evolution <unfixed> (embed)
653 alfie 10832 - wesnoth <unfixed> (embed)
654 atomo64-guest 10232
655 alfie 10832 tablesorter (jquery plugin, not packaged yet)
656     - wesnoth <unfixed> (embed)
657    
658 atomo64-guest 10232 kses
659     - wordpress <unfixed> (embed; bug #504242)
660     NOTE: their copy has all methods renamed to wp_<foo>
661 white 10511 - moodle <unfixed> (embed; bug #507185)
662 atomo64-guest 10630 - egroupware <unfixed> (embed)
663 atomo64-guest 10232
664     magpierss
665     - wordpress <unfixed> (embed; bug #504242)
666 atomo64-guest 11124 - moodle <unfixed>
667 atomo64-guest 10232
668     php-gettext
669     - wordpress <unfixed> (embed; bug #504242)
670    
671     libphp-ixr (name may change, it is the Incutio XML-RPC)
672     - wordpress <unfixed> (embed; bug #504242)
673     - dokuwiki <unfixed> (embed)
674     - textpattern <unfixed> (embed)
675 atomo64-guest 10248
676 atomo64-guest 10518 libphp-cas
677 atomo64-guest 10248 - glpi <unfixed> (embed)
678     - moodle <unfixed> (embed; bug #496069)
679    
680     scriptaculous
681     - glpi <unfixed> (embed)
682     - libaws-doc <unfixed> (embed)
683     - op-panel <unfixed> (embed)
684     - symfony <unfixed> (embed)
685     NOTE: maintainer says there are extra incompatible changes required
686     - pixelpost <unfixed> (embed)
687     - python-webhelpers <unfixed> (embed)
688     - qwik <unfixed> (embed)
689     - smokeping <unfixed> (embed)
690     - turba2 <unfixed> (embed)
691 jmm-guest 10401 - typo3-src 4.2.3-1 (embed)
692 atomo64-guest 10248
693     libmarkdown-php
694 white 10511 - moodle <unfixed> (embed; bug #507185)
695 atomo64-guest 10248 - pixelpost <unfixed> (embed)
696    
697     php-openid
698     - wordpress-openid <itp> (embed)
699 atomo64-guest 10298
700     geshi
701 white 10346 - dokuwiki 0.0.20080505-3.1 (embed)
702 nion 10328 - pgfouine 1.0-1.1 (embed)
703 jmm-guest 11275 - websvn 2.1.0-1 (embed)
704 atomo64-guest 10315
705     webcalendar
706 jmm-guest 10398 - gforge-plugins-extra 4.7~rc2-6 (embed; bug #504758)
707 atomo64-guest 10320
708     libical
709     - kdepim <unfixed> (fork)
710     - kdepimlibs <unfixed> (fork)
711     NOTE: fixed in KDE4 post 4.1.x series
712    
713     libltdl3
714     - kdelibs <unfixed> (embed)
715     NOTE: it's been said it sets RT_GLOBAL (or something like that) at runtime and version in experimental of libltdl can optionally set it
716 pabs 10877 - synfig <unfixed> (embed)
717 atomo64-guest 10320
718     harfbuzz
719     - qt4-x11 <unfixed> (embed)
720 atomo64-guest 10623
721     libzip
722     - php5 <unfixed> (fork)
723 atomo64-guest 10630
724     json.php (not packaged; should be replaced with php's built-in functions)
725     - moodle <unfixed>
726     - yui <unfixed>
727     - gallery2 <unfixed>
728     - dokuwiki <unfixed>
729     - typo3-src-4.2 <unfixed>
730    
731     php-fpdf
732     - tcpdf <itp> (fork)
733     - moodle <unfixed>
734     - phpwiki <unfixed>
735     - egroupware <unfixed>
736     - ldap-account-manager <unfixed> (fork)
737    
738     tcpdf (itp: #495985)
739     - moodle <unfixed>
740     - phpmyadmin <unfixed>
741    
742     typo3
743     - moodle <unfixed>
744    
745     spreadsheet_writeexcel (PHP port of libspreadsheet-writeexcel-perl; itp: #487557)
746     - moodle <unfixed>
747     - gosa <unfixed>
748    
749     php-ole (itp: #487558)
750     - moodle <unfixed>
751    
752     pieforms (http://www.catalyst.net.nz)
753     - mahara <unfixed>
754    
755     savant2 (http://phpsavant.com)
756     - egroupware <unfixed>
757    
758     rssparser (http://nwow.org)
759     - egroupware <unfixed>
760     - phpgroupware <unfixed>
761 fw 10771
762     lcms
763     - openjdk-6 <unfixed> (fork)
764 atomo64-guest 11124
765     libphp-phplayersmenu
766     - diogenes <unfixed>
767     - phpldapadmin <unfixed>
768    
769     libphp-pclzip
770     - docvert <unfixed>
771     - moodle <unfixed>
772     - egroupware <unfixed>
773    
774     libphp-simplepie
775     - dokuwiki <unfixed>
776    
777     libphp-jpgraph
778     - egroupware <unfixed>
779    
780     php-simpletest
781     - moodle <unfixed>
782 jamie-guest 11344
783     libpng
784     - iceweasel <unfixed> (embed)
785     NOTE: 3.0 uses embedded copy, 2.0 uses system libpng
786     - icedove: 1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1, 2.0.0.19-1 (embed)
787     - iceape 1.0.13~pre080614i-0etch1 (embed)
788     - xulrunner <unfixed> (embed)
789     NOTE: Debian 1.9.0.6 uses embedded copy
790     NOTE: Ubuntu: 1.9.x use embedded copy, 1.8 and 1.8.1 use system libpng
791     - firefox 1.5.dfsg+1.5.0.3-0ubuntu3, 2.0.0.6+2nobinonly-0ubuntu1 (embed)
792     NOTE: Ubuntu only
793     - firefox-3.0 <unfixed> (embed)
794     NOTE: Ubuntu only
795     - firefox-3.1 <unfixed> (embed)
796     NOTE: Ubuntu only
797     - seamonkey 1.1.9+nobinonly-0ubuntu1 (embed)
798     NOTE: Ubuntu only
799     - thunderbird 2.0.0.6+nobinonly-0ubuntu1 (embed)
800     NOTE: Ubuntu only
801     - mozilla-thunderbird 1.5.0.2-0ubuntu2 (embed)
802     NOTE: Ubuntu only
803    

  ViewVC Help
Powered by ViewVC 1.1.5