<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/acpid, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-03-15T07:15:43Z</updated>
<entry>
<title>utils/acpid: fix PKG_CPE_ID</title>
<updated>2026-03-15T07:15:43Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-13T22:22:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=86e06fe350ed5d0eb25f2f308c6d3dae62d1fda2'/>
<id>urn:sha1:86e06fe350ed5d0eb25f2f308c6d3dae62d1fda2</id>
<content type='text'>
cpe:/a:tedfelix:acpid2 is the correct CPE ID for acpid:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:tedfelix:acpid2

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>acpid: prevent duplicate daemon instances</title>
<updated>2026-03-02T12:37:58Z</updated>
<author>
<name>Oliver Sedlbauer</name>
</author>
<published>2026-02-19T10:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8744a706f1d53ee48870c87178a74e020c1a0d0d'/>
<id>urn:sha1:8744a706f1d53ee48870c87178a74e020c1a0d0d</id>
<content type='text'>
The hotplug script directly invokes /usr/sbin/acpid. If hotplug fires
before procd starts acpid, it cannot stop the procd-managed instance,
resulting in a second unmanaged acpid process running alongside it.

Fix this issue by letting ONLY procd manage the acpi daemon.

Signed-off-by: Oliver Sedlbauer &lt;os@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>acpid: Update to 2.0.34</title>
<updated>2023-05-17T08:13:11Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-17T05:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=990c2bcf0a968d2bd643d6e3b4d2d8b8b2da64d5'/>
<id>urn:sha1:990c2bcf0a968d2bd643d6e3b4d2d8b8b2da64d5</id>
<content type='text'>
Backported an upstream commit to fix build with musl 1.2.4.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=lto</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e7d9c865036d7bc2ac30604e8573f25ae601aed1'/>
<id>urn:sha1:e7d9c865036d7bc2ac30604e8573f25ae601aed1</id>
<content type='text'>
See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS"
on the main repository.

Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This
fixes it and properly enables LTO.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=gc-sections</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T08:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=35f4ef76e0c88b690ec55f26aed072c4c5989eff'/>
<id>urn:sha1:35f4ef76e0c88b690ec55f26aed072c4c5989eff</id>
<content type='text'>
See commit da370098 "treewide: add support for "gc-sections" in
PKG_BUILD_FLAGS" on the main repository.

Note: This only touches packages which use all three parts
(-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by
this build flag. Some packages only use a subset, and these are left
unchanged for now.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>acpid: fix init script</title>
<updated>2020-05-27T10:48:34Z</updated>
<author>
<name>Rob Mosher</name>
</author>
<published>2020-05-27T10:48:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bf668c35b755c8df5b2393c37db85eafbc3ba62f'/>
<id>urn:sha1:bf668c35b755c8df5b2393c37db85eafbc3ba62f</id>
<content type='text'>
init script would error:

procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 18: procd_send_signal: not found
procd: /etc/rc.d/S99acpid: /etc/rc.common: /etc/rc.d/S99acpid: line 19: syntax error: unexpected "}"

Signed-off-by: Rob Mosher &lt;nyt-openwrt@countercultured.net&gt;
</content>
</entry>
<entry>
<title>acpid: convert to procd</title>
<updated>2020-03-09T21:10:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-06T02:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d385bbe7526c8462282ce7232a0fb7e3f8ae4552'/>
<id>urn:sha1:d385bbe7526c8462282ce7232a0fb7e3f8ae4552</id>
<content type='text'>
acpid has no option -x, so removed.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>acpid: Update to 2.0.32</title>
<updated>2019-10-30T17:17:08Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-10-30T17:14:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bdfa075902e0acf508712c09d236f88c98597bd3'/>
<id>urn:sha1:bdfa075902e0acf508712c09d236f88c98597bd3</id>
<content type='text'>
Switched compilation to standard PKG_INSTALL.

Added extra binary.

Added size optimizations.

Miscellaneous cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add PKG_CPE_ID for better cvescanner coverage</title>
<updated>2019-09-17T10:40:26Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-12T12:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=299e5b0a9bce19d6e96cb9ff217028b36ee2dd36'/>
<id>urn:sha1:299e5b0a9bce19d6e96cb9ff217028b36ee2dd36</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>acpid: Update to 2.0.30</title>
<updated>2018-07-26T20:15:51Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-07-26T20:15:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=fb0426e91a483f02f2a4089781ef2dda37c179f7'/>
<id>urn:sha1:fb0426e91a483f02f2a4089781ef2dda37c179f7</id>
<content type='text'>
Remove obsolete patch. Also update the website.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
