<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/hdparm, 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-02-20T14:03:28Z</updated>
<entry>
<title>hdparm: fix license</title>
<updated>2026-02-20T14:03:28Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-02-20T07:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6080e2de27df821ef66d3ff5320fc0ec2fd72b83'/>
<id>urn:sha1:6080e2de27df821ef66d3ff5320fc0ec2fd72b83</id>
<content type='text'>
Ref: https://spdx.org/licenses/hdparm.html

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix licenses</title>
<updated>2026-02-19T18:15:36Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-02-10T11:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f7e3317515ae5ba9b4efc8dd56e88af8fb2cb02e'/>
<id>urn:sha1:f7e3317515ae5ba9b4efc8dd56e88af8fb2cb02e</id>
<content type='text'>
Fix licenses.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@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>hdparm: Update to version 9.65</title>
<updated>2022-11-08T01:31:22Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-11-06T12:42:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ec619c0f3ddfc81f72c11bffd043ed4474b55e4b'/>
<id>urn:sha1:ec619c0f3ddfc81f72c11bffd043ed4474b55e4b</id>
<content type='text'>
This fixes compilation problems with glibc 2.36.

Full Changelog:

hdparm-9.65:
        - Another --Istdin fix: cannot read log pages when no device specified
hdparm-9.64:
        - fix truncated output buf with --Istdin
hdparm-9.63:
        - new --sanitize-overwrite-passes flag, courtesy Michal Grzedzicki.
        - "Plurals patch" from Martin Guy.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>hdparm: fix formats for mips64 and ppc64</title>
<updated>2022-01-31T07:34:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-01-31T06:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9bbe88ff735a24d79756a98c051db3e488cdacea'/>
<id>urn:sha1:9bbe88ff735a24d79756a98c051db3e488cdacea</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hdparm: update to 9.62</title>
<updated>2021-06-16T02:56:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-16T02:05:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b445e1385016b03d1761250e43d9bb48becb4c30'/>
<id>urn:sha1:b445e1385016b03d1761250e43d9bb48becb4c30</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hdparm: update to 9.60</title>
<updated>2020-11-25T06:39:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-25T04:16:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bfc668cbc7854c2779b98ce79f8ef305ee580006'/>
<id>urn:sha1:bfc668cbc7854c2779b98ce79f8ef305ee580006</id>
<content type='text'>
Use PKG_INSTALL and PKG_BUILD_PARALLEL for consistency.

Rebase patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hdparm: remove myself as maintainer</title>
<updated>2020-03-16T02:52:25Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-16T02:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=23f0b838cedfff608c1fd467d1976c55276eac92'/>
<id>urn:sha1:23f0b838cedfff608c1fd467d1976c55276eac92</id>
<content type='text'>
Fixed license information.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hdparm: Fix LDFLAGS</title>
<updated>2019-01-22T05:38:57Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-01-22T05:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cb6e9c6f2134f681c0870641dfc63de0a2debd95'/>
<id>urn:sha1:cb6e9c6f2134f681c0870641dfc63de0a2debd95</id>
<content type='text'>
Based on debian patch. LDFLAGS were not being passed, which caused relro
to not be applies.

Also made stock CFLAGS optional. -fkeep-inline was keeping sizes high.

Removed PKG_NO_MIPS16 as the original problem seems to be gone.

Size from 54338 to 50761

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hdparm: Update to 9.58</title>
<updated>2018-10-28T17:37:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-10-28T17:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d14ab76ba22a032ae45b35519042aebb5513a4ee'/>
<id>urn:sha1:d14ab76ba22a032ae45b35519042aebb5513a4ee</id>
<content type='text'>
Add myself as maintainer as agreed previously.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
</feed>
