~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/config/cf/bsdiLib.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XCOMM $XFree86: xc/config/cf/bsdiLib.tmpl,v 3.1 2000/05/18 00:33:16 dawes Exp $
 
2
 
 
3
/*
 
4
 * BSDI shared library template (converted from Linux template)
 
5
 */
 
6
 
 
7
/*
 
8
 * Linux ELF shared libraries (which BSDI uses)
 
9
 * are deficient in link semantics...
 
10
 */
 
11
 
 
12
#ifndef FixupLibReferences
 
13
#define FixupLibReferences()                                            @@\
 
14
XMULIBONLY = -lXmu                                                      @@\
 
15
XMULIB = $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
 
16
#endif
 
17
 
 
18
#ifndef XawClientLibs
 
19
#define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XPMLIB) $(XLIB)
 
20
#endif
 
21
 
 
22
#define CplusplusLibC
 
23
#define FrescoSysLibs   CplusplusLibC MathLibrary
 
24
 
 
25
#define SharedX11Reqs
 
26
#define SharedOldXReqs  $(LDPRELIB) $(XLIBONLY)
 
27
#define SharedXtReqs    $(LDPRELIB) $(XLIBONLY) $(SMLIB) $(ICELIB)
 
28
#define SharedXawReqs   $(LDPRELIB) $(XMULIB) $(XTOOLLIB) $(XPMLIB) $(XLIB)
 
29
#define SharedXaw6Reqs  $(LDPRELIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
 
30
#define SharedXmuReqs   $(LDPRELIB) $(XTOOLLIB) $(XLIB)
 
31
#define SharedXextReqs  $(LDPRELIB) $(XLIBONLY)
 
32
#define SharedXiReqs    $(LDPRELIB) $(XLIB)
 
33
#define SharedPexReqs   $(LDPRELIB) $(XLIBONLY) MathLibrary
 
34
#define SharedXtstReqs  $(LDPRELIB) $(XLIB)
 
35
#define SharedXieReqs   $(LDPRELIB) $(XLIBONLY)
 
36
#define SharedSMReqs    $(LDPRELIB) $(ICELIB)
 
37
#define SharedFrescoReqs        $(LDPRELIB) $(XLIBONLY) FrescoSysLibs
 
38
#define SharedXtfReqs   $(LDPRELIB) $(FRESCOLIB) $(XTOOLLIB) $(XLIB) FrescoSysLibs
 
39
 
 
40
/* Motif lib requirements */
 
41
#define SharedXReqs $(XTOOLLIB) $(XPLIB) $(XLIB)
 
42
#define SharedXmReqs $(LDPRELIB) SharedXReqs
 
43
#define SharedMrmReqs $(LDPRELIB) $(XMLIB) SharedXReqs
 
44
#define SharedUilReqs $(LDPRELIB) $(XMLIB) SharedXReqs