summaryrefslogtreecommitdiffstats
path: root/data/embedded-code-copies
blob: 075cb0084d0b379cda525070155a4de8bf23b5b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
Embedded code copies
====================

This file collects source packages that embed code from other projects.
This is considered bad for fixing security flaws because the fix needs
to be applied in multiple source packages.

Format:
<srcpkg> (<optional comment about srcpkg>)
	- <embedding srcpkg> <status> (<sort>; bug #<number>)
	NOTE: optional comments about the linkage of the embedding srcpkg

status: version number fixing the embedded copy, <unfixed>, <removed>,
	<itp> or <unknown> if the version number can not be determined
	<unfixable> for unavoidable cases (e.g., forks that add real value)
sort: static (linking statically against a lib)
      embed (embedding a copy of the library into another source package)
      fork (the package is not just embedding code but it is a fork and
            thus might share parts of the source code)
      old-version (the package is an older version of essentially
                   the same code)

The srcpkg might be some string to identify the code if there is no
specific source package.

Everything up to the next line is ignored.
---BEGIN
xpdf (some srcpkgs use xpdf2 code, some xpdf3 code)
	NOTE: Fixed packages link to poppler library unless otherwise noted
	- gpdf <removed>
	[sarge] - gpdf <unfixed>
	NOTE: has been replaced by evince in etch
	- pdftohtml <unknown>
	[sarge] - pdftohtml <unfixed>
	[etch] - pdftohtml <unfixed>
	NOTE: has been replaced by poppler-utils
	- kdegraphics 4:4.2.2-1 (embed; bug #436164)
	- texlive-base 3.0-12 (embed)
	- texlive-bin 2007-1 (embed)
	NOTE: links to poppler
	- koffice <unfixed> (embed; bug #436163)
	- libextractor 0.5.12-1 (embed)
	NOTE: libextractor is using its own pdf decoder now
	- pdfkit.framework 0.8-4 (embed)
	- ipe <unfixed> (embed)
	NOTE: embeds small parts with renamed source files: ipestdfonts.cpp, ipefonts.cpp, ipedct.cpp
	- ruby-gnome2 <unknown> (embed)
	NOTE: copy only present in source but links to poppler
	- pdfedit <unfixed> (embed; bug #510794)
	- swftools <unfixed> (embed)

ppmd
	- libcomplearn-mod-ppmd <unfixed> (embed; bug #458152)

peercast
	- gnome-peercast <unfixed> (embed)
	NOTE: gnome-peercast may better be removed, see #466539

silc-toolkit
	- silc-client 1.1~beta6-1 (embed)

icclib
	- ghostscript <unfixed> (embed)
	- argyll <unfixed> (embed)

dietlibc
	- ccontrol 0.9.1+20071204-1 (static)

libmikmod
	- sdl-mixer1.2 <unfixed> (embed)
	TODO: report bug

libiax
	- iaxmodem <unfixed> (embed)

zlib (lots of apps embed a copy, but link dynamically, but there are a few exceptions)
	- dpkg <unfixed> (embed)
	NOTE: see 18196.48620.491996.624772@davenant.relativity.greenend.org.uk on debian-devel for discussion
	- rsync <unfixed> (embed)
	NOTE: somehow derived code base
	- mono <unfixed> (embed)
	TODO: check mozilla
	- Linux kernels <unfixed> (embed)
	- pvpgn 1.7.8-2 (embed)
	- mrtg 2.12.2-1 (embed)
	- rpm <unknown> (embed)
	NOTE: pinged anibal since when rpm was fixed
	- tuxcmd-modules <unfixed> (embed)
	- zsync <unfixed>
	- tra <unfixed>
	- sash <unfixed>
	- nsis <unfixed>
	- mseide-msegui <unfixed>
	NOTE: mseide
	- mirrordir <unfixed>
	- poco <unfixed>
	- klibc <unfixed>
	- ghostscript <unfixed>
	- freeimage <unfixed>
	- clamav <unfixed> (fork)
	NOTE: from the changelog: "libclamav6 does indeed duplicate parts of the zlib code, but there is not way around that"
	- tuxonice-userui <unfixed>
	- plt-scheme <unfixed>
	- perl <unfixed>
	- paraview <unfixed>
	- gcvs <unfixed>
	- erlang <unfixed>
	- dump <unfixed>
	- aide <unfixed> (static)
	- dar <unfixed> (static)
	- avfs <unfixed>
	- fpc <unfixed>
	- winff <unfixed>
	NOTE: inherited from fpc, see #472304
	- lazarus <unfixed>
	NOTE: inherited from fpc, see #472304

libbz2
	- dpkg <unfixed> (static)

libgadu:
	- centericq <unfixed> (embed)
	- gaim <unfixed> (embed)
	- pidgin <unfixed> (embed)(links dynamically against libgadu) (that should be fixed, then???)
	- kdenetwork 4:3.3.2-5 (embed)
	NOTE: from kdenetwork: kopete
	- gadu <unfixed> (embed)
	- ekg 1:1.8~rc0-1 (embed)
	- kadu 0.6.0.2-3 (embed; bug #504430)
	NOTE: gadu not packaged in Debian yet

xmlrpc (which package is the "origin" of this code?)
	- drupal <unfixed> (embed)
	- phpgroupware <unfixed> (embed)
	- egroupware <unfixed> (embed)
	- phpwiki <unfixed> (embed)
	- php4 <unfixed> (embed)
	TODO: check, php-pear, IIRC this was reorganized some weeks ago?

shtool (affects build-time only)
	- mysql-ocaml <unfixed> (embed)
	- php4 <unfixed> (embed)

mozilla source code
	- mozilla-firefox <unfixed> (embed)
	- mozilla-thunderbird <unfixed>
	- firefox <removed>
	- thunderbird <removed>
	- iceweasel <unfixed> (embed)
	- iceape <unfixed> (embed)
	- icedove <unfixed> (embed)
	- xulrunner <unfixed> (embed)
	- nvu <removed> (embed)

xli
	- xloadimage <unfixed> (embed)

lesstif (beware: two different lesstif APIs supported in one package, MOTIF 1.2 discarded upstream)
	- openmotif <unfixed> (embed)
	- libxpm <unfixed> (embed)

kerberized apps with BSD origin
	- krb4 <unfixed> (embed)
	- krb5 <unfixed> (embed)
	- heimdal <unfixed> (embed)

grip (which pkg is the origin?)
	- libcdaudio <unfixed>
	- grip <unfixed>
	- gnome-vfs <unfixed>
	TODO: check vfs2 as well

fudforum
	[etch] - phpgroupware <unfixed> (embed)
	NOTE: phpgroupware-fudforum
	[sarge] - egroupware-fudforum <removed> (embed)

cvs
	- gcvs <unfixed> (embed)
	NOTE: see cvsunix/src in tarball

pcre
	- python* <unfixed> (embed)
	- php4 <unknown> (embed)
	- analog 2:5.23-0woody1 (embed)
	- goffice <unfixed> (embed)
	NOTE: libgoffice-*
	- vfu 4.06-4.1 (embed; bug #450754)
	- tf5 5.0beta7-1 (embed)
	- monotone 0.43-1 (embed)
	NOTE: this only affects versions >= 0.37
	- glib2.0 2.15.2-1 (embed)
	- apache2 2.0.53-4 (embed)
	- exim4 4.10-0.srh20.12 (embed)
	- yacas <unfixed> (embed)
	NOTE: <= 1.0.x; is using pcre to scan text, can execute shell commands via the syntax anyway
	- gtamsanalyzer.app 0.42-5 (embed)
	- tin <unknown> (embed)
	- kazehakase 0.5.2-1
	- webkit <unfixed> (embed)
	- qt4-x11 <unfixed> (embed)
	NOTE: embedded via webkit copy

tiff
	- wxwindows2.4 2.2.1 (embed)

uudeview
	- libconvert-uulib-perl <unfixed> (embed)
	- pan <unfixed> (embed)

sqlite (not affected by security vulnerabilities so far)
	- amarok <unfixed> (embed)
	- monotone 0.43-1 (embed)
	- iceweasel <unfixed> (embed)

util-linux/mount
	- loop-aes-utils <unfixed> (embed)
	NOTE: contains code from util-linux' mount in the mount-aes-udeb

webmin
	- usermin <unknown> (embed)
	[sarge] - usermin <unfixed> (embed)

sylpheed
	- sylpheed-claws <unfixed> (fork)

phpsysinfo
	- egroupware <unfixed> (embed)
	- phpgroupware <unfixed> (embed)

phpldapadmin
	[sarge] - egroupware <unfixed> (embed)
	NOTE: removed from egroupware after sarge

chmlib
	- kchmviewer <unknown> (embed)

libavcodec/libavformat (source: ffmpeg)
	- mplayer 1.0~rc2-14 (embed; bug #395252)
	- kino 1.0.0-1
	- vlc <not-affected> (Links dynamically since initial release)
	- smilutils 0.3.0-10
        NOTE: smilutils likely fixed earlier, marking Etch's version as fixed
	- motion 3.1.19-1
	- gstreamer0.10-ffmpeg 0.10.3-2
	- xmovie <unfixed>
	TODO: gimp-gap (potentially using ffmpeg code as well)

faad2
	- mplayer 1.0~rc2-20 (embed)

mad MPEG decoding lib
	- mad <unfixed> (embed)
	- xine-lib <unfixed> (embed)

libdts
	- xine-lib <unfixed> (embed)

flac
	- xine-lib <unfixed> (embed)

liba52
	- a52dec <unfixed> (embed)
	- xine-lib <unfixed> (embed)

libmpeg2
	- mpeg2dec <unfixed> (embed)
	- xine-lib <unfixed> (embed)

curl
	- wget <unfixed> (embed)
	NOTE: code for NTLM authentication

uw-imap
	- pine <unfixed> (embed)
	- alpine <unfixed> (embed)

imagemagick
	- graphicsmagick <unfixed> (fork)

halibut
	- nsis <unfixed> (fork)

libghttp
	- hotway <unfixed> (embed)

libsndfile
	- ardour 1:2.7.1-1 (embed)

glibmm2.4
	- ardour 1:2.7.1-1 (embed)

libgnomecanvasmm2.6
	- ardour 1:2.7.1-1 (embed)

libsigc++-2.0
	- ardour 1:2.7.1-1 (embed)

soundtouch
	- ardour 1:2.7.1-1 (embed)

libmms
	- xine-lib <unfixed> (embed)
	- mimms <unfixed> (embed)

fckeditor
	- knowledgeroot 0.9.8.5-3 (embed; bug #461555)
	- moin 1.8.2-2 (embed; bug #452599)
	- karrigell <removed> (embed; bug #452598)
	- gforge 4.6.99+svn6225-1 (embed)

ipatlas (not packaged in Debian)
	- moodle <unfixed> (embed; bug #507185)

libphp-phpmailer
	- moodle <unfixed> (embed; bug #507185)
	- mahara <unfixed> (embed)
	- symfony <unfixed> (embed)
	[etch] - phpgroupware <unfixed> (embed)
	NOTE: phpgroupware-felamimail is only in etch
	- egroupware <unfixed> (embed; bug #504283)
	- glpi <unfixed>

htmlArea (not packaged in Debian)
	- moodle <unfixed> (embed)

giflib:
	- wine <unfixed> (embed; bug #466181)

bennu (not packaged in Debian, http://bennu.sourceforge.net)
	- moodle <unfixed> (embed)

smarty:
	- moodle 1.8.2-2 (embed; bug #471158)
	- gallery2 2.2.5-2 (embed; bug #471160)
	- mahara 0.9.2-2 (embed; bug #471201)
	- gosa 2.4beta1-1 (embed; bug #471200)

TinyMCE
	- wordpress 2.5.1-3 (embed; bug #478257)
	- moodle <unfixed> (embed; bug #507185)
	- knowledgeroot <unfixed> (embed)
	- joomla <itp> (bug #326398)

scintilla (upstream provides static lib, rejected shared lib http://sf.net/support/tracker.php?aid=2488121)
	- scite <unfixed> (embed)
	- qscintilla <unfixed> (embed)
	- qscintilla2 <unfixed> (embed)
	- geany <unfixed> (fork)
	- anjuta <unfixed> (embed)

libphp-adodb
	- moodle <unfixed> (embed; bug #507185)
	NOTE: also AdoDB-XML Schema
	- gallery2 <unfixed> (embed)
	- phppgadmin <unfixed> (embed)
	- egroupware <unfixed> (embed)
	- phpwiki <unfixed> (embed)
	- torrentflux 2.0beta1-2 (embed)
	- ipplan <unfixed> (embed)
	- typo3-src <unfixed> (embed)
	- cacti <unknown> (embed)
	[sarge] - cacti <unfixed> (embed)
	NOTE: dependency exists, but internal version is used
	- gforge 4.7~rc2-6 (embed)
	- mahara <unfixed> (embed)

gzip
	- linux-kernel <unfixed> (embed)
	NOTE: lib/inflate.c
	- klibc <unfixed> (embed)
	NOTE: based on linux-kernel gzip code
	- busybox <unfixed> (embed)

neon
	- cadaver <unfixed> (embed; bug #188381)
	- gnome-vfs2 <unfixed> (embed; bug #395874)
	- litmus <unfixed> (embed; #395875)
	[sarge] - screem <unfixed> (embed)
	- sitecopy <unfixed> (embed; bug #395876)
	[etch] - tla <unfixed> (embed; bug #395877)
	[sarge] - tla <unfixed> (embed; bug #395877)

libmodplug
	- gst-plugins-bad0.10 <unfixed> (embed)

libvncserver
	- vino <unfixed> (embed)

putty
	- filezilla <unfixed> (embed)

tinyxml (not packaged in Debian)
	- filezilla <unfixed>

gv
	- evince <unfixed> (embed)
	NOTE: ps/ tree from gv 3.5.8
	- evince-gtk <unfixed> (embed)
	NOTE: not packaged in Debian

libXbae
	[etch] - libpawlib2-lesstif <unfixed> (embed)
	NOTE: from Cernlib

libXaw
	[etch] - libpawlib2-lesstif <unfixed>
	NOTE: from Cernlib
	NOTE: I plan to deal with the above two cases after Etch release. -- KevinMcCarty

libgd2
	- graphviz <unfixed> (embed)
	NOTE: lib/gd seems to be 2.0.33
	- wml <unfixed> (embed)
	- libwmf <unfixed> (embed)
	NOTE: derived from gd 1.6.3

rar
	- unrar-nonfree <unfixed> (embed)

unrar-free (maybe this code is derived from the original rar, too?)
	- clamav <unfixed> (embed)
	NOTE: seems to be disabled in default config

mplayer (DirectMedia Object loader)
	- xine-lib <unfixed> (embed)
	NOTE: src/libw32dll/
	- vlc <unfixed> (embed)
	NOTE: modules/codec/dmo/
	- mplayer 1.0~rc2-20 (embed)

libwpd (WordPerfect converter)
	- openoffice.org <unfixed> (embed)

fsplib (http://sourceforge.net/projects/fsp/)
	- gftp <unfixed> (embed)
	NOTE: lib/fsplib version 0.3

sprng
        - tree-puzzle <unfixed> (embed)

librpcsecgss
	- krb5 <unfixed> (embed)

jasper
	- ghostscript <unfixed> (embed)
	- gs-gpl <unfixed> (embed)

libiris
	- psi <unfixed> (embed)
	- kdenetwork <unfixed> (embed)
	NOTE: kopete embeds libiris but links dynamically to libidn
	- kdegames <unfixed> (embed)
	NOTE: ksirk/kde4
	
libidn
	- monotone 0.43-1 (embed)
	- psi <unfixed> (embed)
	NOTE: psi embeds libiris which embeds libidn
	- kdegames <unfixed> (embed)
	NOTE: kdegames/kde4 embeds libiris which embeds libidn

liblua
	- monotone 0.43-1 (embed)
	- nmap <unfixed> (embed; bug #527997)
	NOTE: fixed upstream as of nmap svn rev13336.

libbotan
	- monotone 0.43-1 (embed)

NetXX
	- monotone 0.43-1 (embed)

libgc
	- mono <unfixed> (embed)

lzma
	- p7zip <unfixed> (embed)

lzo
	- grub2 <unfixed> (embed)

yassl
	- mysql-dfsg-5.0 <unfixed> (embed)

pax code
	- tar <unfixed> (embed)
	- cpio <unfixed> (embed)

t1lib
	- tetex-bin 2.0.2-1 (embed)
	- texlive-bin <unknown> (embed)

guichan
	- boswars <unfixed> (embed)
	NOTE: maintainer notified us, working on it

tolua
	- boswars <unfixed> (embed)
	NOTE: maintainer notified us, working on it

asio-dev
	- luxrender <unfixed> (embed)
	NOTE: maintainer notified us, working on it
	NOTE: may be merged with boost "soon"

xine-lib
	- vlc <unfixed> (embed)
	NOTE: only parts included in modules/access/rtsp

netpbm
	- tcl8.3 <unfixed> (embed)
	- tcl8.4 <unfixed> (embed)
	- tcl8.5 <unfixed> (embed)
	NOTE: generic/tkImgGIF.c

tk8.5
	- tk8.0 <removed> (old-version)
	- tk8.3 <unfixed> (old-version)
	- tk8.4 <unfixed> (old-version)
	- perl-tk <unfixable> (fork)

samba
	- mc 2:4.6.2~git20080311-1 (embed)
	NOTE: maintainer is aware of this, currently searching a solution

plib1.8.4c2
	- boson <unfixed> (fork)
	NOTE: embedding the font pieces of plib, based on the header file it is forked, contains "Added by AB for boson." and similar

fribidi
	- quesoglc <unfixed> (embed)
	NOTE: compiled against system fribidi in Debian - embed only used when fribidi is not available on the system

glew
	- quesoglc <unfixed> (embed; bug #489341)
	NOTE: waiting on GLEW_MX version of glew (see bug #474488)

minorGems (pabs contacted upstream about shared lib, he considers minorGems an 'ever-evolving collection of reusable code fragments' for his own use)
	- transcend <unfixed> (embed)
	- cultivation <unfixed> (embed)
	- passage <unfixed> (embed)
	- gravitation <unfixed> (embed)

tar
	- libarchive <unfixed> (embed)
	NOTE: FreeBSD tar (tar/bsdtar.c) in libarchive 1.2 and higher. libarchive ends up statically linked into bsdtar executable

cpio
	- libarchive <unfixed> (embed)
	NOTE: cpio included in libarchive 2.2 and higher, but not compiled until libarchive 2.4.11-1 (as bsdcpio package)

webkit
	- qt4-x11 <unfixed> (embed)

ftgl
	- blender 2.46+dfsg-1 (embed)

wv
	- abiword <unfixed>

qemu
	- kvm <unfixed> (embed)
	- xen-3 <unfixed> (embed)
	- xen-unstable <unfixed> (embed)

bochs
	- kvm <unfixed> (embed; bug #489442)

speex
	- vorbis-tools <unfixed> (embed)
	NOTE: while comiled against libspeex-dev, ogg123/speex_format.c is compiled with embedded code copied from speexdec.c
	- gst-plugins-good0.10 <unfixed> (embed)
	- xine-lib <unfixed> (embed)
	- libfishsound <unfixed> (embed)
	- libannodex <unfixed> (embed)
	- vlc <unfixed> (embed)
	- xmms-speex <unfixed> (embed)
	- libsdl-sound1.2 <unfixed> (embed)
	- sweep <unfixed> (embed)

libreadline
	- magic <unfixed> (old-version)
	NOTE: magic is currently an RFS

opcode
	- ode <unfixed> (embed)
	NOTE: opcode is not a package in debian, it is just embedded
	NOTE: http://www.codercorner.com/Opcode.htm

gimpact 
	- ode <unfixed> (embed)
	NOTE: gimpact is not a package in debian, it is just embedded
	NOTE: http://gimpact.sf.net

mochikit
	- mahara <unfixed> (embed)
	NOTE: they require extra patches, still unmerged upstream
	- ntop <unfixed> (embed)
	- coherence <unfixed> (embed)
	NOTE: python-coherence
	- paste <unfixed> (embed)
	NOTE: python-paste
	- turbogears <unfixed> (embed)
	NOTE: python-turbogears
	- plone3 <unfixed> (embed)
	NOTE: zope-plone3

prototype
	- netbeans-ide <unfixed> (embed)
	- auth2db-frontend <unfixed> (embed)
	- webcit <unfixed> (embed)
	NOTE: citadel-webcit
	- asterisk <unfixed> (embed)
	- doc-iana <unfixed> (embed)
	- libaws <unfixed> (embed)
	NOTE: libaws-doc
	- libgettext-ruby <unfixed> (embed)
	NOTE: libgettext-ruby-data
	- libjson-ruby <unfixed> (embed)
	NOTE: libjson-ruby-doc
	- lucene2 <unfixed> (embed)
	NOTE: liblucene2-java-doc
	- libopenid-ruby <unfixed> (embed)
	- solr <unfixed> (embed)
	NOTE: solr-common
	- glpi <unfixed> (embed)
	- hobbix <unfixed> (embed)
	- mnemo2 <unfixed> (embed)
	- nag2 <unfixed> (embed)
	- knowledgeroot <unfixed> (embed)
	- mediatomb <unfixed> (embed)
	NOTE: mediatomb-common
	- mt-daapd <unfixed> (embed)
	- op-panel <unfixed> (embed)
	- ebug-http <unfixed> (embed)
	- phpgedview <removed> (embed)
	- poker-network <unfixed> (embed)
	NOTE: poker-web
	- webhelpers <unfixed> (embed)
	NOTE: python-webhelpers
	- qwik <unfixed> (embed)
	- rails <unfixed> (embed)
	- typo3-src <unfixed> (embed)
	- wordpress <unfixed> (embed)
	- zope <unfixed> (embed)
	NOTE: zope-plone3
  	- smokeping <unfixed> (embed)
	- ampache 3.4.1-2 (embed)
	- exaile <unfixed> (embed)
	- hobix <unfixed> (embed)
	- pixelpost <unfixed> (embed)
	- symfony <unfixed> (embed)
	NOTE: it's been said that there are custom changes
	- zabbix <unfixed> (embed)
	NOTE: zabbix-frontend-php
	- turba2 <unfixed> (embed)

gdb
	- insight <unfixed> (embed)

e2fsprogs
	- ldiskfsprogs <unfixable> (fork)

quazip (not packaged in Debian)
	- qcake <unfixed> (embed)
	NOTE: starting with upstream version 0.6.4

exo
	- pcmanfm <unfixed> (embed; bug #499677)
	NOTE: slightly modified source code

java
	- openjdk-6 <unfixed>
	- sun-java5 <unfixed>
	- sun-java6 <unfixed>

libphp-snoopy
	- ampache 3.4.1-2 (embed; bug #504169)
	- mahara 1.0.5-2 (embed; bug #504170)
	- pixelpost <unfixed> (embed; bug #504171)
	- mediamate 0.9.3.6-5 (embed; bug #504172)
	- opendb <unfixed> (embed; bug #504173)
	- wordpress 2.5.1-9 (embed; bug #443948)
	- moodle <unfixed> (embed; bug #507185)
	[etch] - phpgroupware <unfixed> (embed)
	NOTE: phpgroupware-felamimail
	- magpierss 0.72-3 (embed; bug #431089)

jquery
	- zekr <unfixed> (embed)
	- wordpress <unfixed> (embed)
	- yocto-reader <unfixed> (embed)
	- textpattern <unfixed> (embed)
	- genshi 0.5.1-1 (embed)
	NOTE: compressed file under examples/ dir
	- prewikka <unfixed> (embed)
	- libramaze-ruby <unfixed> (embed)
	- drupal5 <unfixed> (embed)
	- b2evolution <unfixed> (embed)
	- wesnoth <unfixed> (embed)

tablesorter (jquery plugin, not packaged yet)
	- wesnoth <unfixed> (embed)

kses
	- wordpress <unfixed> (embed; bug #504242)
	NOTE: their copy has all methods renamed to wp_<foo>
	- moodle <unfixed> (embed; bug #507185)
	- egroupware <unfixed> (embed)

magpierss
	- wordpress <unfixed> (embed; bug #504242)
	- moodle <unfixed>

php-gettext
	- wordpress <unfixed> (embed; bug #504242)

libphp-ixr (name may change, it is the Incutio XML-RPC)
	- wordpress <unfixed> (embed; bug #504242)
	- dokuwiki <unfixed> (embed)
	- textpattern <unfixed> (embed)

libphp-cas
	- glpi <unfixed> (embed)
	- moodle <unfixed> (embed; bug #496069)

scriptaculous
	- glpi <unfixed> (embed)
	- libaws <unfixed> (embed)
	NOTE: libaws-doc
	- op-panel <unfixed> (embed)
	- symfony <unfixed> (embed)
	NOTE: maintainer says there are extra incompatible changes required
	- pixelpost <unfixed> (embed)
	- webhelpers <unfixed> (embed)
	NOTE: python-webhelpers
	- qwik <unfixed> (embed)
	- smokeping <unfixed> (embed)
	- turba2 <unfixed> (embed)
	- typo3-src 4.2.3-1 (embed)

libmarkdown-php
	- moodle <unfixed> (embed; bug #507185)
	- pixelpost <unfixed> (embed)

php-openid
	- wordpress-openid <itp> (embed)

geshi
	- dokuwiki 0.0.20080505-3.1 (embed)
	- pgfouine 1.0-1.1 (embed)
	- websvn 2.1.0-1 (embed)

webcalendar
	- gforge-plugins-extra 4.7~rc2-6 (embed; bug #504758)

libical
	- kdepim <unfixed> (fork)
	- kdepimlibs <unfixed> (fork)
	NOTE: fixed in KDE4 post 4.1.x series

libltdl3
	- kdelibs <unfixed> (embed)
	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
	- synfig <unfixed> (embed)

harfbuzz
	- qt4-x11 <unfixed> (embed)

libzip
	- php5 <unfixed> (fork)

json.php (not packaged; should be replaced with php's built-in functions)
	- moodle <unfixed>
	- yui <unfixed>
	- gallery2 <unfixed>
	- dokuwiki <unfixed>
	- typo3-src <unfixed>

php-fpdf
	- tcpdf <itp> (fork)
	- moodle <unfixed>
	- phpwiki <unfixed>
	- egroupware <unfixed>
	- ldap-account-manager <unfixed> (fork)

tcpdf (itp: #495985)
	- moodle <unfixed>
	- phpmyadmin <unfixed>

typo3
	- moodle <unfixed>

spreadsheet_writeexcel (PHP port of libspreadsheet-writeexcel-perl; itp: #487557)
	- moodle <unfixed>
	- gosa <unfixed>

php-ole (itp: #487558)
	- moodle <unfixed>

pieforms (http://www.catalyst.net.nz)
	- mahara <unfixed>

savant2 (http://phpsavant.com)
	- egroupware <unfixed>

rssparser (http://nwow.org)
	- egroupware <unfixed>
	- phpgroupware <unfixed>

lcms
	- openjdk-6 <unfixed> (fork)

libphp-phplayersmenu
	- diogenes <unfixed>
	- phpldapadmin <unfixed>

libphp-pclzip
	- docvert <unfixed>
	- moodle <unfixed>
	- egroupware <unfixed>

libphp-simplepie
	- dokuwiki <unfixed>

libphp-jpgraph
	- egroupware <unfixed>

php-simpletest
	- moodle <unfixed>

libpng
	- iceweasel <unfixed> (embed)
        NOTE: 3.0 uses embedded copy, 2.0 uses system libpng
	- icedove: 1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1, 2.0.0.19-1 (embed)
	- iceape 1.0.13~pre080614i-0etch1 (embed)
	- xulrunner <unfixed> (embed)
	NOTE: Debian 1.9.0.6 uses embedded copy
        NOTE: Ubuntu: 1.9.x use embedded copy, 1.8 and 1.8.1 use system libpng
        - firefox 1.5.dfsg+1.5.0.3-0ubuntu3, 2.0.0.6+2nobinonly-0ubuntu1 (embed)
        NOTE: Ubuntu only
	- firefox-3.0 <unfixed> (embed)
        NOTE: Ubuntu only
	- firefox-3.1 <unfixed> (embed)
        NOTE: Ubuntu only
	- seamonkey 1.1.9+nobinonly-0ubuntu1 (embed)
        NOTE: Ubuntu only
	- thunderbird 2.0.0.6+nobinonly-0ubuntu1 (embed)
	NOTE: Ubuntu only
	- mozilla-thunderbird 1.5.0.2-0ubuntu2 (embed)
	NOTE: Ubuntu only

irssi
	- silc-client <unfixed> (embed)
	NOTE: Seems to be a pre-0.8.12 version that is used in irssi-plugin-silc

extc
	- mtasc <unfixed> (embed)
	- haxe <unfixed> (embed)

swflib
	- mtasc <unfixed> (embed)
	- haxe <unfixed> (embed)

libitext-java
	- bouncycastle 2.1.4-1 (embed)

python-ply
	- pyke <unfixed> (embed)

libdumbnet (libdnet upstream)
	- nmap <unfixed> (fork)

© 2014-2024 Faster IT GmbH | imprint | privacy policy