<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/hfsprogs, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-04-16T18:48:36Z</updated>
<entry>
<title>treewide: set me where PKG_MAINTAINER empty</title>
<updated>2026-04-16T18:48:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-13T07:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8d3c00421392c9c4c6c920977959ab7fae237261'/>
<id>urn:sha1:8d3c00421392c9c4c6c920977959ab7fae237261</id>
<content type='text'>
Seems a lot of packages are just getting abandoned by people.
Will pick these up and see them through.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>hfsprogs: Make version apk compatible</title>
<updated>2024-11-22T20:10:10Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2024-11-22T19:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=97f0eb94ad15f9fdf9a398c4c419ee28bf16438a'/>
<id>urn:sha1:97f0eb94ad15f9fdf9a398c4c419ee28bf16438a</id>
<content type='text'>
Adjust version to match apk semantic rules.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&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.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>hfsprogs: remove unused libbsd</title>
<updated>2022-07-28T19:17:20Z</updated>
<author>
<name>Guilherme Janczak</name>
</author>
<published>2022-07-28T05:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d9343b1549d038b945cdbc3807f4a44c5be2d4fe'/>
<id>urn:sha1:d9343b1549d038b945cdbc3807f4a44c5be2d4fe</id>
<content type='text'>
hfsprogs uses libbsd for strlcpy(), but the strlcpy() calls are inside
`#ifdef` and don't show up on the OpenWRT package.

Signed-off-by: Guilherme Janczak &lt;guilherme.janczak@yandex.com&gt;
</content>
</entry>
<entry>
<title>hfsprogs: update to 540.1.linux3</title>
<updated>2022-05-26T00:07:24Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-04-29T20:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=760e0fe1ee4379c182ac582fc6b2868b62a7fc9e'/>
<id>urn:sha1:760e0fe1ee4379c182ac582fc6b2868b62a7fc9e</id>
<content type='text'>
Updates hfsprogs from 2011 to 2013 version.

Updated patches to latest Debian ones. Kept custom OpenWrt ones.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hfsprogs: fix compilation under glibc</title>
<updated>2020-12-31T01:43:57Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-31T01:41:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=899b7aae5034336145acdaa53c9dfe5716055812'/>
<id>urn:sha1:899b7aae5034336145acdaa53c9dfe5716055812</id>
<content type='text'>
Seems sys/sysctl.h was removed.

Refresh patches.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hfsprogs: fix compilation without sys/cdefs</title>
<updated>2020-08-10T22:25:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-10T20:15:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=41504f1579817fb84e8b146619d3fe1518bfa612'/>
<id>urn:sha1:41504f1579817fb84e8b146619d3fe1518bfa612</id>
<content type='text'>
sys/cdefs.h does not come with musl. It's also deprecated.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>hfsprogs: fix compile with newer musl</title>
<updated>2020-03-29T03:48:22Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-03-29T02:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d0a4d12d6d7292447e853c6bd8da7f4f40138e55'/>
<id>urn:sha1:d0a4d12d6d7292447e853c6bd8da7f4f40138e55</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Remove self from PKG_MAINTAINER</title>
<updated>2019-12-21T20:52:41Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2019-12-21T20:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=80f881568f437fb87e98794a4abfb26756b4101a'/>
<id>urn:sha1:80f881568f437fb87e98794a4abfb26756b4101a</id>
<content type='text'>
Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Change .*GPL.*+ licenses to SPDX compatible identifier</title>
<updated>2019-09-10T05:45:15Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-09-02T13:15:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1'/>
<id>urn:sha1:bbb1ea7345f367ed675dcfe40e36ac32ddf8a2e1</id>
<content type='text'>
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
</feed>
