~ubuntu-branches/ubuntu/lucid/gnutls26/lucid-updates

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler, GNUTLS-SA-2008-1-1
  • Date: 2008-05-20 19:19:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080520191955-94z4e37fiy049wpa
Tags: 2.2.5-1
New upstream version.
Fixes three security vulnerabilities.
[GNUTLS-SA-2008-1-1] [GNUTLS-SA-2008-1-2] [GNUTLS-SA-2008-1-3]. See
<http://www.gnu.org/software/gnutls/security.html>.
CVE-2008-1948, CVE-2008-1949, CVE-2008-1950. DSA-1581-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
# USA
23
23
 
24
24
AC_PREREQ(2.61)
25
 
AC_INIT([GnuTLS], [2.2.3], [bug-gnutls@gnu.org])
 
25
AC_INIT([GnuTLS], [2.2.5], [bug-gnutls@gnu.org])
26
26
AC_CONFIG_AUX_DIR([build-aux])
27
27
 
28
28
AC_CANONICAL_TARGET
37
37
# Interfaces added:                             AGE++
38
38
# Interfaces removed:                           AGE=0
39
39
AC_SUBST(LT_CURRENT, 27)
40
 
AC_SUBST(LT_REVISION, 4)
 
40
AC_SUBST(LT_REVISION, 6)
41
41
AC_SUBST(LT_AGE, 1)
42
42
ac_full=1
43
43