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

« back to all changes in this revision

Viewing changes to unix/xc/lib/oldX/Imakefile

  • 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 $Xorg: Imakefile,v 1.3 2000/08/17 19:46:42 cpqbld Exp $
 
2
 
 
3
 
 
4
 
 
5
 
 
6
XCOMM $XFree86: xc/lib/oldX/Imakefile,v 1.3 2001/01/17 19:43:37 dawes Exp $
 
7
 
 
8
#define DoNormalLib NormalOldX
 
9
#define DoSharedLib SharedOldX
 
10
#define DoExtraLib SharedOldX
 
11
#define DoDebugLib DebugOldX
 
12
#define DoProfileLib ProfileOldX
 
13
#define LibName oldX
 
14
#define SoRev SOOLDXREV
 
15
#define IncSubdir X11
 
16
 
 
17
#ifdef SharedOldXReqs
 
18
REQUIREDLIBS = SharedOldXReqs
 
19
#endif
 
20
 
 
21
#if Malloc0ReturnsNull
 
22
        DEFINES = -DMALLOC_0_RETURNS_NULL
 
23
#endif
 
24
       INCLUDES = -I$(XINCLUDESRC) -I$(XLIBSRC)
 
25
           SRCS = \
 
26
                XDraw.c \
 
27
                XCrAssoc.c \
 
28
                XDelAssoc.c \
 
29
                XDestAssoc.c \
 
30
                XLookAssoc.c \
 
31
                XMakeAssoc.c
 
32
        HEADERS = X10.h
 
33
       LINTLIBS =
 
34
 
 
35
           OBJS = \
 
36
                XDraw.o \
 
37
                XCrAssoc.o \
 
38
                XDelAssoc.o \
 
39
                XDestAssoc.o \
 
40
                XLookAssoc.o \
 
41
                XMakeAssoc.o
 
42
 
 
43
#include <Library.tmpl>
 
44
 
 
45
DependTarget()