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

Legend:
Removed from v.7007  
changed lines
  Added in v.11275

  ViewVC Help
Powered by ViewVC 1.1.5