diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-22 14:20:40 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-22 18:24:16 +0800 |
commit | df2b33fd9ba9e5377da260cd2e2df7740561870c (patch) | |
tree | f219fcbed4104ff12c2fb3c33de69de8efbabec6 /recipes/pulseaudio/pulseaudio_0.9.15.bb | |
parent | 7284b51dfd5e8ada1af863a8e0d1b9948c62ccce (diff) |
pulseaudio: Plug flaw with pulseaudio restarting itself..
Address CVE-2009-1894..
Diffstat (limited to 'recipes/pulseaudio/pulseaudio_0.9.15.bb')
-rw-r--r-- | recipes/pulseaudio/pulseaudio_0.9.15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/pulseaudio/pulseaudio_0.9.15.bb b/recipes/pulseaudio/pulseaudio_0.9.15.bb index 760e408333..d71d077ab6 100644 --- a/recipes/pulseaudio/pulseaudio_0.9.15.bb +++ b/recipes/pulseaudio/pulseaudio_0.9.15.bb @@ -1,7 +1,7 @@ require pulseaudio.inc DEPENDS += "gdbm speex" -PR = "${INC_PR}.5" +PR = "${INC_PR}.6" inherit gettext @@ -16,6 +16,7 @@ SRC_URI += "\ file://tls_m4.patch;patch=1 \ file://sbc-thumb.patch;patch=1 \ file://CVE-2009-1299.patch;patch=1 \ + file://CVE-2009-1894.patch;patch=1 \ " do_compile_prepend() { |