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

Legend:
Removed from v.3093  
changed lines
  Added in v.15338

  ViewVC Help
Powered by ViewVC 1.1.5