diff -Nru acpid-2.0.33/debian/changelog acpid-2.0.33/debian/changelog --- acpid-2.0.33/debian/changelog 2021-11-02 04:40:16.000000000 +0100 +++ acpid-2.0.33/debian/changelog 2022-01-25 11:00:15.000000000 +0100 @@ -1,3 +1,12 @@ +acpid (1:2.0.33-1ubuntu1~ppa0) jammy; urgency=low + + * Merge from Debian unstable (LP: #1958897). Remaining changes: + - debian/patches/silent.patch: change pointless shutdown message "exiting" + from NOTICE to DEBUG level, such that it's not emitted by default. + - don't recommend acpi-support-base. + + -- Alexandre Ghiti Tue, 25 Jan 2022 11:00:15 +0100 + acpid (1:2.0.33-1) unstable; urgency=medium * New upstream release (2.0.33). @@ -8,6 +17,23 @@ -- Josue Ortega Mon, 01 Nov 2021 21:40:16 -0600 +acpid (1:2.0.32-1ubuntu2) impish; urgency=medium + + * No-change rebuild to build packages with zstd compression. + + -- Matthias Klose Thu, 07 Oct 2021 12:09:12 +0200 + +acpid (1:2.0.32-1ubuntu1) focal; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - debian/patches/silent.patch: change pointless shutdown message "exiting" + from NOTICE to DEBUG level, such that it's not emitted by default. + - don't recommend acpi-support-base. + * Dropped changes, included in Debian: + - Ship acpid.service disabled, but .path and .sockets enabled. + + -- Balint Reczey Thu, 28 Nov 2019 14:01:54 +0100 + acpid (1:2.0.32-1) unstable; urgency=medium * New upstream release (2.0.32). (Closes: #933230) @@ -41,6 +67,22 @@ -- Dmitry Bogatov Sat, 22 Jun 2019 20:46:50 +0000 +acpid (1:2.0.31-1ubuntu2) disco; urgency=medium + + * Ship acpid.service disabled, but .path and .sockets enabled. + Also don't start acpid.service on installation. + + -- Balint Reczey Fri, 01 Mar 2019 17:41:32 +0100 + +acpid (1:2.0.31-1ubuntu1) disco; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/patches/silent.patch: change pointless shutdown message "exiting" + from NOTICE to DEBUG level, such that it's not emitted by default. + - don't recommend acpi-support-base. + + -- Steve Langasek Thu, 31 Jan 2019 23:14:26 -0800 + acpid (1:2.0.31-1) unstable; urgency=medium [ Ondřej Nový ] @@ -56,6 +98,30 @@ -- Michael Meskes Thu, 22 Nov 2018 15:03:21 +0100 +acpid (1:2.0.28-1ubuntu1) artful; urgency=low + + * Merge from Debian unstable. Remaining changes: + - debian/patches/silent.patch: change pointless shutdown message "exiting" + from NOTICE to DEBUG level, such that it's not emitted by default. + - don't recommend acpi-support-base. + * Dropped changes, included in Debian: + - Do not start when inside a container + * Dropped changes: + - Replace init script with Upstart job: upstart is obsolete post-16.04 + and we are already using a systemd unit instead. + - Source /usr/share/acpi-support/power-funcs in powerbtn.sh: this file + is long gone (pre-13.10) so no need for the delta. + - Install /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh: drop, + since the script is a no-op when systemd-logind is running and + systemd-logind is now *always* running, there's no reason to install + these anymore or carry a delta to them. + - debian/acpid.install, debian/acpid.preinst, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + + -- Steve Langasek Thu, 27 Apr 2017 21:28:10 -0700 + acpid (1:2.0.28-1) unstable; urgency=medium * Move to source format 3.0 to not have to repack upstream's source tarball. @@ -68,6 +134,50 @@ -- Michael Meskes Tue, 20 Sep 2016 12:14:13 +0200 +acpid (1:2.0.26-1ubuntu3) artful; urgency=medium + + * No-change rebuild to pick up -fPIE compiler default in static + libraries + + -- Steve Langasek Fri, 21 Apr 2017 20:45:17 +0000 + +acpid (1:2.0.26-1ubuntu2) xenial; urgency=medium + + * Do not start when inside a container (LP: #1568155) + + -- Simon Deziel Fri, 08 Apr 2016 21:25:13 +0000 + +acpid (1:2.0.26-1ubuntu1) xenial; urgency=low + + * Merge from Debian unstable. Remaining changes: + - Replace init script with Upstart job + + This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/acpid.install, debian/acpid.preinst, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + - Source /usr/share/acpi-support/power-funcs in powerbtn.sh + - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs + exists before sourcing it; note that acpid does not depend on + acpi-support (which is fine, as it brings in lots of X dependencies + not appropriate for servers); this fix will allow Ubuntu servers + (especially those in VMs) to run acpid and catch and handle power + button events again. + - debian/powerbtn.sh: gnome-power-manager is no more, check for + gnome-settings-daemon now. This fixes immediate shutdown when the power + button is pressed. + - Change pointless shutdown message "exiting" from NOTICE to DEBUG + level, such that it's not emitted by default. + - debian/powerbtn.sh: add support for mate-settings-daemon, + unity-settings-daemon + - ./debian/powerbtn.sh: Don't do anything if logind is running, as + that already handles power button presses. This fixes unconditional + shutdowns if a desktop environment wants to handle the power key by + itself (and inhibits logind). (LP: #1201180) + + -- Dimitri John Ledkov Tue, 09 Feb 2016 22:43:25 +0000 + acpid (1:2.0.26-1) unstable; urgency=medium * Imported Upstream version 2.0.26 (Closes: #808015) @@ -91,6 +201,43 @@ -- Michael Meskes Sat, 08 Nov 2014 17:36:34 +0100 +acpid (1:2.0.23-1ubuntu2) xenial; urgency=medium + + * Fix FTBFS due to signed/unsigned comparison. + + -- Dimitri John Ledkov Thu, 03 Dec 2015 14:35:03 +0000 + +acpid (1:2.0.23-1ubuntu1) vivid; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - Replace init script with Upstart job + + This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/acpid.install, debian/acpid.preinst, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + - Source /usr/share/acpi-support/power-funcs in powerbtn.sh + - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs + exists before sourcing it; note that acpid does not depend on + acpi-support (which is fine, as it brings in lots of X dependencies + not appropriate for servers); this fix will allow Ubuntu servers + (especially those in VMs) to run acpid and catch and handle power + button events again. + - debian/powerbtn.sh: gnome-power-manager is no more, check for + gnome-settings-daemon now. This fixes immediate shutdown when the power + button is pressed. + - Change pointless shutdown message "exiting" from NOTICE to DEBUG + level, such that it's not emitted by default. + - debian/powerbtn.sh: add support for mate-settings-daemon, + unity-settings-daemon + - ./debian/powerbtn.sh: Don't do anything if logind is running, as + that already handles power button presses. This fixes unconditional + shutdowns if a desktop environment wants to handle the power key by + itself (and inhibits logind). (LP: #1201180) + + -- Michael Vogt Mon, 03 Nov 2014 15:18:22 +0100 + acpid (1:2.0.23-1) unstable; urgency=medium * Adapted build system to use dh_systems_* helpers. @@ -118,6 +265,58 @@ -- Michael Meskes Thu, 03 Apr 2014 10:48:59 +0200 +acpid (1:2.0.21-1ubuntu3) utopic; urgency=high + + * No change rebuild against new dh_installinit, to call update-rc.d at + postinst. + + -- Dimitri John Ledkov Wed, 28 May 2014 10:38:47 +0100 + +acpid (1:2.0.21-1ubuntu2) trusty; urgency=medium + + * ./debian/powerbtn.sh: Don't do anything if logind is running, as that + already handles power button presses. This fixes unconditional shutdowns + if a desktop environment wants to handle the power key by itself (and + inhibits logind). (LP: #1201180) + + -- Martin Pitt Thu, 03 Apr 2014 14:53:35 +0100 + +acpid (1:2.0.21-1ubuntu1) trusty; urgency=medium + + * Merge with Debian; remaining changes: + - Replace init script with Upstart job + + This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/control: Bump build-dependency on debhelper for Upstart-aware + dh_installinit + - debian/acpid.install, debian/acpid.preinst, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + - Source /usr/share/acpi-support/power-funcs in powerbtn.sh + - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs + exists before sourcing it; note that acpid does not depend on + acpi-support (which is fine, as it brings in lots of X dependencies + not appropriate for servers); this fix will allow Ubuntu servers + (especially those in VMs) to run acpid and catch and handle power + button events again. + - debian/powerbtn.sh: gnome-power-manager is no more, check for + gnome-settings-daemon now. This fixes immediate shutdown when the power + button is pressed. + - Fix build failure with GCC 4.8. + - Change pointless shutdown message "exiting" from NOTICE to DEBUG + level, such that it's not emitted by default. + - debian/powerbtn.sh: add support for mate-settings-daemon. + + * Drop changes (unnecessary delta, which does no harm): + - debian/acpid.install, debian/acpid.links: + Don't install socket and service files needed by systemd + + * New changes: + - add support for unity-settings-daemon. + + -- Dimitri John Ledkov Wed, 19 Feb 2014 13:43:55 +0000 + acpid (1:2.0.21-1) unstable; urgency=medium * Imported Upstream version 2.0.21 (closes: #732277) @@ -142,6 +341,47 @@ -- Michael Meskes Tue, 28 May 2013 16:52:28 +0200 +acpid (1:2.0.18-1ubuntu3) trusty; urgency=medium + + * Change pointless shutdown message "exiting" from NOTICE to DEBUG + level, such that it's not emitted by default. (LP: #967229) + + -- Dimitri John Ledkov Tue, 04 Feb 2014 18:15:06 +0000 + +acpid (1:2.0.18-1ubuntu2) saucy; urgency=low + + * debian/powerbtn.sh: add support for mate-settings-daemon. (LP: #1184831) + + -- Nikolay Martynov Wed, 29 May 2013 22:50:46 -0400 + +acpid (1:2.0.18-1ubuntu1) raring; urgency=low + + * Merge with Debian; remaining changes: + - Replace init script with Upstart job + + This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/control: Bump build-dependency on debhelper for Upstart-aware + dh_installinit + - debian/acpid.install, debian/acpid.preinst, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + - Source /usr/share/acpi-support/power-funcs in powerbtn.sh + - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs + exists before sourcing it; note that acpid does not depend on + acpi-support (which is fine, as it brings in lots of X dependencies + not appropriate for servers); this fix will allow Ubuntu servers + (especially those in VMs) to run acpid and catch and handle power + button events again. + - debian/powerbtn.sh: gnome-power-manager is no more, check for + gnome-settings-daemon now. This fixes immediate shutdown when the power + button is pressed. + - debian/acpid.install, debian/acpid.links: + Don't install socket and service files needed by systemd + * Fix build failure with GCC 4.8. + + -- Matthias Klose Tue, 26 Feb 2013 09:01:13 +0100 + acpid (1:2.0.18-1) unstable; urgency=low * Bumped Standards-Version to 3.9.4, no changes needed. @@ -162,6 +402,42 @@ -- Michael Meskes Fri, 21 Dec 2012 13:29:25 +0100 +acpid (1:2.0.17-1ubuntu2) raring; urgency=low + + * Bump to debhelper compat level 9 and use the + DEB_CFLAGS_MAINT_{APPEND_PREPEND} options to change flags, trusting + dh_auto_configure to do the right thing, so that we get support for + cross-compilation and other niceties. + + -- Steve Langasek Tue, 18 Dec 2012 07:02:42 +0000 + +acpid (1:2.0.17-1ubuntu1) raring; urgency=low + + * Merge from Debian unstable (LP: #1076536), remaining changes: + - Replace init script with Upstart job + + This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/control: Bump build-dependency on debhelper for Upstart-aware + dh_installinit + - debian/acpid.install, debian/acpid.preinst, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + - Source /usr/share/acpi-support/power-funcs in powerbtn.sh + - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs + exists before sourcing it; note that acpid does not depend on + acpi-support (which is fine, as it brings in lots of X dependencies + not appropriate for servers); this fix will allow Ubuntu servers + (especially those in VMs) to run acpid and catch and handle power + button events again. + - debian/powerbtn.sh: gnome-power-manager is no more, check for + gnome-settings-daemon now. This fixes immediate shutdown when the power + button is pressed. + - debian/acpid.install, debian/acpid.links: + Don't install socket and service files needed by systemd + + -- Tyler Hicks Thu, 08 Nov 2012 11:37:06 -0800 + acpid (1:2.0.17-1) unstable; urgency=low * Imported Upstream version 2.0.17 @@ -175,6 +451,38 @@ -- Michael Meskes Wed, 08 Aug 2012 11:55:33 +0200 +acpid (1:2.0.16-1ubuntu1) quantal; urgency=low + + * Merge from Debian testing (LP: #1006679), remaining changes: + - Replace init script with Upstart job + + This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/control: Bump build-dependency on debhelper for Upstart-aware + dh_installinit + - debian/acpid.install, debian/acpid.preinst: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + - Source /usr/share/acpi-support/power-funcs in powerbtn.sh + - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs + exists before sourcing it; note that acpid does not depend on + acpi-support (which is fine, as it brings in lots of X dependencies + not appropriate for servers); this fix will allow Ubuntu servers + (especially those in VMs) to run acpid and catch and handle power + button events again. + - debian/powerbtn.sh: gnome-power-manager is no more, check for + gnome-settings-daemon now. This fixes immediate shutdown when the power + button is pressed. + - debian/acpid.install, debian/acpid.links: + Don't install socket and service files needed by systemd + * Dropped changes: + - Fix build error with GCC-4.5, build with -Wno-error=sign-compare; no + longer needed. + * debian/acpid.install, debian/rules: Migrate the Ubuntu changes for + powerbtn.sh to debhelper 7 + + -- Tyler Hicks Wed, 30 May 2012 17:45:36 -0700 + acpid (1:2.0.16-1) unstable; urgency=low * Imported Upstream version 2.0.16 @@ -241,6 +549,37 @@ -- Michael Meskes Mon, 01 Aug 2011 20:37:55 +0200 +acpid (1:2.0.10-1ubuntu3) precise; urgency=low + + * SECURITY UPDATE: Arbitrary code execution in the power button handling + script (LP: #893821) + - debian/powerbtn.sh: Ensure that the DBUS_SESSION_BUS_ADDRESS environment + variable is only read from a process owned by the user that will be + evaluating the variable. + - CVE-2011-2777 + * SECURITY UPDATE: Unprivileged users may be able to write to directories + and read files created by event handler scripts + - event.c: Set a restrictive umask of 0077 before running an event handler + script. Based on upstream patch. + - CVE-2011-4578 + + -- Tyler Hicks Wed, 07 Dec 2011 16:33:35 -0600 + +acpid (1:2.0.10-1ubuntu2) oneiric; urgency=low + + * ./debian/powerbtn.sh: gnome-power-manager is no more, check for + gnome-settings-daemon now. This fixes immediate shutdown when the power + button is pressed. (LP: #837266) + + -- Martin Pitt Tue, 30 Aug 2011 12:07:43 +0200 + +acpid (1:2.0.10-1ubuntu1) oneiric; urgency=low + + * Merge with Debian; remaining changes: + - see 1:2.0.9-1ubuntu1 changelog. + + -- Matthias Klose Fri, 20 May 2011 15:03:02 +0200 + acpid (1:2.0.10-1) unstable; urgency=low * Imported Upstream version 2.0.10 @@ -248,6 +587,29 @@ -- Michael Meskes Thu, 19 May 2011 15:51:12 +0200 +acpid (1:2.0.9-1ubuntu1) oneiric; urgency=low + + * Merge from debian unstable (LP: #776687), remaining changes: + - Replace init script with Upstart job + + This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/control: Bump build-dependency on debhelper for Upstart-aware + dh_installinit + - debian/preinst, debian/acpid.install, debian/control, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + - Source /usr/share/acpi-support/power-funcs in powerbtn.sh + - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs + exists before sourcing it; note that acpid does not depend on + acpi-support (which is fine, as it brings in lots of X dependencies + not appropriate for servers); this fix will allow Ubuntu servers + (especially those in VMs) to run acpid and catch and handle power + button events again. + - Fix build error with GCC-4.5, build with -Wno-error=sign-compare. + + -- Lorenzo De Liso Tue, 03 May 2011 22:20:47 +0200 + acpid (1:2.0.9-1) unstable; urgency=low * Imported Upstream version 2.0.9 @@ -284,6 +646,40 @@ -- Michael Meskes Wed, 16 Feb 2011 09:25:51 +0100 +acpid (1:2.0.7-1ubuntu2) natty; urgency=low + + * Fix build error with GCC-4.5, build with -Wno-error=sign-compare. + + -- Matthias Klose Fri, 07 Jan 2011 14:00:59 +0100 + +acpid (1:2.0.7-1ubuntu1) natty; urgency=low + + * Merge from debian unstable (LP: #507778), remaining changes: + - Replace init script with Upstart job + + This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/control: Bump build-dependency on debhelper for Upstart-aware + dh_installinit + - debian/preinst, debian/acpid.install, debian/control, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + - Source /usr/share/acpi-support/power-funcs in powerbtn.sh (LP: #508073) + - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs + exists before sourcing it; note that acpid does not depend on + acpi-support (which is fine, as it brings in lots of X dependencies + not appropriate for servers); this fix will allow Ubuntu servers + (especially those in VMs) to run acpid and catch and handle power + button events again; LP: #570450 + * Dropped changes: + - New patch, missing-includes, to fix missing includes of sys/types.h and + sys/stat.h for umask() and stat() in acpid.c; fixes FTBFS: no longer + needed + - Update patch missing-includes to also fix the same missing includes in + sock.c; this is all fixed in 2.0.x versions of acpid: no longer needed + + -- Lorenzo De Liso Tue, 23 Nov 2010 20:26:47 +0100 + acpid (1:2.0.7-1) unstable; urgency=low * Imported Upstream version 2.0.7 @@ -372,6 +768,52 @@ -- Michael Meskes Mon, 21 Dec 2009 13:03:48 +0100 +acpid (1.0.10-5ubuntu4) maverick; urgency=low + + * Update patch missing-includes to also fix the same missing includes in + sock.c; this is all fixed in 2.0.x versions of acpid. + + -- Loïc Minier Sun, 27 Jun 2010 14:34:03 +0200 + +acpid (1.0.10-5ubuntu3) maverick; urgency=low + + * New patch, missing-includes, to fix missing includes of sys/types.h and + sys/stat.h for umask() and stat() in acpid.c; fixes FTBFS. + + -- Loïc Minier Sun, 27 Jun 2010 14:26:12 +0200 + +acpid (1.0.10-5ubuntu2.1) lucid-proposed; urgency=low + + * debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs + exists before sourcing it; note that acpid does not depend on + acpi-support (which is fine, as it brings in lots of X dependencies + not appropriate for servers); this fix will allow Ubuntu servers + (especially those in VMs) to run acpid and catch and handle power + button events again; LP: #570450 + + -- Dustin Kirkland Mon, 26 Apr 2010 17:25:02 -0500 + +acpid (1.0.10-5ubuntu2) lucid; urgency=low + + * Source /usr/share/acpi-support/power-funcs in powerbtn.sh (LP: #508073) + + -- Jonathan Thomas Fri, 15 Jan 2010 19:59:47 -0500 + +acpid (1.0.10-5ubuntu1) lucid; urgency=low + + * Merge from Debian testing. Remaining changes: + - Replace init script with Upstart job. + - This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/control: + - Bump build-dependency on debhelper for Upstart-aware dh_installinit + - debian/preinst, debian/acpid.install, debian/control, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + + -- Steve Langasek Wed, 23 Dec 2009 00:32:09 +0000 + acpid (1.0.10-5) unstable; urgency=high * Correct permissions that were incorrectly set by very old acpid versions. @@ -379,6 +821,38 @@ -- Michael Meskes Tue, 15 Dec 2009 13:11:29 +0100 +acpid (1.0.10-4ubuntu1) lucid; urgency=low + + * Merge from Debian testing. Remaining changes: + - Replace init script with Upstart job. + - This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + - debian/control: + - Bump build-dependency on debhelper for Upstart-aware dh_installinit + * Dropped changes, integrated upstream: + - build with -D_GNU_SOURCE to make "struct ucred" available + - acpid.*, event.c, ud_socket.*: limit the number of non-root clients, + correctly close dead connections. + - Remove the logrotate file on upgrade + - Bump Standards-Version to 3.8.0 + - debian/powerbtn.sh: + - Update for KDE 4 + - Add dalston-power-applet to list of handlers for power + button events + - add xfce4-power-manager to the list of handlers as well. + * Dropped changes, superseded by upstart conversion: + - debian/acpid.init.d: add the 'status' action + - Replace "multiuser" deprecated init mode in debian/rules with manual + arguments. Adapt the corresponding change in LSB init script header + and runtime dependency in debian/control + - depend on sysv-rc + * debian/preinst, debian/acpid.install, debian/control, debian/rules: + continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh, + deferring the migration to acpi-support-base; and drop the Recommends: + on acpi-support-base for the same reason. + + -- Steve Langasek Fri, 18 Dec 2009 07:44:04 +0000 + acpid (1.0.10-4) unstable; urgency=low * Updated netlink patch to version 6. @@ -625,6 +1099,100 @@ -- Michael Meskes Fri, 20 Jun 2008 14:21:14 +0200 +acpid (1.0.6-9ubuntu8) karmic; urgency=low + + * debian/powerbtn.sh: add xfce4-power-manager to the list of handlers as + well. LP: #425155 + + -- Lionel Le Folgoc Wed, 23 Sep 2009 14:53:01 +0200 + +acpid (1.0.6-9ubuntu7) karmic; urgency=low + + * debian/powerbtn.sh: + - Add dalston-power-applet to list of handlers for power + button events (part of fix for LP: #432578). + + -- Gary Lasker Fri, 18 Sep 2009 12:25:33 -0400 + +acpid (1.0.6-9ubuntu6) karmic; urgency=low + + FFE LP: #427356. + + * Replace init script with Upstart job. + - This does not load modules, unlike the init script, since these are + all loaded by ACPI:* modaliases now (and thus by udev) + * debian/control: + - Bump build-dependency on debhelper for Upstart-aware dh_installinit + + -- Scott James Remnant Tue, 15 Sep 2009 03:34:49 +0100 + +acpid (1.0.6-9ubuntu5) karmic; urgency=low + + * Upload jaunty changes to karmic + + -- Jonathan Riddell Tue, 28 Apr 2009 11:07:28 +0100 + +acpid (1.0.6-9ubuntu4.9.04.3) jaunty-proposed; urgency=low + + * Update /etc/acpi/powerbtn.sh for KDE 4 + Closes LP: #368497 + + -- Jonathan Riddell Tue, 28 Apr 2009 11:01:13 +0100 + +acpid (1.0.6-9ubuntu4.9.04.2) jaunty-security; urgency=low + + * SECURITY UPDATE: denial of service via too many open files + - acpid.*, event.c, ud_socket.*: limit the number of non-root clients, + correctly close dead connections. + - CVE-2009-0798 + + -- Marc Deslauriers Wed, 22 Apr 2009 15:09:59 -0400 + +acpid (1.0.6-9ubuntu4) intrepid; urgency=low + + * Remove the logrotate file on upgrade, as the previous one that was + installed did a "kill -USR1" on the acpid process to cause it to reload + its logfiles. As the new acpid doesn't use a log file it doesn't catch + this signal, which means that once a week acpid is killed. As it doesn't + have a logfile the logrotate file is not needed, and so is no longer + installed, but as it was a conffile it is not removed on upgrades. + Thanks to Loic Minier for his help with the fix. (LP: #263888) + - ad81211857dabeb88538e0f90c922b7c787b34c5 in Debian's pkg-acpi git repo. + + -- James Westby Wed, 24 Sep 2008 15:19:14 +0100 + +acpid (1.0.6-9ubuntu3) intrepid; urgency=low + + * Replace "multiuser" deprecated init mode in debian/rules with manual + arguments. Adapt the corresponding change in LSB init script header and + runtime dependency in debian/control (LP: #254249) + + -- Didier Roche Wed, 13 Aug 2008 19:50:50 +0200 + +acpid (1.0.6-9ubuntu2) intrepid; urgency=low + + * debian/control + - Depend on lsb-base >= 3.2-14, providing status_of_proc() + - Bump Standards-Version to 3.8.0 + * debian/acpid.init.d + - Add the 'status' action (LP: #251681) + + -- Nathan Handler Thu, 24 Jul 2008 21:03:02 -0500 + +acpid (1.0.6-9ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - init script starts earlier + - depend on sysv-rc + * removed ubuntu specific -G (lockfilegroup) options, it does + no longer apply because acpid now uses syslog by default + * disable debian update-rc.d call to make acpid run earlier on + upgrade, out packages already run early + * build with -D_GNU_SOURCE to make "struct ucred" available + (see also http://sourceware.org/bugzilla/show_bug.cgi?id=6545) + + -- Michael Vogt Mon, 02 Jun 2008 09:58:14 +0200 + acpid (1.0.6-9) unstable; urgency=low * Don't depend on sysv-rc; closes: #481912 @@ -1406,3 +1974,4 @@ * Initial release -- Wichert Akkerman Thu, 16 Mar 2000 12:24:51 +0100 + diff -Nru acpid-2.0.33/debian/control acpid-2.0.33/debian/control --- acpid-2.0.33/debian/control 2021-11-02 04:40:16.000000000 +0100 +++ acpid-2.0.33/debian/control 2022-01-25 10:59:53.000000000 +0100 @@ -1,7 +1,8 @@ Source: acpid Section: admin Priority: optional -Maintainer: Josue Ortega +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Josue Ortega Standards-Version: 4.6.0 Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.15.7), dh-runit (>= 2.8.8) Vcs-Git: https://salsa.debian.org/debian/acpid.git @@ -17,7 +18,6 @@ ${misc:Depends}, lsb-base (>= 3.2-14), kmod -Recommends: acpi-support-base (>= 0.114-1) Description: Advanced Configuration and Power Interface event daemon Modern computers support the Advanced Configuration and Power Interface (ACPI) to allow intelligent power management on your system and to query battery and diff -Nru acpid-2.0.33/debian/patches/series acpid-2.0.33/debian/patches/series --- acpid-2.0.33/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ acpid-2.0.33/debian/patches/series 2019-11-28 14:01:54.000000000 +0100 @@ -0,0 +1 @@ +silent.patch diff -Nru acpid-2.0.33/debian/patches/silent.patch acpid-2.0.33/debian/patches/silent.patch --- acpid-2.0.33/debian/patches/silent.patch 1970-01-01 01:00:00.000000000 +0100 +++ acpid-2.0.33/debian/patches/silent.patch 2019-11-28 14:01:54.000000000 +0100 @@ -0,0 +1,13 @@ +Description: do not print "exiting" message by default + +--- a/acpid.c ++++ b/acpid.c +@@ -465,7 +465,7 @@ + { + acpid_cleanup_rules(1); + delete_all_connections(); +- acpid_log(LOG_NOTICE, "exiting"); ++ acpid_log(LOG_DEBUG, "exiting"); + unlink(pidfile); + exit(status); + }