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

Legend:
Removed from v.3064  
changed lines
  Added in v.10854

  ViewVC Help
Powered by ViewVC 1.1.5