/[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 4835 by neilm, Mon Oct 9 20:39:54 2006 UTC revision 7383 by jmm-guest, Fri Nov 23 22:34:12 2007 UTC
# Line 1  Line 1 
   
1  This file collects cases, where a source package embeds code from  This file collects cases, where a source package embeds code from
2  other projects, without linking dynamically:  other projects, without linking dynamically:
3    
4  xpdf code: (some use xpdf 2, some xpdf 3)  xpdf code: (some use xpdf 2, some xpdf 3)
5  gpdf (will be replaced by evince in Gnome 2.12)  gpdf (has been replaced by evince - which uses poppler - in Etch)
6  pdftohtml (current poppler source package has a ported version, pinged maintainer)  pdftohtml (has been replaced by poppler-utils from the poppler source package, still in Etch, though)
7  kdegraphics/kpdf (upstream is working on using poppler, probably not in time for Etch)  kdegraphics/kpdf (okular, the kpdf replacement in KDE 4 is using poppler, #436164)
8  tetex-bin (links to poppler since 3.0-12)  tetex-bin (links to poppler since 3.0-12)
9  cupsys (only older releases, recent ones use xpdf-utils, it's still present in the src, though)  cupsys (uses xpdf-utils, it's still present in the src, though)
10  poppler  poppler
11  koffice (upstream is working on using poppler, probably not in time for Etch)  koffice/kword (upstream is working on using poppler, #436163)
12  libextractor (uses internal pdf decoder since 0.5.12-1)  libextractor (uses internal pdf decoder since 0.5.12-1)
13  pdfkit.framework (links to poppler since 0.8-4)  pdfkit.framework (links to poppler since 0.8-4)
14    ipe (only small parts, but with renamed source files: ipestdfonts.cpp, ipefonts.cpp, ipedct.cpp)
15    
16    silc-toolkit:
17    silc-client (uses libsilc and libsilcclient)
18    
19    dietlibc:
20    ccontrol (links statically)
21    
22    libiax:
23    iaxmodem
24    
25  zlib code: (lots of apps embed a copy, but link dynamically, but there are a few exceptions)  zlib code: (lots of apps embed a copy, but link dynamically, but there are a few exceptions)
26  dpkg  dpkg
27  rsync (somehow derived code base)  rsync (somehow derived code base)
28    mono
29  mozilla(?)  mozilla(?)
30  Linux kernels  Linux kernels
31  pvpgn (links dynamically since 1.7.8-2)  pvpgn (links dynamically since 1.7.8-2)
32  mrtg (links dynamically since 2.12.2-1)  mrtg (links dynamically since 2.12.2-1)
33    rpm
34    
35    libbz2:
36    dpkg (statically linked)
37    
38  libgadu/ekg:  libgadu/ekg:
39  centericq  centericq
# Line 28  kopete (ships the code, but links dynami Line 42  kopete (ships the code, but links dynami
42  kadu (not packaged in Debian)  kadu (not packaged in Debian)
43  GNU gadu (not yet packaged in Debian)  GNU gadu (not yet packaged in Debian)
44    
   
45  xmlrpc: (which package is the "origin" of this code?)  xmlrpc: (which package is the "origin" of this code?)
46  drupal  drupal
47  phpgroupware  phpgroupware
48  egroupware  egroupware
49  phpwiki  phpwiki
50  php4 (php-pear, IIRC this was reorganized some weeks ago?)  php4 (php-pear, IIRC this was reorganized some weeks ago?)
51  tikiwiki (not packaged in Debian)  tikiwiki
   
52    
53  shtool: (affects build-time only)  shtool: (affects build-time only)
54  mysql-ocaml  mysql-ocaml
55  php4  php4
56    
   
57  mozilla:  mozilla:
58  mozilla-firefox  mozilla-firefox
59  mozilla-thunderbird  mozilla-thunderbird
60  nvu  firefox (to be removed)
61    thunderbird (to be removed)
62    iceweasel
63    iceape
64    icedove
65    xulrunner
66    nvu (no longer in Debian)
67    
68  xli:  xli:
69  xloadimage  xloadimage
70    
   
71  lesstif: (beware: two different lesstif APIs supported in one package, MOTIF 1.2 discarded upstream)  lesstif: (beware: two different lesstif APIs supported in one package, MOTIF 1.2 discarded upstream)
72  openmotif  openmotif
73  xfree86/xorg (in libxpm)  xfree86/xorg (in libxpm)
74    
   
75  kerberized apps with BSD origin:  kerberized apps with BSD origin:
76  krb4  krb4
77  krb5  krb5
78  heimdal  heimdal
79    
   
80  grip: (which pkg is the origin?)  grip: (which pkg is the origin?)
81  libcdaudio  libcdaudio
82  grip  grip
83  gnome-vfs (vfs2 as well?)  gnome-vfs (vfs2 as well?)
84    
   
85  fudforum:  fudforum:
86  phpgroupware-fudforum  phpgroupware-fudforum
87  egroupware-fudforum  egroupware-fudforum (removed from egroupware after sarge)
88    
89  cvs:  cvs:
90  gcvs (at least an additional script is included, check if there's more)  gcvs (at least an additional script is included, check if there's more)
# Line 82  all pythons Line 94  all pythons
94  php4 (src included, but Debian package links dynamically)  php4 (src included, but Debian package links dynamically)
95  analog (src included, but Debian package links dynamically)  analog (src included, but Debian package links dynamically)
96  libgoffice-1  libgoffice-1
97    vfu (#450754)
98  tf5 (since 5.0beta7 the Debian package links dynamically)  tf5 (since 5.0beta7 the Debian package links dynamically)
99    monotone (including this starting from 0.37)
100    glib (2.14 series for gregex support, only for udeb, regular packag links dynamic)
101    apache2 (since 2.0.53-4 uses 040_link_external_pcre patch)
102    exim4 (since 4.10-0.srh20.12 uses 36_pcre patch to use external pcre)
103    
104  tiff:  tiff:
105  wxpythongtk (check, which debian pkg this is in)  wxpythongtk (check, which debian pkg this is in)
106  older kdegraphics/kpdf releases < 3.3 embedded a copy  older kdegraphics/kpdf releases < 3.3 embedded a copy
107    
   
108  uudeview:  uudeview:
109  libconvert-uulib-perl  libconvert-uulib-perl
110    
111  sqlite: (not affected by security vulnerabilities so far)  sqlite: (not affected by security vulnerabilities so far)
112  amarok  amarok
113    monotone
114    iceweasel
115    
116  util-linux/mount:  util-linux/mount:
117  loop-aes-utils contains code from util-linux' mount in the mount-aes-udeb  loop-aes-utils contains code from util-linux' mount in the mount-aes-udeb
118    
119  webmin:  webmin:
120  usermin  usermin (only in sarge)
121    
122  sylpheed:  sylpheed:
123  sylpheed-claws  sylpheed-claws
# Line 109  egroupware Line 127  egroupware
127  phpgroupware  phpgroupware
128    
129  phpldapadmin:  phpldapadmin:
130  egroupware  egroupware (removed from egroupware after sarge)
131    
132  chmlib:  chmlib:
133  kchmviewer (not packaged in Debian)  kchmviewer (not packaged in Debian)
134    
135  libavcodec/libavformat:  libavcodec/libavformat (source: ffmpeg):
136  ffmpeg  mplayer (#395252)
137  xine-lib  xvidcap
 xvidcap (currently in NEW)  
138  kino (links statically, does not include code)  kino (links statically, does not include code)
139  vlc (links statically, does not include code)  vlc (links statically, does not include code)
140  smilutils (links statically, does not include code)  smilutils (links statically, does not include code)
141  motion (links statically, does not include code)  motion (links statically, does not include code)
142  gst-ffmpeg  gst-ffmpeg
143  xmovie (currently in NEW)  gstreamer0.10-ffmpeg
144  gst-ffmpeg  xmovie
145    
146  mad MPEG decoding lib:  mad MPEG decoding lib:
147  mad  mad
# Line 154  gimp-gap (potentially using ffmpeg code Line 171  gimp-gap (potentially using ffmpeg code
171    
172  uw-imap:  uw-imap:
173  pine  pine
174    alpine
175    
176  imagemagick:  imagemagick:
177  graphicsmagick  graphicsmagick
# Line 164  nsis Line 182  nsis
182  libghttp:  libghttp:
183  hotway  hotway
184    
185  etl-dev (will be renamed to libetl-dev soon):  libsndfile:
186  synfig  ardour
187    
188    glibmm2.4:
189    ardour
190    
191    libgnomecanvasmm2.6:
192    ardour
193    
194    libsigc++-2.0:
195    ardour
196    
197    soundtouch:
198    ardour
199    
200  libmms:  libmms:
201  xine-lib  xine-lib
202  mimms  mimms
203    
204  FCKeditor:  FCKeditor: (packaged as fckeditor)
205  knowledgeroot  knowledgeroot
206    moin (452599)
207    karrigell (452598)
208    gforge-plugins-extra (452597)
209    
210    
211    
212    Moodle contains lots of things:
213    AdoDB
214    AdoDB-XML Schema
215    ipatlas
216    PHPMailer
217    Smarty
218    htmlArea
219    TinyMCE
220    bennu
221    
222  TinyMCE:  TinyMCE:
223  wordpress  wordpress
# Line 183  joomla (ITP) Line 228  joomla (ITP)
228  scintilla:  scintilla:
229  scite  scite
230  qscintilla  qscintilla
231    qscintilla2
232  geany  geany
233    
234  libphp-adodb:  libphp-adodb:
# Line 190  gallery2 Line 236  gallery2
236  phppgadmin  phppgadmin
237  egroupware  egroupware
238  phpwiki  phpwiki
239    ipplan
240    typo3
241  moodle  moodle
242  cacti (dependency exists, but internal version is used -- only in sarge, fixed in etch)  cacti (dependency exists, but internal version is used -- only in sarge, fixed in etch)
243    
# Line 198  linux-kernel (lib/inflate.c) Line 246  linux-kernel (lib/inflate.c)
246  klibc (based on linux-kernel gzip code)  klibc (based on linux-kernel gzip code)
247  busybox  busybox
248    
249    neon:
250    cadaver (all, but being worked on: #188381)
251    gnome-vfs2 (#395874)
252    litmus (#395875)
253    screem (sarge only)
254    sitecopy (#395876)
255    tla (etch/sid only: #395877)
256    
257    libmodplug:
258    gst-plugins-bad0.10
259    
260    libvncserver:
261    vino
262    
263    putty:
264    filezilla
265    
266    tinyxml (not packaged in Debian):
267    filezilla
268    
269    gv:
270    evince (ps/ tree from gv 3.5.8)
271    evince-gtk (not packaged in Debian)
272    
273    libXbae:
274    libpawlib2-lesstif package (from Cernlib)
275    
276    libXaw:
277    libpawlib2-lesstif package (from Cernlib)
278    
279    (I plan to deal with the above two cases after Etch release. -- KevinMcCarty)
280    
281    libgd2:
282    graphviz (lib/gd seems to be 2.0.33)
283    
284    rar:
285    unrar-nonfree
286    
287    unrar-free: (maybe this code is derived from the original rar, too?)
288    clamav (seems to be disabled in default config)
289    
290    mplayer (DirectMedia Object loader):
291    xine-lib (src/libw32dll/)
292    vlc (modules/codec/dmo/)
293    
294    libwpd (WordPerfect converter):
295    openoffice.org
296    
297    fsplib (http://sourceforge.net/projects/fsp/):
298    gftp (lib/fsplib version 0.3)
299    
300    librpcsecgss:
301    krb5
302    
303    jasper:
304    ghostscript
305    gs-gpl
306    
307    libidn:
308    monotone
309    
310    liblua:
311    monotone
312    
313    libbotan:
314    montone
315    
316    NetXX:
317    monotone
318    
319    libgc:
320    mono
321    
322    lzma:
323    p7zip
324    
325    lzo:
326    grub2
327    
328    pax code:
329    tar
330    cpio

Legend:
Removed from v.4835  
changed lines
  Added in v.7383

  ViewVC Help
Powered by ViewVC 1.1.5