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

« back to all changes in this revision

Viewing changes to include/copyright.def

  • 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
/* -*- Mode: Text -*- */
 
2
 
 
3
copyright = {
 
4
    date  = "1970-2007";
 
5
    owner = "David L. Mills and/or others";
 
6
    eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org";
 
7
    type  = note;
 
8
    text  = "see html/copyright.html";
 
9
};
 
10
 
 
11
long-opts;
 
12
config-header  = config.h;
 
13
environrc;
 
14
 
 
15
version         = `
 
16
eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
 
17
[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
 
18
echo $VERSION`;