[ubuntu/lucid] acpid 1.0.10-4ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Fri Dec 18 08:20:14 GMT 2009
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.
acpid (1.0.10-4) unstable; urgency=low
* Updated netlink patch to version 6.
acpid (1.0.10-3) unstable; urgency=low
* Made acpid recommend correct version of acpi-support-base.
* Added missing input defines for Thinkpads. (Closes: #521280) -
thanks to Harald Braumann <harry at unheit.net>
* Fixed package description. (Closes: #549948) - thanks to Justin B
Rye <jbr at edlug.org.uk>
* Clarify some wording. - thanks to Thiemo Nagel
<thiemo.nagel at ph.tum.de>
* Bumped Standards-Version to 3.8.3, no changes needed.
* Fix some lintian warnings.
* Updated list of power managers. (Closes: #547326)
* Stopping for single user mode could be done by sendsigs as well.
* Updated to netlink patch to version 1.0.10-netlink5. (Closes:
#522756)
acpid (1.0.10-2) unstable; urgency=low
* Updated netlink patch to version 1.0.10-netlink2.
* Added patch to make acpid compile with gcc 4.4, closes: #526665
acpid (1.0.10-1) unstable; urgency=high
* New upstream version fixing CVE-2009-0798.
* Removed fixfd patch which was applied upstream.
* Made example powerbtn.sh script work with kde4, closes: #526000
acpid (1.0.8-8) unstable; urgency=low
* Fixed netlink patch to not expect long option --netlink to carry an
argument, closes: #524223
* Do not remove /etc/acpi/ config at each upgrade, closes: #524528
acpid (1.0.8-7) unstable; urgency=low
* Fixed ioctl call to use correct buffer size, closes: #521512
* Do not print error message for missing event file unless we are in debug
mode, closes: #521666
* Bumped Standards-Version to 3.8.1, no changes needed.
acpid (1.0.8-6) unstable; urgency=low
* Start acpid even if /proc/acpi/event doesn't exist, closes: #516079
* Recommend acpi-support-base so a script handling power button pressing is
installed.
* If the power button script had been changed, not only rename it but also
keep a changed events file to not lose functionality, closes: #516083
acpid (1.0.8-5) unstable; urgency=low
* Reverted redirection patch, it broke debug mode.
acpid (1.0.8-4) unstable; urgency=low
* Added patch to correctly redirect stdin/stdout/stderr to /dev/null.
* Added patch by Ted Felix <ted at tedfelix.com> adding netlink support to
acpid, closes: #462467, #515773
acpid (1.0.8-3) unstable; urgency=low
* Only conditionally restart hal on purge, closes: #515650
* Remove the remaining scriptlets in /etc/acpi. All files are still available
and installed as examples under /usr/share/doc/acpid/examples but not under
/etc/acpi anymore.
* Fixed GPL version information in copyright file.
acpid (1.0.8-2) unstable; urgency=low
[ Loic Minier ]
* Add git-buildpackage config debian/gbp.conf.
[ Michael Meskes ]
* Added patch by Harald Braumann <harry at unheit.net> to correctly open
/dev/null, closes: #483805
* Removed old syslog patch as upstream has the same/similar functionality
nowadays, closes: #496574
* Made powerbtn.sh script fall back to shutdown if dbus fails, closes: #492756
* Restart hal in case of acpid removal, closes: #505663
acpid (1.0.8-1) unstable; urgency=low
[ Loic Minier ]
* Comment out OPTIONS in the acpid defaults file as -c /etc/acpi/events is
the default anyway; this paves the way to a future removal of this file.
* Test for /proc/acpi/event instead of /proc/acpi in init script;
see Debian #440870.
* Document rationale for hal restart in postinst.
[ Michael Meskes ]
* New upstream version.
* Moved our patches to debian/patches and added support for quilt.
acpid (1.0.6-16) unstable; urgency=low
[ Loic Minier ]
* Reword hints in /etc/default/acpid; suggested by Julien Blache.
* Drop bogus space in modules.dep causing modules without dependencies to
not be loaded for MODULES="all".
* Check for read permissions on the defaults file before attempting to
source it.
* Don't load any module (MODULES default to empty string) when the default
file doesn't exist or doesn't specify MODULES.
* Ignore the result of load_modules.
* Unset MODPROBE_OPTIONS to work around a bug in initramfs which leaks this
env var Launchpad #291619 and a bug in modprobe --all --quiet which
doesn't load all modules and exits with non-zero exit status
Debian.org #504088; thanks Derrick Karpo and Julien Blache;
closes: #502704.
[ Michael Meskes ]
* Make sure there is no link created in runlevel 0 and 6 to stop acpid.
* Remove old links in runlevel 0 and 6, closes: #502613.
* Comment out MODULES setting in default file, so no module is loaded per
default.
acpid (1.0.6-15) unstable; urgency=low
[ Michael Meskes ]
* Fixed check for /proc/modules to not throw an error
closes: #502881, #502704
[ Loic Minier ]
* Fix above fix. :-P
acpid (1.0.6-14) unstable; urgency=low
[ Loic Minier ]
* Merge support for the "status" action in the acpid init script from the
Ubuntu package; depend on lsb-base >= 3.2-14.
* Don't stop acpid in runlevels 0 and 6; from Ubuntu, closes:#495544
* Fix support for Ubuntu kernels, stop guessing distro but always try to use
the ubuntu/acpi module dir if present; this allows using Ubuntu kernels on
Ubuntu, removes references to Ubuntu from a number of places, and makes
the script simpler to maintain and more efficient; also matches the
current Ubuntu script.
* Cleanup rules; drop DH_VERBOSE.
* Wrap build-deps and deps in control to get cleaner diffs.
* Add myself to uploaders.
* Drop obsolete information from README.Debian.
* Cleanup the awful init script.
- Drop support for *.o kernel module files; .ko is used since 2.5 kernels.
- Greatly simplify computing the list of available acpi modules by parsing
modules.dep(5) instead of running find and sh multiple times.
- Rename debian/acpid.init.d to debian/acpid.init to match debhelper's
documented name (debhelper does pick up .init.d as well, but this is
undocumented); this also avoid confusing vim which believe it's a D
file.
- Don't disable printk when loading ACPI modules; this is not only
fragile, broken, and intrusive, it's also out of the realm of acpid to
do. This snippet:
[ "$VERBOSE" = "no" ] && echo "0 0 0 0" > /proc/sys/kernel/printk
can be moved to a more sensible place if it makes sense during boot, but
I doubt anybody wants that.
- Fix support for kernels without dynamic module loading; closes: #500659.
* Use Vcs-* instead of XS-Vcs-* and fix URLs to point at the new git repos;
closes: #501305.
* Remove obsolete conffile /etc/logrotate.d/acpid in preinst; thanks to
James Westby and Ubuntu; LP: #263888. It's interesting to note that this
caused the new acpid to die once per week when logrotation kicked in.
Closes: #487815, #491058, #495686
* Pass -s to dh_* commands in binary-arch.
* Resume shipping /etc/acpi/powerbtn.sh and /etc/acpi/events/powerbtn in
acpid. They are also installed in the examples for people who symlink to
the examples. Please note that powerbtn.sh disables itself when it
detects a running power management daemon such as gnome-power-manager or
kpowersave.
* Add -D_GNU_SOURCE in Makefile's CFLAGS to fix build with newer libc6 (such
as 2.8+20080809-1 in experimental or 2.8~20080505-0ubuntu7in Ubuntu
intrepid) in making "struct ucred" available; see
http://sourceware.org/bugzilla/show_bug.cgi?id=6545.
[ Michael Meskes ]
* Fixed path to hal pidfile, closes: #440870
acpid (1.0.6-13) unstable; urgency=low
* Check for distribution during build time, closes: #499825, #500003
acpid (1.0.6-12) unstable; urgency=low
* Check for Ubuntu/Debian in apt sources list instead of /etc/issue,
closes: #499825, #499854
acpid (1.0.6-11) unstable; urgency=low
* Changed maintainer to Debian Acpi Team.
* Do not call lsb-release on startup, closes: #491388
acpid (1.0.6-10) unstable; urgency=low
* Removed Ubuntu version information.
* Back to only including some modules on default. Using all modules creates
strange error messages and even backtraces on some machines. ALL option
remains listed but commented out, closes: #484354
* Add video to list of modules, closes: #459237
* Made package lintian clean.
* In Debian do not load Ubuntu modules from Ubuntu directory. I do not see
any package providing this directory.
* Do only install powerbutton scripts as example,
closes: #481903, #484306, #253423
* Fixed watch file.
* Clarified specification of acpid options, closes: #486788
* Bumped Standards-Version to 3.8.0
Date: Fri, 18 Dec 2009 07:44:04 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/acpid/1.0.10-4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 18 Dec 2009 07:44:04 +0000
Source: acpid
Binary: acpid
Architecture: source
Version: 1.0.10-4ubuntu1
Distribution: lucid
Urgency: high
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
acpid - Advanced Configuration and Power Interface event daemon
Closes: 253423 440870 459237 462467 481903 483805 484306 484354 486788 487815 491058 491388 492756 495544 495686 496574 499825 499825 499854 500003 500659 501305 502613 502704 502704 502881 505663 515650 515773 516079 516083 521280 521512 521666 522756 524223 524528 526000 526665 547326 549948
Changes:
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.
.
acpid (1.0.10-4) unstable; urgency=low
.
* Updated netlink patch to version 6.
.
acpid (1.0.10-3) unstable; urgency=low
.
* Made acpid recommend correct version of acpi-support-base.
* Added missing input defines for Thinkpads. (Closes: #521280) -
thanks to Harald Braumann <harry at unheit.net>
* Fixed package description. (Closes: #549948) - thanks to Justin B
Rye <jbr at edlug.org.uk>
* Clarify some wording. - thanks to Thiemo Nagel
<thiemo.nagel at ph.tum.de>
* Bumped Standards-Version to 3.8.3, no changes needed.
* Fix some lintian warnings.
* Updated list of power managers. (Closes: #547326)
* Stopping for single user mode could be done by sendsigs as well.
* Updated to netlink patch to version 1.0.10-netlink5. (Closes:
#522756)
.
acpid (1.0.10-2) unstable; urgency=low
.
* Updated netlink patch to version 1.0.10-netlink2.
* Added patch to make acpid compile with gcc 4.4, closes: #526665
.
acpid (1.0.10-1) unstable; urgency=high
.
* New upstream version fixing CVE-2009-0798.
* Removed fixfd patch which was applied upstream.
* Made example powerbtn.sh script work with kde4, closes: #526000
.
acpid (1.0.8-8) unstable; urgency=low
.
* Fixed netlink patch to not expect long option --netlink to carry an
argument, closes: #524223
* Do not remove /etc/acpi/ config at each upgrade, closes: #524528
.
acpid (1.0.8-7) unstable; urgency=low
.
* Fixed ioctl call to use correct buffer size, closes: #521512
* Do not print error message for missing event file unless we are in debug
mode, closes: #521666
* Bumped Standards-Version to 3.8.1, no changes needed.
.
acpid (1.0.8-6) unstable; urgency=low
.
* Start acpid even if /proc/acpi/event doesn't exist, closes: #516079
* Recommend acpi-support-base so a script handling power button pressing is
installed.
* If the power button script had been changed, not only rename it but also
keep a changed events file to not lose functionality, closes: #516083
.
acpid (1.0.8-5) unstable; urgency=low
.
* Reverted redirection patch, it broke debug mode.
.
acpid (1.0.8-4) unstable; urgency=low
.
* Added patch to correctly redirect stdin/stdout/stderr to /dev/null.
* Added patch by Ted Felix <ted at tedfelix.com> adding netlink support to
acpid, closes: #462467, #515773
.
acpid (1.0.8-3) unstable; urgency=low
.
* Only conditionally restart hal on purge, closes: #515650
* Remove the remaining scriptlets in /etc/acpi. All files are still available
and installed as examples under /usr/share/doc/acpid/examples but not under
/etc/acpi anymore.
* Fixed GPL version information in copyright file.
.
acpid (1.0.8-2) unstable; urgency=low
.
[ Loic Minier ]
* Add git-buildpackage config debian/gbp.conf.
.
[ Michael Meskes ]
* Added patch by Harald Braumann <harry at unheit.net> to correctly open
/dev/null, closes: #483805
* Removed old syslog patch as upstream has the same/similar functionality
nowadays, closes: #496574
* Made powerbtn.sh script fall back to shutdown if dbus fails, closes: #492756
* Restart hal in case of acpid removal, closes: #505663
.
acpid (1.0.8-1) unstable; urgency=low
.
[ Loic Minier ]
* Comment out OPTIONS in the acpid defaults file as -c /etc/acpi/events is
the default anyway; this paves the way to a future removal of this file.
* Test for /proc/acpi/event instead of /proc/acpi in init script;
see Debian #440870.
* Document rationale for hal restart in postinst.
.
[ Michael Meskes ]
* New upstream version.
* Moved our patches to debian/patches and added support for quilt.
.
acpid (1.0.6-16) unstable; urgency=low
.
[ Loic Minier ]
* Reword hints in /etc/default/acpid; suggested by Julien Blache.
* Drop bogus space in modules.dep causing modules without dependencies to
not be loaded for MODULES="all".
* Check for read permissions on the defaults file before attempting to
source it.
* Don't load any module (MODULES default to empty string) when the default
file doesn't exist or doesn't specify MODULES.
* Ignore the result of load_modules.
* Unset MODPROBE_OPTIONS to work around a bug in initramfs which leaks this
env var Launchpad #291619 and a bug in modprobe --all --quiet which
doesn't load all modules and exits with non-zero exit status
Debian.org #504088; thanks Derrick Karpo and Julien Blache;
closes: #502704.
.
[ Michael Meskes ]
* Make sure there is no link created in runlevel 0 and 6 to stop acpid.
* Remove old links in runlevel 0 and 6, closes: #502613.
* Comment out MODULES setting in default file, so no module is loaded per
default.
.
acpid (1.0.6-15) unstable; urgency=low
.
[ Michael Meskes ]
* Fixed check for /proc/modules to not throw an error
closes: #502881, #502704
.
[ Loic Minier ]
* Fix above fix. :-P
.
acpid (1.0.6-14) unstable; urgency=low
.
[ Loic Minier ]
* Merge support for the "status" action in the acpid init script from the
Ubuntu package; depend on lsb-base >= 3.2-14.
* Don't stop acpid in runlevels 0 and 6; from Ubuntu, closes:#495544
* Fix support for Ubuntu kernels, stop guessing distro but always try to use
the ubuntu/acpi module dir if present; this allows using Ubuntu kernels on
Ubuntu, removes references to Ubuntu from a number of places, and makes
the script simpler to maintain and more efficient; also matches the
current Ubuntu script.
* Cleanup rules; drop DH_VERBOSE.
* Wrap build-deps and deps in control to get cleaner diffs.
* Add myself to uploaders.
* Drop obsolete information from README.Debian.
* Cleanup the awful init script.
- Drop support for *.o kernel module files; .ko is used since 2.5 kernels.
- Greatly simplify computing the list of available acpi modules by parsing
modules.dep(5) instead of running find and sh multiple times.
- Rename debian/acpid.init.d to debian/acpid.init to match debhelper's
documented name (debhelper does pick up .init.d as well, but this is
undocumented); this also avoid confusing vim which believe it's a D
file.
- Don't disable printk when loading ACPI modules; this is not only
fragile, broken, and intrusive, it's also out of the realm of acpid to
do. This snippet:
[ "$VERBOSE" = "no" ] && echo "0 0 0 0" > /proc/sys/kernel/printk
can be moved to a more sensible place if it makes sense during boot, but
I doubt anybody wants that.
- Fix support for kernels without dynamic module loading; closes: #500659.
* Use Vcs-* instead of XS-Vcs-* and fix URLs to point at the new git repos;
closes: #501305.
* Remove obsolete conffile /etc/logrotate.d/acpid in preinst; thanks to
James Westby and Ubuntu; LP: #263888. It's interesting to note that this
caused the new acpid to die once per week when logrotation kicked in.
Closes: #487815, #491058, #495686
* Pass -s to dh_* commands in binary-arch.
* Resume shipping /etc/acpi/powerbtn.sh and /etc/acpi/events/powerbtn in
acpid. They are also installed in the examples for people who symlink to
the examples. Please note that powerbtn.sh disables itself when it
detects a running power management daemon such as gnome-power-manager or
kpowersave.
* Add -D_GNU_SOURCE in Makefile's CFLAGS to fix build with newer libc6 (such
as 2.8+20080809-1 in experimental or 2.8~20080505-0ubuntu7in Ubuntu
intrepid) in making "struct ucred" available; see
http://sourceware.org/bugzilla/show_bug.cgi?id=6545.
.
[ Michael Meskes ]
* Fixed path to hal pidfile, closes: #440870
.
acpid (1.0.6-13) unstable; urgency=low
.
* Check for distribution during build time, closes: #499825, #500003
.
acpid (1.0.6-12) unstable; urgency=low
.
* Check for Ubuntu/Debian in apt sources list instead of /etc/issue,
closes: #499825, #499854
.
acpid (1.0.6-11) unstable; urgency=low
.
* Changed maintainer to Debian Acpi Team.
* Do not call lsb-release on startup, closes: #491388
.
acpid (1.0.6-10) unstable; urgency=low
.
* Removed Ubuntu version information.
* Back to only including some modules on default. Using all modules creates
strange error messages and even backtraces on some machines. ALL option
remains listed but commented out, closes: #484354
* Add video to list of modules, closes: #459237
* Made package lintian clean.
* In Debian do not load Ubuntu modules from Ubuntu directory. I do not see
any package providing this directory.
* Do only install powerbutton scripts as example,
closes: #481903, #484306, #253423
* Fixed watch file.
* Clarified specification of acpid options, closes: #486788
* Bumped Standards-Version to 3.8.0
Checksums-Sha1:
d129f05692029cbe2e89318b45795db15b3df27d 2036 acpid_1.0.10-4ubuntu1.dsc
f423a1ef907259d938362a3dba26ca7a4179e4d7 70453 acpid_1.0.10.orig.tar.gz
18258c673144b67964592490cc5106b9d92471f5 40587 acpid_1.0.10-4ubuntu1.diff.gz
Checksums-Sha256:
c3b0e730273595031cb3bd2dd3f726dd604c3eef800268c233b16734bc225910 2036 acpid_1.0.10-4ubuntu1.dsc
d22dc5bc595c04e6cb230231eaac55d0ba2bfdd16269481044e4d045bcf20d2d 70453 acpid_1.0.10.orig.tar.gz
4a99f53bd0cff88945240b57da27475e67cb938868dd0973891a6b98771942e8 40587 acpid_1.0.10-4ubuntu1.diff.gz
Files:
dd2d22bce4835778d9e73a4cdf0ef8fb 2036 admin optional acpid_1.0.10-4ubuntu1.dsc
2a7c690edbd484b2990d147c99197dab 70453 admin optional acpid_1.0.10.orig.tar.gz
562221abe57ef3a0f80620449dd86945 40587 admin optional acpid_1.0.10-4ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 263888
Original-Maintainer: Debian Acpi Team <pkg-acpi-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQIVAwUBSys6iFaNMPMhshM9AQhNbQ/+KUYvx6BEfnmg8dbnyFNE3rPXz+iunCJW
Kh/jFQ4EJnjIHaQuFCOKGXKUVfyaph6eV+keJZy++6DHISC8c6lR7ajqRbTWuWNM
6RUEjY5tqLYX4uK0uHhKfZUeJaI9gA6f/7FT7LQLibp1s3HdpfJ2npXMqFn8/r87
BXPX/DtXzejOWzzkfPtKrQT4lz6Bdk2WWxehYRHBNqwZgOr6QpLJE8o+ROX223h/
QUkYxhZh55915Y76e7WPJQOWY7SOxPrsMmX5GZUyPQMjSNVU9RkeYFnFMr2dYx14
mX/3PirXBBpDSrlN5scJwWqdIMTxVoiAhPnJ9dpYoxxpd8bUn/i02BCL9cPoLri6
1fcnP9oJdxE94OJ9Hwp2aoMwe8k0BAZsJMRAG/1rMlgAnwvdjgiyW7Hhy31hpR2w
nhHxa1qbSnMzXdCQxsexkTlA5yA4BOK0MyZCoMIVR7SjYysiLeQqq/b2jyWML0ga
FCxd+5Vr0kWJqHCaxuJtLhbRfdlaRz0K/77/3KyA0vTFQDw696AiL6RHAbgVhgve
74K0hdbLV8AI6HPz9xWpixUWwiNDlZNPHMv1Rr0DZULdt6okN7M1vkVZembHFlzW
1GbsnRE9AkbP+If2aJL1S7Ajta9oqY2BE56rtQyE7StIW1IkWLlsaFZBH3Q+h41W
fff/hhUBBEg=
=wNX0
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list