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

« back to all changes in this revision

Viewing changes to clockstuff/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:
5
5
 
6
6
INCLUDES = -I$(top_srcdir)/include
7
7
# We need -lm (and perhaps $(COMPAT) for propdelay, -lntp for {chu,clk}test
8
 
propdelay_LDADD = -lm
 
8
propdelay_LDADD = -lm ../libntp/libntp.a
9
9
chutest_LDADD = ../libntp/libntp.a
10
10
clktest_LDADD = ../libntp/libntp.a
11
11
ETAGS_ARGS = Makefile.am
12
12
#EXTRA_DIST = TAGS
13
13
 
 
14
# clktest-opts.def wants ../include/copyright.def ../include/homerc.def
 
15
 
14
16
chutest$(EXEEXT): ../libntp/libntp.a
15
17
 
16
18
clktest$(EXEEXT): ../libntp/libntp.a