<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/powertop, 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-06-16T23:42:26Z</updated>
<entry>
<title>powertop: update to 2.15</title>
<updated>2024-06-16T23:42:26Z</updated>
<author>
<name>Milinda Brantini</name>
</author>
<published>2024-06-12T06:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=45caf9b1f9090cdfd5ad4074f2499bff03ef9a32'/>
<id>urn:sha1:45caf9b1f9090cdfd5ad4074f2499bff03ef9a32</id>
<content type='text'>
Release mainly focuses on bug fixes and patching compatibility issues.
Also, adds support to multiple platforms.
Removed obsolete patch as upstream has fixed.

Signed-off-by: Milinda Brantini &lt;C_A_T_T_E_R_Y@outlook.com&gt;
</content>
</entry>
<entry>
<title>treewide: refresh hashes after move to use ZSTD as default</title>
<updated>2024-04-07T10:06:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-04-06T10:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=272f55e87f0731b3f04aefd39598a127b317abf4'/>
<id>urn:sha1:272f55e87f0731b3f04aefd39598a127b317abf4</id>
<content type='text'>
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>powertop: add gettext-version fixup</title>
<updated>2022-03-31T18:17:51Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-03-31T03:23:03Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8324c1fe06ef0b7a4b08368a75d89be04a434759'/>
<id>urn:sha1:8324c1fe06ef0b7a4b08368a75d89be04a434759</id>
<content type='text'>
I hit this locally on Fedora 35 for some reason.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>powertop: update to 2.14</title>
<updated>2022-03-22T07:51:56Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-03-21T04:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=32241d76d8e4d72400ce667e497288e50e458f6a'/>
<id>urn:sha1:32241d76d8e4d72400ce667e497288e50e458f6a</id>
<content type='text'>
Upstream switched to github.

Fix license information.

Backport patch for ncurses 6.3. Remove other backported patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove uClibc++ support</title>
<updated>2021-03-05T23:07:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-23T04:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=39bc254663c6a5d54ff959366aba28f6ab9d7c4c'/>
<id>urn:sha1:39bc254663c6a5d54ff959366aba28f6ab9d7c4c</id>
<content type='text'>
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>powertop: fix compilation with glibc</title>
<updated>2020-06-18T22:29:24Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-04-14T06:34:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7e59e8947a4d98322d84f3cd3f5a7ed80e571814'/>
<id>urn:sha1:7e59e8947a4d98322d84f3cd3f5a7ed80e571814</id>
<content type='text'>
It seems several libraries need to be linked.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>powertop: Do not use fstack-protector on ARC</title>
<updated>2019-06-04T18:51:26Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-06-04T18:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=02a4ac87c0358a91ac613a2a18c35094d6ccf4bd'/>
<id>urn:sha1:02a4ac87c0358a91ac613a2a18c35094d6ccf4bd</id>
<content type='text'>
Not compatible. Instead of setting PKG_SSP, I had to do this as the
powertop Makefile defines it.

Use $(FPIC) instead of -fPIC to fix potential issues.

Removed musl patch. Not needed anymore.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>powertop: Switch to uClibc++</title>
<updated>2019-05-13T21:12:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-04-09T05:39:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cfd47f5da1c378c0b76aa35ced2489134f7b92e5'/>
<id>urn:sha1:cfd47f5da1c378c0b76aa35ced2489134f7b92e5</id>
<content type='text'>
Now that the uClibc++ update has been included, we can switch to it. Basic
testing shows it as working.

Also fixed compilation with uClibc-ng.

libiconv-stub must be used as uClibc-ng does not provide those headers.

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