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

Legend:
Removed from v.7448  
changed lines
  Added in v.14256

  ViewVC Help
Powered by ViewVC 1.1.5