~ubuntu-branches/ubuntu/oneiric/dbus/oneiric-security

« back to all changes in this revision

Viewing changes to dbus/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2010-12-21 13:43:26 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20101221134326-tphabew59n072ej1
Tags: 1.4.1-0ubuntu1
* New upstream release:
  - Fix for CVE-2010-4352: sending messages with excessively-nested
    variants can crash the bus. The existing restriction to 64-levels
    of nesting previously only applied to the static type signature;
    now it also applies to dynamic nesting using variants.
  - Various bug fixes.

* Dropped patch from 1.4.0-0ubuntu2 since it's now included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        dbus-sysdeps-util-win.c                 \
74
74
        dbus-spawn-win.c
75
75
else
 
76
 
 
77
if DBUS_ENABLE_LAUNCHD
 
78
launchd_source = dbus-server-launchd.h dbus-server-launchd.c
 
79
else
 
80
launchd_source =
 
81
endif
 
82
 
76
83
DBUS_LIB_arch_sources =                         \
77
84
        dbus-uuidgen.c                          \
78
85
        dbus-uuidgen.h                          \
80
87
        dbus-server-unix.h
81
88
 
82
89
DBUS_SHARED_arch_sources =                      \
 
90
        $(launchd_source)                       \
83
91
        dbus-file-unix.c                        \
84
92
        dbus-pipe-unix.c                        \
85
93
        dbus-sysdeps-unix.c                     \