<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/parted, 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>2025-08-22T13:17:20Z</updated>
<entry>
<title>parted: fix compilation with GCC15</title>
<updated>2025-08-22T13:17:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-08-14T20:02:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0885e532208af260749d046265a08be45e758fbc'/>
<id>urn:sha1:0885e532208af260749d046265a08be45e758fbc</id>
<content type='text'>
Backport upstream patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: use https for some PKG_SOURCE_URLs</title>
<updated>2025-06-15T13:56:20Z</updated>
<author>
<name>Daniel Cousens</name>
</author>
<published>2024-02-18T11:46:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=8a6a3d6f5d92897cf191a12e8264e22010758113'/>
<id>urn:sha1:8a6a3d6f5d92897cf191a12e8264e22010758113</id>
<content type='text'>
This changes a number of PKG_SOURCE_URLs that were using the http protocol to use https if available.
HTTPS was verified as functioning for the updated hosts.

Signed-off-by: Daniel Cousens &lt;github@dcousens.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>parted: update to v3.6.0</title>
<updated>2023-06-11T14:34:47Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2023-06-11T11:04:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6117fb98cc41a962b8e43de64f53b3fbfdff5f4d'/>
<id>urn:sha1:6117fb98cc41a962b8e43de64f53b3fbfdff5f4d</id>
<content type='text'>
Lot's of changes, but no online release notes
available, check ChangeLog file once extracted
if necessary

Signed-off-by: Oskari Rauta &lt;oskari.rauta@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>parted: update Makefile</title>
<updated>2021-11-18T22:14:07Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2021-11-06T20:05:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=df847e1c0349c3f1f557d7ddc9e3563b7ccb69e9'/>
<id>urn:sha1:df847e1c0349c3f1f557d7ddc9e3563b7ccb69e9</id>
<content type='text'>
 - updated Makefile fields license (GPL3) and COPYING as license file
 - fix config directive
 - split package to shared library and application (another package, fatresize has dependency to libparted)

Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
<entry>
<title>parted: add new package</title>
<updated>2021-06-14T12:17:14Z</updated>
<author>
<name>Oskari Rauta</name>
</author>
<published>2021-04-21T00:27:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=5ad56ca3407973980109a42c66995cd31fe1f456'/>
<id>urn:sha1:5ad56ca3407973980109a42c66995cd31fe1f456</id>
<content type='text'>
Signed-off-by: Oskari Rauta &lt;oskari.rauta@gmail.com&gt;
</content>
</entry>
</feed>
