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

Diff of /data/embedded-code-copies

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7136 by nion, Mon Oct 29 08:12:38 2007 UTC revision 14972 by iuculano, Fri Jul 9 22:28:34 2010 UTC
# Line 1  Line 1 
1  This file collects cases, where a source package embeds code from  Embedded code copies
2  other projects, without linking dynamically:  ====================
3    
4    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    
8    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    status: version number fixing the embedded copy
14            <unfixed> if the issue is not yet fixed
15            <removed> if the package was removed from the archive
16            <itp> if the package is in the process of being packaged
17            <not-affected> if the package does not use the embedded copy
18            <unknown> if the version number can not be determined
19            <unfixable> for unavoidable cases (e.g., forks that add real value)
20    sort: static (linking statically against a lib)
21          embed (embeds a copy of the library into another source package)
22          modified-embed (embeds a code copy that differs from upstream code)
23          fork (a full-blown fork of another source package)
24          old-version (an older version of essentially the same code)
25    
26    The srcpkg might be some string to identify the code if there is no
27    specific source package.
28    
29    Everything up to the next line is ignored.
30    ---BEGIN
31    xpdf (some srcpkgs use xpdf2 code, some xpdf3 code)
32            NOTE: Fixed packages link to poppler library unless otherwise noted
33            - pdftohtml <unknown>
34            [sarge] - pdftohtml <unfixed>
35            [etch] - pdftohtml <unfixed>
36            NOTE: has been replaced by poppler-utils
37            - kdegraphics 4:4.2.2-1 (embed; bug #436164)
38            - texlive-base 3.0-12 (embed)
39            - texlive-bin 2007-1 (embed)
40            - koffice 1:2.0.0-1 (embed; bug #436163)
41            - libextractor 0.5.12-1 (embed)
42            NOTE: libextractor is using its own pdf decoder now
43            - ipe <unfixed> (embed)
44            NOTE: embeds small parts with renamed source files: ipestdfonts.cpp, ipefonts.cpp, ipedct.cpp
45            - ruby-gnome2 <unknown> (embed)
46            - pdfedit <unfixed> (embed; bug #510794)
47            - swftools <removed> (embed; bug #551293)
48            - poppler <unfixable> (fork)
49    
50    ppmd
51            - libcomplearn-mod-ppmd <unfixed> (fork)
52            NOTE: discussion in #458152
53    
54    libevent
55            - transmission 1.71-1 (embed; bug #529372)
56            - chromium-browser 5.0.375.29~r46008-1
57    
58    lrmi
59            - read-edid 2.0.0-1 (embed; bug #495131)
60            - s3switch <unfixed> (embed)
61            - xresprobe <unfixed> (embed)
62            - zhcon <unfixed> (embed)
63    
64    php-htmlpurifier
65            - mahara 1.2.5-1 (embed)
66    
67    peercast
68            - gnome-peercast <removed> (embed)
69            [etch] - gnome-peercast <unfixed> (embed)
70    
71    silc-toolkit
72            - silc-client 1.1~beta6-1 (embed)
73    
74    icclib
75            - ghostscript <unfixed> (embed)
76            - argyll <unfixed> (embed)
77    
78    libusb
79            - argyll <unfixed> (embed)
80    
81    dietlibc
82            - ccontrol 0.9.1+20071204-1 (static)
83    
84    libmikmod
85            - sdl-mixer1.2 <unfixed> (embed)
86            TODO: report bug
87    
88    libiax
89            - iaxmodem <unfixable> (embed; bug #548885)
90    
91    spandsp
92            - iaxmodem <unfixable> (embed; bug #548885)
93    
94    python-paramiko
95            - fabric 0.9.0-2 (embed; bug #561398)
96    
97    zlib (lots of apps embed a copy, but link dynamically, but there are a few exceptions)
98            - dpkg 1.15.6 (static)
99            NOTE: see 18196.48620.491996.624772@davenant.relativity.greenend.org.uk on debian-devel for discussion
100            - rsync <unfixed> (embed)
101            - cherokee <unfixed> (embed)
102            NOTE: somehow derived code base
103            - mono <unfixed> (embed)
104            TODO: check mozilla
105            - Linux kernels <unfixed> (embed)
106            - pvpgn 1.7.8-2 (embed)
107            - mrtg 2.12.2-1 (embed)
108            - rpm <unknown> (embed)
109            NOTE: pinged anibal since when rpm was fixed
110            - tuxcmd-modules <unfixed> (embed)
111            - zsync <unfixed>
112            - tra <unfixed>
113            - sash <unfixed>
114            - nsis <unfixed>
115            - pyfits 1:2.3.1-1
116            - mseide-msegui <unfixed>
117            NOTE: mseide
118            - mirrordir <unfixed>
119            - poco <unfixed>
120            - klibc <unfixed>
121            - emboss <unfixed>
122            - ghostscript <unfixed>
123            - freeimage <unfixed>
124            - clamav <unfixed> (fork)
125            NOTE: from the changelog: "libclamav6 does indeed duplicate parts of the zlib code, but there is not way around that"
126            - tuxonice-userui <unfixed> (static)
127            - plt-scheme <unfixed>
128            - perl <unfixed>
129            - paraview <unfixed>
130            - velvet 0.7.56~nozlibcopy-1
131            - gcvs <unfixed>
132            - dump <unfixed>
133            - aide <unfixed> (static)
134            - dar <unfixed> (static)
135            - avfs <unfixed>
136            - fpc <unfixed>
137            - winff <unfixed>
138            NOTE: inherited from fpc, see #472304
139            - lazarus <unfixed>
140            NOTE: inherited from fpc, see #472304
141            - erlang <unfixed> (embed)
142            - gamera 3.2.3-1 (embed)
143            - python2.4 <unfixed> (embed; bug #553403)
144            - python2.5 <unfixed> (embed; bug #553403)
145            - texlive-bin <unknown> (embed)
146    
147    dulwich
148            - hg-git 0.1.0-1 (embed; bug #541996)
149    
150    libvigraimpex
151            - hugin <unfixed> (embed; bug #542259)
152            - enblend-enfuse <unfixed> (embed; bug #542258)
153            - gamera 3.2.3-1 (embed)
154    
155    libbz2
156            - dpkg 1.15.6 (static)
157            - amd64-libs <unfixed> (static)
158            NOTE: let's call it "static"
159            - dar <unfixed> (static)
160            - dump <unfixed> (static)
161            - unalz <unfixed> (embed)
162            NOTE: has code, by the maint, to use the system version but links against the internal copy
163    
164    libyahoo2
165            - centerim <unfixed> (embed; bug #559783)
166    
167    libmsn
168            - centerim <unfixed> (embed; bug #559783)
169    
170    libgadu
171            - centerim <unfixed> (embed; bug #559783)
172            - pidgin <not-affected> (links dynamically since initial release; fixed in gaim)
173            - gaim 1:2.0.0+beta3-3 (embed; bug #360280)
174            - kdenetwork 4:3.3.2-5 (embed)
175            NOTE: from kdenetwork: kopete
176            - ekg 1:1.8~rc0-1 (embed)
177            - kadu 0.6.0.2-3 (embed; bug #504430)
178            - gadu <itp> (embed)
179    
180    xmlrpc (which package is the "origin" of this code?)
181            - drupal <unfixed> (embed)
182            - phpgroupware <unfixed> (embed)
183            - egroupware <unfixed> (embed)
184            - phpwiki <unfixed> (embed)
185            - php4 <removed> (embed)
186            TODO: check, php-pear, IIRC this was reorganized some weeks ago?
187    
188    shtool (affects build-time only)
189            - mysql-ocaml <unfixed> (embed)
190            - php4 <removed> (embed)
191            - php5 <unfixed> (embed)
192    
 xpdf code: (some use xpdf 2, some xpdf 3)  
 gpdf (has been replaced by evince - which uses poppler - in Etch)  
 pdftohtml (has been replaced by poppler-utils from the poppler source package, still in Etch, though)  
 kdegraphics/kpdf (okular, the kpdf replacement in KDE 4 is using poppler, #436164)  
 tetex-bin (links to poppler since 3.0-12)  
 cupsys (uses xpdf-utils, it's still present in the src, though)  
 poppler  
 koffice/kword (upstream is working on using poppler, #436163)  
 libextractor (uses internal pdf decoder since 0.5.12-1)  
 pdfkit.framework (links to poppler since 0.8-4)  
 ipe (only small parts, but with renamed source files: ipestdfonts.cpp, ipefonts.cpp, ipedct.cpp)  
   
 silc-toolkit:  
 silc-client (uses libsilc and libsilcclient)  
   
 dietlibc:  
 ccontrol (links statically)  
   
 libiax:  
 iaxmodem  
   
 zlib code: (lots of apps embed a copy, but link dynamically, but there are a few exceptions)  
 dpkg  
 rsync (somehow derived code base)  
 mono  
 mozilla(?)  
 Linux kernels  
 pvpgn (links dynamically since 1.7.8-2)  
 mrtg (links dynamically since 2.12.2-1)  
 rpm  
   
 libbz2:  
 dpkg (statically linked)  
   
 libgadu/ekg:  
 centericq  
 gaim  
 kopete (ships the code, but links dynamically in the Debian package)  
 kadu (not packaged in Debian)  
 GNU gadu (not yet packaged in Debian)  
   
 xmlrpc: (which package is the "origin" of this code?)  
 drupal  
 phpgroupware  
 egroupware  
 phpwiki  
 php4 (php-pear, IIRC this was reorganized some weeks ago?)  
 tikiwiki  
   
 shtool: (affects build-time only)  
 mysql-ocaml  
 php4  
   
 mozilla:  
 mozilla-firefox  
 mozilla-thunderbird  
 firefox (to be removed)  
 thunderbird (to be removed)  
 iceweasel  
 iceape  
 icedove  
193  xulrunner  xulrunner
194  nvu (no longer in Debian)          - iceape <unfixed> (embed; bug #561749)
195            - iceweasel 2.0.0.19 (embed)
196            - icedove <unfixed> (embed; bug #561750)
197            - kompozer <unfixed> (embed; bug #532168)
198            - galeon 2.0.2-4 (embed)
199            - epiphany-browser 2.14.3-8 (embed)
200            - conkeror 0.9~git080629-2 (embed)
201            - kazehakase 0.4.2-1 (embed)
202    
203    xli
204            - xloadimage <unfixed> (embed)
205    
206    lesstif (beware: two different lesstif APIs supported in one package, MOTIF 1.2 discarded upstream)
207            - openmotif <unfixed> (embed)
208    
209    libxpm
210            - lesstif <unfixed> (embed; bug #575750)
211    
212    kerberized apps with BSD origin
213            - krb4 <removed> (embed)
214            - krb5 <unfixed> (embed)
215            - heimdal <unfixed> (embed)
216    
217    grip (which pkg is the origin?)
218            - libcdaudio <unfixed>
219            - grip <unfixed>
220            - gnome-vfs <unfixed>
221            TODO: check vfs2 as well
222    
223    fudforum
224            [etch] - phpgroupware <unfixed> (embed)
225            NOTE: phpgroupware-fudforum
226            [sarge] - egroupware-fudforum <removed> (embed)
227    
228    libbsd
229            - rdate 1:1.2-3 (embed)
230            - atheme-services <unfixed>
231            - libbsd-arc4random-perl <unfixed>
232            - isakmpd <unfixed>
233            - bsdgames <unfixed> (embed)
234            - bsd-mailx <unfixed> (embed)
235            - netcat-openbsd <unfixed> (embed; bug #550611)
236            - openssh <unfixed> (embed)
237            - unworkable <unfixed> (embed)
238    
239    cvs
240            - gcvs <unfixed> (embed)
241            NOTE: see cvsunix/src in tarball
242    
243    pcre3
244            - php4 <removed> (embed)
245            - analog 2:5.23-0woody1 (embed)
246            - goffice <unfixed> (embed)
247            NOTE: libgoffice-*
248            - vfu 4.06-4.1 (embed; bug #450754)
249            - tf5 5.0beta7-1 (embed)
250            - monotone 0.43-1 (embed)
251            NOTE: this only affects versions >= 0.37
252            - glib2.0 2.15.2-1 (embed)
253            - apache2 2.0.53-4 (embed)
254            - exim4 4.10-0.srh20.12 (embed)
255            - yacas <unfixed> (embed)
256            NOTE: <= 1.0.x; is using pcre to scan text, can execute shell commands via the syntax anyway
257            - gtamsanalyzer.app 0.42-5 (embed)
258            - tin 980117-1 (embed)
259            - kazehakase 0.5.2-1
260            - webkit 1.0.1-1 (embed)
261            - qt4-x11 <unfixed> (embed)
262            NOTE: embedded via webkit copy
263            - erlang <unfixed> (embed)
264            - ssed <unfixed> (embed)
265            - ircd-hybrid <unfixed> (static)
266            - emboss <unfixd>
267            - cherokee <unfixed> (embed)
268            - oftc-hybrid <unfixed> (embed)
269            - ratbox-services <unfixed> (embed)
270            - squeak-vm <unfixed> (embed)
271            - tinymux <unfixed> (embed)
272    
273    tiff
274            - wxwindows2.4 2.2.1 (embed)
275            - gamera 3.2.3-1 (embed)
276            - freeimage <unfixed> (embed)
277            - libtk-img <unfixed> (embed)
278            NOTE: there are two copies, one under tiff/ other under libtiff/
279            - gdal <unfixed>
280    
281    uudeview
282            - libconvert-uulib-perl <unfixed> (embed)
283            - pan <unfixed> (embed)
284    
285    sqlite (not affected by security vulnerabilities so far)
286            - amarok <unfixed> (embed)
287            - monotone 0.43-1 (embed)
288            - iceweasel <unfixed> (embed)
289            - heimdal <unfixed> (embed; bug #559616)
290    
291    util-linux/mount
292            - loop-aes-utils <unfixed> (embed)
293            NOTE: contains code from util-linux' mount in the mount-aes-udeb
294    
295    sylpheed
296            - sylpheed-claws <unfixed> (fork)
297    
298    phpsysinfo
299            - egroupware <unfixed> (embed)
300            - phpgroupware <unfixed> (embed)
301    
302    phpldapadmin
303            [sarge] - egroupware <unfixed> (embed)
304            NOTE: removed from egroupware after sarge
305    
306    chmlib
307            - kchmviewer <unknown> (embed)
308    
309    ffmpeg (libavcodec/libavformat)
310            - mplayer 1.0~rc2-14 (embed; bug #395252)
311            - kino 1.0.0-1
312            - vlc <not-affected> (Links dynamically since initial release)
313            - smilutils 0.3.0-10
314            NOTE: smilutils likely fixed earlier, marking Etch's version as fixed
315            - motion 3.1.19-1
316            - gstreamer0.10-ffmpeg 0.10.3-2
317            - xmovie <removed> (static)
318            TODO: gimp-gap (potentially using ffmpeg code as well)
319            - avifile 1:0.7.48~20090503.ds-1 (embed; bug #538750)
320            - audacity 1.3.7-2 (embed; bug #512278)
321            - chromium-browser <unfixed> (fork)
322    
323    faad2
324            - mplayer 1.0~rc2-20 (embed)
325            - avifile <unfixed> (embed; bug #538750)
326            - ffmpeg-debian <removed> (embed)
327    
328    libmad (MPEG decoding lib)
329            - xine-lib <unfixed> (embed)
330            - avifile 1:0.7.48~20090503.ds-1 (embed) [./plugins/libmad/*]
331            TODO: check ocaml-mad, madplay, pymad, xmms-mad, xmms2
332    
333  xli:  libdts
334  xloadimage          - xine-lib <unfixed> (embed)
335    
336  lesstif: (beware: two different lesstif APIs supported in one package, MOTIF 1.2 discarded upstream)  flac
337  openmotif          - xine-lib <unfixed> (embed)
 xfree86/xorg (in libxpm)  
338    
339  kerberized apps with BSD origin:  liba52
340  krb4          - a52dec <unfixed> (embed)
341  krb5          - xine-lib <unfixed> (embed)
342  heimdal  
343    mpeg2dec (libmpeg2)
344            - xine-lib <unfixed> (embed)
345    
346    libmpeg3
347            - squeak-vm <unfixed> (embed)
348    
349    libntlm
350            - wget <unfixed> (fork; bug #550436)
351            - curl <unfixed> (fork; bug #550437)
352            - cntlm <unfixed> (fork; bug #550438)
353    
354    uw-imap
355            - pine <unfixed> (embed)
356            - alpine <unfixed> (embed)
357    
358    imagemagick
359            - graphicsmagick <unfixed> (fork)
360    
361    python-urlgrabber
362            - mercurial <unfixed> (embed; bug #531062)
363            - w3af <unfixed> (embed; bug #555372)
364            [experimental] - harvestman <unfixed> (embed; bug #555373)
365    
366    beautifulsoup
367            - python-mechanize <unfixed> (embed; bug #555349)
368            - zope2.11 <removed> (embed; bug #555350)
369            - twill <unknown> (embed)
370    
371    halibut
372            - nsis <unfixed> (fork)
373    
374    libghttp
375            - hotway <unfixed> (embed)
376    
377    libsndfile
378            - ardour 1:2.7.1-1 (embed)
379    
380    glibmm2.4
381            - ardour 1:2.7.1-1 (embed)
382    
383    libgnomecanvasmm2.6
384            - ardour 1:2.7.1-1 (embed)
385    
386    libsigc++-2.0
387            - ardour 1:2.7.1-1 (embed)
388    
389    soundtouch
390            - ardour 1:2.7.1-1 (embed)
391    
392    libmms
393            - xine-lib <unfixed> (embed)
394            - mimms <unfixed> (embed)
395    
396    fckeditor
397            - knowledgeroot 0.9.8.5-3 (embed; bug #461555)
398            - moin 1.8.2-2 (embed; bug #452599)
399            - karrigell <removed> (embed; bug #452598)
400            - gforge 4.6.99+svn6225-1 (embed)
401            - request-tracker3.8 <unfixed> (embed)
402            - otrs2 <unfixed> (embed)
403    
404    ipatlas (not packaged in Debian)
405            - moodle <unfixed> (embed; bug #507185)
406    
407    libphp-phpmailer
408            - moodle <unfixed> (embed; bug #507185)
409            - mahara <unfixed> (embed)
410            - symfony <unfixed> (embed; bug #566778)
411            [etch] - phpgroupware <unfixed> (embed)
412            NOTE: phpgroupware-felamimail is only in etch
413            - egroupware <unfixed> (embed; bug #504283)
414            - glpi <unfixed>
415    
416    htmlArea (not packaged in Debian)
417            - moodle <unfixed> (embed)
418    
419    giflib
420            - wine <unfixed> (embed; bug #466181)
421    
422    bennu (not packaged in Debian, http://bennu.sourceforge.net)
423            - moodle <unfixed> (embed)
424    
425    smarty
426            - moodle 1.8.2-2 (embed; bug #471158)
427            - gallery2 2.2.5-2 (embed; bug #471160)
428            - mahara 0.9.2-2 (embed; bug #471201)
429            - gosa 2.4beta1-1 (embed; bug #471200)
430    
431  grip: (which pkg is the origin?)  TinyMCE
432  libcdaudio          - wordpress 2.5.1-3 (embed; bug #478257)
433  grip          - moodle <unfixed> (embed; bug #507185)
434  gnome-vfs (vfs2 as well?)          - knowledgeroot <unfixed> (embed)
435            - joomla <itp> (bug #326398)
436    
437    scintilla (upstream provides static lib, rejected shared lib http://sf.net/support/tracker.php?aid=2488121)
438            - scite <unfixed> (embed)
439            - qscintilla <unfixed> (embed)
440            - qscintilla2 <unfixed> (embed)
441            - geany <unfixed> (fork)
442            - anjuta <unfixed> (embed)
443    
444    libphp-adodb
445            - moodle <unfixed> (embed; bug #507185)
446            NOTE: also AdoDB-XML Schema
447            - gallery2 <unfixed> (embed)
448            - phppgadmin <unfixed> (embed)
449            - egroupware <unfixed> (embed)
450            - phpwiki <unfixed> (embed)
451            - torrentflux 2.0beta1-2 (embed)
452            - ipplan <unfixed> (embed)
453            - typo3-src <unfixed> (embed)
454            - cacti <unknown> (embed)
455            [sarge] - cacti <unfixed> (embed)
456            NOTE: dependency exists, but internal version is used
457            - gforge 4.7~rc2-6 (embed)
458            - mahara <unfixed> (embed)
459    
460    gzip
461            - linux-2.6 <unfixed> (embed) [lib/inflate.c]
462            - klibc <unfixed> (embed)
463            NOTE: based on linux-kernel gzip code
464            - busybox <unfixed> (embed)
465            - pristine-tar <unfixed> (modified-embed)
466            NOTE: compression code only, not uncompression
467            - ncompress <unfixed> (old-version)
468    
469    neon
470            - cadaver 0.22.3+debian-1 (embed; bug #188381)
471            - gnome-vfs2 <unfixed> (embed; bug #395874)
472            [etch] - litmus <unfixed> (embed; #395875)
473            - litmus <removed> (embed; #395875)
474            [sarge] - screem <unfixed> (embed)
475            - sitecopy 1:0.16.0-1 (embed; bug #395876)
476            [etch] - tla <unfixed> (embed; bug #395877)
477            [sarge] - tla <unfixed> (embed; bug #395877)
478    
479    libmodplug
480            - gst-plugins-bad0.10 0.10.10.2-1 (embed)
481    
482    libvncserver
483            - vino <unfixed> (embed)
484    
485    putty
486            - filezilla <unfixed> (embed)
487    
488    tinyxml (not packaged in Debian; itp bug #531968)
489            - filezilla <unfixed>
490            - crystalspace <unfixed> (embed)
491            - libwfut <unfixed> (embed)
492            - rarian <unfixed> (embed)
493            - bulletml <unfixed> (embed)
494            - pokerth <unfixed> (embed)
495            - qutecom <unfixed> (embed)
496            - sofa-framework <unfixed> (embed)
497            - yate <unfixed> (embed)
498            - antigrav <unfixed> (embed)
499            - balder2d <unfixed> (embed)
500            - cal3d <unfixed> (embed)
501            - criticalmass <unfixed> (embed)
502            - ember <unfixed> (embed)
503            - epiphany <unfixed> (embed)
504            - gambit <unfixed> (embed)
505            - noiz2sa <unfixed> (embed)
506            - ogre <unfixed> (embed)
507            - opencity <unfixed> (embed)
508            - openmovieeditor <unfixed> (embed)
509            - pouetchess <unfixed> (embed)
510            - tecnoballz <unfixed> (embed)
511            - trigger-rally <unfixed> (embed)
512            - xmoto <unfixed> (embed)
513            - mapnik <unknown> (embed)
514            NOTE: uses a different XML parser by default
515            - rrootage 0.23a-6 <embed>
516            NOTE: links to libbulltetml
517            - boson <unknown> (embed)
518            NOTE: the embedded code is unused
519    
520    gv
521            - evince <unfixed> (embed)
522            NOTE: ps/ tree from gv 3.5.8
523            NOTE: evince-gtk is affected (a component of evince source package)
524    
525    libXbae
526            - paw <removed> (embed)
527            [etch] - paw <unfixed> (embed)
528    
529    libgtkhtml
530            - claws-mail-extra-plugins <unfixed> (fork)
531    
532    libXaw
533            - paw <removed> (embed)
534            [etch] - paw <unfixed> (embed)
535            NOTE: I plan to deal with the above two cases after Etch release. -- KevinMcCarty
536    
537    libgd2
538            - graphviz <unfixed> (embed)
539            NOTE: lib/gd seems to be 2.0.33
540            - wml 2.0.11ds2-1 (embed)
541            - libwmf <unfixed> (embed)
542            NOTE: derived from gd 1.6.3
543            - texlive-bin 2009-1 (embed)
544    
545    rar
546            - unrar-nonfree <unfixed> (embed)
547    
548    unrar-free (maybe this code is derived from the original rar, too?)
549            - clamav <unfixed> (embed)
550            NOTE: seems to be disabled in default config
551    
552    mplayer (DirectMedia Object loader)
553            - xine-lib <unfixed> (embed)
554            NOTE: src/libw32dll/
555            - vlc <unfixed> (embed)
556            NOTE: modules/codec/dmo/
557            - mplayer 1.0~rc2-20 (embed)
558    
559    libwpd (WordPerfect converter)
560            - openoffice.org <unfixed> (embed)
561    
562    fsplib (http://sourceforge.net/projects/fsp/)
563            - gftp <unfixed> (embed)
564            NOTE: lib/fsplib version 0.3
565    
566    sprng
567            - tree-puzzle <unfixed> (embed)
568    
569    librpcsecgss
570            - krb5 <unfixed> (embed)
571    
572    jasper
573            - ghostscript 8.64~dfsg-2 (embed)
574    
575    libiris
576            - psi <unfixed> (embed)
577            - kdenetwork <unfixed> (embed)
578            NOTE: kopete embeds libiris but links dynamically to libidn
579            - kdegames <unfixed> (embed)
580            NOTE: ksirk/kde4
581    
582    libidn
583            - monotone 0.43-1 (embed)
584            - psi <unfixed> (embed)
585            NOTE: psi embeds libiris which embeds libidn
586            - kdegames <unfixed> (embed)
587            NOTE: kdegames/kde4 embeds libiris which embeds libidn
588    
589    lua5.1
590            - monotone 0.43-1 (embed)
591            - nmap 5.00-1 (embed; bug #527997)
592            [lenny] - nmap <unfixed> (embed; bug #527997)
593            - ocropus <unfixed> (embed)
594            - enigma <unfixed> (embed)
595            NOTE: requires lua built with C++
596            - freeciv <unfixed> (embed)
597            - spring <unfixed> (embed)
598    
599    libbotan
600            - monotone 0.43-1 (embed)
601    
602    NetXX
603            - monotone 0.43-1 (embed)
604    
605    libgc
606            - mono <unfixed> (embed)
607    
608    lzma
609            - p7zip <unfixed> (embed)
610            - xz-utils <unfixed> (fork)
611    
612    lzo
613            - grub2 <unfixed> (embed)
614    
615    yassl
616            - mysql-dfsg-5.0 <unfixed> (embed)
617            - mysql-dfsg-5.1 <unfixed> (embed)
618    
619    pax code
620            - tar <unfixed> (embed)
621            - cpio <unfixed> (embed)
622    
623    t1lib
624            - tetex-bin 2.0.2-1 (embed)
625            - texlive-bin <unknown> (embed)
626    
627    guichan
628            - boswars <unfixed> (embed)
629            NOTE: maintainer notified us, working on it
630    
631    tolua
632            - boswars <unfixed> (embed)
633            NOTE: maintainer notified us, working on it
634            NOTE: actually tolua++
635            - ocropus <unfixed> (embed)
636            NOTE: actually tolua++
637            - freeciv <unfixed> (embed)
638            NOTE: actually tolua++
639            - enigma <unfixed> (embed)
640    
641  fudforum:  asio-dev
642  phpgroupware-fudforum          - luxrender <removed> (embed)
 egroupware-fudforum (removed from egroupware after sarge)  
643    
644  cvs:  xine-lib
645  gcvs (at least an additional script is included, check if there's more)          - vlc <unfixed> (embed)
646            NOTE: only parts included in modules/access/rtsp
647    
648  pcre:  netpbm
649  all pythons          - tcl8.3 <unfixed> (embed)
650  php4 (src included, but Debian package links dynamically)          - tcl8.4 <unfixed> (embed)
651  analog (src included, but Debian package links dynamically)          - tcl8.5 <unfixed> (embed)
652  libgoffice-1          NOTE: generic/tkImgGIF.c
653  vfu  
654  tf5 (since 5.0beta7 the Debian package links dynamically)  tk8.5
655  monotone (including this starting from 0.37)          - tk8.0 <removed> (old-version)
656            - tk8.3 <unfixed> (old-version)
657            - tk8.4 <unfixed> (old-version)
658            - perl-tk <unfixable> (fork)
659    
660    samba
661            - mc 2:4.6.2~git20080311-1 (embed)
662            NOTE: maintainer is aware of this, currently searching a solution
663    
664    plib1.8.4c2
665            - boson <unfixed> (fork)
666            NOTE: embedding the font pieces of plib, based on the header file it is forked, contains "Added by AB for boson." and similar
667    
668    fribidi
669            - quesoglc 0.7.2-2 (embed)
670    
671    glew
672            - quesoglc <unfixed> (embed; bug #489341)
673            NOTE: waiting on GLEW_MX version of glew (see bug #474488)
674            - trigger 0.5.2.1-2 (embed)
675            NOTE: http://lists.debian.org/debian-devel-games/2009/12/msg00007.html
676            - trigger-rally 0.5.2.1-2 (embed)
677            NOTE: http://lists.debian.org/debian-devel-games/2009/12/msg00007.html
678            - chromium-browser 5.0.375.70~r48679-2
679    
680    minorGems (pabs contacted upstream about shared lib, he considers minorGems an 'ever-evolving collection of reusable code fragments' for his own use)
681            - transcend <unfixed> (embed)
682            - cultivation <unfixed> (embed)
683            - passage <unfixed> (embed)
684            - gravitation <unfixed> (embed)
685    
686    tar
687            - libarchive <unfixed> (embed)
688            NOTE: FreeBSD tar (tar/bsdtar.c) in libarchive 1.2 and higher. libarchive ends up statically linked into bsdtar executable
689    
690    cpio
691            - libarchive <unfixed> (embed)
692            NOTE: cpio included in libarchive 2.2 and higher, but not compiled until libarchive 2.4.11-1 (as bsdcpio package)
693    
694    kde4libs
695            - kdelibs <unfixable> (old-version)
696    
697    webkit
698            - qt4-x11 <unfixed> (embed; bug #479851)
699            [etch] - qt4-x11 <not-affected> (webkit support introduced in version 4.4)
700            - kde4libs <unfixable> (fork)
701            NOTE: kde4lib's khtml and webkit were forked from khtml (this tracking, which seems
702            NOTE: reversed genesis-wise, is used because of so much other stuff in kde4libs)
703    
704    ftgl
705            - blender 2.46+dfsg-1 (embed)
706    
707    wv
708            - abiword <unfixed>
709    
710    qemu
711            - kvm <removed> (embed; bug #543159)
712            - qemu-kvm <unfixed> (embed; bug #560853)
713            NOTE: kvm superceded by qemu-kvm, which is just user interface (no modules)
714            - xen-3 3.4.2-2 (embed; bug #560856)
715            - xen-unstable <unfixed> (embed; bug #560856)
716    
717    vgabios
718            - kvm <removed> (embed; bug #489442)
719            - qemu-kvm <unfixed> (embed)
720    
721    bochs
722            - kvm <removed> (embed; bug #489442)
723            - qemu-kvm <unfixed> (embed)
724    
725    speex
726            - vorbis-tools <unfixed> (embed)
727            NOTE: while comiled against libspeex-dev, ogg123/speex_format.c is compiled with embedded code copied from speexdec.c
728            - gst-plugins-good0.10 <unfixed> (embed)
729            - xine-lib <unfixed> (embed)
730            - libfishsound <unfixed> (embed)
731            - libannodex <removed> (embed)
732            - vlc <unfixed> (embed)
733            - xmms-speex <unfixed> (embed)
734            - libsdl-sound1.2 <unfixed> (embed)
735            - sweep <unfixed> (embed)
736    
737    libreadline
738            - magic <itp> (old-version)
739    
740    opcode
741            - ode <unfixed> (embed)
742            NOTE: opcode is not a package in debian, it is just embedded
743            NOTE: http://www.codercorner.com/Opcode.htm
744    
745    gimpact
746            - ode <unfixed> (embed)
747            NOTE: gimpact is not a package in debian, it is just embedded
748            NOTE: http://gimpact.sf.net
749    
750    mochikit
751            - mahara <unfixed> (embed)
752            NOTE: they require extra patches, still unmerged upstream
753            - ntop <unfixed> (embed)
754            - coherence 0.6.2-1 (embed)
755            - paste <unfixed> (embed)
756            - turbogears <unfixed> (embed)
757            - plone3 <removed> (embed)
758            - xulrunner <unfixed> (embed)
759            - libjifty-plugin-chart-perl <unfixed> (embed)
760            - sabnzbdplus <unfixed> (embed)
761            - tgmochikit <unfixed> (embed)
762    
763    prototypejs
764            - netbeans-ide 6.0.1+dfsg-2 (embed)
765            - auth2db 0.2.5-2+dfsg-1 (embed; bug #555218)
766            - webcit <unfixed> (embed; bug #555219)
767            - asterisk 1:1.6.2.0~rc3-1 (embed)
768            - libjson-ruby 1.1.4-1 (embed; bug #555224)
769            - lucene2 2.9.1+ds1-2 (embed; bug #555226)
770            - horde3 <unfixed> (embed)
771            - knowledgeroot 0.9.9.5-1 (embed; bug #555230)
772            - mediatomb 0.12.0~svn2018-5 (embed; bug #555233)
773            - mt-daapd 0.9~r1696.dfsg-6lenny2 (embed)
774            - ebug-http <removed> (embed; bug #555236)
775            - libaws 2.7-1 (embed; bug #555222)
776            - phpgedview <removed> (embed)
777            - poker-network 1.7.6-1 (embed; bug #555238)
778            - rails 2.1.0-6 (embed)
779            - wordpress 2.5.0-2 (embed; bug #555243)
780            - zope <not-affected> (the prototypejs embed is not in any of the obvious zope packages, e.g. zope2.9, zope2.10, zope2.11, and zope3)
781            TODO: search through all of the other zope packages
782            - ampache 3.4.1-2 (embed)
783            - exaile 0.2.14+debian-2.1 (embed; bug #555245)
784            - hobix 0.5~svn20070319-4 (embed; bug #555247)
785            - zabbix 1.6.6-4 (embed; bug #555250)
786            - chora2 <unfixed> (embed; bug #555253)
787            - gollem <unfixed> (embed; bug # 555254)
788            - jscropperui 1.2.1-1 (embed; bug #555257)
789            - scriptaculous <not-affected> (uses system prototype.js since initial upload; bug #555260)
790            - ingo1 1.2.3+debian0-1 (embed; bug #555261)
791            - kronolith2 2.3.3+debian0-1 (embed; bug #555262)
792            - activeldap 1.2.1-1 (embed)
793            - libv8 <not-affected> (contains a google-specific implementation of prototype.js)
794            - mantis 1.1.2+dfsg-1 (embed; bug #555265)
795            - otrs2 2.3.4-6 (embed; bug #555267)
796            - webcalendar 1.2~b1-2 (embed; bug #555269)
797            - redmine 0.9.0~svn2907-1 (embed; bug #555270)
798            - jifty 0.90519-1 (embed; bug #555271)
799            - jquery 1.4-1 (embed; bug #555272)
800            - passenger 2.2.5debian1-1 (embed; bug #555273)
801            - plone3 <removed> (embed; bug #555275)
802            - wesnoth <not-affected> (prototype.js not included in any of the binary packages; bug #555277)
803            - libhtml-prototype-perl 1.48-3 (embed; bug #538920)
804            - xulrunner <unfixed> (embed)
805            NOTE: included in iceweasel/xulrunner unit tests directory, so may not be security-relevant
806    
807    gdb
808            - insight <unfixed> (embed)
809    
810    e2fsprogs
811            - ldiskfsprogs <unfixable> (fork)
812    
813    quazip (not packaged in Debian)
814            - qcake <unfixed> (embed)
815            NOTE: starting with upstream version 0.6.4
816    
817    exo
818            - pcmanfm <unfixed> (embed; bug #499677)
819            NOTE: slightly modified source code
820    
821    java
822            - openjdk-6 <unfixed>
823            - sun-java5 <unfixed>
824            - sun-java6 <unfixed>
825    
826    libphp-snoopy
827            - ampache 3.4.1-2 (embed; bug #504169)
828            - gforge 4.6.99+svn6094-2 (embed)
829            - mahara 1.0.5-2 (embed; bug #504170)
830            - pixelpost 1.7.1-5 (embed; bug #504171)
831            - mediamate 0.9.3.6-5 (embed; bug #504172)
832            - opendb <removed> (embed; bug #504173)
833            [etch] - opendb <unfixed> (embed; bug #504173)
834            - wordpress 2.5.1-9 (embed; bug #443948)
835            - moodle <unfixed> (embed; bug #507185)
836            [etch] - phpgroupware <unfixed> (embed)
837            NOTE: phpgroupware-felamimail
838            - magpierss 0.72-3 (embed; bug #431089)
839    
840    jquery
841            - zekr <unfixed> (embed)
842            - wordpress <unknown> (embed)
843            - yocto-reader <unfixed> (embed)
844            - textpattern <unfixed> (embed)
845            - genshi 0.5.1-1 (embed)
846            NOTE: compressed file under examples/ dir
847            - prewikka <unfixed> (embed)
848            - libramaze-ruby <unfixed> (embed)
849            - drupal5 <unfixed> (embed)
850            - b2evolution <unfixed> (embed)
851            - wesnoth <unfixed> (embed)
852    
853    tablesorter (jquery plugin, not packaged yet)
854            - wesnoth <unfixed> (embed)
855    
856    kses
857            - wordpress <unfixed> (embed; bug #504242)
858            NOTE: their copy has all methods renamed to wp_<foo>
859            NOTE: kses isn't in Debian, RFP: #504240
860            - moodle <unfixed> (embed; bug #507185)
861            - egroupware <unfixed> (embed)
862    
863    magpierss
864            - wordpress <unfixed> (embed; bug #504242)
865            - moodle <unfixed>
866    
867    php-gettext
868            - wordpress 2.8.4-1 (embed; bug #504242)
869            - docbookwiki <unfixed> (embed)
870            - knowledgeroot 0.9.9.5-1
871            NOTE: non-free
872    
873    libphp-ixr (name may change, it is the Incutio XML-RPC)
874            - wordpress <unfixed> (embed; bug #504242)
875            NOTE: libphp-ixr isn't in Debian, RFP: #504236
876            - dokuwiki <unfixed> (embed)
877            - textpattern <unfixed> (embed)
878    
879    libphp-cas
880            - glpi <unfixed> (embed)
881            - moodle <unfixed> (embed; bug #505984)
882    
883    scriptaculous (prototype.js is among the embeds in the following)
884            - glpi <unfixed> (embed)
885            - libaws <unfixed> (embed; bug #555222)
886            - op-panel <unfixed> (embed)
887            - symfony <unfixed> (embed)
888            NOTE: maintainer says there are extra incompatible changes required
889            - pixelpost 1.7.1-6 (embed)
890            - webhelpers <unfixed> (embed)
891            - qwik <removed> (embed; bug #555241)
892            - smokeping <unfixed> (embed)
893            - turba2 <unfixed> (embed)
894            - typo3-src 4.2.3-1 (embed)
895            - request-tracker3.6 <unfixed> (embed)
896            - request-tracker3.8 <unfixed> (embed)
897            - rt-extension-emailcompletion <not-affected> (prototype.js not included in the binary package)
898            - wordpress 2.5.0-2 (embed)
899            - libhtml-prototype-perl 1.48-3 (embed)
900    
901    libmarkdown-php
902            - moodle <unfixed> (embed; bug #507185)
903            - pixelpost 1.7.1-6 (embed)
904    
905    php-openid
906            - wordpress-openid <itp> (embed)
907    
908    geshi
909            - dokuwiki 0.0.20080505-3.1 (embed)
910            - pgfouine 1.0-1.1 (embed)
911            - websvn 2.1.0-1 (embed)
912    
913    webcalendar
914            - gforge 4.7~rc2-6 (embed; bug #504758)
915    
916    libical
917            - kdepim <unknown> (fork)
918            NOTE: fixed at some point during 4.0
919            - kdepimlibs 4.2.0-1 (fork)
920            - claws-mail-extra-plugins <unfixed> (fork)
921    
922    harfbuzz
923            - qt4-x11 <unfixed> (embed)
924            - pango1.0 <unfixed> (embed)
925            - fontmatrix <unfixed> (embed)
926    
927    libzip
928            - php5 <unfixable> (modified-embed)
929            - odt2txt <unfixed> (embed; bug #523808)
930    
931    json.php (not packaged; should be replaced with php's built-in functions)
932            - moodle <unfixed>
933            - yui <unfixed>
934            - gallery2 <unfixed>
935            - dokuwiki <unfixed>
936            - typo3-src <unfixed>
937    
938    php-fpdf
939            - tcpdf <itp> (fork)
940            - moodle <unfixed>
941            - phpwiki <unfixed>
942            - egroupware <unfixed>
943            - ldap-account-manager <unfixed> (fork)
944    
945    tcpdf (itp: #495985)
946            - moodle <unfixed>
947            - phpmyadmin <unfixed>
948    
949    typo3
950            - moodle <unfixed>
951    
952    spreadsheet_writeexcel (PHP port of libspreadsheet-writeexcel-perl; itp: #487557)
953            - moodle <unfixed>
954            - gosa <unfixed>
955    
956    php-ole (itp: #487558)
957            - moodle <unfixed>
958    
959    pieforms (http://www.catalyst.net.nz)
960            - mahara <unfixed>
961    
962    savant2 (http://phpsavant.com)
963            - egroupware <unfixed>
964    
965    rssparser (http://nwow.org)
966            - egroupware <unfixed>
967            - phpgroupware <unfixed>
968    
969    lcms
970            - openjdk-6 <unfixed> (fork)
971            - gimp 2.4.0~rc2-2
972    
973    libphp-phplayersmenu
974            - diogenes <unfixed>
975            - phpldapadmin <unfixed>
976    
977    libphp-pclzip
978            - docvert <unfixed>
979            - moodle <unfixed>
980            - egroupware <unfixed>
981    
982    libphp-simplepie
983            - dokuwiki <unfixed>
984            - wordpress <unfixed>
985    
986    libphp-jpgraph
987            - egroupware <unfixed>
988    
989    php-simpletest
990            - moodle <unfixed>
991    
992    libpng
993            - iceweasel <not-affected> (uses xulrunner)
994            - icedove 1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1, 2.0.0.19-1 (embed)
995            - iceape 1.0.13~pre080614i-0etch1 (embed)
996            - xulrunner 1.9.0.13-1 (embed)
997            [lenny] - xulrunner 1.9.0.11-0lenny1
998            [etch] - xulrunner 1.8.0.15~pre080614i-0etch1 (embed)
999            - gamera 3.2.3-1 (embed)
1000            - freeimage <unfixed> (embed)
1001            - tuxonice-userui (static)
1002    
1003    irssi
1004            - silc-client <unfixed> (embed)
1005            NOTE: Seems to be a pre-0.8.12 version that is used in irssi-plugin-silc
1006    
1007    extc
1008            - mtasc <unfixed> (embed)
1009            - haxe <unfixed> (embed)
1010    
1011    swflib
1012            - mtasc <unfixed> (embed)
1013            - haxe <unfixed> (embed)
1014    
1015    libitext-java
1016            - bouncycastle 2.1.4-1 (embed)
1017    
1018    python-ply
1019            - pyke <unfixed> (embed; bug #555363)
1020            - pywbem 0.7.0-4 (embed; bug #555364)
1021            - sepolgen <unfixed> (embed; bug #555365)
1022            - zope-textindexng3 <unknown> (embed)
1023            - iceweasel <not-affected> (uses xulrunner)
1024            - xulrunner <unknown> (embed)
1025            - wireshark <not-affected> (python-ply modules are not installed into binary packages; see #554613)
1026    
1027    libdumbnet (libdnet upstream)
1028            - nmap <unfixed> (fork)
1029    
1030    gcc-4.4
1031            - gcc-mingw32 <unfixed> (embed)
1032    
1033    camlimages
1034            - advi <unfixed> (static; bug #550441)
1035    
1036    memcached
1037            - memcachedb <unfixed> (embed)
1038    
1039    yajl
1040            - argyll <unfixed> (embed; bug #544223)
1041            NOTE: reference, confirmed by build logs: http://lists.debian.org/debian-mentors/2009/08/msg00062.html
1042    
1043    nusoap
1044            - gforge 4.8.2-1 (embed)
1045            - ampache <unfixed> (embed)
1046            - poker-network <unfixed> (embed)
1047            - moodle <unfixed> (embed)
1048            NOTE: code is not used when running under php5 and soap is enabled
1049            - phpwiki <unfixed> (embed)
1050            - gallery2 <unfixed> (embed)
1051            - typo3-src <unfixed> (embed)
1052    
1053    libept
1054            - adept <unfixed> (embed; bug #540649)
1055    
1056    libvorbis
1057            - iceweasel <not-affected> (uses xulrunner)
1058            - xulrunner <unfixed> (embed; bug #540959)
1059            [etch] - xulrunner <not-affected> (introduced in firefox 3.5)
1060            [lenny] - xulrunner <not-affected> (introduced in firefox 3.5)
1061            - iceape <unfixed> (embed)
1062            [etch] - iceape <not-affected> (introduced in 2.0)
1063            [lenny] - iceape <not-affected> (introduced in 2.0)
1064    
1065    cairo
1066            - iceweasel <not-affected> (uses xulrunner)
1067            - xulrunner 1.8.0.15~pre080614i-0etch1 (embed)
1068    
1069    liboggz
1070            - iceweasel <not-affected> (uses xulrunner)
1071            - xulrunner <unfixed> (embed; bug #540959)
1072            [etch] - xulrunner <not-affected> (introduced in firefox 3.5)
1073            [lenny] - xulrunner <not-affected> (introduced in firefox 3.5)
1074            - iceape <unfixed> (embed)
1075            [etch] - iceape <not-affected> (introduced in 2.0)
1076            [lenny] - iceape <not-affected> (introduced in 2.0)
1077    
1078    liboggplay
1079            - iceweasel <not-affected> (uses xulrunner)
1080            - xulrunner <unfixed> (embed; bug #540959)
1081            [etch] - xulrunner <not-affected> (introduced in firefox 3.5)
1082            [lenny] - xulrunner <not-affected> (introduced in firefox 3.5)
1083            - iceape <unfixed> (embed)
1084            [etch] - iceape <not-affected> (introduced in 2.0)
1085            [lenny] - iceape <not-affected> (introduced in 2.0)
1086    
1087    php-net-dnsbl
1088            - serendipity <unfixed> (embed; bug #541740; package in NEW)
1089    
1090    php-onyx-rss
1091            - serendipity <unfixed> (embed; bug #541740; wontfix: only one script, own package is overkill, appears not to be duplicated in Debian)
1092    
1093    php-text-wiki
1094            - serendipity <unfixed> (embed; bug #541740; package in NEW)
1095    
1096    php-xml-rpc
1097            - serendipity <unfixed> (embed; bug #541740; package in NEW)
1098    
1099    polarssl (does not have a shared library)
1100            - pdkim <itp> (embed; bug #543150)
1101            - xyssl <unfixed> (old-version)
1102    
1103    pidgin (libpurple)
1104            - gaim <removed> (old-version)
1105            - qutecom 2.2~rc3.hg396~dfsg1-6 (embed; bug #559785)
1106    
1107    icu
1108            - webkit 1.0.1-1 (embed; bug #547214)
1109            - texlive-bin <unfixed> (fork)
1110            NOTE: texlive upstream working with icu upstream to merge their changes
1111            - chromium-browser 5.0.375.29~r46008-3
1112    
1113    cyrus-imapd-2.2
1114            - kolab-cyrus-imapd <unfixed> (fork)
1115            - dovecot 1:1.2.1-1 (embed) [/dovecot-sieve/src/libsieve/*]
1116    
1117    python-cxx-dev
1118            - freecad 0.9.2646.3-1 (embed; bug #547936)
1119    
1120    zipios++
1121            - freecad 0.9.2646.3-1 (embed; bug #547941)
1122            - enigma 0.92.3-3 (embed)
1123            NOTE: likely fixed earlier, marking etch's version as fixed
1124    
1125    linux-2.6
1126            - kvm <removed> (embed; bug #549973) [./kernel/*]
1127            - linux-kbuild-2.6 <unfixed> (embed; bug #550379) [./kbuild/*]
1128            - kernel-source-2.6.8 <removed> (old-version)
1129            - kernel-source-2.4.27 <removed> (old-version)
1130            - kernel-source-2.4.24 <removed> (old-version)
1131            - kernel-source-2.2.25 <removed> (old-version)
1132            - kernel-source-2.2.20 <removed> (old-version)
1133    
1134    libfdt (not yet packaged separately for debian; http://www.jdl.com/software/)
1135            - kvm <removed> (embed) [./libfdt/*]
1136            - qemu-kvm <unfixed> (embed) [./libfdt/*]
1137    
1138    qweb (not packaged)
1139            - ajaxterm <unfixed>
1140    
1141    opensaml2
1142            - opensaml <removed> (old-version)
1143    
1144    shibboleth-sp2
1145            - shibboleth-sp <removed> (old-version)
1146    
1147    tuxonice-userui
1148            - suspend2-userui <removed> (old-version)
1149    
1150    expat
1151            - w3c-libwww <removed> (embed; bug #551941)
1152            [etch] - w3c-libwww <unfixed> (embed; bug #551941) [./modules/expat/*]
1153            - python-xml <unfixed> (embed; bug #551940) [./extensions/expat/*]
1154            - python2.5 <unfixable> (embed; bug #553403) [./Modules/expat/*]
1155            - python2.4 <unfixable> (embed; bug #553403)
1156            - python-4suite <unfixed> (embed; bug #516935)
1157            - wxwindows2.4 <removed> (embed)
1158            - wxwidgets2.6 2.6.3.2.2-4 (embed)
1159            - wxwidgets2.8 2.8.10.1-2 (embed)
1160            - celementtree 1.0.5-8 (embed)
1161            NOTE: Maybe that was fixed even earlier
1162            - audacity 1.3.2-1 (embed)
1163            - matanza <unfixed> (embed)
1164            - tdom 0.8.3~20080525-1 (embed)
1165            - udunits 2.1.8-4 (embed)
1166            - apr-util 1.2 (embed)
1167            - ayttm <unfxed> (embed; bug #561006)
1168            - cableswig <unfixed> (embed)
1169            - cadaver <unfixed> (embed)
1170            - cmake 2.6.0-6 (embed)
1171            - coin3 <unfixed> (embed)
1172            - gdcm 2.0.14-2 (embed)
1173            - ghostscript 8.71~dfsg-2 (embed)
1174            - grmonitor <removed> (embed)
1175            - iceape <unfixed> (embed)
1176            - insighttoolkit 3.16.0-1 (embed)
1177            NOTE: insighttoolkit might've been fixed earlier
1178            - libparagui1.1 1.0.2-1 (embed)
1179            - paraview 3.6.2-1 (embed)
1180            - poco 1.3.6p1-1 (embed)
1181            - simgear <unfixed> (embed)
1182            - sitecopy 1:0.16.0-1
1183            - smart <unfixed> (embed)
1184            NOTE: smart embeds celementree, and it includes expat
1185            - swish-e <not-affected> (Linked against libxml, which is used instead)
1186            - tla 1.3.5+dfsg-15 (embed)
1187            - vtk 4.1.20030227-1 (embed)
1188            - wbxml2 <not-affected> (expat code is only used on Mac OS X, see #560941)
1189            - xmlrpc-c <unfixed> (embed)
1190            - iceweasel <unfixed> (embed)
1191            - kompozer <unfixed> (embed)
1192            - vxl 1.13.0-2 (embed)
1193            - xulrunner <unfixed> (embed)
1194            - apache2 2.2 (embed)
1195            - texlive-bin <not-affected> (Embedded code not compiled in)
1196            - vnc4 <unfixed> (embed)
1197            - xotcl 1.6.6-1 (embed)
1198            - chromium-browser 5.0.375.29~r46008-3
1199    
1200    xerces-c
1201            - xerces-c2 <unfixed> (old-version)
1202            - xerces27 <removed> (old-version)
1203    
1204    md5 (RSA's version; not the gnu version provided by coreutils)
1205            - w3c-libwww <removed> (embed; bug #551942)
1206            [etch] - w3c-libwww <unfixed> (embed; bug #551942) [./modules/md5/*]
1207    
1208    libparagui1.1
1209            - asc <unfixable> (fork)
1210    
1211    enet
1212            - sauerbraten <unfixed> (embed; #497194)
1213    
1214    eglibc
1215            - glibc <removed> (old-version)
1216    
1217    galib
1218            - gamera 3.2.3-1 (embed)
1219    
1220    configobj
1221            - bzr 2.1.0~rc2-1 (embed; bug #555336)
1222            - elisa <unfixed> (embed; bug #555337)
1223            - gaupol <unfixed> (embed; bug #555338)
1224            - ipython <unfixed> (embed; bug #555339)
1225            - pida <unfixed> (embed; bug #555340)
1226            - psychopy <unfixed> (embed; bug #555341)
1227            - rest2web <unfixed> (embed; bug #555342)
1228            - auth2db <unknown> (embed)
1229            - dynagen <unknown> (embed)
1230            - iceweasel <unknown> (embed)
1231            - sabnzbdplus <unknown> (embed)
1232            - xulrunner <unknown> (embed)
1233            - nipy <not-affected> (part of an example [/examples/neurospin/neurospy/configobj.py], which is not installed into binary packages)
1234    
1235    python-clientform
1236            - bibus <unfixed> (embed; bug #555332)
1237            - zope2.10 <unfixed> (embed; bug #555333)
1238            - zope2.11 <removed> (embed; bug #555334)
1239            - python-mechanize <unknown> (embed)
1240            - twill <unknown> (embed)
1241    
1242    python-mechanize
1243            - zope2.10 <unfixed> (embed; bug #555337)
1244            - zope2.11 <removed> (embed; bug #555338)
1245            - twill <unknown> (embed; bug #555339)
1246    
1247    pexpect
1248            - duplicity 0.6.06-1 (embed; bug #555361)
1249            - hplip <unfixed> (embed; bug #555362)
1250            - smart <unfixed> (embed; bug #555363)
1251    
1252    pyparsing
1253            - bauble <unfixed> (embed; bug #555366)
1254            - boa-constructor 0.6.1-8 (embed; bug #555367)
1255            - calibre <unfixed> (embed; bug #555368)
1256            - matplotlib <unfixed> (embed; bug #531024)
1257            - zhpy 1.7.3.1-1 (embed; bug #555370)
1258            - polybori <unknown> (embed)
1259            - python-whoosh <unknown> (embed)
1260            - twill <unknown> (embed)
1261            - zope-textindexng3 <unknown> (embed)
1262    
1263    python-pysqlite2
1264            - python2.4 <unfixed> (embed; bug #553403)
1265            - python2.5 <unfixed> (embed; bug #553403)
1266    
1267    celementtree
1268            - python2.5 <unfixed> (embed)
1269            - smart <unfixed> (embed)
1270    
1271    elementtree
1272            - python2.5 <unfixed> (embed)
1273            - python2.6 <unfixed> (embed)
1274            - bzr 2.1.0~rc2-1 (embed; bug #555343)
1275            - gedit 2.28.2-1 (embed; bug #555344)
1276            - smart <unfixed> (embed)
1277            - solfege <unfixed> (embed; bug #555345)
1278            - w3af <unfixed> (embed; bug #555346)
1279            - python-qt4 <unknown> (embed)
1280            - sphinx <unknown> (embed)
1281            - python-nltk <itp> (embed)
1282    
1283    python2.5
1284            - python2.4 <unfixed> (old-version)
1285            - jython <unfixed> (embed)
1286            NOTE: embeds many stdlib modules
1287            - python-django <unfixed> (embed; bug #555419)
1288            NOTE: embeds stdlib modules: doctest, decimal
1289            - gamera 3.2.3-1 (embed)
1290            NOTE: embeds stdlib modules: ConfigParser, optparse, sets, textwrap
1291            - boa-constructor <unfixed> (embed; bug #555426)
1292            NOTE: embeds stdlib modules: ConfigParser, tarfile, zipfile, xmlrpclib
1293            - nicotine <unfixed> (embed; bug #555427)
1294            NOTE: embeds stdlib modules: ConfigParser
1295            - museek+ <unfixed> (embed; bug #555428)
1296            NOTE: embeds stdlib modules: ConfigParser
1297            - vegastrike-data <unfixed> (embed)
1298            NOTE: embeds many stdlib modules
1299            - codespeak-lib 1.1.1-1 (embed; bug #555420)
1300            NOTE: embeds stdlib modules: doctest, optparse, subprocess, textwrap
1301            - config-manager <unfixed> (embed; bug #555423)
1302            NOTE: embeds stdlib modules: optparse
1303            - jhbuild 2.28.0-1 (embed; bug #555421)
1304            NOTE: embeds stdlib modules: optparse, subprocess
1305            - smart <unfixed> (embed; bug #555432)
1306            NOTE: embeds stdlib modules: optparse
1307            - pyprotocols 1.0a.svn20070625-5 (embed; bug #555433)
1308            NOTE: embeds stdlib modules: doctest
1309            - ruledispatch 0.5a.svn20080510-4 (embed; bug #555434)
1310            NOTE: embeds stdlib modules: doctest
1311            - distribute <unfixed> (embed)
1312            NOTE: embeds stdlib modules: doctest
1313            - python-setuptools <unfixed> (embed; bug #555435)
1314            NOTE: embeds stdlib modules: doctest
1315            - zope.testing <unfixed> (embed; bug #555436)
1316            NOTE: embeds stdlib modules: doctest
1317            - translate-toolkit <unfixed> (embed; bug #555422)
1318            NOTE: embeds stdlib modules: textwrap, contextlib
1319            - libtpclient-py <unfixed> (embed; bug #555424)
1320            NOTE: embeds stdlib modules: subprocess
1321            - grass <unfixed> (embed; bug #555425)
1322            NOTE: embeds stdlib modules: subprocess
1323            - coherence <unfixed> (embed; bug #555429)
1324            NOTE: embeds stdlib modules: uuid
1325            - python-django-extensions 0.4.2pre+git200911182050-1 (embed; bug #555430)
1326            NOTE: embeds stdlib modules: uuid
1327            - setroubleshoot <unfixed> (embed; bug #555431)
1328            NOTE: embeds stdlib modules: uuid
1329            - linkchecker <unfixed> (embed; bug #555414)
1330            NOTE: embeds msgfmt.py script
1331            - imdbpy <unfixed> (embed)
1332            NOTE: embeds msgfmt.py script
1333            - kiwi <unfixed> (embed)
1334            NOTE: embeds msgfmt.py script
1335            - moin <unfixed> (embed)
1336            NOTE: embeds msgfmt.py script, stdlib modules: cgitb, difflib, tarfile
1337            - plone3 <removed> (embed)
1338            NOTE: embeds msgfmt.py script
1339            - roundup <unfixed> (embed)
1340            NOTE: embeds msgfmt.py script, stdlib modules: cgitb
1341            - rednotebook <unfixed> (embed; bug #555415)
1342            NOTE: embeds msgfmt.py script
1343            - turbogears <unfixed> (embed)
1344            NOTE: embeds msgfmt.py script
1345            - elisa <unfixed> (embed)
1346            NOTE: embeds msgfmt.py script, stdlib modules: uuid
1347            - calibre <unfixed> (embed)
1348            NOTE: embeds msgfmt.py script, stdlib modules: zipfile
1349            - mailman 1:2.1.13-1 (embed; #555416)
1350            NOTE: embeds msgfmt.py script
1351            - python-docutils <unknown> (embed)
1352            NOTE: embeds stdlib modules: optparse, textwrap
1353            - python-imaging <unknown> (embed)
1354            NOTE: embeds stdlib modules: doctest
1355            - python-mechanize <unknown> (embed)
1356            NOTE: embeds stdlib modules: doctest
1357            - twill <unknown> (embed)
1358            NOTE: embeds stdlib modules: subprocess
1359            - zeroc-ice <unknown> (embed)
1360            NOTE: embeds stdlib modules: subprocess
1361            - wxwidgets2.8 <unknown> (embed)
1362            NOTE: embeds stdlib modules: subprocess
1363            - cycle <unknown> (embed)
1364            NOTE: embeds msgfmt.py script
1365            - deluge <unknown> (embed)
1366            NOTE: embeds msgfmt.py script
1367            - opendict <unknown> (embed)
1368            NOTE: embeds msgfmt.py script
1369            - openerp-client <unknown> (embed)
1370            NOTE: embeds msgfmt.py script
1371            - rapidsvn <unknown> (embed)
1372            NOTE: embeds msgfmt.py script
1373            - wammu <unknown> (embed)
1374            NOTE: embeds msgfmt.py script
1375            - gaphor <unknown> (embed)
1376            NOTE: embeds msgfmt.py script
1377            - pida <unknown> (embed)
1378            NOTE: embeds msgfmt.py script
1379            - python-formencode <unknown> (embed)
1380            NOTE: embeds msgfmt.py script
1381            - duplicity <unfixed> (embed)
1382            NOTE: embeds stdlib module: urlparse, tarfile
1383            - pygopherd <unfixed> (embed)
1384            NOTE: embeds stdlib module: zipfile
1385    
1386    argparse
1387            - twill <unfixed> (embed; bug #555347)
1388            - ipython <unfixed> (embed; bug #555348)
1389    
1390    coherence
1391            - elisa <unfixed> (embed; bug #555335)
1392    
1393    simpletal
1394            - plastex <unfixed> (embed; bug #555371)
1395    
1396    flickrpc (not packaged in Debian, http://burtonini.com/bzr/flickrpc/)
1397            - postr <unfixed> (embed)
1398            - elisa <unfixed> (embed)
1399    
1400    simplegeneric (not packaged in Debian, http://pypi.python.org/pypi/simplegeneric)
1401            - apertium-tolk <unfixed> (embed)
1402            - ipython <unfixed> (embed)
1403            - virtaal <unfixed> (embed)
1404    
1405    distribute
1406            - setuptools <removed> (old-version)
1407    
1408    rails
1409            - jruby1.2 <unfixed> (embed) [./bench/rails/*]
1410            - libgettext-ruby <unfixed> (embed) [./samples/rails/*]
1411            - libopenid-ruby <unfixed> (embed) [./examples/rails_openid/*]
1412            - thin <unfixed> (embed) [./spec/rails_app/*]
1413            NOTE: this is a subdirectory of examples, which in general is a non-issue, but may
1414            NOTE: be dangerous if developers are naively basing their code off of the examples
1415            NOTE: prototype.js is among the example files
1416    
1417    lucene2 (prototype.js is among the embeds in the following)
1418            - lucene <unfixed> (old-version)
1419            - pylucene <unfixed> (embed)
1420            - libpdfbox-java <unfixed> (embed)
1421            - libfontbox-java <unfixed> (embed)
1422            - libjempbox-java <unfixed> (embed)
1423            - solr <unfixed> (embed)
1424    
1425    unicode-data
1426            - syslinux <unfixed> (embed)
1427            - camomile <unfixed> (embed)
1428            - fribidi <unfixed> (embed)
1429            - m17n-db <unfixed> (embed)
1430            - sbcl <unfixed> (embed)
1431            - heimdal <unfixed> (embed)
1432            - icu <unfixed> (embed)
1433            - icu4j <unfixed> (embed)
1434            - krb5 <unfixed> (embed)
1435            - moodle <unfixed> (embed)
1436            - openldap <unfixed> (embed)
1437            - pike7.6 <unfixed> (embed)
1438            - samba <unfixed> (embed)
1439            - samba4 <unfixed> (embed)
1440            - cmucl <unfixed> (embed)
1441            - typo3-src <unfixed> (embed)
1442            - mauve <unfixed> (embed)
1443            - texlive-bin <unfixed> (embed)
1444            - ypsilon <unfixed> (embed)
1445            - jeuclid <unfixed> (embed)
1446            - charmap.app <unfixed> (embed)
1447            - clisp <unfixed> (embed)
1448            - gnulib <unfixed> (embed)
1449            - opensrs-client <unfixed> (embed)
1450            - saxonb <unfixed> (embed)
1451            - rails <unfixed> (embed)
1452    
1453    feedparser
1454            - rawdog <unfixed> (embed; bug #383422)
1455            - miro <unfixed> (embed; bug #555351)
1456            - calibre <unfixed> (embed; bug #555352)
1457            - freevo <unfixed> (embed; bug #555353)
1458            - pida <unfixed> (embed; bug #555354)
1459            - planet-venus <unfixed> (embed; bug #555355)
1460            - plone3 <removed> (embed; bug #555356)
1461            - exaile 0.2.14+debian-1 (embed)
1462            - screenlets 0.1.2-3 (embed)
1463            NOTE: included twice
1464    
1465    agg:
1466            - matplotlib <unfixed> (embed: bug #377271)
1467            - contextfree <unfixed> (embed)
1468            NOTE: since 2.2-1 it links statically to system libagg, but still uses the embedded copy
1469            - exactimage <unfixed> (embed)
1470            - python-enable <unfixed> (embed)
1471            - mapnik 0.5.1-3 (embed)
1472            NOTE: links statically to agg, but shared library is not available (bug #377271)
1473    
1474    vtk
1475            - paraview <unfixable> (embed; bug #495426)
1476    
1477    txt2tags
1478            - rednotebook <unfixed> (embed)
1479    
1480    htmltextview (not packaged in Debian, http://www.gnome.org/~gjc/htmltextview.py)
1481            - gajim <unfixed> (embed)
1482            - emesene <unfixed> (embed)
1483            - convirt <unfixed> (embed)
1484            - pida <unfixed> (embed)
1485            - rednotebook <unfixed> (embed)
1486    
1487    horde3 (prototype.js is among the embeds in the following)
1488            - mnemo2 <unfixed> (embed)
1489            - nag2 <unfixed> (embed)
1490            - wordpress <unfixed> (embed)
1491            NOTE: Text_Diff (wp-includes/Text/Diff*)
1492    
1493    cimg
1494            - gmic <itp> (embed)
1495    
1496    mootools
1497            - gmic <itp> (embed)
1498    
1499    openldap
1500            - openldap2.3 <removed> (old-version)
1501    
1502    grub2
1503            - grub <unfixed> (old-version)
1504    
1505    gnupginterface
1506            - duplicity <unfixed> (embed)
1507    
1508    python-dateutil
1509            - awn-extras-applets <unfixed> (embed)
1510            - matplotlib <unknown> (embed)
1511    
1512    cups
1513            - cupsys <removed> (old-version)
1514    
1515    yui
1516            - bcfg2 <not-affected> (present in source but not included in any binary files)
1517            - serendipity 1.5.3-1 (embed; bug #557746)
1518            - moodle 1.8.2.dfsg-5 (embed)
1519            - jifty 0.91117-1 (embed; bug #557748)
1520            - webgui 7.7.26-1 (embed)
1521            - loggerhead 1.17-1 (embed)
1522    
1523    quake3 (vanilla source not packaged in debian)
1524            - openarena <unfixable> (fork)
1525    
1526    quake2 (vanilla source not packaged in debian)
1527            - alien-arena <unfixable> (fork)
1528            - warsow <unfixable> (fork)
1529    
1530    libtheora
1531            - iceweasel <not-affected> (uses xulrunner)
1532            - xulrunner <unfixed> (embed; bug #540959)
1533            [etch] - xulrunner <not-affected> (introduced in firefox 3.5)
1534            [lenny] - xulrunner <not-affected> (introduced in firefox 3.5)
1535            - iceape <unfixed> (embed; bug #559276)
1536            [etch] - iceape <not-affected> (introduced in iceape 2.0)
1537            [lenny] - iceape <not-affected> (introduced in iceape 2.0)
1538    
1539    dtoa
1540            - bfilter <unfixed> (embed)
1541            - cacao <unfixed> (embed)
1542            - cdrdao <unfixed> (embed)
1543            - classpath <unfixed> (embed)
1544            - freej <unfixed> (embed)
1545            - iceape <unfixed> (embed)
1546            - iceweasel <unfixed> (embed)
1547            - jscoverage <unfixed> (embed)
1548            - kde4libs <unfixed> (embed)
1549            - kdelibs <unfixed> (embed)
1550            - kompozer <unfixed> (embed)
1551            - libv8 <unfixed> (embed)
1552            - mono <unfixed> (embed)
1553            - newlib <unfixed> (embed)
1554            - nspr <unfixed> (embed)
1555            - php5 <unfixed> (embed)
1556            - polyml <unfixed> (embed)
1557            - qt4-x11 <unfixed> (embed)
1558            - rhino <unfixed> (embed)
1559            NOTE: code translated to Java
1560            - ruby1.8 <unfixed> (embed)
1561            - ruby1.9 <unfixed> (embed)
1562            - ruby1.9.1 <unfixed> (embed)
1563            - sdd <unfixed> (embed)
1564            - sfind <unfixed> (embed)
1565            - star <unfixed> (embed)
1566            - tinymux <unfixed> (embed)
1567            - virtualbox-ose <unfixed> (embed)
1568            - webkit <unfixed> (embed)
1569            - xulrunner <unfixed> (embed)
1570    
1571    ipc (not packaged in Debian; see http://mozdev.org/pipermail/enigmail/2009-November/011678.html)
1572            - firegpg <unfixed> (embed)
1573            - enigmail <unfixed> (embed)
1574    
1575    ptmalloc (not packaged in Debian)
1576            - crystalspace <unfixed> (embed)
1577            - qt4-x11 <unfixed> (embed)
1578    
1579    svgalib
1580            - usplash <unfixed> (embed)
1581    
1582    bogl
1583            - usplash <unfixed> (embed)
1584    
1585    taglist
1586            - usplash <unfixed> (embed)
1587    
1588    portaudio
1589            - audacity <unfixed> (embed; bug #323711)
1590    
1591    nyquist
1592            - audacity <unfixed> (embed)
1593            NOTE: embeds a forked nyquist with support for a shared library
1594    
1595  tiff:  vamp-plugin-sdk
1596  wxpythongtk (check, which debian pkg this is in)          - audacity <unfixed> (embed)
 older kdegraphics/kpdf releases < 3.3 embedded a copy  
1597    
1598  uudeview:  wordpress
1599  libconvert-uulib-perl          - libwordpress-xmlrpc-perl <removed> (embed) [./xmlrpc.php]
1600            - wordpress-mu <removed> (fork)
1601    
1602  sqlite: (not affected by security vulnerabilities so far)  php5
1603  amarok          - php4 <removed> (old-version)
 monotone  
1604    
1605  util-linux/mount:  classpath
1606  loop-aes-utils contains code from util-linux' mount in the mount-aes-udeb          - libgnucrypto-java <removed> (embed; bug #559788)
1607    
1608  webmin:  libtool
1609  usermin (only in sarge)          - apr <unfixed> (static; bug #489625)
1610            NOTE: ships copy of libtool in libapr1-dev; was 'embed' before 1.3.2-3
1611            - arts <unfixed> (embed)
1612            - bochs 2.4.2-1 (embed; bug #560884)
1613            - camserv <unfixed> (embed)
1614            - collectd 4.8.2-1 (embed)
1615            - courier-authlib 0.58-4 (embed)
1616            NOTE: The etch version of courier-authlib was the earliest version checked, might be fixed earlier
1617            - cvsnt 2.5.04.3236-1.2 (embed)
1618            - dico <not-affected> (Uses the system copy of ltdl)
1619            - freeradius 0.1+20010527-1 (embed)
1620            NOTE: Earliest reference I could find from the changelog is from 27 May 2001
1621            - ggobi 2.1.9~20091212-1 (embed)
1622            - glame 2.0.1-4 (embed)
1623            NOTE: The etch version of glame was the earliest version checked, might be fixed earlier
1624            - gnash 0.8.7-2 (embed)
1625            - gnu-smalltalk <unfixed> (embed; bug #566777)
1626            - google-gadgets 0.10.5-0.3 (embed)
1627            NOTE: 0.10.5-0.3 was the earliest version checked, was fixed earlier
1628            - graphicsmagick 1.3.5-6 (embed)
1629            - graphviz 2.8-3 (embed)
1630            NOTE: The etch version of graphviz was the earliest version checked, might be fixed earlier
1631            - guile-1.6 1.6.8-7 (embed)
1632            - hamlib 1.2.11-1 (embed)
1633            - hercules 3.06-1.2 (embed)
1634            - jags 1.0.4-3 (embed; bug #560864)
1635            - kdelibs <unfixed> (embed)
1636            - libannodex <removed> (embed)
1637            - libextractor 0.5.23+dfsg-4 (embed)
1638            - libmcrypt <not-affected> (libtool source present but not included in any of the binary packages)
1639            - libtunepimp 0.5.3-7.3 (embed)
1640            - mp4h 1.3.1-4.1 (embed)
1641            - naim <removed> (embed)
1642            - parser-mysql <unfixed> (embed)
1643            - pinball 0.3.1-11 (embed)
1644            - redland <unfixed> (embed)
1645            - siproxd <unfixed> (embed)
1646            - ski <unfixed> (embed)
1647            - synfig 0.62.00-1 (embed)
1648            - unixodbc 2.2.4-5 (embed)
1649            - xmlsec1 <not-affected> (Doesn't enable dynamic loading of crypto modules)
1650            - clamav 0.95+dfsg-1 (embed)
1651            - imagemagick 6:6.2.3.1-1 (embed)
1652            - hypre 2.4.0b-5 (embed)
1653            - lam <unfixed> (embed)
1654            - openmpi <unfixable> (embed; bug #559386)
1655            - parser <unfixed> (embed)
1656            - pdsh 2.18-5 (embed; bug #560892)
1657            - sbnc 1.2-8 (embed)
1658            - sdcc <unfixed> (embed)
1659            - wml <not-affected> (The embedded ltdl isn't used, instead mp4h is used, see 559841)
1660            - proftpd-dfsg <unfixed> (embed; bug #561748)
1661            - babel 1.4.0.dfsg-5 (embed)
1662            - libprelude 0.9.14-2 (embed)
1663            - heartbeat 2.1.4-7 (embed)
1664            NOTE: From Squeeze onwards the system copy of ltdl is used, use the current version from Squeeze,
1665            NOTE: might've been fixed earlier
1666            - gcc-* <unknown> (embed)
1667    
1668    ocamlgsl
1669            - orpie 1.5.1-7.1 (embed; bug #550058)
1670    
1671    xdotool
1672            - keynav <unfixed> (embed; bug #560103)
1673    
1674    bulletphysics (not packaged; http://www.bulletphysics.org/)
1675            - supertuxkart <unfixed> (embed)
1676            - blender <unfixed> (embed)
1677    
1678  sylpheed:  ghostscript
1679  sylpheed-claws          - gs-gpl <removed> (old-version)
1680    
1681  phpsysinfo:  icedove
1682  egroupware          - thunderbird <removed> (old-version)
 phpgroupware  
1683    
1684  phpldapadmin:  sizzlejs (not packaged in Debian, http://sizzlejs.com/)
1685  egroupware (removed from egroupware after sarge)          - jquery <unfixed> (embed)
1686    
1687  chmlib:  sed
1688  kchmviewer (not packaged in Debian)          - ssed <unfixed> (fork)
1689    
1690  libavcodec/libavformat:  phpatomlib (http://code.google.com/p/phpatomlib)
1691  ffmpeg          - wordpress <unfixed> (embed)
 xine-lib  
 xvidcap  
 kino (links statically, does not include code)  
 vlc (links statically, does not include code)  
 smilutils (links statically, does not include code)  
 motion (links statically, does not include code)  
 gst-ffmpeg  
 gstreamer0.10-ffmpeg  
 xmovie  
1692    
1693  mad MPEG decoding lib:  Services_JSON (http://pear.php.net/package/Services_JSON)
1694  mad          - wordpress <unfixed> (embed)
 xine-lib  
1695    
1696  libdts:  phpass (http://www.openwall.com/phpass/)
1697  libdts          - gallery2 <unfixed> (embed)
1698  xine-lib          - wordpress <unfixed> (embed)
1699            - typo3-src <unfixed> (modified-embed)
1700            NOTE: file refers to drupal, maybe there's a copy somewhere there
1701            NOTE: a copyright owner search didn't match anything
1702            - libauthen-passphrase-perl <unfixable> (fork)
1703            NOTE: perl implementation of phpass
1704    
1705  flac:  squirrelmail
1706  flac          - wordpress <unfixed> (embed)
1707  xine-lib          NOTE: class-pop3.php
1708    
1709  liba52:  ezSQL (http://www.woyano.com/jv/ezsql)
1710  a52dec          - wordpress <unfixable> (fork)
1711  xine-lib          NOTE: wp-db.php
1712    
1713  libmpeg2:  Diff.php (Clay Loveless' version/killersoft.com)
1714  mpeg2dec          - php-versioncontrol-svn <unfixed>
 xine-lib  
1715    
1716  curl:  libm (provided by libc)
1717  wget (code for NTLM authentication)          - spring <unfixed> (embed)
1718            NOTE: embedded by embedded copy of streflop
1719            - aide <unfixed> (static)
1720            - busybox <unfixed> (static)
1721            - mindi-busybox <unfixed> (static)
1722            - qemu <unfixed> (static)
1723            NOTE: qemu-user-static
1724            - tuxonice-userui <unfixed> (static)
1725            - zsh <unfixed> (static)
1726            NOTE: zsh-static
1727    
1728  TODO evaluate:  streflop
1729  gimp-gap (potentially using ffmpeg code as well)          - spring <unfixed> (embed)
1730    
1731  uw-imap:  minizip
1732  pine          - spring <unfixed> (embed)
 alpine  
1733    
1734  imagemagick:  oscpack
1735  graphicsmagick          - spring <unfixed> (embed)
1736    
1737  halibut:  hpiutil2
1738  nsis          - spring <unfixed> (embed)
1739    
1740  libghttp:  p7zip
1741  hotway          - spring <unfixed> (embed)
1742    
1743  libsndfile:  pythonqt (doesn't seem to be python-qtN, unknown source)
1744  ardour          - fontmatrix <unfixed> (embed)
1745            - elmerfem <unfixed> (embed)
1746    
1747  glibmm2.4:  iepngfix (not packaged in Debian; http://www.twinhelix.com/css/iepngfix/)
1748  ardour          - docvert <unfixed> (embed)
1749            - jifty <unfixed> (embed)
1750            - kdenetwork <unfixed> (embed)
1751            - mediatomb <unfixed> (embed)
1752            - plastex <unfixed> (embed)
1753            - plone3 <removed> (embed)
1754            - python-chaco <unfixed> (embed)
1755            - python-docutils <unfixed> (embed)
1756            - s5 <unfixed> (embed)
1757            - zope2.10 <unfixed> (embed)
1758            - zope2.11 <removed> (embed)
1759            - cython <not-affcted> (embed)
1760            NOTE: part of documentation, which is not installed into the binary package
1761    
1762  libgnomecanvasmm2.6:  python-docutils
1763  ardour          - zope2.10 <unfixed> (embed)
1764            - zope2.11 <removed> (embed)
1765    
1766  libsigc++-2.0:  tesseract
1767  ardour          - ocropus <unfixed> (static)
1768    
1769  soundtouch:  antlr
1770  ardour          - kdevelop <unfixed> (embed)
1771    
1772  libmms:  libxerces2
1773  xine-lib          - openjdk-6 <unfixed> (embed)
 mimms  
1774    
1775  FCKeditor:  kfreebsd-8
1776  knowledgeroot          - kfreebsd-7 <unfixed> (old-version)
1777  moin          - kfreebsd-6 <removed> (old-version)
 karrigell  
 gforge-plugins-extra  
   
 Moodle contains lots of things:  
 AdoDB  
 AdoDB-XML Schema  
 ipatlas  
 PHPMailer  
 Smarty  
 htmlArea  
 TinyMCE  
 bennu  
1778    
1779  TinyMCE:  ruby1.9.1
1780  wordpress          - ruby1.9 <unfixed> (old-version)
1781  moodle          - ruby1.8 <unfixed> (old-version)
 knowledgeroot  
 joomla (ITP)  
1782    
1783  scintilla:  maildrop
1784  scite          - courier <unfixed> (embed) [./maildrop]
 qscintilla  
 qscintilla2  
 geany  
1785    
1786  libphp-adodb:  glee
1787  gallery2          - warzone2100 <unfixed> (embed)
 phppgadmin  
 egroupware  
 phpwiki  
 moodle  
 cacti (dependency exists, but internal version is used -- only in sarge, fixed in etch)  
1788    
1789  gzip:  phing
1790  linux-kernel (lib/inflate.c)          - symfony <unfixed> (embed)
 klibc (based on linux-kernel gzip code)  
 busybox  
1791    
1792  ffmpeg:  pake
1793  mplayer (#395252)          - symfony <unfixed> (embed)
1794    
1795  neon:  propel
1796  cadaver (all, but being worked on: #188381)          - symfony <unfixed> (embed)
 gnome-vfs2 (#395874)  
 litmus (#395875)  
 screem (sarge only)  
 sitecopy (#395876)  
 tla (etch/sid only: #395877)  
1797    
1798  libmodplug:  creole
1799  gst-plugins-bad0.10          - symfony <unfixed> (embed)
1800    
1801  libvncserver:  hfsutils
1802  vino          - cdrkit <unfixed> (embed; bug #570187)
1803            NOTE: embeds hfsutils code in genisoimage
1804    
1805  putty:  cdrkit
1806  filezilla          - grub2 <unfixed> (embed; bug #570156)
1807            NOTE: genisoimage imported into grub-mkisofs
1808    
1809  tinyxml (not packaged in Debian):  kdebase-workspace
1810  filezilla          - kdebase <unfixed> (old-version)
1811    
1812  gv:  file
1813  evince (ps/ tree from gv 3.5.8)          - php5 <unfixable> (modified-embed)
1814  evince-gtk (not packaged in Debian)          [lenny] - php5 <not-affected>
1815    
1816  libXbae:  cdb
1817  libpawlib2-lesstif package (from Cernlib)          - php5 <unfixed> (embed)
1818    
1819  libXaw:  libmbfl (itp: #570708)
1820  libpawlib2-lesstif package (from Cernlib)          - php5 <unfixed> (embed)
1821            NOTE: PHP is actually the current upstream, ITP is of that code
1822    
1823  (I plan to deal with the above two cases after Etch release. -- KevinMcCarty)  libonig
1824            - php5 5.3.2-1 (embed)
1825    
1826  libgd2:  xmlrpc-epi
1827  graphviz (lib/gd seems to be 2.0.33)          - php5 <unfixed> (embed)
1828    
1829  rar:  swt-gtk
1830  unrar-nonfree          - eclipse <unfixed> (embed; bug #538808)
1831    
1832  unrar-free: (maybe this code is derived from the original rar, too?)  txt2html
1833  clamav (seems to be disabled in default config)          - wml 2.0.11ds2-1 (embed)
1834    
1835  mplayer (DirectMedia Object loader):  ca-certificates
1836  xine-lib (src/libw32dll/)          - nss <not-affected> (certificates are in source, but not included in any of the binary packages)
 vlc (modules/codec/dmo/)  
1837    
1838  libwpd (WordPerfect converter):  openexr
1839  openoffice.org          - freeimage <unfixed> (embed)
1840    
1841  fsplib (http://sourceforge.net/projects/fsp/):  libmng
1842  gftp (lib/fsplib version 0.3)          - freeimage <unfixed> (embed)
1843    
1844  librpcsecgss:  openjpeg
1845  krb5          - freeimage <unfixed> (embed)
1846    
1847  jasper:  libjpeg6b
1848  ghostscript          - freeimage <unfixed> (embed)
1849  gs-gpl  
1850    libjpeg (don't know what exact version)
1851            - dcmtk <unfixed>
1852            - gdcm <unfixed>
1853            - insighttoolkit <unfixed>
1854            - openarena <unfixed> (bug #495966)
1855            - outguess <unfixed>
1856            - squeak-vm <unfixed> (embed)
1857            - tremulous <unfixed>
1858            - tuxonice-userui <unfixed> (static)
1859            - fpc <unfixed> (static)
1860            - lazarus <unfixed> (static)
1861            NOTE: inherited from fpc, see #472304
1862            - mseide-msegui <unfixed> (static)
1863            NOTE: inherited from fpc, see #472304
1864            - easymp3gain <unfixed> (static)
1865            NOTE: inherited from fpc, see #472304
1866            - winff <unfixed> (static)
1867            NOTE: inherited from fpc, see #472304
1868            - texlive-bin <not-affected> (included in upstream source as dependency of libgd2, but not built or included in any of the binary packages)
1869    
1870    
1871    lxr
1872            - lxr-cvs (embed)
1873    
1874    libfile-copy-recursive-perl
1875            - r-base <unfixed> (embed; bug #577427)
1876            - r-base-core-ra <unfixed> (embed; bug #577429)
1877    
1878    delimmatch
1879            - r-base <unfixed> (embed; bug #577433)
1880            - r-base-core-ra <unfixed> (embed; bug #577434)
1881    
1882    libsmf (ITP: #572558)
1883            - denemo <unfixed> (embed)
1884            NOTE: http://lists.debian.org/debian-mentors/2010/04/msg00269.html
1885    
1886    libselinux
1887            - dpkg 1.15.6 (static)
1888    
1889    xinha (ITP: #479708)
1890            - horde3 <unfixed>
1891            - serendipity <unfixed>
1892            - openacs <unfixed>
1893            - dotlrn <unfixed>
1894    
1895    dvipng
1896            - texlive-bin <not-affected> (code present in source but not included in the binary packages)
1897    
1898    dvipdfmx
1899            - texlive-bin <unfixed> (embed)
1900            NOTE: this is intentionally part of the package now, and the separate dvipdfmx package has been removed from sid/squeeze
1901    
1902    lcdf-typetools
1903            - texlive-bin 2009-1 (embed)
1904    
1905    tex4ht
1906            - texlive-bin 2009-1 (embed)
1907    
1908    freetype
1909            - texlive-bin 2009-1 (embed)
1910    
1911    freetype2
1912            - texlive-bin 2009-1 (embed)
1913    
1914    silgraphite
1915            - texlive-bin <unfixed> (embed)
1916    
1917    unzip
1918            - texlive-bin 2009-1 (embed)
1919    
1920    jbig2dec
1921            - ghostscript 8.71~dfsg2-1 (embed)
1922    
1923    libxml2
1924            - chromium-browser 5.0.375.29~r46008-1
1925    
1926  libidn:  protobuf
1927  monotone          - chromium-browser 5.0.375.70~r48679-2
1928    
1929  liblua:  libv8
1930  monotone          - chromium-browser 5.0.375.38~r46659-1
1931    
1932  libbotan:  nspr
1933  montone          - chromium-browser 5.0.375.29~r46008-3
1934    
1935  NetXX:  yasm
1936  monotone          - chromium-browser 5.0.375.29~r46008-2
1937    
1938  libgc:  libxslt
1939  mono          - chromium-browser 5.0.375.29~r46008-1

Legend:
Removed from v.7136  
changed lines
  Added in v.14972

  ViewVC Help
Powered by ViewVC 1.1.5