<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/apcupsd, 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>2024-04-03T22:57:01Z</updated>
<entry>
<title>apcupsd: fix gcc 13 compliation error</title>
<updated>2024-04-03T22:57:01Z</updated>
<author>
<name>Ivan Pavlov</name>
</author>
<published>2024-04-03T18:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=98a5367982a6c0e1ab765886db0d575564274664'/>
<id>urn:sha1:98a5367982a6c0e1ab765886db0d575564274664</id>
<content type='text'>
On GCC13 build fails:

toolchain-mipsel_24kc_gcc-13.2.0_musl/lib/libsupc++.a(eh_alloc.o): in function `std::__sv_check(unsigned int, unsigned int, char const*)':
toolchain-mipsel_24kc_gcc-13.2.0_musl/gcc-13.2.0-final/mipsel-openwrt-linux-musl/libstdc++-v3/include/string_view:73:
undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)'
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:33: apcupsd] Error 1

Workaround found at https://lore.kernel.org/buildroot/87wmsbk386.fsf@48ers.dk/T/

Signed-off-by: Ivan Pavlov &lt;AuthorReflex@gmail.com&gt;
</content>
</entry>
<entry>
<title>apcupsd: remove header file patch</title>
<updated>2022-10-31T19:26:26Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-10-31T03:52:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2d5ef9e199aac0b154dfb13fb482a083efa8f972'/>
<id>urn:sha1:2d5ef9e199aac0b154dfb13fb482a083efa8f972</id>
<content type='text'>
Seems to be from a time when pkgconfig returned the wrong path.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>apcupsd: Preset binaries used on target system</title>
<updated>2019-09-24T18:29:54Z</updated>
<author>
<name>Maxim Mikityanskiy</name>
</author>
<published>2019-09-24T18:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4a3b1ee42a6e7f033674ce94b665122d4fcc0f8e'/>
<id>urn:sha1:4a3b1ee42a6e7f033674ce94b665122d4fcc0f8e</id>
<content type='text'>
apcupsd's configure script looks up paths to sh, wall and mail on the
host system, but intends to use them on the target system. OpenWrt
replaces apcupsd's scripts by its own versions, so those paths don't
really matter, however, if the host system doesn't have wall installed,
the build fails. This is the case on Gentoo when util-linux is built
with USE=-tty-helpers (default). Prevent such failures by providing
explicit stub paths to sh, wall and mail to configure script.

Signed-off-by: Maxim Mikityanskiy &lt;maxtram95@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>apcupsd: preset shutdown binary</title>
<updated>2019-04-04T16:39:45Z</updated>
<author>
<name>Othmar Truniger</name>
</author>
<published>2019-04-03T17:12:38Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8b618efe2152f955d5e183728bed4eac6c2468d7'/>
<id>urn:sha1:8b618efe2152f955d5e183728bed4eac6c2468d7</id>
<content type='text'>
Signed-off-by: Othmar Truniger &lt;github@truniger.ch&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2826 from tru7/apcupsd</title>
<updated>2016-06-07T20:29:08Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2016-06-07T20:29:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4288540e4958b05238d221caacb55c1f8e56ee56'/>
<id>urn:sha1:4288540e4958b05238d221caacb55c1f8e56ee56</id>
<content type='text'>
apcupsd: bump to version 3.14.14</content>
</entry>
<entry>
<title>apcupsd: bump to version 3.14.14</title>
<updated>2016-06-07T20:16:48Z</updated>
<author>
<name>Othmar Truniger</name>
</author>
<published>2016-06-07T20:16:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=26cc3a914aa22b058177abb1e909c77d5eb32458'/>
<id>urn:sha1:26cc3a914aa22b058177abb1e909c77d5eb32458</id>
<content type='text'>
Signed-off-by: Othmar Truniger &lt;github@truniger.ch&gt;
</content>
</entry>
<entry>
<title>net: Fix typos (found by codespell)</title>
<updated>2016-04-10T10:51:10Z</updated>
<author>
<name>Stefan Weil</name>
</author>
<published>2016-03-26T10:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6d2c0fd06ffa2d12ab1a1bf156784e6949a903a1'/>
<id>urn:sha1:6d2c0fd06ffa2d12ab1a1bf156784e6949a903a1</id>
<content type='text'>
Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
</feed>
