~ubuntu-branches/ubuntu/maverick/libcdio/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Boullis
  • Date: 2008-01-07 00:34:44 UTC
  • Revision ID: james.westby@ubuntu.com-20080107003444-wcpf8d2am8mk7pst
Tags: 0.78.2+dfsg1-2
* This update addresses the following security issue, thanks to Nico
  Golde:
  - CVE-2007-6613: a stack-based buffer overflow in the
    print_iso9660_recurse function could lead to cause a denial of
    service or arbitrary code execution if the iso-info or cd-info tool
    is used with a crafted iso image. (Closes: #459129)
* Support GNU/kFreeBSD systems, thanks to Petr Salinger for his
  patch. (Closes: #449457)
* Bump Standards-Version to 3.7.3 (no change needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
        LIBS="$LIBS -lwinmm -mwindows"
435
435
        cd_drivers="${cd_drivers}, MinGW "
436
436
        ;;
437
 
     freebsd4.*|freebsd5.*|freebsd6*|freebsd7*|dragonfly*)
 
437
     freebsd4.*|freebsd5.*|freebsd6*|freebsd7*|dragonfly*|kfreebsd*)
438
438
        AC_DEFINE([HAVE_FREEBSD_CDROM], [1], 
439
439
                  [Define 1 if you have FreeBSD CD-ROM support])
440
440
        LIBS="$LIBS -lcam"