~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to libopts/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-01-05 21:10:03 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090105211003-mh6zc3um4k1uhsj7
Tags: 1:4.2.4p4+dfsg-8
It did not properly check the return value of EVP_VerifyFinal
which results in an malformed DSA signature being treated as
a good signature rather than as an error.  (CVE-2009-0021)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## LIBOPTS Makefile
 
2
MAINTAINERCLEANFILES    = Makefile.in
 
3
if INSTALL_LIBOPTS
 
4
lib_LTLIBRARIES         = libopts.la
 
5
else
 
6
noinst_LTLIBRARIES      = libopts.la
 
7
endif
 
8
libopts_la_SOURCES      = libopts.c
 
9
libopts_la_CPPFLAGS     = -I$(top_srcdir)
 
10
libopts_la_LDFLAGS      = -version-info  29:0:4
 
11
EXTRA_DIST              = \
 
12
    COPYING.lgpl            COPYING.mbsd            MakeDefs.inc  \
 
13
    README                  autoopts/options.h      autoopts/usage-txt.h  \
 
14
    autoopts.c              autoopts.h              boolean.c  \
 
15
    compat/windows-config.h compat/compat.h         compat/pathfind.c  \
 
16
    compat/snprintf.c       compat/strdup.c         compat/strchr.c  \
 
17
    configfile.c            cook.c                  enumeration.c  \
 
18
    environment.c           genshell.c              genshell.h  \
 
19
    load.c                  m4/libopts.m4           m4/liboptschk.m4  \
 
20
    makeshell.c             nested.c                numeric.c  \
 
21
    pgusage.c               proto.h                 putshell.c  \
 
22
    restore.c               save.c                  sort.c  \
 
23
    stack.c                 streqvcmp.c             text_mmap.c  \
 
24
    tokenize.c              usage.c                 version.c