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

Legend:
Removed from v.5321  
changed lines
  Added in v.10877

  ViewVC Help
Powered by ViewVC 1.1.5