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

« back to all changes in this revision

Viewing changes to arlib/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
 
AUTOMAKE_OPTIONS = foreign # ansi2knr
2
 
 
3
 
#lib_LIBRARIES = libares.a
4
 
noinst_LIBRARIES = libares.a
5
 
libares_a_SOURCES = arlib.c arplib.h
6
 
#include_HEADERS = arlib.h
7
 
noinst_HEADERS = arlib.h
8
 
 
9
 
noinst_PROGRAMS = example
10
 
example_SOURCES = sample.c
11
 
example_LDADD = libares.a
12
 
#man_MANS = arlib.3
13
 
#EXTRA_DIST = $(man_MANS) UNSHAR.HDR
14
 
noinst_MANS = arlib.3
15
 
EXTRA_DIST = $(noinst_MANS) UNSHAR.HDR