From 9869c71aab0d7d43a990715d74532792f79a07a7 Mon Sep 17 00:00:00 2001 From: Jiri Skala Date: May 03 2011 07:17:50 +0000 Subject: fixes #701340 - CVE-2011-1159 acpid: blocked writes can lead to acpid daemon hang update to latest upstream 2.0.9 --- diff --git a/.gitignore b/.gitignore index 0ffbf49..b9db971 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ acpid-2.0.5.tar.gz /acpid-2.0.7.tar.gz +/acpid-2.0.9.tar.gz diff --git a/acpid.spec b/acpid.spec index f738531..8d2756c 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,6 +1,6 @@ Summary: ACPI Event Daemon Name: acpid -Version: 2.0.7 +Version: 2.0.9 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons @@ -115,6 +115,10 @@ if [ "$1" -ge "1" ]; then fi %changelog +* Tue May 03 2011 Jiri Skala - 2.0.9-1 +- fixes #701340 - CVE-2011-1159 acpid: blocked writes can lead to acpid daemon hang +- update to latest upstream 2.0.9 + * Wed Dec 08 2010 Jiri Skala - 2.0.7-1 - fixes #660459 - Should be able to set options with /etc/sysconfig/acpid - update to latest upstream diff --git a/sources b/sources index e9810f3..7597217 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84832448304e0b19c8cf566fe5b64be0 acpid-2.0.7.tar.gz +8b30aa1b31f607161745a4ac7a19699b acpid-2.0.9.tar.gz