/[secure-testing]/data/embedded-code-copies
ViewVC logotype

Contents of /data/embedded-code-copies

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10248 - (hide annotations) (download)
Sun Nov 2 23:52:15 2008 UTC (4 years, 6 months ago) by atomo64-guest
File size: 16844 byte(s)
Some pseudo/bin-pkg to srcpkg name conversions plus a large update of php and js related packages
1 nion 7695 Embedded code copies
2     ====================
3    
4 thijs 8078 This file collects source packages that embed code from other projects.
5     This is considered bad for fixing security flaws because the fix needs
6     to be applied in multiple source packages.
7 jmm-guest 1586
8 nion 7695 Format:
9     <srcpkg> (<optional comment about srcpkg>)
10     - <embedding srcpkg> <status> (<sort>; bug #<number>)
11     NOTE: optional comments about the linkage of the embedding srcpkg
12    
13 thijs 8078 status: version number fixing the embedded copy, <unfixed>, <removed>,
14     <itp> or <unknown> if the version number can not be determined
15 fw 8142 <unfixable> for unavoidable cases (e.g., forks that add real value)
16 nion 7828 sort: static (linking statically against a lib)
17     embed (embedding a copy of the library into another source package)
18 thijs 8078 fork (the package is not just embedding code but it is a fork and
19     thus might share parts of the source code)
20 fw 8142 old-version (the package is an older version of essentially
21     the same code)
22 nion 7828
23 thijs 8078 The srcpkg might be some string to identify the code if there is no
24     specific source package.
25 jmm-guest 1586
26 thijs 8078 Everything up to the next line is ignored.
27 stef-guest 7923 ---BEGIN
28 nion 7696 xpdf (some srcpkgs use xpdf2 code, some xpdf3 code)
29 jmm-guest 7743 NOTE: Fixed packages link to poppler library unless otherwise noted
30 nion 7697 - 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 nion 7739 - kdegraphics <unfixed> (embed; bug #436164)
38 nion 7696 NOTE: the kpdf replacement in KDE 4 is using poppler
39 nion 8760 - texlive-base 3.0-12 (embed)
40 jmm-guest 7743 - texlive-bin 2007-1 (embed)
41 nion 7696 NOTE: links to poppler
42 nion 7739 - koffice <unfixed> (embed; bug #436163)
43     - libextractor 0.5.12-1 (embed)
44 jmm-guest 7743 NOTE: libextractor is using its own pdf decoder now
45 nion 7739 - libextractor 0.5.12-1 (embed)
46     - pdfkit.framework 0.8-4 (embed)
47     - ipe <unfixed> (embed)
48 nion 7696 NOTE: embeds small parts with renamed source files: ipestdfonts.cpp, ipefonts.cpp, ipedct.cpp
49 nion 7739 - ruby-gnome2 <unknown> (embed)
50 nion 7696 NOTE: copy only present in source but links to poppler
51    
52 nion 7791 ppmd
53 nion 7755 - libcomplearn-mod-ppmd <unfixed> (embed; bug #458152)
54    
55 thijs 8189 peercast
56     - gnome-peercast <unfixed> (embed)
57     NOTE: gnome-peercast may better be removed, see #466539
58    
59 nion 7791 silc-toolkit
60 nion 7740 - silc-client 1.1~beta6-1 (embed)
61 nion 6965
62 nion 7791 dietlibc
63 nion 7740 - ccontrol 0.9.1+20071204-1 (static)
64 nion 6967
65 nion 7791 libiax
66 nion 7740 - iaxmodem <unfixed> (embed)
67 nion 6969
68 nion 7787 zlib (lots of apps embed a copy, but link dynamically, but there are a few exceptions)
69     - dpkg <unfixed> (embed)
70     NOTE: see 18196.48620.491996.624772@davenant.relativity.greenend.org.uk on debian-devel for discussion
71     - rsync <unfixed> (embed)
72     NOTE: somehow derived code base
73     - mono <unfixed> (embed)
74     TODO: check mozilla
75     - Linux kernels <unfixed> (embed)
76     - pvpgn 1.7.8-2 (embed)
77     - mrtg 2.12.2-1 (embed)
78     - rpm <unknown> (embed)
79 nion 7841 NOTE: pinged anibal since when rpm was fixed
80 jmm-guest 1586
81 nion 7788 libbz2
82     - dpkg <unfixed> (static)
83 stef-guest 5320
84 nion 7788 ekg
85     - centericq <unfixed> (embed)
86     - gaim <unfixed> (embed)
87     - pigdin <unfixed> (embed)(links dynamically against libgadu)
88     - kopete 4:3.3.2-5 (embed)
89     - kadu <unfixed> (embed)
90     - gadu <unfixed> (embed)
91     NOTE: g/kadu not packaged in Debian yet
92 jmm-guest 1586
93 nion 7791 xmlrpc (which package is the "origin" of this code?)
94 nion 7788 - drupal <unfixed> (embed)
95     - phpgroupware <unfixed> (embed)
96     - egroupware <unfixed> (embed)
97     - phpwiki (embed)
98     - php4 <unfixed> (embed)
99     TODO: check, php-pear, IIRC this was reorganized some weeks ago?
100 jmm-guest 1586
101 nion 7791 shtool (affects build-time only)
102     - mysql-ocaml <unfixed> (embed)
103     - php4 <unfixed> (embed)
104 jmm-guest 1588
105 nion 7791 mozilla source code
106     - mozilla-firefox <unfixed> (embed)
107     - mozilla-thunderbird
108     - firefox <removed>
109     [etch] - firefox <unfixed> (embed)
110     - thunderbird <removed>
111     [etch] - thunderbird <unfixed> (embed)
112     - iceweasel <unfixed> (embed)
113     - iceape <unfixed> (embed)
114     - icedove <unfixed> (embed)
115     - xulrunner <unfixed> (embed)
116     - nvu <removed> (embed)
117 jmm-guest 1588
118 nion 7791 xli
119     - xloadimage <unfixed> (embed)
120 jmm-guest 1588
121 nion 7827 lesstif (beware: two different lesstif APIs supported in one package, MOTIF 1.2 discarded upstream)
122     - openmotif <unfixed> (embed)
123     - xfree86/xorg <unfixed> (embed)
124     NOTE: in libxpm
125 jmm-guest 1588
126 nion 7827 kerberized apps with BSD origin
127     - krb4 <unfixed> (embed)
128     - krb5 <unfixed> (embed)
129     - heimdal <unfixed> (embed)
130 jmm-guest 1588
131 nion 7827 grip (which pkg is the origin?)
132     - libcdaudio
133     - grip
134     - gnome-vfs
135     TODO: check vfs2 as well
136 stef-guest 1608
137 nion 7827 fudforum
138     - phpgroupware-fudforum <unfixed> (embed)
139     - egroupware-fudforum <removed>
140     [sarge] - egroupware-fudforum <unfixed> (embed)
141 jmm-guest 1670
142 nion 7827 cvs
143     - gcvs <unfixed> (embed)
144     NOTE: see cvsunix/src in tarball
145 jmm-guest 1684
146 nion 7827 pcre
147     - python* <unfixed> (embed)
148     - php4 <unknown> (embed)
149     - analog 2:5.23-0woody1 (embed)
150     - libgoffice-1 <unfixed> (embed)
151     - vfu 4.06-4.1 (embed; bug #450754)
152     - tf5 5.0beta7-1 (embed)
153     - monotone <unfixed> (embed)
154     NOTE: this only affects versions >= 0.37
155 nion 9241 - glib2.0 2.15.2-1 (embed)
156 nion 7827 - apache2 2.0.53-4 (embed)
157     - exim4 4.10-0.srh20.12 (embed)
158     - yacas <unfixed> (embed)
159     NOTE: <= 1.0.x; is using pcre to scan text, can execute shell commands via the syntax anyway
160     - gtamsanalyzer.app 0.42-5 (embed)
161 nion 8392 - tin <unknown> (embed)
162 nion 8780 - kazehakase 0.5.2-1
163     - webkit <unfixed> (embed)
164     - qt4-x11 <unfixed> (embed)
165     NOTE: embedded via webkit copy
166 jmm-guest 1758
167 nion 7827 tiff
168 nion 8587 - wxwindows2.4 2.2.1 (embed)
169 joeyh 1802
170 nion 7827 uudeview
171     - libconvert-uulib-perl <unfixed> (embed)
172 nion 9012 - pan <unfixed> (embed)
173 jmm-guest 1824
174 nion 7827 sqlite (not affected by security vulnerabilities so far)
175     - amarok <unfixed> (embed)
176     - monotone <unfixed> (embed)
177     - iceweasel <unfixed> (embed)
178 jmm-guest 1828
179 nion 7827 util-linux/mount
180     - loop-aes-utils <unfixed> (embed)
181     NOTE: contains code from util-linux' mount in the mount-aes-udeb
182 jmm-guest 2104
183 nion 7827 webmin
184     - usermin <unknown> (embed)
185     [sarge] - usermin <unfixed> (embed)
186 jmm-guest 2714
187 nion 7827 sylpheed
188 nion 7828 - sylpheed-claws <unfixed> (fork)
189 jmm-guest 2751
190 nion 7827 phpsysinfo
191     - egroupware <unfixed> (embed)
192     - phpgroupware <unfixed> (embed)
193 jmm-guest 2800
194 nion 7830 phpldapadmin
195 stef-guest 7923 [sarge] - egroupware <unfixed> (embed)
196 nion 7830 NOTE: removed from egroupware after sarge
197 jmm-guest 2800
198 nion 7830 chmlib
199     - kchmviewer <unknown> (embed)
200 jmm-guest 2800
201 nion 7830 libavcodec/libavformat (source: ffmpeg)
202 jmm-guest 9135 - mplayer 1.0~rc2-14 (embed; bug #395252)
203 jmm-guest 9251 - kino 1.0.0-1
204 jmm-guest 9135 - vlc <not-affected> (Links dynamically since initial release)
205 jmm-guest 9265 - smilutils 0.3.0-10
206 jmm-guest 9310 NOTE: smilutils likely fixed earlier, marking Etch's version as fixed
207     - motion 3.1.19-1
208     - gstreamer0.10-ffmpeg 0.10.3-2
209 nion 7830 - xmovie <unfixed>
210 nion 7841 TODO: gimp-gap (potentially using ffmpeg code as well)
211 jmm-guest 2948
212 nion 7830 mad MPEG decoding lib
213     - mad <unfixed> (embed)
214     - xine-lib <unfixed> (embed)
215 jmm-guest 2948
216     libdts
217 nion 7840 - xine-lib <unfixed> (embed)
218 jmm-guest 2948
219     flac
220 nion 7840 - xine-lib <unfixed> (embed)
221 jmm-guest 2948
222 nion 7840 liba52
223     - a52dec <unfixed> (embed)
224     - xine-lib <unfixed> (embed)
225 jmm-guest 2948
226 nion 7840 libmpeg2
227     - mpeg2dec <unfixed> (embed)
228     - xine-lib <unfixed> (embed)
229 jmm-guest 2948
230 nion 7840 curl
231     - wget <unfixed> (embed)
232     NOTE: code for NTLM authentication
233 jmm-guest 3093
234 nion 7840 uw-imap
235     - pine <unfixed> (embed)
236     - alpine <unfixed> (embed)
237 jmm-guest 3320
238 nion 7840 imagemagick
239     - graphicsmagick <unfixed> (fork)
240 jmm-guest 3402
241 jmm-guest 10222 libphp-snoopy
242     - ampache <unfixed> (embed)
243     - mahara <unfixed> (embed)
244     - pixelpost <unfixed> (embed)
245    
246 nion 7840 halibut
247     - nsis <unfixed> (embed)
248 micah 3537
249 nion 7840 libghttp
250     - hotway <unfixed> (embed)
251 micah 3537
252 nion 7840 libsndfile
253     - ardour <unfixed> (embed)
254 micah 3537
255 nion 7840 glibmm2.4
256     - ardour <unfixed> (embed)
257 nion 6869
258 nion 7840 libgnomecanvasmm2.6
259     - ardour <unfixed> (embed)
260 nion 6869
261 nion 7840 libsigc++-2.0
262     - ardour <unfixed> (embed)
263 nion 6869
264 nion 7840 soundtouch
265     - ardour <unfixed> (embed)
266 nion 6869
267 nion 7840 libmms
268     - xine-lib <unfixed> (embed)
269     - mimms <unfixed> (embed)
270 nion 6869
271 nion 7840 fckeditor
272 nion 8085 - knowledgeroot 0.9.8.5-3 (embed; bug #461555)
273 nion 7840 - moin <unfixed> (embed; bug #452599)
274 jmm-guest 9410 - karrigell <removed> (embed; bug #452598)
275 nion 7840 - gforge-plugins-extra 4.6.99+svn6225-1 (embed)
276 stef-guest 4517
277 nion 7841 ipatlas (not packaged in Debian)
278     - moodle <unfixed> (embed)
279 jmm-guest 7383
280 nion 7841 libphp-phpmailer
281     - moodle <unfixed> (embed)
282 atomo64-guest 10232 - mahara <unfixed> (embed)
283     - symfony <unfixed> (embed)
284 atomo64-guest 10234 - phpgroupware-felamimail <unfixed> (embed)
285 white 10245 NOTE: phpgroupware-felamimail is only in etch
286     - egroupware <unfixed> (embed; bug #504283)
287 neilm 4838
288 nion 7841 htmlArea (not packaged in Debian)
289     - moodle <unfixed> (embed)
290    
291 nion 8175 giflib:
292     - wine <unfixed> (embed; bug #466181)
293    
294 nion 7841 bennu (not packaged in Debian)
295     - moodle <unfixed> (embed)
296    
297     smarty:
298 thijs 8342 - moodle <unfixed> (embed; bug #471158)
299 nion 9324 - gallery2 2.2.5-2 (embed; bug #471160)
300 nion 8361 - mahara 0.9.2-2 (embed; bug #471201)
301 thijs 8347 - gosa 2.4beta1-1 (embed; bug #471200)
302 nion 7841
303 nion 7840 TinyMCE
304 nion 9382 - wordpress 2.5.1-3 (embed; bug #478257)
305 nion 7840 - moodle <unfixed> (embed)
306     - knowledgeroot <unfixed> (embed)
307     - joomla <itp> (bug #326398)
308 stef-guest 4517
309 nion 7840 scintilla
310     - scite <unfixed> (embed)
311     - qscintilla <unfixed> (embed)
312     - qscintilla2 <unfixed> (embed)
313     - geany <unfixed> (embed)
314 stef-guest 4706
315 nion 7840 libphp-adodb
316 stef-guest 7923 - moodle <unfixed> (embed)
317     NOTE: also AdoDB-XML Schema
318 nion 7840 - gallery2 <unfixed> (embed)
319     - phppgadmin <unfixed> (embed)
320     - egroupware <unfixed> (embed)
321     - phpwiki <unfixed> (embed)
322     - ipplan <unfixed> (embed)
323     - typo3 <unfixed> (embed)
324     - moodle <unfixed> (embed)
325     - cacti <unknown> (embed)
326     [sarge] - cacti <unfixed> (embed)
327     NOTE: dependency exists, but internal version is used
328 atomo64-guest 10232 - gforge <unfixed> (embed)
329     - mahara <unfixed> (embed)
330 stef-guest 4706
331 nion 7840 gzip
332 nion 7841 - linux-kernel <unfixed> (embed)
333     NOTE: lib/inflate.c
334     - klibc <unfixed> (embed)
335     NOTE: based on linux-kernel gzip code
336     - busybox <unfixed> (embed)
337 micah 4767
338 nion 7841 neon
339     - cadaver <unfixed> (embed; bug #188381)
340     - gnome-vfs2 <unfixed> (embed; bug #395874)
341     - litmus <unfixed> (embed; #395875)
342     [sarge] - screem <unfixed> (embed)
343     - sitecopy <unfixed> (embed; bug #395876)
344 stef-guest 7923 [etch] - tla <unfixed> (embed; bug #395877)
345     [sarge] - tla <unfixed> (embed; bug #395877)
346 stef-guest 5319
347 nion 7841 libmodplug
348     - gst-plugins-bad0.10 <unfixed> (embed)
349 stef-guest 5320
350 nion 7841 libvncserver
351     - vino <unfixed> (embed)
352 stef-guest 5320
353 nion 7841 putty
354     - filezilla <unfixed> (embed)
355 stef-guest 5320
356 nion 7841 tinyxml (not packaged in Debian)
357     - filezilla <unfixed>
358 stef-guest 5320
359 nion 7841 gv
360     - evince <unfixed> (embed)
361     NOTE: ps/ tree from gv 3.5.8
362     - evince-gtk <unfixed> (embed)
363     NOTE: not packaged in Debian
364 stef-guest 5321
365 nion 7841 libXbae
366     [etch] - libpawlib2-lesstif <unfixed> (embed)
367     NOTE: from Cernlib
368 stef-guest 5321
369 nion 7841 libXaw
370 stef-guest 7924 [etch] - libpawlib2-lesstif
371 nion 7841 NOTE: from Cernlib
372     NOTE: I plan to deal with the above two cases after Etch release. -- KevinMcCarty
373 stef-guest 5321
374 nion 7841 libgd2
375     - graphviz <unfixed> (embed)
376     NOTE: lib/gd seems to be 2.0.33
377 nion 8098 - wml <unfixed> (embed)
378     NOTE: derived from gd 1.6.3
379 stef-guest 5321
380 nion 7841 rar
381     - unrar-nonfree <unfixed> (embed)
382 stef-guest 5440
383 nion 7841 unrar-free (maybe this code is derived from the original rar, too?)
384     - clamav <unfixed> (embed)
385     NOTE: seems to be disabled in default config
386 stef-guest 5440
387 nion 7841 mplayer (DirectMedia Object loader)
388     - xine-lib <unfixed> (embed)
389     NOTE: src/libw32dll/
390     - vlc <unfixed> (embed)
391     NOTE: modules/codec/dmo/
392 stef-guest 5440
393 nion 7841 libwpd (WordPerfect converter)
394     - openoffice.org <unfixed> (embed)
395 alec-guest 5564
396 nion 7841 fsplib (http://sourceforge.net/projects/fsp/)
397     - gftp <unfixed> (embed)
398     NOTE: lib/fsplib version 0.3
399 keescook-guest 6298
400 jmm-guest 9251 sprng
401     - tree-puzzle <unfixed> (embed)
402    
403 nion 7841 librpcsecgss
404     - krb5 <unfixed> (embed)
405 keescook-guest 6498
406 nion 7841 jasper
407     - ghostscript <unfixed> (embed)
408     - gs-gpl <unfixed> (embed)
409 stef-guest 6985
410 nion 7841 libidn
411     - monotone <unfixed> (embed)
412 keescook-guest 7007
413 nion 7841 liblua
414     - monotone <unfixed> (embed)
415 micah 7134
416 nion 7841 libbotan
417     - montone <unfixed> (embed)
418 nion 7136
419 nion 7841 NetXX
420     - monotone <unfixed> (embed)
421 nion 7136
422 nion 7841 libgc
423     - mono <unfixed> (embed)
424 nion 7136
425 nion 7841 lzma
426     - p7zip <unfixed> (embed)
427 white 7203
428 nion 7841 lzo
429     - grub2 <unfixed> (embed)
430 jmm-guest 7212
431 nion 7927 yassl
432     - mysql-dfsg-5.0 <unfixed> (embed)
433    
434 nion 7841 pax code
435     - tar <unfixed> (embed)
436     - cpio <unfixed> (embed)
437 jmm-guest 7212
438 nion 7841 t1lib
439     - tetex-bin 2.0.2-1 (embed)
440     - texlive-bin <unknown> (embed)
441 thijs 7985
442     guichan
443     - boswars <unfixed> (embed)
444     NOTE: maintainer notified us, working on it
445    
446     tolua
447     - boswars <unfixed> (embed)
448     NOTE: maintainer notified us, working on it
449    
450     asio-dev
451     - luxrender <unfixed> (embed)
452     NOTE: maintainer notified us, working on it
453     NOTE: may be merged with boost "soon"
454    
455 nion 7995 xine-lib
456     - vlc <unfixed> (embed)
457     NOTE: only parts included in modules/access/rtsp
458 stef-guest 8075
459     netpbm
460     - tcl8.3 <unfixed> (embed)
461     - tcl8.4 <unfixed> (embed)
462     - tcl8.5 <unfixed> (embed)
463     NOTE: generic/tkImgGIF.c
464 fw 8143
465     tk8.5
466     - tk8.0 <removed> (old-version)
467     - tk8.3 <unfixed> (old-version)
468     - tk8.4 <unfixed> (old-version)
469     - perl-tk <unfixable> (fork)
470 nion 8280
471 nion 8281 samba
472 nion 8280 - mc <unfixed> (embed)
473     NOTE: maintainer is aware of this, currently searching a solution
474 micah 8337
475     plib1.8.4c2
476     - boson <unfixed> (fork)
477     NOTE: embedding the font pieces of plib, based on the header file it is forked, contains "Added by AB for boson." and similar
478 micah 8370
479     fribidi
480     - quesoglc <unfixed> (embed)
481    
482     glew
483     - quesoglc <unfixed> (embed)
484    
485     minorGems
486     - transcend <unfixed> (embed)
487     - cultivation <unfixed> (embed)
488 jamie-guest 8413
489 jamie-guest 8728 tar
490     - libarchive <unfixed> (embed)
491 jamie-guest 8438 NOTE: FreeBSD tar (tar/bsdtar.c) in libarchive 1.2 and higher. libarchive ends up statically linked into bsdtar executable
492 jamie-guest 8728
493     cpio
494     - libarchive <unfixed> (embed)
495 jamie-guest 8438 NOTE: cpio included in libarchive 2.2 and higher, but not compiled until libarchive 2.4.11-1 (as bsdcpio package)
496 jamie-guest 8413
497 nion 8523 webkit
498     - qt4-x11 <unfixed> (embed)
499 white 8694
500     ftgl
501 thijs 8905 - blender 2.46+dfsg-1 (embed)
502 thijs 8700
503     wv
504     - abiword <unfixed>
505    
506 jamie-guest 8728 qemu
507     - kvm <unfixed> (embed)
508 stef-guest 9862 - xen-3 <unfixed> (embed)
509     - xen-unstable <unfixed> (embed)
510 jamie-guest 8728
511 nion 9244 bochs
512     - kvm <unfixed> (embed; bug #489442)
513    
514 jamie-guest 8729 speex
515     - vorbis-tools <unfixed> (embed)
516     NOTE: while comiled against libspeex-dev, ogg123/speex_format.c is compiled with embedded code copied from speexdec.c
517     - gst-plugins-good0.10 <unfixed> (embed)
518     - xine-lib <unfixed> (embed)
519     - libfishsound <unfixed> (embed)
520     - libannodex <unfixed> (embed)
521     - vlc <unfixed> (embed)
522     - xmms-speex <unfixed> (embed)
523     - libsdl-sound1.2 <unfixed> (embed)
524     - sweep <unfixed> (embed)
525    
526 micah 8740 libreadline
527     - magic <unfixed> (old-version)
528 micah 8739 NOTE: magic is currently an RFS
529    
530 micah 8740 opcode
531     - ode <unfixed> (embed)
532 micah 8739 NOTE: opcode is not a package in debian, it is just embedded
533     NOTE: http://www.codercorner.com/Opcode.htm
534 micah 8740
535     gimpact
536     - ode <unfixed> (embed)
537 micah 8739 NOTE: gimpact is not a package in debian, it is just embedded
538     NOTE: http://gimpact.sf.net
539 micah 8741
540 atomo64-guest 10248 mochikit
541 micah 8741 - mahara <unfixed> (embed)
542 atomo64-guest 10232 NOTE: they require extra patches, still unmerged upstream
543 micah 8741 - ntop <unfixed> (embed)
544     - python-oherence <unfixed> (embed)
545     - python-paste <unfixed> (embed)
546     - python-turbogears <unfixed> (embed)
547     - zope-plone3 <unfixed> (embed)
548    
549 atomo64-guest 10248 prototype
550 micah 8741 - netbeans-ide <unfixed> (embed)
551     - auth2db-frontend <unfixed> (embed)
552     - citadel-webcit <unfixed> (embed)
553     - asterisk <unfixed> (embed)
554     - doc-iana <unfixed> (embed)
555     - libaws-doc <unfixed> (embed)
556     - libgettext-ruby-data <unfixed> (embed)
557     - libjson-ruby-doc <unfixed> (embed)
558     - liblucene2-java-doc <unfixed> (embed)
559     - libopenid-ruby <unfixed> (embed)
560     - solr-common <unfixed> (embed)
561     - glpi <unfixed> (embed)
562     - hobbix <unfixed> (embed)
563     - mnemo2 <unfixed> (embed)
564     - nag2 <unfixed> (embed)
565     - knowledgeroot <unfixed> (embed)
566     - mediatomb-common <unfixed> (embed)
567     - mt-daapd <unfixed> (embed)
568     - op-panel <unfixed> (embed)
569     - ebug-http <unfixed> (embed)
570 thijs 8871 - phpgedview <removed> (embed)
571 micah 8741 - poker-web <unfixed> (embed)
572     - python-webhelpers <unfixed> (embed)
573     - qwik <unfixed> (embed)
574     - rails <unfixed> (embed)
575     - typo3-src-4.1 <unfixed> (embed)
576     - wordpress <unfixed> (embed)
577     - zope-plone3 <unfixed> (embed)
578     - smokeping <unfixed> (embed)
579 atomo64-guest 10248 - ampache 3.4.1-2 (embed)
580 atomo64-guest 10232 - exaile <unfixed> (embed)
581     - hobix <unfixed> (embed)
582     - pixelpost <unfixed> (embed)
583     - symfony <unfixed> (embed)
584     NOTE: it's been said that there are custom changes
585     - zabbix-frontend-php <unfixed> (embed)
586 atomo64-guest 10248 - turba2 <unfixed> (embed)
587 micah 8741
588 keescook-guest 9036 gdb
589     - insight <unfixed> (embed)
590 fw 9779
591     e2fsprogs
592     - ldiskfsprogs <unfixable> (fork)
593 alfie 9797
594     quazip (not packaged in Debian)
595     - qcake <unfixed> (embed)
596     NOTE: starting with upstream version 0.6.4
597 nion 9857
598     exo
599     - pcmanfm <unfixed> (embed; bug #499677)
600 nion 9887 NOTE: slightly modified source code
601 stef-guest 10098
602     java
603     - openjdk-6 <unfixed>
604     - sun-java5 <unfixed>
605     - sun-java6 <unfixed>
606 white 10223
607     libphp-snoopy
608 white 10237 - ampache 3.4.1-2 (embed; bug #504169)
609 white 10223 - mahara <unfixed> (embed; bug #504170)
610     - pixelpost <unfixed> (embed; bug #504171)
611 white 10237 - mediamate 0.9.3.6-5 (embed; bug #504172)
612 white 10223 - opendb <unfixed> (embed; bug #504173)
613 atomo64-guest 10231 - wordpress <unfixed> (embed; bug #443948)
614     - moodle <unfixed> (embed)
615 atomo64-guest 10234 - phpgroupware-felamimail <unfixed> (embed)
616 white 10245 NOTE: phpgroupware-felamimail is only in etch
617 atomo64-guest 10234 - magpierss 0.72-3 (embed; bug #431089)
618 atomo64-guest 10232
619 atomo64-guest 10248 jquery
620 atomo64-guest 10232 - zekr <unfixed> (embed)
621 atomo64-guest 10248 - wordpress <unfixed> (embed)
622     - yocto-reader <unfixed> (embed)
623     - textpattern <unfixed> (embed)
624     - genshi <unfixed> (embed)
625     NOTE: compressed file under examples/ dir
626     - prewikka <unfixed> (embed)
627     - libramaze-ruby <unfixed> (embed)
628     - drupal5 <unfixed> (embed)
629     - b2evolution <unfixed> (embed)
630 atomo64-guest 10232
631     kses
632     - wordpress <unfixed> (embed; bug #504242)
633     NOTE: their copy has all methods renamed to wp_<foo>
634     - moodle <unfixed> (embed)
635     - egroupware-core <unfixed> (embed)
636    
637     magpierss
638     - wordpress <unfixed> (embed; bug #504242)
639    
640     php-gettext
641     - wordpress <unfixed> (embed; bug #504242)
642    
643     libphp-ixr (name may change, it is the Incutio XML-RPC)
644     - wordpress <unfixed> (embed; bug #504242)
645     - dokuwiki <unfixed> (embed)
646     - textpattern <unfixed> (embed)
647 atomo64-guest 10248
648     domxml-php4-to-php5.php
649     - glpi <unfixed> (embed)
650     - moodle <unfixed> (embed; bug #496069)
651    
652     scriptaculous
653     - glpi <unfixed> (embed)
654     - libaws-doc <unfixed> (embed)
655     - op-panel <unfixed> (embed)
656     - symfony <unfixed> (embed)
657     NOTE: maintainer says there are extra incompatible changes required
658     - pixelpost <unfixed> (embed)
659     - python-webhelpers <unfixed> (embed)
660     - qwik <unfixed> (embed)
661     - smokeping <unfixed> (embed)
662     - turba2 <unfixed> (embed)
663     - typo3-src <unfixed> (embed)
664    
665     libmarkdown-php
666     - moodle <unfixed> (embed)
667     - pixelpost <unfixed> (embed)
668    
669     php-openid
670     - wordpress-openid <itp> (embed)

  ViewVC Help
Powered by ViewVC 1.1.5